# Scrape App Store Ad Restrictions - Apple

**Use case:** 

Pull App Store advertising restriction events on Apple with Action date, Action, Reason, Basis, Placements and Countries. Export to JSON, CSV or Excel.

## Input

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

## Output

```json
{
  "actionDate": {
    "label": "Action date",
    "format": "text"
  },
  "actionTaken": {
    "label": "Action",
    "format": "text"
  },
  "reason": {
    "label": "Reason",
    "format": "text"
  },
  "basis": {
    "label": "Basis",
    "format": "text"
  },
  "placements": {
    "label": "Placements",
    "format": "array"
  },
  "countriesAffected": {
    "label": "Countries",
    "format": "array"
  },
  "firstImpressionDate": {
    "label": "Ad first seen",
    "format": "text"
  }
}
```

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