Lead Hunter avatar

Lead Hunter

Under maintenance
Try for free

No credit card required

Go to Store
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
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.

Developer
Maintained by Community

Actor Metrics

  • 5 monthly users

  • No reviews yet

  • No bookmarks yet

  • 21% runs succeeded

  • Created in Nov 2024

  • Modified 22 days ago

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

The output contains:

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

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

Usage

  1. Prepare a text file containing your target business domains
  2. Upload the text file to the input of the actor
  3. Run the actor and wait for the URLs to be processed
  4. Download results

Example

Input:

https://adelineyoga.com (a single line of the input text file)

Output Schema:

1{
2    "url": "https://adelineyoga.com",
3    "facebook_business_name": "Adeline Yoga Studio",
4    "facebook_email": "info@adelineyoga.com",
5    "facebook_phone": "(510) 982-1873",
6    "facebook_address": "3308 Adeline St, Berkeley, CA, United States, California",
7    "facebook_business_type": "Yoga",
8    "website_business_name": "Home",
9    "website_email": "support@adelineyoga.com",
10    "website_phone": "510-982-1873",
11    "website_address": "'3308 AdelineBerkeley, CA 94703'"
12}

Read more about the actor on medium