Tripadvisor Scraper avatar
Tripadvisor Scraper

Pricing

$3.00 / 1,000 results

Go to Store
Tripadvisor Scraper

Tripadvisor Scraper

Developed by

Maximillian Copelli

Maximillian Copelli

Maintained by Apify

This unofficial Tripadvisor API is a data extraction tool able to get data on hotels, restaurants, things to do, vacation rentals, attractions, tours, and public trips. Get pricing, contact details, amenities, awards, ratings, and more. Download your data in Excel, JSON, CSV, and other formats.

4.8 (9)

Pricing

$3.00 / 1,000 results

118

Total users

9.1k

Monthly users

800

Runs succeeded

99%

Issue response

1.3 days

Last modified

4 days ago

AT

Pagination for restaurants given input url is not handled.

Closed

appreciative_telephone opened this issue
2 months ago

With this actor input the response has 1 restaurant even though there are 41 on TripAdvisors.

{
"includeAiReviewsSummary": false,
"includeAttractions": false,
"includeHotels": false,
"includeNearbyResults": false,
"includePriceOffers": false,
"includeRestaurants": true,
"includeTags": false,
"includeVacationRentals": false,
"maxItemsPerQuery": 3000,
"startUrls": [
{
"url": "https://www.tripadvisor.com/Restaurants-g2699702-oa0-Vrancea_County_Southeast_Romania.html",
"method": "GET"
}
],
"language": "en",
"currency": "USD"
}
lukas.prusa avatar

Hi, thanks for opening this issue!

Seems like there is a bug with the includeNearbyResults feature for this location. Please try enabling it to get the desired results in the meantime.

We will take a look into it. I will keep you updated here :) Thanks!

AT

appreciative_telephone

2 months ago

I enabled includeNearbyResults and I get the expected results back. Thank you!