# Scrape TikTok Ads Library Pikoya advertiser ads

**Use case:** 

Extract Pikoya advertiser ad creatives from TikTok Ads Library with landing pages, regions, and last shown timestamps.

## Input

```json
{
  "query": "pikoya",
  "maxPages": 1,
  "sortBy": "last_shown_date,desc",
  "quickSearch": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "adId": {
    "label": "Ad ID",
    "format": "text"
  },
  "advertiserName": {
    "label": "Advertiser Name",
    "format": "text"
  },
  "adTitle": {
    "label": "Ad Title",
    "format": "text"
  },
  "adImpressions": {
    "label": "Ad Impressions Range",
    "format": "text"
  },
  "adLandingUrl": {
    "label": "Ad Landing URL",
    "format": "link"
  },
  "adVideoUrl": {
    "label": "Ad Video URL",
    "format": "link"
  }
}
```

## About this Actor

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