# Collect TikTok Other Commercial Content in the EU

**Use case:** 

Search France TikTok library for Other Commercial Content (OCC), not only standard paid ads. Export creators, captions, and dates for compliance research.

## Input

```json
{
  "runMode": "real",
  "mode": "ads_library_search",
  "source": "auto",
  "query": "beauty",
  "advertiserName": "",
  "adIds": [],
  "country": "FR",
  "contentType": "other_commercial",
  "startDate": "",
  "endDate": "",
  "timezone": "UTC",
  "sortBy": "",
  "quickSearch": true,
  "maxPages": 1,
  "sessionReuse": true,
  "industries": [],
  "objectives": [],
  "adLanguages": [],
  "patternLabels": [],
  "adFormats": [],
  "maxFilterCombinations": 20,
  "period": 30,
  "orderBy": "for_you",
  "maxItems": 20,
  "workerBaseUrl": "",
  "requestTimeoutSecs": 30,
  "includeDetails": false,
  "includeDiagnostics": true,
  "includeSourceRaw": false,
  "locale": "en",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "FR"
  },
  "countryCode": "",
  "industry": "",
  "objective": "",
  "adLanguage": "",
  "patternLabel": "",
  "deviceType": "pc"
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "advertiserName": {
    "label": "Advertiser name"
  },
  "adId": {
    "label": "Ad id"
  },
  "adTitle": {
    "label": "Ad title"
  },
  "status": {
    "label": "Status"
  },
  "adType": {
    "label": "Ad type"
  },
  "adStartDate": {
    "label": "Ad start date"
  },
  "adEndDate": {
    "label": "Ad end date"
  },
  "adImpressions": {
    "label": "Ad impressions"
  },
  "country": {
    "label": "Country"
  },
  "contentType": {
    "label": "Content type"
  },
  "industry": {
    "label": "Industry"
  },
  "objective": {
    "label": "Objective"
  },
  "adFormat": {
    "label": "Ad format"
  },
  "dataSource": {
    "label": "Data source"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Ads Intelligence (CCL + Creative Center)](https://apify.com/lentic_clockss/tiktok-ads-top-ads-actor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lentic_clockss/tiktok-ads-top-ads-actor) to learn more, explore other use cases, and run it yourself.