Lead Hunter avatar

Lead Hunter

Try for free

No credit card required

Go to Store
Lead Hunter

Lead Hunter

ashar_malik/lead-hunter
Try for free

No credit card required

Automatically extract business information from websites and their Facebook pages for lead generation.

Automatically extract business information from websites and their Facebook pages.

What it does

  • Scrapes contact information (email, phone, address)
  • Extracts business details
  • Validates addresses
  • Combines data from website and Facebook

Input

  • List of business website URLs in a text file
  • One URL per line
  • File accessible via public URL

Output

CSV file containing:

  • Business name
  • Email address
  • Phone number (higher quality from Facebook, may have false positives from websites)
  • Physical address
  • Info from Facebook (if available)

Note: Facebook data generally provides higher quality contact information compared to website scraping, especially for phone numbers.

Usage

  1. Prepare your URL list
  2. Set input URL in actor parameters
  3. Run the actor
  4. Download results

Example

Input:

http://alicebillereyyoga.com

(a single line contained in a text file)

Output:

1{
2    "url": "http://alicebillereyyoga.com",
3    "facebook_email": "alicebillereyyoga@gmail.com",
4    "facebook_phone": "+44 7809 429549",
5    "facebook_address_list": null,
6    "facebook_business_type": "Yoga",
7    "facebook_business_name": "Alice Billerey Yoga",
8    "website_email": "contact@alicebilleryyoga.com",
9    "website_phone": null,
10    "website_address_list": "None",
11    "website_business_name": "Home ~ Alice Billerey Yoga"
12}

Read more about the actor here: medium

Developer
Maintained by Community

Actor Metrics

  • 3 monthly users

  • 0 No stars yet

  • 67% runs succeeded

  • Created in Nov 2024

  • Modified a day ago