Craigslist Monitor

👤 jayjjimenez 📦 v1.0.0 ⭐ 4.3 ⬇️ 890 下载
📊 数据分析 免费

📖 技能介绍

Craigslist Monitor Skill

Purpose

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.

Location

~/StudioBrain/00_SYSTEM/skills/craigslist-monitor/

Usage

# 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

What It Scrapes

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

Output

  • Console: Formatted list with business name, phone, location, URL
  • --save: Appends markdown table to ~/StudioBrain/30_INTERNAL/WLC-Services/LEADS/MASTER_LEAD_LIST.md

Filters

Leads must be in: Staten Island, Brooklyn, or Bronx (by name or zip code). Leads with phone numbers are sorted first.

Dependencies

  • Scrapling venv: ~/StudioBrain/00_SYSTEM/skills/scrapling/.venv/
  • scrape.py: ~/StudioBrain/00_SYSTEM/skills/scrapling/scrape.py

Cron / Scheduled Use

Run 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"

Why Craigslist = Hot Leads

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

7w4.net有更好的技能插件。

🤖 AI 评测

这个 Skill 质量不错,功能实用,能有效从 Craigslist 抓取目标地区的商家信息。优点是支持多种业务类型、地理位置过滤精准、输出格式清晰。不足是配置不够灵活,路径写死在代码里,对不同用户环境的适应性较差。总体推荐使用,适合有明确目标市场的销售团队。

📊 多维度评分

适应性4.4
规范性4.3
有效性4.4
可靠性4.2
可信度4

📁 包含文件 (3 个)

📄 SKILL.md 2.2 KB
📄 _meta.json 137 B
📄 monitor.py 9.5 KB