# TikTok phone ads competitive research

**Use case:** 

Scrape public TikTok Creative Center ads for phone-related campaigns in the US to study advertiser messaging and creatives.

## Input

```json
{
  "keywords": [
    "phone"
  ],
  "regions": [
    "US"
  ],
  "maxItems": 2,
  "period": "30",
  "sortBy": "for_you",
  "startUrls": [
    {
      "url": "https://ads.tiktok.com/business/creativecenter/inspiration/topads/pc/en?countryCode=US&period=7"
    }
  ]
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "adText": {
    "label": "Ad text",
    "format": "text"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "videoUrl": {
    "label": "Video URL",
    "format": "link"
  },
  "coverImageUrl": {
    "label": "Cover image",
    "format": "image"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "ctr": {
    "label": "CTR",
    "format": "number"
  },
  "costIndex": {
    "label": "Cost index",
    "format": "number"
  },
  "industryKey": {
    "label": "Industry",
    "format": "text"
  },
  "objectiveKey": {
    "label": "Objective",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "adFormat": {
    "label": "Format",
    "format": "text"
  },
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "periodDays": {
    "label": "Period days",
    "format": "number"
  },
  "durationSeconds": {
    "label": "Duration",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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