# Find Top Brazil TikTok Traffic Ads in Fashion

**Use case:** 

Uncover the most engaging TikTok ads focused on driving website traffic within the Brazilian fashion industry for the past month. Leverage these creative insigh

## Input

```json
{
  "country": "BR",
  "period": "30",
  "industry": "label_14106000000",
  "objective": "campaign_objective_traffic",
  "orderBy": "like",
  "maxItems": 80
}
```

## 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.