# Scrape Top US TikTok Ads for E-commerce Products

**Use case:** 

Discover the most effective TikTok ad creatives in the US e-commerce sector over the last 30 days. Gain competitive intelligence to inform your own ad strategy 

## Input

```json
{
  "country": "US",
  "period": "30",
  "industry": "label_14104000000",
  "objective": "campaign_objective_product_sales",
  "orderBy": "ctr",
  "maxItems": 100
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "text"
  },
  "adTitle": {
    "label": "Ad Title",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "ctr": {
    "label": "CTR",
    "format": "number"
  },
  "like": {
    "label": "Likes",
    "format": "number"
  },
  "videoDuration": {
    "label": "Duration (s)",
    "format": "number"
  },
  "industryKey": {
    "label": "Industry",
    "format": "text"
  },
  "objectiveKey": {
    "label": "Objective key"
  },
  "observedCountry": {
    "label": "Country",
    "format": "text"
  },
  "observedPeriod": {
    "label": "Observed period"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "link"
  }
}
```

## About this Actor

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