# Scrape Rome Tours & Prices on GetYourGuide

**Use case:** 

Scrape Rome tours on GetYourGuide: "from" price, discount % and original price, rating, review count, duration, supplier and categories in your currency.

## Input

```json
{
  "searchQueries": [
    "rome"
  ],
  "locationUrls": [
    "https://www.getyourguide.com/rome-l33/"
  ],
  "activityUrls": [
    "https://www.getyourguide.com/rome-l33/colosseum-roman-forum-palatine-hill-guided-tour-t195566/"
  ],
  "currency": "USD",
  "language": "en",
  "includeActivityDetails": true,
  "includeReviews": false,
  "maxReviewsPerActivity": 10,
  "deduplicateSuppliers": false,
  "minRating": 0,
  "minReviews": 0,
  "minPrice": 0,
  "maxPrice": 0,
  "freeCancellationOnly": false,
  "maxResults": 200,
  "maxResultsPerSearch": 60,
  "monitorMode": false,
  "monitorStoreName": "getyourguide-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "title": {
    "label": "Activity"
  },
  "priceFrom": {
    "label": "From"
  },
  "priceCurrency": {
    "label": "Cur"
  },
  "discountPercent": {
    "label": "Disc %"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "# Reviews"
  },
  "durationText": {
    "label": "Duration"
  },
  "freeCancellation": {
    "label": "Free cancel"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "supplierName": {
    "label": "Operator"
  },
  "score": {
    "label": "Score"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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