apify-google-maps

Installation
SKILL.md

Apify Google Maps Scraper

Scrapes business listings from Google Maps using Apify actor nwua9Gu5YrADL7ZDj. Returns business name, address, phone, website, category, and rating. Stores results in the business_leads DB table.

How to Run

# Scrape businesses by keyword + location
python3 skills/apify-google-maps/scripts/apify_leads_sheet.py \
    --terms "Marketing Agency" \
    --location "Austin, USA" \
    --max 100

# Multiple terms
python3 skills/apify-google-maps/scripts/apify_leads_sheet.py \
    --terms "Dentist,Law Firm,Accountant" \
    --location "New York, USA" \
    --max 200
Installs
4
GitHub Stars
55
First Seen
Apr 8, 2026
apify-google-maps — kevinbadi/ai-os-skills