# Latest TikTok Ads in France — DSA Library Monitor

**Use case:** 

Run Latest TikTok Ads in France — DSA Library Monitor on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "region": "FR",
  "section": "ads",
  "periodDays": 30,
  "order": "last_shown_date,desc",
  "maxResults": 20,
  "useResidentialProxy": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "advertiser_name": {
    "label": "Advertiser",
    "format": "text"
  },
  "first_shown_ms": {
    "label": "First shown",
    "format": "text"
  },
  "last_shown_ms": {
    "label": "Last shown",
    "format": "text"
  },
  "estimated_audience": {
    "label": "Audience",
    "format": "text"
  },
  "impressions": {
    "label": "Impressions",
    "format": "number"
  },
  "spent": {
    "label": "Spent",
    "format": "text"
  },
  "video_url": {
    "label": "Video",
    "format": "link"
  },
  "detail_url": {
    "label": "Detail",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Ad Library Scraper — DSA Commercial Content Spy](https://apify.com/dltik/tiktok-ad-library) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/tiktok-ad-library) to learn more, explore other use cases, and run it yourself.