# Track Booking.com ads by Derbysoft

**Use case:** 

Scrape hotel ads from Booking.com Ad Repository for Derbysoft. Export ad names, legal entities, dates, and creative details for competitive research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.booking.com/ad-repository/search.en-gb.html?date_from=2026-01-01&date_to=2026-06-30&ad_name=&legal_entity=derbysoft"
    }
  ],
  "page": "1",
  "maxItems": 15,
  "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.