Google Maps Lead Enricher avatar

Google Maps Lead Enricher

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Google Maps Lead Enricher

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

Aysun Itai

Aysun Itai

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

23 days ago

Last modified

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:

  1. visits each website
  2. scans the homepage and selected internal pages
  3. extracts emails
  4. filters low-value or noisy emails
  5. selects the best primary email
  6. finds contact pages
  7. detects social links
  8. scores lead quality
  9. 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]"
}