# Italian home services lead workflow

**Use case:** 

Build a multi-city prospect list for plumbers and electricians across Rome, Milan, and Naples from PagineGialle.

## Input

```json
{
  "searchQueries": [
    {
      "what": "idraulici",
      "where": "Roma"
    },
    {
      "what": "elettricisti",
      "where": "Milano"
    },
    {
      "what": "idraulici",
      "where": "Napoli"
    }
  ],
  "startUrls": [],
  "maxResults": 100,
  "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.