Scraping Google Maps Data
Google Maps offers an official API for scraping data via the Places API, returning data about venues, businesses, photos, reviews & more.
To use the places API, you’ll need to get an API Key
that the endpionts on this page will require. It’s very easy to get one with your Google account and you’re allowed a free number of API calls per day, simply follow the instructions to get an API key.
Getting Started
Once you have your API key, you can begin using the official Place Search & Place Details endpoints directly from Google if you’d prefer to write custom code to access this data.
If you’d rather not re-invent the wheel, the endpoints on this page will access these endpoints on your behalf and can return bulk data in CSV format for you, allowing you to quickly access Google places data without needing to write any code.