# Scrape social profiles from websites

**Use case:** 

Extract Facebook, Instagram, LinkedIn & X profiles from a list of business websites. Export-ready JSON.

## Input

```json
{
  "websites": [
    "freemansrestaurant.com",
    "thinkcoffee.com"
  ],
  "findEmails": true,
  "verifyEmails": false,
  "categories": [
    "lawyer"
  ],
  "requireEmail": false,
  "maxResults": 20,
  "maxPagesPerSite": 10,
  "enrichConcurrency": 5,
  "monitorMode": false,
  "alertOnNewBusiness": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "diagnose": false
}
```

## Output

```json
{
  "name": {
    "label": "Business",
    "format": "string"
  },
  "category": {
    "label": "Type",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Free Email & Contact Scraper - Extract Emails From Any Website](https://apify.com/scrapersdelight/local-business-lead-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/local-business-lead-scraper) to learn more, explore other use cases, and run it yourself.