# Microsoft advertiser ads extractor

**Use case:** 

Extract public Bing and Microsoft ad creatives for one advertiser ID into a structured dataset.

## Input

```json
{
  "searchTerms": [
    "Microsoft"
  ],
  "advertiserIds": [
    4295212599
  ],
  "maxItems": 100,
  "fetchDetails": false
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID"
  },
  "advertiserName": {
    "label": "Advertiser"
  },
  "title": {
    "label": "Headline"
  },
  "description": {
    "label": "Ad copy"
  },
  "destinationUrl": {
    "label": "Landing URL",
    "format": "link"
  },
  "creativeType": {
    "label": "Creative type"
  },
  "mediaUrls": {
    "label": "Media URLs"
  },
  "country": {
    "label": "Market"
  },
  "query": {
    "label": "Query"
  },
  "libraryUrl": {
    "label": "Ad library",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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