# Scrape Temu Ad Creatives & Locales - Apple

**Use case:** 

Export Temu App Store ad creatives and localized variations on Apple with App, Developer, Country, Placement, Ad format and Assets.

## Input

```json
{
  "searchQueries": [
    "Temu"
  ],
  "datePreset": "LAST_90_DAYS",
  "includeAdVariations": true,
  "includeEntityAdStats": true,
  "includeRestrictions": false,
  "maxEntitiesPerQuery": 3,
  "maxResults": 100,
  "maxAdsPerQuery": 0,
  "monitorMode": false,
  "monitorStoreName": "apple-ads-library-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "appIconUrl": {
    "label": "Icon",
    "format": "image"
  },
  "appName": {
    "label": "App",
    "format": "text"
  },
  "developerName": {
    "label": "Developer",
    "format": "text"
  },
  "countryOrRegion": {
    "label": "Country",
    "format": "text"
  },
  "placementLabel": {
    "label": "Placement",
    "format": "text"
  },
  "format": {
    "label": "Ad format",
    "format": "text"
  },
  "appCategory": {
    "label": "Category",
    "format": "text"
  },
  "firstImpressionDate": {
    "label": "First seen",
    "format": "text"
  },
  "lastImpressionDate": {
    "label": "Last seen",
    "format": "text"
  },
  "daysActive": {
    "label": "Days active",
    "format": "number"
  },
  "assetCount": {
    "label": "Assets",
    "format": "number"
  },
  "appStoreUrl": {
    "label": "App Store",
    "format": "link"
  }
}
```

## About this Actor

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