# Italian restaurant leads scraper

**Use case:** 

Find restaurant business leads in Rome with names, addresses, phone numbers, websites, and PagineGialle listing details.

## Input

```json
{
  "searchQueries": [
    {
      "what": "ristoranti",
      "where": "Roma"
    }
  ],
  "startUrls": [],
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  },
  "searchLocation": {
    "label": "Location",
    "format": "text"
  }
}
```

## About this Actor

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