# Scrape Bing mortgage ads by date - Bing Ads

**Use case:** 

Track Bing mortgage ads served in H1 2025 with ad title, advertiser, ad copy, display URL and ad link. Filter by served date range.

## Input

```json
{
  "searchQueries": [
    "mortgage"
  ],
  "dateFrom": "2025-01-01",
  "dateTo": "2025-06-30",
  "adFormat": "all",
  "includeAdvertiserDetails": true,
  "includeAdvertiserAdStats": true,
  "emitAdvertiserRecords": false,
  "maxResults": 100,
  "maxAdsPerQuery": 0,
  "monitorMode": false,
  "monitorStoreName": "bing-ads-library-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Ad title",
    "format": "text"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "advertiserCountry": {
    "label": "Advertiser country",
    "format": "text"
  },
  "advertiserVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "description": {
    "label": "Ad copy",
    "format": "text"
  },
  "displayUrl": {
    "label": "Display URL",
    "format": "text"
  },
  "destinationDomain": {
    "label": "Lands on",
    "format": "text"
  },
  "adFormat": {
    "label": "Format",
    "format": "text"
  },
  "adLibraryUrl": {
    "label": "Ad link",
    "format": "link"
  }
}
```

## About this Actor

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