This is my first Python project using the Outscraper Google Maps Search API.
This app searches for places and prints results like:
- business name
- address
- phone number
- website
app.py- main Python script.env.example- sample API key filerequirements.txt- required Python packages.gitignore- prevents private files like.envfrom being uploaded
- Install the required packages:
python -m pip install -r requirements.txt
- Create a
.envfile and add your API key:
OUTSCRAPER_API_KEY=your_api_key_here
- Run the script:
python app.py