Job Lead Radar

v1.0.1

Scrapes and collects job leads from Indeed, ZipRecruiter, ProductionHUB, and LinkedIn on demand or schedule for production and creative roles.

0· 102· 2 versions· 0 current· 0 all-time· Updated 12h ago· MIT-0

Install

openclaw skills install job-lead-radar

Job Lead Radar

Automated job lead scraping across multiple sources. Runs on a schedule or on-demand.

Note on job boards: Indeed, ZipRecruiter, and LinkedIn employ anti-bot protections. Results may be reduced or zero on these sources. ProductionHUB and Peerspace scrape reliably. This is a known limitation of web scraping — not a defect in the skill.

Quick Start

cd ~/.openclaw/skills/job-lead-radar
python scripts/scrape.py [source] [query]

Sources: all (default), indeed, ziprecruiter, productionhub, peerspace, linkedin Query: Any job search term (default: "film producer")

Output

Results saved to job_leads.json in the script directory. Each entry includes:

  • source — job board name
  • timestamp — ISO timestamp
  • jobs[] — array of {title, company, link}

Cron Setup

Add to OpenClaw cron for weekly job monitoring:

0 10 * * 1 cd ~/.openclaw/skills/job-lead-radar && python scripts/scrape.py all "film producer" >> logs/weekly.log 2>&1

Custom Queries

Edit references/queries.md for industry-specific search terms. Common queries:

IndustryQuery
Film/TV Productionfilm producer, video editor, production assistant
Sports Productionsports producer, broadcast, remote producer
Creativecontent creator, social media, digital media
Web3/Cryptoblockchain, crypto, web3 developer
Streamingstreaming, ott, video platform

Dependencies

  • Python 3.7+
  • scrapling (pip install scrapling)

File Structure

job-lead-radar/
├── SKILL.md           ← you are here
├── scripts/
│   └── scrape.py      ← main scraper
└── references/
    └── queries.md     ← query templates

Version tags

latestvk97ffgp248z99r6zhryc1626ax84ctwg