# Food & Restaurant Brand Lead Extraction from X

**Use case:** 

Extract leads for top food and restaurant brands on X, including contact data and engagement metrics. Ideal for market analysis.

## Input

```json
{
  "profiles": [
    "Wendys",
    "Dennys",
    "Dominos",
    "ChipotleTweets",
    "McDonalds",
    "BurgerKing",
    "PapaJohns",
    "tacobell",
    "Arbys",
    "panerabread"
  ],
  "onlyWithContact": false,
  "maxConcurrency": 5,
  "maxResults": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "Handle",
    "format": "text"
  },
  "name": {
    "label": "Display name",
    "format": "text"
  },
  "followers": {
    "label": "Followers",
    "format": "number"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "url": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Twitter Email Scraper - X Profile & Lead Extractor](https://apify.com/logiover/x-profile-email-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/x-profile-email-scraper) to learn more, explore other use cases, and run it yourself.