Documentation
README
Lead Scoring & Enrichment
Turn a CSV of company URLs into a scored, contact-enriched pitch list. The agent asks the user for scoring rules in plain English ("+10 if using Shopify", "-5 if company size <10"), picks an enrichment path (departments or copywriters), and orchestrates six Apify Actors through four helper scripts.
Prerequisites
- Apify account with an active
APIFY_TOKEN(Console → Settings → Integrations) - Node.js 20.6+ (needed for native
--env-filesupport) - A
.envfile at the skill root containingAPIFY_TOKEN=apify_api_... - One-time inside
scripts/:npm install(installscsv-parse,csv-stringify)
This is the opening of the README. Read the full README on GitHub.