Google Maps Extractor avatar
Google Maps Extractor

Pricing

$6.00 / 1,000 results

Go to Store
Google Maps Extractor

Google Maps Extractor

Developed by

Compass

Compass

Maintained by Apify

Extract data from hundreds of places fast. Scrape Google Maps by keyword, category, location, URLs & other filters. Get addresses, contact info, opening hours, popular times, prices, menus & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

4.3 (63)

Pricing

$6.00 / 1,000 results

970

Total users

44.3k

Monthly users

7.2k

Runs succeeded

96%

Issues response

3.7 days

Last modified

a day ago

CH

Only getting 10 results each time

Closed

chozov opened this issue
2 months ago

This is the json for whatever is worth: { "exportedFields": [ "title", "imageUrl", "categoryName", "address", "city", "website", "neighborhood", "phone" ], "language": "en", "locationQuery": "dublin, IE", "maxCrawledPlacesPerSearch": 100, "searchMatching": "all", "searchStringsArray": [ "Badminton", "Cricket", "Fencing", "minigolf", "Hiking", "Hockey", "Hurling", "Rock Climbing", "Rowing", "Soccer", "Table Tennis", "Tennis", "Ultimate Frisbee", "Volleyball", "Jewelry Making course", "boardgames", "acting", "Sculpting class", "karting", "amusement center vr", "archery range", "bowling" ], "skipClosedPlaces": true, "website": "allPlaces" }

aja_bar avatar

Hi there, thanks for reaching out! Some of the search terms seem quite niche, like "amusement center vr". Try simplifying the input for instance like below. You'll be able to retrieve more results this way already:

{
"language": "en",
"locationQuery": "dublin, IE",
"maxCrawledPlacesPerSearch": 100,
"searchMatching": "all",
"searchStringsArray": [
"Badminton",
"Cricket",
"Fencing",
"Mini Golf",
"Hiking",
"Hockey",
"Hurling",
"Rock Climbing",
"Rowing",
"Soccer",
"Table Tennis",
"Tennis",
"Ultimate Frisbee",
"Volleyball",
"Jewelry Making",
"Board Games",
"Acting",
"Sculpting",
"Karting",
"Amusement Center",
"VR",
"Archery",
"Bowling"
],
"skipClosedPlaces": true,
"website": "allPlaces",
"placeMinimumStars": ""
}

You can also increase the maxCrawledPlacesPerSearchLimit.

Hope this helps! Cheers, Andrea