# TikTok Ad Landing Pages — Industry Scraper

**Use case:** 

Harvest advertiser landing-page URLs and keywords behind top e-commerce TikTok ads. Reverse-engineer winning funnels by industry.

## Input

```json
{
  "keywords": [],
  "advertiserNames": [],
  "advertiserIds": [],
  "regions": [
    "DE"
  ],
  "dateRange": {
    "start": "2024-01-01",
    "end": ""
  },
  "mediaType": "all",
  "includeTargetingDetail": true,
  "maxItems": 100,
  "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.