# Look up Microsoft advertiser ads on Bing Ads Library

**Use case:** 

Scrape Bing Ads Library entries for a specific Microsoft advertiser ID with creative previews and campaign metadata.

## Input

```json
{
  "query": "services",
  "advertiserId": "4294986380",
  "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.