# Find TikTok Ads for E-commerce in UK

**Use case:** 

Find e-commerce ads on TikTok in the UK from the EU Ad Library. Discover the creatives, offers and hooks online stores use to drive sales.

## Input

```json
{
  "region": "GB",
  "startDate": "2026-03-01",
  "endDate": "",
  "queryType": "1",
  "query": "shop online",
  "advertiserBizId": "",
  "maxAds": 50,
  "fetchDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "AD ID": {
    "label": "Ad ID",
    "format": "text"
  },
  "Advertiser Name": {
    "label": "Advertiser Name",
    "format": "text"
  },
  "Ad Title": {
    "label": "Ad Title",
    "format": "text"
  },
  "AD Preview": {
    "label": "Ad Preview",
    "format": "image"
  },
  "Ad Dates": {
    "label": "Ad Dates",
    "format": "array"
  },
  "Ad Audience": {
    "label": "Ad Audience",
    "format": "object"
  },
  "Ad Details": {
    "label": "Ad Details",
    "format": "array"
  },
  "Ad Media": {
    "label": "Ad Media",
    "format": "array"
  },
  "Ad Targeting": {
    "label": "Ad Targeting",
    "format": "object"
  },
  "Ad Reach": {
    "label": "Ad Reach (by country)",
    "format": "object"
  },
  "Advertiser": {
    "label": "Advertiser",
    "format": "object"
  },
  "Ad Sponsor": {
    "label": "Ad Sponsor",
    "format": "text"
  },
  "Ad Target Audience Size": {
    "label": "Target Audience Size",
    "format": "object"
  },
  "Ad Detail URL": {
    "label": "Ad Detail URL",
    "format": "link"
  }
}
```

## About this Actor

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