# Microsoft ads keyword scraper

**Use case:** 

Scrape Microsoft Ads Transparency creatives, copy, advertisers, media, and landing pages for a keyword.

## Input

```json
{
  "searchTerms": [
    "Copilot"
  ],
  "countries": [
    "US"
  ],
  "maxItems": 25,
  "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.