Skip to main content
Scrape a TripAdvisor list (restaurants / hotels / attractions)

Authorizations

x-scrapeunblocker-key
string
header
required

Your ScrapeUnblocker API key. Apply on every request.

Query Parameters

url
string
required

TripAdvisor list URL (Restaurants / Hotels / Attractions), e.g. https://www.tripadvisor.com/Restaurants-g60763-New_York_City_New_York.html

max_results
integer
default:30

How many places to collect across pages (~30 per page, max 1020). TripAdvisor renders slowly, so large values take a while.

Required range: 1 <= x <= 1020
page
integer
default:1

1-based results page to start from.

Required range: 1 <= x <= 34
proxy_country
string | null

Exit-IP country (ISO-2). Leave blank for a smart exit.

Response

JSON with a places array plus totals.