Scrape Craigslist NY services ads to find small owner-operated businesses in Staten Island, Brooklyn, and Bronx — these are Gracie AI Receptionist leads. Businesses advertising on Craigslist need more work, meaning more calls coming in, making them ideal Gracie prospects.
來源於7w4.net。
~/StudioBrain/00_SYSTEM/skills/craigslist-monitor/
# Basic scan (all categories)
python3 ~/StudioBrain/00_SYSTEM/skills/craigslist-monitor/monitor.py
# Scan + save results to MASTER_LEAD_LIST.md
python3 ~/StudioBrain/00_SYSTEM/skills/craigslist-monitor/monitor.py --save
# Scan specific business type only
python3 ~/StudioBrain/00_SYSTEM/skills/craigslist-monitor/monitor.py --type plumber
# Also fetch individual ads to find phone numbers
python3 ~/StudioBrain/00_SYSTEM/skills/craigslist-monitor/monitor.py --save --enrich
| Category | Search URL |
|---|---|
| Plumber | newyork.craigslist.org/search/sss?query=plumber&nearby=1 |
| HVAC | newyork.craigslist.org/search/sss?query=hvac&nearby=1 |
| Auto Repair | newyork.craigslist.org/search/sss?query=auto+repair&nearby=1 |
| Dental | newyork.craigslist.org/search/sss?query=dental&nearby=1 |
| Contractor | newyork.craigslist.org/search/sss?query=contractor&nearby=1 |
~/StudioBrain/30_INTERNAL/WLC-Services/LEADS/MASTER_LEAD_LIST.mdLeads must be in: Staten Island, Brooklyn, or Bronx (by name or zip code). Leads with phone numbers are sorted first.
~/StudioBrain/00_SYSTEM/skills/scrapling/.venv/~/StudioBrain/00_SYSTEM/skills/scrapling/scrape.pyRun weekly on Mondays to catch fresh Craigslist posts:
openclaw cron add --schedule "0 8 * * MON" --command "python3 ~/StudioBrain/00_SYSTEM/skills/craigslist-monitor/monitor.py --save"
A business posting on Craigslist is actively seeking customers. That means: - They have call volume (or want it) - They're spending time/money on marketing - They likely can't afford a full-time receptionist - Gracie solves their exact problem
這個 Skill 質量不錯,功能實用,能有效從 Craigslist 抓取目標地區的商家資訊。優點是支援多種業務型別、地理位置過濾精準、輸出格式清晰。不足是配置不夠靈活,路徑寫死在程式碼裡,對不同使用者環境的適應性較差。總體推薦使用,適合有明確目標市場的銷售團隊。