# Monitor Booking.com ad repository Q1 2026 entries

**Use case:** 

Track Booking.com ad repository search results for Q1 2026 travel advertising transparency and competitor ad monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.booking.com/ad-repository/search.en-gb.html"
    }
  ],
  "dateFrom": "2026-01-01",
  "dateTo": "2026-03-31",
  "page": "1",
  "maxItems": 5,
  "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.