# Kwai For You feed extractor

**Use case:** 

Export an anonymous Kwai For You feed snapshot with video IDs, creator names, captions, likes, comments, covers, and direct media links.

## Input

```json
{
  "maxItems": 25,
  "maxScrolls": 12,
  "scrollDelayMs": 1800,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "feedPosition": {
    "label": "Feed position",
    "format": "integer"
  },
  "videoId": {
    "label": "Video ID",
    "format": "string"
  },
  "creatorName": {
    "label": "Creator",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "commentCount": {
    "label": "Comments",
    "format": "integer"
  },
  "posterUrl": {
    "label": "Poster URL",
    "format": "string"
  },
  "videoUrl": {
    "label": "MP4 URL",
    "format": "string"
  },
  "avatarUrl": {
    "label": "Avatar URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Kwai Trending Videos Scraper](https://apify.com/automation-lab/kwai-trending-videos-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/kwai-trending-videos-scraper) to learn more, explore other use cases, and run it yourself.