Apify Actor avatar

Apify Actor

Pricing

from $0.50 / actor start

Go to Apify Store
Apify Actor

Apify Actor

Pricing

from $0.50 / actor start

Rating

0.0

(0)

Developer

Anukul Pandey

Anukul Pandey

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

3

Monthly active users

2 days ago

Last modified

Share

Website Contact & Info Scraper

Give it a list of website URLs and it extracts, for each page:

  • Page title and meta description
  • Email addresses (from mailto: links and page text)
  • Phone numbers (from tel: links)
  • Social media links — Facebook, Instagram, X/Twitter, LinkedIn, YouTube

Perfect for building lead lists, enriching company data, or auditing your own sites.

Input

FieldDescription
startUrlsThe websites you want to scrape.
maxRequestsPerCrawlSafety cap on how many pages to process (default: 50).

Example input

{
"startUrls": [
{ "url": "https://apify.com" },
{ "url": "https://example.com" }
],
"maxRequestsPerCrawl": 50
}

Output

Each result row looks like:

{
"url": "https://apify.com",
"title": "Apify: Full-stack web scraping and data extraction platform",
"description": "Cloud platform for web scraping...",
"emails": ["hello@apify.com"],
"phones": ["+420123456789"],
"facebook": ["https://facebook.com/apify"],
"instagram": [],
"twitter": ["https://twitter.com/apify"],
"linkedin": ["https://linkedin.com/company/apify"],
"youtube": [],
"scrapedAt": "2026-06-25T12:00:00.000Z"
}

You can export the dataset as JSON, CSV, Excel, or via the API.