URL Contact Scraper: Million-URL Bulk Email and Phone Extraction

Single-fetch contact extraction for very large URL lists. The scraper visits each URL exactly once, extracts emails, phone numbers, social media profiles and physical address from the page HTML, then returns one record per URL. No crawling, no follow-up pages, no API keys. Designed for million-URL CRM enrichment jobs and bulk list cleaning at $1.50 per 1,000 URLs.

Open on Apify → Try it now
Pricing
$1.50/1k URLs + $0.25 start
RAM
128MB
Engine
HTTP-only Go
Fetch model
Single fetch per URL
Scale
Million-URL ready
Anti-bot
Challenge detection

What you can extract

Primary use cases

API example

# Bulk-extract contacts from millions of URLs
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~url-contact-scraper/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "urls": [
      "https://stripe.com/contact",
      "https://twilio.com/company/contact",
      "https://example.com/about"
    ],
    "maxConcurrency": 5,
    "requestDelay": 500
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/url-contact-scraper

Integrations

Output sample

{
  "url": "https://stripe.com/contact",
  "page_title": "Contact Stripe",
  "emails": ["[email protected]"],
  "phones": ["+1-888-963-8955"],
  "linkedin_url": "https://www.linkedin.com/company/stripe",
  "twitter_url": "https://twitter.com/stripe",
  "facebook_url": null,
  "instagram_url": null,
  "address": "510 Townsend Street, San Francisco, CA",
  "status_code": 200,
  "scraped_at": "2026-06-13T10:00:00.000Z"
}

Related Actors

Open on Apify → Try it now (free tier available)