# Duolingo Apple Ads in France Example

**Use case:** 

Export up to 50 Duolingo App Store ad records delivered in France over 180 days with impression dates, formats, and localized assets.

## Input

```json
{
  "searchTerms": [
    "Duolingo: Language Lessons"
  ],
  "entityType": "APP",
  "countries": [
    "FR"
  ],
  "dateRange": "LAST_180_DAYS",
  "maxItems": 50
}
```

## 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.