📍
Local
Google Maps place
Send a Google Maps place URL and receive structured business data. Useful for local intelligence, competitor density studies, lead-gen pipelines targeting brick-and-mortar businesses, and verifying NAP (name-address-phone) consistency. Google is aggressive with bot defenses, so production usage typically pairs the actor with a residential proxy.
POST /v1/actors/google-maps Fields returned
| Field | Type | Example |
|---|---|---|
| name | string | Empire State Building |
| rating | number | 4.7 |
| review_count | number | 98425 |
| address | string | 20 W 34th St, New York, NY 10001 |
| phone | string | +1 212-736-3100 |
| category | string | Tourist attraction |
| hours | object | { monday: '10AM-10PM', ... } |
| coordinates | object | { lat: 40.7484, lng: -73.9857 } |
Sample response
{
"status": "success",
"url": "https://www.google.com/maps/place/...",
"time_ms": 1640,
"data": {
"name": "Empire State Building",
"rating": 4.7,
"review_count": 98425,
"address": "20 W 34th St, New York, NY 10001",
"phone": "+1 212-736-3100",
"category": "Tourist attraction",
"coordinates": { "lat": 40.7484, "lng": -73.9857 }
}
} Production guidance
Google flags datacenter traffic quickly. Use a residential proxy for production volume.
Quickstart
curl -X POST https://api.datasonar.dev/v1/actors/google-maps \
-H "Authorization: Bearer osk_..." \
-H "Content-Type: application/json" \
-d '{"url": "https://www.google.com/maps/place/..."}'Google Maps place questions
How accurate is the Google Maps place actor? ▾
For pages that return a normal response, the actor extracts every documented field reliably. For pages that hit anti-bot defenses, the actor returns a clear error rather than guessing at incomplete data — your pipeline can decide whether to retry with a residential proxy.
How much does each google maps place call cost? ▾
Every actor call counts as a single request against your monthly quota — same as every other endpoint. There are no per-vertical surcharges.
What happens if Google changes their page structure? ▾
We monitor structural changes on every site we support and update the actor before customer pipelines notice. Subscribe to the changelog to be notified when a vertical actor gets a new field or fix.
Can I request a custom field? ▾
Yes. Business and Enterprise customers can request additional fields on any actor. We typically ship within one to two weeks of a clear specification.
Try the google maps place actor free.
1,000 requests every month, every endpoint, no credit card.