# High-CTR TikTok Ad Hooks

**Use case:** 

Find high-CTR TikTok Creative Center ads and export hook text, video URLs, ranking fields, and creative-angle labels.

## Input

```json
{
  "countries": [
    "US"
  ],
  "periodDays": "30",
  "sortBy": "ctr",
  "industryKeys": [],
  "objectiveKeys": [],
  "keyword": "",
  "maxResults": 40,
  "requestDelayMs": 250
}
```

## Output

```json
{
  "creativeId": {
    "label": "Creative ID"
  },
  "adTitle": {
    "label": "Ad title"
  },
  "hookText": {
    "label": "Hook"
  },
  "brandName": {
    "label": "Brand"
  },
  "country": {
    "label": "Country"
  },
  "periodDays": {
    "label": "Period days"
  },
  "sortBy": {
    "label": "Sort by"
  },
  "ctrRank": {
    "label": "CTR"
  },
  "costRank": {
    "label": "Cost"
  },
  "likeCount": {
    "label": "Likes"
  },
  "objectiveKey": {
    "label": "Objective key"
  },
  "industryKey": {
    "label": "Industry key"
  },
  "creativeAngle": {
    "label": "Angle"
  },
  "videoUrl": {
    "label": "Video URL"
  },
  "thumbnailUrl": {
    "label": "Thumbnail url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Creative Center Ad Intelligence](https://apify.com/webdata_labs/tiktok-creative-center-ad-intelligence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/tiktok-creative-center-ad-intelligence) to learn more, explore other use cases, and run it yourself.