# Agenzie di viaggi a Roma per pacchetti turistici

**Use case:** 

Trova agenzie di viaggi a Roma con dettagli e contatti.

## Input

```json
{
  "maxBusinesses": 50,
  "keyword": "agenzie di viaggi",
  "city": "roma"
}
```

## Output

```json
{
  "businessName": {
    "label": "Business"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  },
  "address": {
    "label": "Address"
  },
  "category": {
    "label": "Category"
  },
  "url": {
    "label": "Listing URL"
  },
  "observedAt": {
    "label": "Collected"
  }
}
```

## About this Actor

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