Google Maps Scraper
Pricing
Pay per usage
Go to Apify Store
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Paul Würschinger
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Scrapes Google Maps search results and extracts structured business data.
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| query | string | yes | — | Search query (e.g. "pizza in Rome") |
| location | string | no | — | Optional location refinement |
| maxResults | integer | no | 50 | Maximum number of results |
Output
Each item contains: name, address, phone, website, rating, reviewCount, category, lat, lng
Notes
Google Maps is heavily JS-rendered. This actor parses embedded JSON data from the page source. For production use consider adding proxy rotation.