# Watch a brand's new TikTok ads every week

**Use case:** 

Delivers only the ads not delivered before under the memory name, with dates and creatives. Schedule it weekly for a change feed of a competitor's EU campaigns.

## Input

```json
{
  "queries": [
    "puma"
  ],
  "regions": [
    "ES",
    "IT"
  ],
  "adType": "0",
  "gender": "ALL",
  "maxAdsPerQuery": 20,
  "maxAds": 40,
  "includeDetails": false,
  "maxDetails": 0,
  "dedupMemoryName": "puma-eu-watch",
  "resetDedupMemory": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxConcurrency": 2
}
```

## Output

```json
{
  "adId": {
    "label": "Ad id",
    "format": "text"
  },
  "advertiserName": {
    "label": "Advertiser",
    "format": "text"
  },
  "title": {
    "label": "Ad title",
    "format": "text"
  },
  "firstShown": {
    "label": "First shown",
    "format": "date"
  },
  "lastShown": {
    "label": "Last shown",
    "format": "date"
  },
  "daysShown": {
    "label": "Days shown",
    "format": "number"
  },
  "region": {
    "label": "Target country",
    "format": "text"
  },
  "estimatedAudience": {
    "label": "Unique users seen",
    "format": "text"
  },
  "auditStatus": {
    "label": "Status",
    "format": "text"
  },
  "videoUrls": {
    "label": "Video URLs",
    "format": "array"
  },
  "imageUrls": {
    "label": "Image URLs",
    "format": "array"
  },
  "externalUrl": {
    "label": "External Url",
    "format": "link"
  },
  "callToAction": {
    "label": "Call To Action",
    "format": "text"
  },
  "advertisingObjective": {
    "label": "Advertising Objective",
    "format": "text"
  },
  "hasDetails": {
    "label": "Has details",
    "format": "boolean"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "libraryUrl": {
    "label": "Ad Library URL",
    "format": "link"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/automation_craft/tiktok-ads-library-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
