# Discover Trending TikTok Ads from Influencers

**Use case:** 

Identify current TikTok ad campaigns run by popular influencers or brands collaborating with influencers to promote products. Understand how influencer marketin

## Input

```json
{
  "query": "influencer marketing",
  "adIds": [],
  "region": "GB",
  "startDate": "2024-03-01",
  "endDate": "2024-05-31",
  "sortBy": "last_shown_date,desc",
  "quickSearch": true,
  "maxItems": 60,
  "regionFilter": [
    "GB",
    "IE"
  ],
  "minImpressions": 500,
  "industryFilter": [
    "Entertainment",
    "Beauty",
    "Fashion",
    "Electronics"
  ],
  "languageFilter": [],
  "ctaFilter": [
    "Shop Now",
    "Follow",
    "Learn More"
  ],
  "useApifyProxy": true,
  "requestDelaySecs": 1,
  "timezone": "UTC"
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "text"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "adType": {
    "label": "Ad Type",
    "format": "text"
  },
  "adImpressions": {
    "label": "Impressions",
    "format": "text"
  },
  "adStartDate": {
    "label": "Start Date",
    "format": "text"
  },
  "adEndDate": {
    "label": "End Date",
    "format": "text"
  },
  "daysActive": {
    "label": "Days Active",
    "format": "number"
  },
  "adUrl": {
    "label": "Ad URL",
    "format": "link"
  }
}
```

## About this Actor

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