scrape-leads
Installation
SKILL.md
Lead Scraping & Verification
Goal
Scrape leads using Apify (code_crafter/leads-finder), verify their relevance (industry match > 80%), and save them to a Google Sheet. For large scrapes (1000+ leads), use parallel scraping for 3-5x faster performance.
Inputs
- Industry: The target industry (e.g., "Plumbers", "Software Agencies")
- Location: The target location (e.g., "Texas", "United States", "California"). Scripts auto-format to Apify's required format (US states get ", us" suffix automatically).
- Total Count: The total number of leads desired
Scripts
All scripts are in ./scripts/:
scrape_apify.py- Single scrape, for <1000 leadsscrape_apify_parallel.py- Parallel scraping, for 1000+ leadsclassify_leads_llm.py- LLM-based lead classificationenrich_emails.py- Email enrichment via AnyMailFinderupdate_sheet.py- Batch sheet updatesread_sheet.py- Read data from Google Sheets