# Find Italian restaurant leads in New York City

**Use case:** 

Scrape Italian restaurant leads in New York from OpenStreetMap with verified emails (MX-checked). No API key. Export to CSV/Excel.

## Input

```json
{
  "location": "New York, New York",
  "cuisine": "italian",
  "includeFastFood": false,
  "includeCafes": false,
  "maxItems": 100,
  "crawlEmails": true,
  "onlyWithWebsite": true,
  "onlyWithEmail": false,
  "verifyEmails": true,
  "onlyVerifiedEmail": false,
  "maxPagesPerSite": 3,
  "concurrency": 8
}
```

## Output

```json
{
  "name": {
    "label": "Restaurant",
    "format": "text"
  },
  "cuisine": {
    "label": "Cuisine",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "tech_signals": {
    "label": "Tech signals",
    "format": "array"
  },
  "pos_system": {
    "label": "POS",
    "format": "array"
  },
  "reservation_system": {
    "label": "Reservations",
    "format": "array"
  },
  "delivery_platforms": {
    "label": "Delivery",
    "format": "array"
  },
  "address": {
    "label": "Address",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Restaurant Leads Scraper - Verified Emails, POS & Delivery Tech](https://apify.com/flash_scraper/restaurant-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/flash_scraper/restaurant-leads-scraper) to learn more, explore other use cases, and run it yourself.