# Top TikTok Ads Japan by Likes (180 Days)

**Use case:** 

Scrape the most-liked TikTok ads in Japan over the past 180 days, with ad videos, brand names, keywords and full engagement metrics.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "country": "JP",
  "period": "180",
  "orderBy": "like",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Cover",
    "format": "image"
  },
  "title": {
    "label": "Ad Title",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "objective": {
    "label": "Objective",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "ctr": {
    "label": "CTR",
    "format": "number"
  },
  "videoUrl": {
    "label": "Video",
    "format": "link"
  },
  "landingPage": {
    "label": "Landing Page",
    "format": "link"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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