NAVNavbar
Logo
cURL php NodeJS Python cSharp

Business Data API: Tripadvisor Overview

Using Tripadvisor Search you can obtain data on businesses listed on the Tripadvisor platform, including business name, rating, and url_path parameter that you can use to obtain complete reviews data of the establishment.

Using Tripadvisor Reviews you can get reviews’ count, time of submission, rating details, reviews’ content, images published by the reviewer, reviewer profile information, and more.
 

Setting a task


Tripadvisor Search

The returned results are relevant to the specified keyword and the selected location (see the List of Locations).

Note: in order to receive a list of business entities listed on the Tripadvisor platform, the keyword you specify should indicate a business category (e.g., "keyword": "pizza restaurant") or a company name ("keyword": "Margaritaville").

Tripadvisor Reviews

The returned results are specific to the url_path or keyword you indicate.

Note: in order to receive Tripadvisor reviews, the url_path you specify must identify an existing business entity on Tripadvisor.

The url_path parameter can be found on the Tripadvisor website as a part of the URL pointing to a specific business entity. For example, here is the URL of Margaritaville Resort Times Square on Tripadvisor:

https://www.tripadvisor.com/Hotel_Review-g60763-d23462501-Reviews-Margaritaville_Times_Square-New_York_City_New_York.html

The url_path for this entity is Hotel_Review-g60763-d23462501-Reviews-Margaritaville_Times_Square-New_York_City_New_York.html

We emulate set parameters with the highest accuracy so that the results you receive will match the actual search results for the specified parameters at the time of task setting. You can always check the returned results by accessing the check_url in the Incognito mode to make sure the received data is entirely relevant. Note that user preferences, search history, and other personalized search factors are ignored by our system and thus would not be reflected on the returned results.
 

Methods


All Business Data API endpoints support the Standard method of data retrieval. It requires making separate POST and GET requests. Using this method, you can retrieve the results after our system collects them.

Alternatively, you can specify pingback_url or postback_url when setting a task, and we will notify you on completion of tasks or send them to you respectively.

If you do not specify pingback_url or postback_url, you can receive the list of id for all completed tasks using the ‘Tasks Ready’ endpoint. It is designed to provide you with the list of completed tasks, which haven’t been collected yet. Then, you can retrieve the results using the ‘Task GET’ endpoint.

You can send up to 2000 POST and GET API calls per minute in total, with each POST call containing no more than 100 tasks. Contact us if you would like to raise the limit.
 

Priorities and cost


Business Data API has two different priorities that stand for the relative speed of task execution and have different prices:

1. Normal priority;
2. High priority.

The cost can be calculated on the Pricing page. You can check your spending in your account dashboard or by making a separate call to the User Data endpoint