Website Contact Finder Pro avatar

Website Contact Finder Pro

Under maintenance

Pricing

from $0.05 / 1,000 results

Go to Apify Store
Website Contact Finder Pro

Website Contact Finder Pro

Under maintenance

Extract public emails, phone numbers, contact pages, and social media links from any website in seconds.

Pricing

from $0.05 / 1,000 results

Rating

0.0

(0)

Developer

Biddut Hossain

Biddut Hossain

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Website Contact Finder

Extract emails, phone numbers, social media links, and company information from one or multiple websites.

This Actor scans the homepage and important pages like Contact, About, Team, and Support to collect business contact details automatically.


Features

✅ Multiple Website Scan

✅ Email Extraction

✅ Phone Number Extraction

✅ Contact Page Scan

✅ About Page Scan

✅ Team Page Scan

✅ Support Page Scan

✅ Facebook Detection

✅ LinkedIn Detection

✅ Instagram Detection

✅ Twitter/X Detection

✅ YouTube Detection

✅ Company Name

✅ Website Title

✅ Meta Description

✅ Website Language

✅ Company Logo

✅ Invalid URL Handling

✅ Website Not Found Handling

✅ Request Timeout Handling

✅ JSON Output

✅ n8n Ready


How to Run

  1. Open the Actor.

  2. Enter one or multiple website URLs.

  3. Click Start.

  4. Wait for the Actor to finish.

  5. Download the results from the Dataset.


Input

Example

{
"urls": [
"https://apify.com",
"https://openai.com",
"https://github.com"
]
}

Output

Example

{
"website": "https://apify.com",
"company_name": "Apify",
"title": "Apify",
"description": "Web scraping platform",
"language": "en",
"logo": "https://apify.com/favicon.ico",
"emails": [
"support@apify.com"
],
"phones": [
"+420123456789"
],
"social_links": [
"https://linkedin.com/company/apify",
"https://facebook.com/apify"
]
}

Error Handling

Invalid URL

{
"status": "error",
"message": "Invalid URL"
}

Website Not Found

{
"status": "error",
"message": "Website not found"
}

Request Timeout

{
"status": "error",
"message": "Request timed out"
}

Use Cases

  • Lead Generation
  • Sales Prospecting
  • Marketing
  • CRM Enrichment
  • Business Research
  • Competitor Analysis

Support

If you find any issues or want to request a new feature, please create an issue or contact the maintainer.


License

MIT License