Tripadvisor Scraper avatar

Tripadvisor Scraper

Try for free

Pay $3.00 for 1,000 results

Go to Store
Tripadvisor Scraper

Tripadvisor Scraper

maxcopell/tripadvisor
Try for free

Pay $3.00 for 1,000 results

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.

Developer
Maintained by Apify

Actor Metrics

  • 464 monthly users

  • 4.7 / 5 (8)

  • 106 bookmarks

  • >99% runs succeeded

  • 3.9 days response time

  • Created in Nov 2019

  • Modified 4 days ago

Categories
AT

Pagination for restaurants given input url is not handled.

Open
appreciative_telephone opened this issue
2 days ago

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

1{
2  "includeAiReviewsSummary": false,
3  "includeAttractions": false,
4  "includeHotels": false,
5  "includeNearbyResults": false,
6  "includePriceOffers": false,
7  "includeRestaurants": true,
8  "includeTags": false,
9  "includeVacationRentals": false,
10  "maxItemsPerQuery": 3000,
11  "startUrls": [
12    {
13      "url": "https://www.tripadvisor.com/Restaurants-g2699702-oa0-Vrancea_County_Southeast_Romania.html",
14      "method": "GET"
15    }
16  ],
17  "language": "en",
18  "currency": "USD"
19}
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

a day ago

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