# Collect source-linked ad creatives

**Use case:** 

Gather a bounded set of public TikTok ads with creative media and landing-page evidence for manual review and citation.

## Input

```json
{
  "libraryUrl": "https://library.tiktok.com/ads?region=DE&start_time=1767225600000&end_time=1769904000000&adv_name=adidas&adv_biz_ids=&query_type=1&sort_type=last_shown_date%2Cdesc",
  "country": "GB",
  "searchQuery": "fitness app",
  "searchType": "keyword",
  "advertiserBusinessId": "6885261436319171329",
  "dateFrom": "2026-01-01",
  "dateTo": "2026-03-31",
  "maxResults": 5,
  "includeDetails": false,
  "requestTimeoutSecs": 60
}
```

## Output

```json
{
  "advertiserName": {
    "label": "Advertiser",
    "format": "string"
  },
  "title": {
    "label": "Creative title",
    "format": "string"
  },
  "videoUrls": {
    "label": "Video URLs",
    "format": "array"
  },
  "imageUrls": {
    "label": "Image URLs",
    "format": "array"
  },
  "coverImageUrls": {
    "label": "Cover image URLs",
    "format": "array"
  },
  "landingPageUrl": {
    "label": "Landing page",
    "format": "string"
  }
}
```

## About this Actor

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