AI Lead Intent Finder avatar

AI Lead Intent Finder

Pricing

Pay per usage

Go to Apify Store
AI Lead Intent Finder

AI Lead Intent Finder

Find B2B lead intent from websites: contact data, automation signals, lead score, and outreach messages.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Josefo

Josefo

Maintained by Community

Actor stats

0

Bookmarked

0

Total users

0

Monthly active users

18 hours ago

Last modified

Share

Apify Actor MVP for turning B2B websites into actionable sales leads.

It crawls each website, extracts contact details and social links, detects automation and CRM signals, scores the lead, and generates a short outreach message in German or English.

It can also match each lead against your own products or service packages and output a win-rate plan: best-fit offer, win probability, objections, pitch angle, next best action, and follow-up sequence.

Input

  • startUrls: company websites to enrich
  • niche: target customer segment
  • offer: your service offer
  • products: your products, packages, or services to match against each lead
  • salesGoal: campaign goal for the win-rate plan
  • language: de or en
  • maxPagesPerSite: crawl depth per company website

Output

Each dataset item contains:

  • company name and domain
  • emails, phones, contact page, social links
  • detected technologies and business signals
  • pain points and automation opportunities
  • lead score from 0 to 100
  • best-fit product and estimated win probability
  • objections, pitch angle, next action, and follow-up sequence
  • ready-to-send outreach message

Local run

npm install
APIFY_LOCAL_STORAGE_DIR=./storage npm start

For local testing, create storage/key_value_stores/default/INPUT.json.

Deploy

npm run apify -- login
npm run apify -- push

Do not paste your API token into chat. Use apify login or set APIFY_TOKEN locally.

Do not use npx apify login: that resolves the Apify SDK package, which has no CLI executable. Use the local apify-cli via npm run apify -- ....

Update Store display fields

The Apify API supports updating Actor categories and display metadata. Export a real token locally first:

export APIFY_TOKEN="your-token"
npm run store:update

Update one Actor:

$npm run store:update -- --actor jvbmRq5PIzcxbCPvk

Update all Actors owned by your account:

$npm run store:update -- --all

Use a config file:

$npm run store:update -- --config ./store-info.example.json