# TripAdvisor Experience Types API (https://www.socialcrawl.dev/platforms/tripadvisor/experience-types) > Returns the activity taxonomy TripAdvisor uses for a destination, with the number of bookable experiences in each type (for example 'Full-day Tours' 915) and a deep link to that filtered listing. Use it to size a destination's activity market before pulling /v1/tripadvisor/attractions, or to drive a category picker. TL;DR: `GET /v1/tripadvisor/experience-types` 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'. | | `currency` | no | Optional 3-letter currency code, e.g. 'USD'. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/tripadvisor/experience-types?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