GM

Google Maps Scraper

antsdata/google-maps

AntsData 4.8 (471 reviews) 449K runs

Scrape business info, ratings, reviews and contacts for lead gen and local insight.

#Local#Leads
INPUT

Configure your task

ParameterTypeRequired
searchQueries
Business / category
string[]Required
location
Location
stringRequired
maxItems
Max items
numberOptional
EXAMPLE

Input & output

input.json
{
  "searchQueries": [
    "coffee shop"
  ],
  "location": "San Francisco, CA",
  "maxItems": 120
}
output.json
{
  "name": "Blue Bottle Coffee",
  "rating": 4.5,
  "reviews": 1820,
  "address": "66 Mint St",
  "phone": "+1 415…",
  "website": "https://…",
  "category": "Coffee shop",
  "lat": 37.78,
  "lng": -122.4
}
API

Run with one request

POST · cURL
curl -X POST https://api.antsdata.com/v1/actors/antsdata/google-maps/runs \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"searchQueries":["coffee shop"],"location":"San Francisco, CA","maxItems":120}'

Full integration guide in the API docs.

Need different fields or sites?

Any public data — we can custom-scrape it and package it as a stable API.