# PagineGialle Milan lawyers scraper

**Use case:** 

Scrape PagineGialle lawyer listings in Milan using a direct source URL and export contact details for outreach.

## Input

```json
{
  "searchQueries": [
    {
      "what": "ristoranti",
      "where": "Roma"
    }
  ],
  "startUrls": [
    {
      "url": "https://www.paginegialle.it/ricerca/avvocati/milano"
    }
  ],
  "maxResults": 75,
  "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.