# TikTok Apple Ads Library Scraper Example

**Use case:** 

Search Apple's public ad transparency repository for recent TikTok App Store ads delivered in Germany, including creatives and targeting flags.

## Input

```json
{
  "searchTerms": [
    "TikTok - Videos, Shop & LIVE"
  ],
  "entityType": "APP",
  "countries": [
    "DE"
  ],
  "dateRange": "LAST_90_DAYS",
  "maxItems": 25
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "string"
  },
  "appName": {
    "label": "App",
    "format": "string"
  },
  "developerName": {
    "label": "Developer",
    "format": "string"
  },
  "legalName": {
    "label": "Legal name",
    "format": "string"
  },
  "countryOrRegion": {
    "label": "Country",
    "format": "string"
  },
  "placement": {
    "label": "Placement",
    "format": "string"
  },
  "format": {
    "label": "Format",
    "format": "string"
  },
  "firstImpressionDate": {
    "label": "First impression",
    "format": "string"
  },
  "lastImpressionDate": {
    "label": "Latest impression",
    "format": "string"
  },
  "defaultLanguageDisplayName": {
    "label": "Language",
    "format": "string"
  },
  "adAssets": {
    "label": "Creative assets",
    "format": "array"
  },
  "sourceUrl": {
    "label": "Apple record",
    "format": "string"
  }
}
```

## About this Actor

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