# TripAdvisor Attractions API (https://www.socialcrawl.dev/platforms/tripadvisor/attractions) > Searches TripAdvisor attractions, tours, museums, and activities in a destination, with filters for category, duration, minimum traveler rating, free cancellation, skip-the-line, and private tours. Returns a unified PlaceList carrying the star rating, review count, a photo, and the `url_path` you pass to /v1/tripadvisor/attraction or /v1/tripadvisor/attraction/reviews. TL;DR: `GET /v1/tripadvisor/attractions` 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 | | --- | --- | --- | | `location` | yes | City, region, or destination, e.g. 'Bangkok'. | | `depth` | no | Number of attractions to retrieve (default 30, max 100). | | `category` | no | Category: any \| attractions \| tours \| outdoor_activities \| museums \| shopping \| nightlife \| spas \| classes_workshops. (any \| attractions \| tours \| outdoor_activities \| museums \| shopping \| nightlife \| spas \| classes_workshops) | | `duration` | no | Activity duration: any \| lt_1_hour \| 1_to_4_hours \| 4_hours_to_1_day \| multi_day. (any \| lt_1_hour \| 1_to_4_hours \| 4_hours_to_1_day \| multi_day) | | `traveler_rating` | no | Minimum traveler rating: any \| 3 \| 3.5 \| 4 \| 4.5 \| 5. (any \| 3 \| 3.5 \| 4 \| 4.5 \| 5) | | `free_cancellation` | no | Only return activities with free cancellation. | | `skip_the_line` | no | Only return skip-the-line activities. | | `private_tour` | no | Only return private tours. | | `currency` | no | Optional 3-letter currency code, e.g. 'USD'. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/tripadvisor/attractions?location=Bangkok" \ -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