Google Maps Scraper avatar
Google Maps Scraper

Pricing

Pay per event

Go to Store
Google Maps Scraper

Google Maps Scraper

Developed by

Compass

Compass

Maintained by Apify

Extract data from thousands of Google Maps locations and businesses, 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.2 (106)

Pricing

Pay per event

1.8K

143K

20K

Issues response

4.4 days

Last modified

4 days ago

MG

not working

Closed
meditative_garklein opened this issue
a year ago

it not working atall

milunnn avatar

Hi, the reason why it is not working is because this input param combination is not valid. You can achieve the results you wanted by following these steps:

  1. Clear the "Location Query" field
  2. Put only keywords to look for in the "Search term(s)" (e.g. "Architectural firms", "Architects"), and not the City names
  3. Set the City field in the "Define the search area by other geolocation parameters" input section to the city you want (e.g. "Ernakulam")

Example of the input for Ernakulam (in JSON format - you can paste it as input - JSON tab):

{
"city": "Ernakulam",
"countryCode": "in",
"deeperCityScrape": true,
"includeWebResults": false,
"language": "en",
"maxImages": 0,
"maxReviews": 0,
"onlyDataFromSearchPage": false,
"reviewsSort": "newest",
"scrapeDirectories": false,
"scrapeImageAuthors": false,
"scrapeResponseFromOwnerText": false,
"scrapeReviewId": false,
"scrapeReviewUrl": false,
"scrapeReviewerId": false,
"scrapeReviewerName": false,
"scrapeReviewerUrl": false,
"searchMatching": "all",
"searchStringsArray": [
"Architectural firms",
"Architects"
],
"skipClosedPlaces": false,
"state": "Kerala"
}