# TripAdvisor Restaurant API (https://www.socialcrawl.dev/platforms/tripadvisor/restaurant) > Returns a unified Place for one TripAdvisor restaurant: name, star rating, total review count, price band, cuisine tags, full address, phone, coordinates, opening hours by day, its rank within the destination, and whether the listing is claimed by its owner. Get the `url_path` from /v1/tripadvisor/restaurants or /v1/tripadvisor/search. TL;DR: `GET /v1/tripadvisor/restaurant` 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 restaurant, or a full TripAdvisor restaurant URL. | | `language` | no | Optional locale for the response, e.g. 'en_US'. | | `currency` | no | Optional 3-letter currency code for price fields, e.g. 'USD'. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/tripadvisor/restaurant?url_path=Restaurant_Review-g187147-d14039269-Reviews-Can_Alegria_Paris-Paris_Ile_de_France.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