# Scrape Kwai videos by keyword

**Use case:** 

Extract Kwai videos matching any search term. Structured video data with engagement counts, video URLs, music and creator details. Pay per result.

## Input

```json
{
  "searchTerms": [
    "dance"
  ],
  "maxItems": 50,
  "includeComments": false,
  "maxCommentsPerVideo": 50
}
```

## Output

```json
{
  "recordType": {
    "label": "Type"
  },
  "videoId": {
    "label": "Video ID"
  },
  "caption": {
    "label": "Caption"
  },
  "authorName": {
    "label": "Author"
  },
  "viewCount": {
    "label": "Views"
  },
  "likeCount": {
    "label": "Likes"
  },
  "commentCount": {
    "label": "Comments"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Kwai Scraper - Videos, Profiles, Comments & Search](https://apify.com/unfenced-group/kwai-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/kwai-scraper) to learn more, explore other use cases, and run it yourself.