# Monitor Booking.com ad campaigns

**Use case:** 

Track active hotel ad campaigns in Booking.com Ad Repository. Export advertisers, ad copy, legal entities, and publication dates for market intel.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.booking.com/ad-repository/search.en-gb.html?date_from=2026-03-01&date_to=2026-06-30&ad_name=&legal_entity="
    }
  ],
  "page": "1",
  "maxItems": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Ad Name",
    "format": "text"
  },
  "legalEntity": {
    "label": "Legal Entity",
    "format": "text"
  },
  "dateStarted": {
    "label": "Date Started",
    "format": "text"
  },
  "dateLastShown": {
    "label": "Date Last Shown",
    "format": "text"
  },
  "views": {
    "label": "Total Views",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Booking Ads Scraper](https://apify.com/lexis-solutions/booking-ads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/booking-ads-scraper) to learn more, explore other use cases, and run it yourself.