# TikTok Creative Center Top Ads — Full Export

**Use case:** 

Scrape the full tiktok creative center top ads dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract tiktok creative center top ads for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "countryCode": "US",
  "period": 7,
  "orderBy": "like",
  "industryKey": "",
  "objectiveKey": ""
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "string"
  },
  "adTitle": {
    "label": "Adtitle",
    "format": "string"
  },
  "brandName": {
    "label": "Brandname",
    "format": "string"
  },
  "likeCount": {
    "label": "Likecount",
    "format": "integer"
  },
  "ctr": {
    "label": "Ctr",
    "format": "number"
  },
  "industryKey": {
    "label": "Industrykey",
    "format": "string"
  },
  "objectiveKey": {
    "label": "Objectivekey",
    "format": "string"
  },
  "videoId": {
    "label": "Videoid",
    "format": "string"
  },
  "coverImageUrl": {
    "label": "Coverimageurl",
    "format": "string"
  },
  "countryCode": {
    "label": "Countrycode",
    "format": "string"
  },
  "period": {
    "label": "Period",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scrapedat",
    "format": "string"
  }
}
```

## About this Actor

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