Place Details
2 creditsGet detailed information about a Google Maps place.
/api/v1/tools/google/maps/placeParameters
Full Google Maps URL. Must contain a hex ID (e.g. !1s0x...:0x...). Copy from browser address bar.
BCP-47 language code (e.g. "en", "ja"). Defaults to "en".
ISO 3166-1 alpha-2 region code (e.g. "US", "JP"). Defaults to "US".
Fields to include. Omit for defaults: name, address, rating, totalReviewCount, categories, phone, website, businessHours, description, reviewsSummary, reviewHighlights, reviewTopics, featuredReviews, amenities, popularTimes, priceRange, reviewsPerRating. Use ["*"] for all.
Response Schema
Place details
Place name
Formatted address
Average rating (1 to 5)
Total number of reviews
Place categories
Phone number
Website URL
Business hours by day of week
Place description
AI-generated summary of reviews
Highlighted review excerpts
Review topics with sentiment counts
Featured reviews for the place
Place amenities and features
Popular times by day and hour
Price range indicator
Review count breakdown by star rating
Request metadata
Tool name (google-maps-place)
Credits consumed (2)
Unique request ID
Request
curl -X POST https://scraper.run/api/v1/tools/google/maps/place \-H "Authorization: Bearer sc_live_..." \-H "Content-Type: application/json" \-d '{"url": "https://www.google.com/maps/place/.../@40.7484,-73.9857,17z/data=!3m1!4b1!4m6!3m5!1s0x89c259a9b3117469:0xd134e199a405a163!8m2!3d40.7484!4d-73.9857!16zL20vMDJuZDFj"}'
Response Example
{"data": {"name": "Empire State Building","address": "20 W 34th St., New York, NY 10001","rating": 4.7,"totalReviewCount": 98234,"categories": ["Tourist attraction","Observation deck"],"phone": "+1 212-736-3100","website": "https://www.esbnyc.com","businessHours": {"monday": "10:00 AM - 12:00 AM","tuesday": "10:00 AM - 12:00 AM"},"description": "Iconic 102-story Art Deco skyscraper...","reviewsSummary": "Visitors love the breathtaking views...","reviewHighlights": ["Amazing views","Worth the wait"],"amenities": {"wheelchairAccessible": true,"restrooms": true},"priceRange": "$$","reviewsPerRating": {"1": 2234,"2": 3000,"3": 8000,"4": 20000,"5": 65000}},"meta": {"tool": "google-maps-place","creditsUsed": 2,"requestId": "req_abc123"}}