# Monitor Bing Ads insurance keyword creatives

**Use case:** 

Extract insurance-related ad creatives from Bing Ads Library with headlines, descriptions, and advertiser transparency data.

## Input

```json
{
  "query": "insurance",
  "maxPages": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "adId": {
    "label": "Ad id"
  },
  "advertiserId": {
    "label": "Advertiser id"
  },
  "advertiserName": {
    "label": "Advertiser name"
  },
  "adTitle": {
    "label": "Ad title"
  },
  "adDescription": {
    "label": "Ad description"
  },
  "adImpressions": {
    "label": "Ad impressions"
  },
  "adDestination": {
    "label": "Ad destination"
  },
  "adStartDate": {
    "label": "Ad start date"
  },
  "adEndDate": {
    "label": "Ad end date"
  }
}
```

## About this Actor

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