
Google Maps Scraper
Pricing
Pay per event

Google Maps Scraper
Extract data from thousands of Google Maps locations and businesses. Get Google Maps data including reviews, reviewer details, images, contact info, opening hours, location, prices & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.
4.4 (41)
Pricing
Pay per event
991
Monthly users
5.1k
Runs succeeded
97%
Response time
4.9 days
Last modified
7 hours ago
I want to scrape data for Riyadh city, but I ended up scraping data for the entire Riyadh province.
Considering the vast area of Riyadh province, how can I refine my scraping to target specifically within the city of Riyadh?

Ondrej Klinovský (ondrejklinovsky)
Hey,
thanks for the question. By default, Nominatim API gives us the Riyadh province. If you wish to scrape Riyadh the city, you should use geolocation options:
1"locationQuery": "", 2 "city": "Riyadh", 3 "countryCode": "sa"
Note that you need to leave locationQuery
empty so that it's not used instead of city
and countryCode
.
Unfortunately Nominatim API doesn't have a polygon for the city borders. They have only a point, which is not ideal because the scraper cannot know the exact area it's supposed to scrape. To solve this, currently it's best to create your own city polygon in geojson format and pass that to customGeolocation
. Take a look at this article for more information. Let me know if you have any questions.
Pricing
Pricing model
Pay per eventThis Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.
Actor start
$0.007
Flat fee for starting an Actor run. <a href="https://help.apify.com/en/articles/10774732-google-maps-scraper-is-going-to-pay-per-event-pricing">More details.</a>
Place scraped
$0.004
Cost per place successfully scraped from Google Maps. <a href="https://help.apify.com/en/articles/10774732-google-maps-scraper-is-going-to-pay-per-event-pricing">More details.</a>
Add-on: Filter applied
$0.001
Extra cost per place for each filter applied (e.g. category, title match, minimum stars, website availability, or skipping closed places). Final price = places scraped * filter price * number of filters. <a href="https://help.apify.com/en/articles/10774732-google-maps-scraper-is-going-to-pay-per-event-pricing">More details.</a>
Add-on: Additional place details scraped
$0.002
Flat cost per place to retrieve additional place details (e.g. table reservation data, web results, or max questions). The price remains the same no matter how many details you select. <a href="https://help.apify.com/en/articles/10774732-google-maps-scraper-is-going-to-pay-per-event-pricing">More details.</a>
Add-on: Contact details scraped
$0.002
Extra cost per place for finding the associated web page and extracting contact information (e.g. social media accounts or emails). <a href="https://help.apify.com/en/articles/10774732-google-maps-scraper-is-going-to-pay-per-event-pricing">More details.</a>
Add-on: Review scraped
$0.001
Extra cost per individual review scraped. <a href="https://help.apify.com/en/articles/10774732-google-maps-scraper-is-going-to-pay-per-event-pricing">More details.</a>
Add-on: Image scraped
$0.001
Extra cost per image retrieved from a place, including author details. <a href="https://help.apify.com/en/articles/10774732-google-maps-scraper-is-going-to-pay-per-event-pricing">More details.</a>