AI Lead Intent Finder
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
0
Total users
0
Monthly active users
18 hours ago
Last modified
Categories
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 enrichniche: target customer segmentoffer: your service offerproducts: your products, packages, or services to match against each leadsalesGoal: campaign goal for the win-rate planlanguage:deorenmaxPagesPerSite: 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 installAPIFY_LOCAL_STORAGE_DIR=./storage npm start
For local testing, create storage/key_value_stores/default/INPUT.json.
Deploy
npm run apify -- loginnpm 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