# Analyze Rome Attractions & Duration for Itinerary Planning

**Use case:** 

Pull data on major attractions in Rome, including estimated durations and included features, to build optimized travel itineraries. This is invaluable for trave

## Input

```json
{
  "query": "rome",
  "startUrls": [
    {
      "url": "https://www.getyourguide.com/rome-l33/"
    }
  ],
  "maxItems": 12,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "duration": {
    "label": "Duration",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GetYourGuide Tours & Activities Scraper](https://apify.com/crawlerbros/getyourguide-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/getyourguide-scraper) to learn more, explore other use cases, and run it yourself.