← The whole library
Google Maps for your agent
Google Maps business listings with rating, review count, category, address, phone, website and coordinates.
Google Maps
Live Businesses · SnoopScan · Worldwide 5 credits a searchSearch Google Maps the way you would in the app, by what and where, and get up to 60 places back as structured data. Turn on enrich to also read each website for emails, a contact page and social profiles. Used for local lead lists, competitor mapping and store locators.
What you get
- Place name
- Category
- Rating
- Review count
- Address
- Phone
- Website
- Coordinates
- Open now
- Emails and socials (enrich)
Actions
Search places
How to use it
Your code calls POST /v1/places/search with your API key.
Try asking your agentUse SnoopScan to list coffee shops in Austin, TX with their ratings, phone numbers and websites.
Example response
{
"places": [{
"name": "Eastside Coffee Co.",
"category": "Coffee shop",
"rating": 4.7,
"review_count": 1284,
"address": "1100 E 6th St, Austin, TX 78702",
"phone": "(512) 555-0118",
"website": "https://eastsidecoffee.example",
"latitude": 30.2636,
"longitude": -97.7302
}]
}