# Trending TikTok Ads — For You Feed Scraper

**Use case:** 

Find viral, trending TikTok ad creatives ranked by the For You algorithm in the last 7 days. Spot winning hooks before they saturate.

## Input

```json
{
  "keywords": [],
  "advertiserNames": [],
  "advertiserIds": [],
  "regions": [
    "DE"
  ],
  "dateRange": {
    "start": "2024-01-01",
    "end": ""
  },
  "mediaType": "all",
  "includeTargetingDetail": true,
  "maxItems": 60,
  "useProxy": false
}
```

## Output

```json
{
  "adId": {
    "label": "Ad id"
  },
  "advertiserName": {
    "label": "Advertiser name"
  },
  "mediaType": {
    "label": "Media type"
  },
  "videoUrl1": {
    "label": "Video url1"
  },
  "videoUrl2": {
    "label": "Video url2"
  },
  "coverImage1": {
    "label": "Cover image1"
  },
  "coverImage2": {
    "label": "Cover image2"
  },
  "imageUrl1": {
    "label": "Image url1"
  },
  "imageUrl2": {
    "label": "Image url2"
  },
  "imageUrl3": {
    "label": "Image url3"
  }
}
```

## About this Actor

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