# Pinterest Advertiser Ads Extractor

**Use case:** 

Extract public Pinterest ad creatives and transparency fields for a named advertiser from the Ads Repository.

## Input

```json
{
  "country": "DE",
  "advertiserName": "Meyer-Stuttgart",
  "adCategory": "ALL",
  "gender": "ALL",
  "ageBucket": "ALL",
  "maxItems": 50
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID"
  },
  "advertiserNames": {
    "label": "Advertisers"
  },
  "title": {
    "label": "Creative title"
  },
  "creativeType": {
    "label": "Creative type"
  },
  "landingDomain": {
    "label": "Landing domain"
  },
  "countries": {
    "label": "Countries"
  },
  "startDate": {
    "label": "Start date"
  },
  "endDate": {
    "label": "End date"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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