# TripAdvisor Attraction Reviews API (https://www.socialcrawl.dev/platforms/tripadvisor/attraction-reviews) > Returns a unified ReviewList of visitor reviews for a TripAdvisor attraction, keyed by its `url_path` (`entity_id` on every review). Each review carries the star rating, full text, title, reviewer profile with contribution count, attached photos, helpful-vote count, and the publish date. Get the `url_path` from /v1/tripadvisor/attractions. Note this lane carries no owner/management responses and no per-review permalink - both exist only on hotel and restaurant reviews. An attraction with no reviews returns 404 (auto-refunded). TL;DR: `GET /v1/tripadvisor/attraction/reviews` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `url_path` | yes | The TripAdvisor `url_path` of the attraction, or a full TripAdvisor attraction URL. | | `depth` | no | Number of reviews to retrieve (default 20, max 40). | | `language` | no | Review language code, e.g. 'en'. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/tripadvisor/attraction/reviews?url_path=Attraction_Review-g60763-d105127-Reviews-Central_Park-New_York_City_New_York.html" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full TripAdvisor API: https://www.socialcrawl.dev/platforms/tripadvisor ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing