# TikTok Ad Library and Creative Center API Ads Scraper

**Use case:** 

Extract TikTok Ads to API to pull Get video URLs, 
advertiser names, dates, CTR rankings, and cover images. 
Search by keyword, brand, or advertiser.

## Input

```json
{
  "searchQuery": "adidas",
  "source": "both",
  "region": "US",
  "maxAds": 15
}
```

## Output

```json
{
  "ad_id": {
    "label": "Ad ID",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "advertiser_name": {
    "label": "Advertiser Name",
    "format": "string"
  },
  "advertiser_id": {
    "label": "Advertiser ID",
    "format": "string"
  },
  "ad_text": {
    "label": "Ad Text",
    "format": "string"
  },
  "landing_page_url": {
    "label": "Landing Page URL",
    "format": "string"
  },
  "cta_text": {
    "label": "CTA Text",
    "format": "string"
  },
  "first_shown_date": {
    "label": "First Shown Date",
    "format": "string"
  },
  "last_shown_date": {
    "label": "Last Shown Date",
    "format": "string"
  },
  "ad_active_days": {
    "label": "Ad Active Days",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "ctr_ranking": {
    "label": "CTR Ranking",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "objective": {
    "label": "Objective",
    "format": "string"
  },
  "budget_level": {
    "label": "Budget Level",
    "format": "string"
  },
  "video_duration": {
    "label": "Video Duration",
    "format": "number"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "audit_status": {
    "label": "Audit Status",
    "format": "string"
  }
}
```

## About this Actor

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