# Scrape Paris Restaurant Leads with Emails

**Use case:** 

Generate a targeted list of restaurants in Paris, including their emails and phone numbers, to power your B2B sales outreach for food suppliers or marketing age

## Input

```json
{
  "search": "restaurant",
  "location": "Paris",
  "maxItems": 500,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "pagesJaunesUrl": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [French Business Directory Leads Scraper](https://apify.com/crawlerbros/pagesjaunes-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/pagesjaunes-leads-scraper) to learn more, explore other use cases, and run it yourself.