# Best TikTok Ads for E-commerce

**Use case:** 

Discover the best performing TikTok ads for e-commerce. Get top converting creatives, hooks and angles by engagement. Export to CSV or JSON.

## Input

```json
{
  "mode": "top_ads",
  "region": "FR",
  "startDate": "2026-01-01",
  "endDate": "2026-06-02",
  "queryType": "1",
  "query": "Netflix",
  "advertiserBizId": "",
  "maxAds": 50,
  "fetchDetails": false,
  "topAdsKeyword": "",
  "topAdsCountryCode": [
    "US"
  ],
  "topAdsPeriod": "180",
  "topAdsOrderBy": "like",
  "topAdsIndustry": [
    "30000000000"
  ],
  "topAdsLanguage": "en",
  "topAdsLikeRange": "",
  "topAdsMaxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "id": {
    "label": "Ad ID",
    "format": "text"
  },
  "ad_title": {
    "label": "Ad Title",
    "format": "text"
  },
  "brand_name": {
    "label": "Brand",
    "format": "text"
  },
  "video_cover": {
    "label": "Thumbnail",
    "format": "image"
  },
  "like": {
    "label": "Likes",
    "format": "number"
  },
  "ctr_readable": {
    "label": "CTR",
    "format": "text"
  },
  "cost_readable": {
    "label": "Budget",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "objective": {
    "label": "Objective",
    "format": "text"
  },
  "video_duration": {
    "label": "Duration (s)",
    "format": "number"
  },
  "video_url_720p": {
    "label": "Video URL",
    "format": "link"
  },
  "creative_center_url": {
    "label": "View on TikTok",
    "format": "link"
  }
}
```

## About this Actor

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