Local Lead Opportunity Finder
Pricing
from $20.00 / 1,000 results
Local Lead Opportunity Finder
Find and score local businesses worldwide that may need websites, SEO, reputation management, or automation.
Pricing
from $20.00 / 1,000 results
Rating
0.0
(0)
Developer
0xGollum
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
This Apify Actor finds local businesses worldwide with visible signals that they may need a website, local SEO, reputation management, or automation.
It delegates Google Maps collection to a compatible source Actor, then normalizes the results and calculates an explainable opportunityScore from 0 to 100. No private data is collected.
Example input
{"sourceActorInput": {"searchStringsArray": ["dentists in New York, USA"],"maxCrawledPlacesPerSearch": 100},"minimumOpportunityScore": 35,"maxBusinesses": 500,"onlyNewLeads": true,"historyStoreName": "my-client-lead-history"}
The default source is compass/crawler-google-places. If you use another Google Maps Actor, pass its compatible input through sourceActorInput.
Scoring
- No website: +53
- Google rating under 3.8: +20
- Fewer than 20 reviews: +15; fewer than 50: +8
- No phone: +8
- No category: +4
Weights sum to exactly 100 in the worst case, so the advertised 0-100 scale is actually reachable. The score is deliberately transparent: it identifies visible business-development opportunities; it does not claim to predict a company's budget or intent to buy.
Scheduled runs and deduplication
Keep the same historyStoreName across scheduled runs for a given client or search: only leads not already delivered in a previous run are pushed to the dataset (onlyNewLeads: true, the default). Use a new store name, or set onlyNewLeads: false, to re-deliver every currently qualifying lead.
The Actor also refuses to score results from a source run that didn't fully succeed, rather than silently delivering a partial or stale dataset.
Local development
npm installnpm testnpm run lint
Deploy with apify push, configure searches in the Console, and schedule recurring runs as needed. Use public data responsibly and comply with applicable privacy, marketing, and platform rules.