Google Maps Business Scraper avatar
Google Maps Business Scraper

Pricing

$4.00 / 1,000 places

Go to Store
Google Maps Business Scraper

Google Maps Business Scraper

Developed by

Compass

Compass

Maintained by Apify

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.

4.8 (5)

Pricing

$4.00 / 1,000 places

91

Total users

2.2k

Monthly users

326

Runs succeeded

>99%

Issue response

4.9 days

Last modified

6 hours ago

KU

i want to scrape and it dont work

Closed

ku2ck4 opened this issue
a year 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:

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

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.