URL Contact Scraper: Bulk-E-Mail- und Telefon-Extraktion für Millionen URLs

Single-Fetch Kontakt-Extraktion für sehr große URL-Listen. Der Scraper besucht jede URL genau einmal, extrahiert E-Mails, Telefonnummern, Social-Media-Profile und physische Adresse aus dem Seiten-HTML und liefert dann einen Datensatz pro URL. Kein Crawling, keine Folgeseiten, keine API-Keys. Konzipiert für Millionen-URL-CRM-Anreicherungsjobs und Bulk-Listen-Bereinigung zu $1,50 pro 1.000 URLs.

Auf Apify öffnen → Jetzt testen
Preis
$1,50/1k URLs + $0,25 Start
RAM
128MB
Engine
HTTP-only Go
Fetch-Modell
Ein Fetch pro URL
Skalierung
Million-URL-ready
Anti-Bot
Challenge-Erkennung

Was Sie extrahieren können

Hauptanwendungsfälle

API-Beispiel

# 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

Integrationen

Output-Beispiel

{
  "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"
}

Verwandte Actors

Auf Apify öffnen → Jetzt testen (Free-Tier verfügbar)