# GetYourGuide tour price monitor example

**Use case:** 

Monitor GetYourGuide tour prices, discounts, rankings, ratings, badges, and booking velocity across destinations.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.getyourguide.com/s/?q=Paris"
    }
  ],
  "queries": [
    "Paris",
    "Rome",
    "Barcelona"
  ],
  "maxItems": 100,
  "maxPages": 5,
  "language": "en-US",
  "currency": "EUR",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "activityId": {
    "label": "Activity ID",
    "format": "text"
  },
  "destination": {
    "label": "Destination",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Activity URL",
    "format": "link"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "price": {
    "label": "Current price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "priceQualifier": {
    "label": "Price qualifier",
    "format": "text"
  },
  "attributes": {
    "label": "Experience attributes",
    "format": "array"
  },
  "badges": {
    "label": "Badges",
    "format": "array"
  },
  "bookingVelocity": {
    "label": "Booking velocity",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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