# Scrape Tiktok Ads with Structured Data for AI Agent

**Use case:** 

Use TikTok Ads Scraper — Creative Center Top Ads for tiktok ads library with structured, source-linked results for AI-agent research, comparison, monitoring,.

## Input

```json
{
  "period": "30",
  "country": "US",
  "industry": "All Industries",
  "objective": "All Objectives",
  "adFormat": "All Formats",
  "orderBy": "For You",
  "keyword": "tiktok ads",
  "maxResults": 15,
  "responseFormat": "concise",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "ad_id": {
    "label": "Ad ID",
    "format": "string"
  },
  "brand_name": {
    "label": "Brand / Advertiser Name",
    "format": "string"
  },
  "ad_title": {
    "label": "Ad Title / Copy",
    "format": "string"
  },
  "likes": {
    "label": "Like Count",
    "format": "number"
  },
  "ctr_tier": {
    "label": "CTR Tier",
    "format": "string"
  },
  "is_spark_ad": {
    "label": "Is Spark Ad",
    "format": "boolean"
  },
  "video_url": {
    "label": "Video URL",
    "format": "string"
  },
  "cover_url": {
    "label": "Cover / Thumbnail URL",
    "format": "string"
  },
  "industry": {
    "label": "Industry Filter",
    "format": "string"
  },
  "objective": {
    "label": "Campaign Objective",
    "format": "string"
  },
  "countries": {
    "label": "Countries Shown In",
    "format": "array"
  }
}
```

## About this Actor

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