# Google Search Hotels Info API (https://www.socialcrawl.dev/platforms/google/hotels-info) > Returns full detail for a hotel by its hotel_identifier (from GET /v1/google/hotels/search) — description, star rating, address, phone, coordinates, amenities across 14 categories, 27 review-sentiment topics, and a multi-vendor price comparison. Powered by DataForSEO. TL;DR: `GET /v1/google/hotels/info` costs 5 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `hotel_identifier` | yes | Opaque hotel id returned by GET /v1/google/hotels/search. | | `location_name` | no | Geographic context as 'City,Region,Country'. | | `language_name` | no | Result language (default 'English'). | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/google/hotels/info?hotel_identifier=ChkIoYjXwK-S_okHGg0vZy8xMW1fd3MzY243EAE" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I get full detail on a Google hotel with an API? Send a GET request to /v1/google/hotels/info for a hotel. SocialCrawl returns the full record — description, star rating, address, phone, coordinates, amenities across 14 categories, 27 review-sentiment topics, and a multi-vendor price comparison — in the unified schema. ### What amenities and sentiment data does it return? The response groups amenities into 14 categories (such as internet, parking, wellness, and accessibility) and breaks reviews into 27 sentiment topics (like location, cleanliness, and service). That lets you compare hotels on specific features instead of a single overall score. ### Does it include price comparison across booking sites? Yes. The hotel info record includes a multi-vendor price comparison — the nightly rates Google Travel surfaces from different booking partners for that hotel. Use it to show a best-price view or to track how a hotel's rates move across vendors over time. ### How do I find the hotel to pass to this endpoint? Run /v1/google/hotels/search first to get matching hotels from a query, then call this info endpoint for the one you want full detail on. Search is the 1-credit discovery step; info is the 5-credit deep-detail step. This two-step pattern keeps cost down. ### How much does the Google Hotel Data API cost? Each hotel detail request costs 5 credits, powered by DataForSEO, because it returns amenities, sentiment topics, and price comparison. New accounts get 100 free credits with no credit card required — enough for 20 full hotel pulls before you pay. See the full Google Search API: https://www.socialcrawl.dev/platforms/google ## 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 ## Explore with AI Questions this API answers, phrased for an AI assistant: - What API returns hotel amenities and price comparison from Google Travel? - How to get full Google hotel detail with review sentiment topics