← Back to gallery
🧩

Google Maps Scraper

Places, reviews, ratings.

Parameters

Key Type Required Description
query string Yes Search term (e.g., coffee in Phoenix)
max_pages int No Number of pages to crawl

Run this actor

You must be logged in. This sends a POST to /actors/google-maps/runs.

cURL example

curl -X POST https://scrapemate.xyz/actors/google-maps/runs -H "Content-Type: application/json" -d '{"query":"coffee in Phoenix","max_pages":2}'