# Scrape Meditation App Advertisers - Apple

**Use case:** 

Build a directory of meditation apps buying Apple Search Ads with App / Developer, Type, ID, Ads, Sample ads and App Store link.

## Input

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

## Output

```json
{
  "name": {
    "label": "App / Developer",
    "format": "text"
  },
  "entityType": {
    "label": "Type",
    "format": "text"
  },
  "entityId": {
    "label": "ID",
    "format": "number"
  },
  "adsCount": {
    "label": "Ads",
    "format": "number"
  },
  "sampleAds": {
    "label": "Sample ads",
    "format": "array"
  },
  "appStoreUrl": {
    "label": "App Store",
    "format": "link"
  },
  "developerAppStoreUrl": {
    "label": "Developer page",
    "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.