Google Maps Business Scraper avatar

Google Maps Business Scraper

Try for free

Pay $4.00 for 1,000 places

View all Actors
Google Maps Business Scraper

Google Maps Business Scraper

compass/google-places-api
Try for free

Pay $4.00 for 1,000 places

Extract place data from Google Maps fast. Just paste Google place URL or Google place id and get business data including contact details, prices, categories, opening hours, menus & more. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

Do you want to learn more about this Actor?

Get a demo
KU

i want to scrape and it dont work

Closed

ku2ck4 opened this issue
4 months ago
ondrejklinovsky avatar

Hi, your input is invalid. requestsFromUrl is used when you have a list of URLs in a CSV format. If you have a single Google Maps URL, you need to put in in url:

1{
2  "language": "sk",
3  "startUrls": [
4    {
5      "url": "https://www.google.com/maps/search/digit%C3%A1lna+agent%C3%BAra/@49.0246336,14.4605889,7z?hl=en-GB&entry=ttu"
6    }
7  ]
8}

However, this actor doesn't support search URLs (ones that start with https://www.google.com/maps/search/...), it supports only specific places (e.g. this one). You may use our other actors that support search URLs:

I'm gonna close this issue but feel free to reopen it in case you have any questions.

Developer
Maintained by Apify
Actor metrics
  • 105 monthly users
  • 12 stars
  • 96.8% runs succeeded
  • Created in Dec 2023
  • Modified about 15 hours ago