# Email & Phone Extractor for Any Website

**Use case:** 

Extract emails, phone numbers, and social profiles from any website. Get comprehensive contact data quickly and affordably.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com/about"
    }
  ],
  "useAI": false,
  "aiInstructions": "I want you to extract all the useful information, email, phone number, description, and any relevant structured data from the page.",
  "includeScreenshot": false,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "content.screenshot.url": {
    "label": "Screenshot",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "extractedBy": {
    "label": "Extracted By",
    "format": "array"
  },
  "basicExtraction.emails": {
    "label": "Emails",
    "format": "array"
  },
  "basicExtraction.phones": {
    "label": "Phones",
    "format": "array"
  },
  "basicExtraction.wordCount": {
    "label": "Words",
    "format": "number"
  },
  "basicExtraction.linkCount": {
    "label": "Links",
    "format": "number"
  },
  "ok": {
    "label": "OK",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Scraper](https://apify.com/dz_omar/ai-lead-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dz_omar/ai-lead-extractor) to learn more, explore other use cases, and run it yourself.