Google Maps Scraper avatar

Google Maps Scraper

Pricing

from $2.30 / 1,000 place results

Go to Apify Store
Google Maps Scraper

Google Maps Scraper

Scrape Google Maps places by search query — name, address, phone, website, rating, category, coordinates and place ID. No login, no Places API key.

Pricing

from $2.30 / 1,000 place results

Rating

0.0

(0)

Developer

MYM

MYM

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

Share

Google Maps Scraper 🗺️

Extract Google Maps places at scale — no login, no Places API key, no billing surprises. Give it a search query (with the location baked in) and get clean, structured JSON back.

Great for local lead generation, market research, store-locator datasets, competitor mapping, and enrichment pipelines.


✨ What you get per place

  • Name and full address
  • Rating and category (plus the full category list)
  • Phone (international format) and website
  • Latitude / longitude and place ID
  • Google Maps link

🔧 Example input

{
"queries": ["coffee shops in Austin TX", "dentist in Miami"],
"maxPerQuery": 40,
"language": "en",
"country": "us"
}

Put the location inside the query"hotels in Berlin", "plumbers in 90210". No coordinates or geocoding needed.


📤 Example output

{
"query": "dentist in Miami",
"name": "Relax and Smile Dental Care",
"address": "271 NE 2nd St, Miami, FL 33132",
"rating": 4.9,
"category": "Dentist",
"categories": ["Dentist", "Cosmetic dentist", "Orthodontist"],
"phone": "+17869834812",
"website": "https://www.relaxandsmile.com/",
"lat": 25.7763227,
"lng": -80.1887702,
"placeId": "0x88d9b69ef54365f1:0x9d56ac0453fc14e",
"mapsUrl": "https://www.google.com/maps/place/?q=place_id:0x88d9b69ef54365f1:0x9d56ac0453fc14e"
}

⚙️ Notes & limits

  • Results are paginated 20 per page; set Max results per query up to 120.
  • reviewsCount is best-effort — the fast search feed often omits it and it is returned as null when unavailable.
  • A single run is meant to finish quickly; keep query counts and per-query caps reasonable.