# Torino Restaurant Listings from PagineGialle

**Use case:** 

Extract listings for restaurants in Turin, including company name, phone, address, and description. Get data on up to 10 businesses.

## Input

```json
{
  "categoria": "ristoranti",
  "comune": "Torino",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "phones": {
    "label": "Phone",
    "format": "array"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "url": {
    "label": "Listing",
    "format": "link"
  }
}
```

## About this Actor

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