HELP CENTER

How do I get business profiles listed on Trustpilot?

Trustpilot is a Danish consumer review platform founded in Denmark in 2007. The platform hosts reviews of businesses worldwide, helping companies receive valuable feedback and use it to improve their products. It also helps consumers to shop with confidence, allowing them to learn useful information about a product without having to purchase it.

With Trustpilot Search endpoints, you can receive a list of businesses relevant to a specific keyword and get the domain of each establishment. You can then send the returned domains with Task POST requests to Trustpilot Reviews and collect feedback data on every establishment.

In the following paragraphs, we will show you how to get business profiles listed on Trustpilot.

1 First, call the Task POST endpoint of Trustpilot Search.

POST https://api.dataforseo.com/v3/business_data/trustpilot/search/task_post

2 In the Task POST Body, specify the keyword you would like to receive search results for. The keyword should indicate a business category (e.g., restaurants) or company name (e.g., McDonald’s).

3 Specify the number of business profiles to be returned in the API response. To do that, add the depth parameter and set it to the desired value.

We strongly recommend setting the parsing depth in the multiples of twenty as our system processes twenty search results in a row. In other words, you will be charged for every 20 search results returned. Thus, if you specify depth as 21 you will be charged for 40 search results. The price for 20 results is $ 0.00075.

Default depth value: 20.

Your POST request should be structured as in the following example:

[
    {
    "keyword": restaurants,
    "depth": 20
    }
]

4 Copy the Task ID from the response and call the Task GET endpoint of Trustpilot Search to retrieve the results.

GET https://api.dataforseo.com/v3/business_data/trustpilot/search/task_get/$id

In the API response, you will find the specified number of business profiles, along with their domains and other valuable data.

