# Check TikTok Recent Video Availability

**Use case:** 

Export public TikTok profiles with explicit recent-video availability and nested summaries when logged-out TikTok responses expose them.

## Input

```json
{
  "handles": [
    "tiktok",
    "duolingo"
  ],
  "profileUrls": [
    {
      "url": "https://www.tiktok.com/@tiktok"
    }
  ],
  "maxProfiles": 2,
  "includeRecentVideos": true,
  "maxVideosPerProfile": 12,
  "maxConcurrency": 3,
  "runTimeSecs": 180,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "recentVideosAvailable": {
    "label": "Recent videos available",
    "format": "boolean"
  },
  "recentVideosCount": {
    "label": "Recent videos returned",
    "format": "number"
  },
  "recentVideos": {
    "label": "Recent videos",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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