# Monitor Hotel Prices in Paris for Competitors

**Use case:** 

Track Agoda hotel prices, ratings, and availability in Paris. Ideal for travel businesses and analysts monitoring competitor rates.

## Input

```json
{
  "search": "paris",
  "sortBy": "recommended",
  "checkIn": "",
  "checkOut": "",
  "rooms": 1,
  "adults": 2,
  "children": 0,
  "minReviewScore": 0,
  "maxReviewScore": 10,
  "maxItems": 100
}
```

## Output

```json
{
  "propertyId": {
    "label": "Property ID",
    "format": "number"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "string"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "address": {
    "label": "Address",
    "format": "array"
  },
  "location": {
    "label": "Location",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review Count",
    "format": "number"
  },
  "reviewScore": {
    "label": "Review Score",
    "format": "number"
  },
  "pricePerRoomPerNight": {
    "label": "Price Per Room Per Night",
    "format": "number"
  },
  "pricePerBook": {
    "label": "Price Per Book",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Price Currency",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Fast Agoda Scraper](https://apify.com/knagymate/fast-agoda-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/knagymate/fast-agoda-scraper) to learn more, explore other use cases, and run it yourself.