AI Contact Details Scraper avatar
AI Contact Details Scraper

Pricing

Pay per event

Go to Apify Store
AI Contact Details Scraper

AI Contact Details Scraper

Developed by

Scraping Samurai

Scraping Samurai

Maintained by Community

AI-driven multi-pass crawler enriches each domain by auto-discovering /contact and /about pages, extracting, validating, and de-duplicating emails, phones, and social links via an LLM parsing layer. Outputs a single structured, machine-clean contact entity per business for downstream enrichment.

0.0 (0)

Pricing

Pay per event

0

13

12

Last modified

a month ago

Contact Details Scraper

Extract contact details (emails, phone numbers, LinkedIn URLs) from any set of web pages using AI. This Actor crawls your target URLs, handles blocking automatically, and uses an advanced AI-powered extraction engine to transform messy page text into clean, structured outputs.


✨ Features

  • HTTP-first crawling → Fast & efficient.
  • Automatic browser fallback → If pages block bots or require JS rendering, the Actor switches to a full browser for reliable scraping.
  • AI-powered contact extraction → Automatically extracts emails, phone numbers, and LinkedIn URLs from page text.
  • Robust anti-blocking → Uses concurrency controls, proxy support, and session handling for maximum reliability.
  • Pay-per-event pricing → You pay only for the work done:
    • Run start
    • Each URL processed via HTTP
    • Each URL escalated to browser

🚀 Use Cases

  • Lead generation → Extract contact details for outreach.
  • Recruitment → Find LinkedIn profiles and emails.
  • Market research → Collect business contact info from websites.
  • Custom reports → Get all available contact details from any set of URLs.

🛠️ Input Schema

{
"urls": [
"https://apify.com/",
"https://crawlee.dev/"
]
}

Fields:

Note: For each domain you provide, the actor will also automatically check the /contact and /about pages, even if you do not include them in your input URLs.

  • urls (array, required) — List of page URLs to scrape.

Note: Advanced crawling options (concurrency, retries, proxy settings, etc.) are set internally and are not user-configurable.


📊 Output Example

{
"url": "https://crawlee.dev/",
"content": "…extracted plain text from the page…",
"contactDetails": {
"emails": ["info@crawlee.dev"],
"phones": ["+1-555-123-4567"],
"linkedinUrls": ["https://linkedin.com/in/example"]
},
"status": "success"
}

Each record contains:

  • url — Source page
  • content — Extracted raw text
  • contactDetails — Object with arrays for emails, phones, LinkedIn URLs
  • statussuccess, blocked, or error

💵 Pricing Model

This Actor uses a pay-per-event pricing system. You only pay for what you actually use:

  • Run start (run-start) → A flat fee charged once at the beginning of each run.
  • URL (HTTP) start (url-http-start) → A fee charged for every URL processed with the fast HTTP crawler.
  • URL (Browser) start (url-browser-start) → A higher fee charged only if the Actor needs to escalate a URL to full browser mode (Playwright).

⚡ Get Started Now

  1. Add your URLs.
  2. Run the Actor on Apify.
  3. Get clean, structured contact details — fast, reliable, and AI-enhanced.

Turn any website into a list of contact details with one Actor run. Save hours of manual searching and let the scraper + AI do the heavy lifting.