Pricing
from $0.01 / 1,000 results
Go to Apify Store
Google Maps Lead Enricher
Google Maps Lead Enricher that turns business website records into contact-ready leads. It extracts filtered emails, picks a primary email, finds contact pages and social links, and scores each lead by quality. Useful for lead generation, local outreach, and sales research.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
0
Monthly active users
2 months ago
Last modified
Categories
Share
Turn raw business website records into contact-ready leads.
This Actor enriches business records by visiting company websites and extracting:
- filtered business emails
- a primary email
- contact page detection
- social links
- lead score
- lead tier
It is useful for:
- lead generation
- local outreach
- sales research
- agency prospecting
- business list enrichment
What this Actor does
You provide business website records in JSON format.
The Actor then:
- visits each website
- scans the homepage and selected internal pages
- extracts emails
- filters low-value or noisy emails
- selects the best primary email
- finds contact pages
- detects social links
- scores lead quality
- outputs enriched lead records
Best use cases
- enrich Google Maps business exports
- qualify local business leads before outreach
- filter weak leads out of a raw business list
- prepare cleaner data for CRM import
- identify businesses with real contact options
Input
The Actor accepts manual business input through businessesJson.
Example input
{"search":"manual import","location":"Haifa, Israel","maxResults":10,"enrichWebsites":true,"includeContactPages":true,"includeAboutPages":false,"includeSocialLinks":true,"maxPagesPerSite":2,"timeoutSecsPerSite":20,"skipWithoutWebsite":true,"minLeadScore":50,"businessesJson":"[\n {\n \"businessName\": \"Apify\",\n \"category\": \"Software company\",\n \"address\": \"Prague, Czech Republic\",\n \"phone\": null,\n \"website\": \"https://apify.com\",\n \"googleMapsUrl\": null\n },\n {\n \"businessName\": \"Example\",\n \"category\": \"Example business\",\n \"address\": null,\n \"phone\": null,\n \"website\": \"https://example.com\",\n \"googleMapsUrl\": null\n },\n {\n \"businessName\": \"OpenAI\",\n \"category\": \"AI company\",\n \"address\": \"San Francisco, CA\",\n \"phone\": null,\n \"website\": \"https://openai.com\",\n \"googleMapsUrl\": null\n }\n]"}
