Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First Outscraper Python App

This is my first Python project using the Outscraper Google Maps Search API.

What this app does

This app searches for places and prints results like:

  • business name
  • address
  • phone number
  • website

Files in this project

  • app.py - main Python script
  • .env.example - sample API key file
  • requirements.txt - required Python packages
  • .gitignore - prevents private files like .env from being uploaded

How to run the app

  1. Install the required packages:

python -m pip install -r requirements.txt

  1. Create a .env file and add your API key:

OUTSCRAPER_API_KEY=your_api_key_here

  1. Run the script:

python app.py

About

My first Custom Google Maps Scraper Python App

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages