Skip to content

Instantly share code, notes, and snippets.

@davidmoremad
davidmoremad / google_maps_search_businesses.py
Created June 1, 2021 12:37
Search businesses in different areas on Google Maps
import requests
import json
import csv
MAPS_KEY='YOUR_API_KEY' # Get API_key & Enable Places_API on GCP
MAPS_RADIUS='3000' #3KM radius
MAPS_KEYWORD='PHYSIOTHERAPY' # What are you looking for
CITIES = [
{'name': 'madrid', 'cord': '40.416586, -3.703884'},