{
    "version": "0.1.20220208",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.0993 sec.",
    "cost": 0,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "02111413-2806-0374-0000-ba0803ea795a",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.0284 sec.",
            "cost": 0,
            "result_count": 1,
            "path": [
                "v3",
                "business_data",
                "trustpilot",
                "search",
                "task_get",
                "02111413-2806-0374-0000-ba0803ea795a"
            ],
            "data": {
                "se_type": "organic",
                "se": "trustpilot",
                "api": "business_data",
                "function": "search",
                "keyword": "restaurants",
                "depth": 20,
                "device": "desktop",
                "os": "windows"
            },
            "result": [
                {
                    "keyword": "restaurants",
                    "se_domain": "www.trustpilot.com",
                    "check_url": "https://www.trustpilot.com/search?query=restaurants",
                    "datetime": "2022-02-11 12:13:32 +00:00",
                    "items_count": 20,
                    "items": [
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 1,
                            "rank_absolute": 1,
                            "title": "NCR Aloha | ncr.com/restaurants/aloha-pos",
                            "domain": "ncr.com",
                            "url": "https://www.trustpilot.com/review/ncr.com/restaurants/aloha-pos",
                            "reviews_count": 91,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 4.3,
                                "votes_count": 91,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 2,
                            "rank_absolute": 2,
                            "title": "Bob Evans Restaurants | bobevans.com",
                            "domain": "bobevans.com",
                            "url": "https://www.trustpilot.com/review/bobevans.com",
                            "reviews_count": 133,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 2.1,
                                "votes_count": 133,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 3,
                            "rank_absolute": 3,
                            "title": "Restaurantstock | restaurantstock.com",
                            "domain": "restaurantstock.com",
                            "url": "https://www.trustpilot.com/review/restaurantstock.com",
                            "reviews_count": 47,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 4.3,
                                "votes_count": 47,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 4,
                            "rank_absolute": 4,
                            "title": "BJ's Restaurants | bjsrestaurants.com",
                            "domain": "bjsrestaurants.com",
                            "url": "https://www.trustpilot.com/review/bjsrestaurants.com",
                            "reviews_count": 6,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 3,
                                "votes_count": 6,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 5,
                            "rank_absolute": 5,
                            "title": "Habit Restaurants | www.habitburger.com",
                            "domain": "www.habitburger.com",
                            "url": "https://www.trustpilot.com/review/www.habitburger.com",
                            "reviews_count": 6,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 3.3,
                                "votes_count": 6,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 6,
                            "rank_absolute": 6,
                            "title": "Del Taco Restaurants | deltaco.com",
                            "domain": "deltaco.com",
                            "url": "https://www.trustpilot.com/review/deltaco.com",
                            "reviews_count": 8,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 3.5,
                                "votes_count": 8,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 7,
                            "rank_absolute": 7,
                            "title": "Restaurant Supply Group | restaurantsupplygroup.com",
                            "domain": "restaurantsupplygroup.com",
                            "url": "https://www.trustpilot.com/review/restaurantsupplygroup.com",
                            "reviews_count": 200,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 4.2,
                                "votes_count": 200,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 8,
                            "rank_absolute": 8,
                            "title": "RestaurantSupply.com | restaurantsupply.com",
                            "domain": "restaurantsupply.com",
                            "url": "https://www.trustpilot.com/review/restaurantsupply.com",
                            "reviews_count": 26,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 3.6,
                                "votes_count": 26,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 9,
                            "rank_absolute": 9,
                            "title": "Victor's Restaurants | www.victors.co.uk",
                            "domain": "www.victors.co.uk",
                            "url": "https://www.trustpilot.com/review/www.victors.co.uk",
                            "reviews_count": 4,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 3.4,
                                "votes_count": 4,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 10,
                            "rank_absolute": 10,
                            "title": "Cook Out Restaurants | www.cookout.com",
                            "domain": "www.cookout.com",
                            "url": "https://www.trustpilot.com/review/www.cookout.com",
                            "reviews_count": 4,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 3.3,
                                "votes_count": 4,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 11,
                            "rank_absolute": 11,
                            "title": "Restaurant Sarajevo | restaurantsarajevo.com",
                            "domain": "restaurantsarajevo.com",
                            "url": "https://www.trustpilot.com/review/restaurantsarajevo.com",
                            "reviews_count": 7,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 3.5,
                                "votes_count": 7,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 12,
                            "rank_absolute": 12,
                            "title": "Russo's Restaurants | nypizzeria.com",
                            "domain": "nypizzeria.com",
                            "url": "https://www.trustpilot.com/review/nypizzeria.com",
                            "reviews_count": 3,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 3.4,
                                "votes_count": 3,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 13,
                            "rank_absolute": 13,
                            "title": "Old Chicago Restaurants | oldchicago.com",
                            "domain": "oldchicago.com",
                            "url": "https://www.trustpilot.com/review/oldchicago.com",
                            "reviews_count": 3,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 3.7,
                                "votes_count": 3,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 14,
                            "rank_absolute": 14,
                            "title": "Restaurants Toulouse | www.restaurants-toulouse.fr",
                            "domain": "www.restaurants-toulouse.fr",
                            "url": "https://www.trustpilot.com/review/www.restaurants-toulouse.fr",
                            "reviews_count": 6,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 3,
                                "votes_count": 6,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 15,
                            "rank_absolute": 15,
                            "title": "Checkers Drive-In Restaurants | checkers.com",
                            "domain": "checkers.com",
                            "url": "https://www.trustpilot.com/review/checkers.com",
                            "reviews_count": 2,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 2.9,
                                "votes_count": 2,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 16,
                            "rank_absolute": 16,
                            "title": "Cote Restaurants | cote-restaurants.co.uk",
                            "domain": "cote-restaurants.co.uk",
                            "url": "https://www.trustpilot.com/review/cote-restaurants.co.uk",
                            "reviews_count": 277,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 3.8,
                                "votes_count": 277,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 17,
                            "rank_absolute": 17,
                            "title": "Browns Restaurants | www.browns-restaurants.co.uk",
                            "domain": "www.browns-restaurants.co.uk",
                            "url": "https://www.trustpilot.com/review/www.browns-restaurants.co.uk",
                            "reviews_count": 60,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 2.6,
                                "votes_count": 60,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 18,
                            "rank_absolute": 18,
                            "title": "Cosmo Restaurants | cosmo-restaurants.co.uk",
                            "domain": "cosmo-restaurants.co.uk",
                            "url": "https://www.trustpilot.com/review/cosmo-restaurants.co.uk",
                            "reviews_count": 56,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 2.6,
                                "votes_count": 56,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 19,
                            "rank_absolute": 19,
                            "title": "Ego Restaurants | www.egorestaurants.co.uk",
                            "domain": "www.egorestaurants.co.uk",
                            "url": "https://www.trustpilot.com/review/www.egorestaurants.co.uk",
                            "reviews_count": 29,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 3.6,
                                "votes_count": 29,
                                "rating_max": 5
                            }
                        },
                        {
                            "type": "trustpilot_search_result",
                            "rank_group": 20,
                            "rank_absolute": 20,
                            "title": "Brouge restaurants | brouge.co.uk",
                            "domain": "brouge.co.uk",
                            "url": "https://www.trustpilot.com/review/brouge.co.uk",
                            "reviews_count": 12,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 4.4,
                                "votes_count": 12,
                                "rating_max": 5
                            }
                        }
                    ]
                }
            ]
        }
    ]
}

Embed DataForSeo widget on your website


Embed code:
Preview: