# Collect this month's top TikTok ads in the United States

**Use case:** 

Returns the top performing US auction ads of the last 30 days with brand, likes, CTR, cost tier, landing page and video URLs. Use it as a weekly inspiration feed.

## Input

```json
{
  "countries": [
    "US"
  ],
  "periods": [
    "30"
  ],
  "adFormat": "",
  "sweepIndustries": true,
  "sweepObjectives": true,
  "maxAds": 40,
  "includeDetails": true,
  "includeKeyframes": false,
  "dedupMemoryName": "",
  "resetDedupMemory": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxConcurrency": 4
}
```

## Output

```json
{
  "materialId": {
    "label": "Ad id",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "adTitle": {
    "label": "Ad title",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "shares": {
    "label": "Shares",
    "format": "number"
  },
  "ctr": {
    "label": "CTR",
    "format": "number"
  },
  "costTier": {
    "label": "Budget tier",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "objective": {
    "label": "Objective",
    "format": "text"
  },
  "landingPage": {
    "label": "Landing page",
    "format": "text"
  },
  "videoDuration": {
    "label": "Video Duration",
    "format": "number"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "coverUrl": {
    "label": "Cover URL",
    "format": "link"
  },
  "mediaExpiresAt": {
    "label": "Media expires at",
    "format": "date"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "period": {
    "label": "Period",
    "format": "number"
  },
  "creativeCenterUrl": {
    "label": "Creative Center URL",
    "format": "link"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/automation_craft/tiktok-creative-center-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
