# 抖音作品搜索 API | Douyin video search

**Use case:** 

抖音作品搜索 API，按关键词导出作品、作者、互动数据、筛选条件和分页信息，支持 CSV、Excel、JSON 和 Apify Dataset。Douyin video search by SocialDataX.

## Input

```json
{
  "operation": "search_videos",
  "keyword": "露营",
  "sort_type": "general",
  "publish_time_range": "all",
  "duration_range": "all",
  "content_type": "all",
  "max_items": 20,
  "auto_paginate": true
}
```

## Output

```json
{
  "operation": {
    "label": "Operation",
    "format": "string"
  },
  "item_index": {
    "label": "Item index",
    "format": "integer"
  },
  "query_keyword": {
    "label": "Query keyword",
    "format": "string"
  },
  "aweme_id": {
    "label": "Aweme ID",
    "format": "string"
  },
  "content_type": {
    "label": "Content type",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "cover_image_url": {
    "label": "Cover image URL",
    "format": "string"
  },
  "share_url": {
    "label": "Share URL",
    "format": "string"
  },
  "author_sec_user_id": {
    "label": "Author sec user ID",
    "format": "string"
  },
  "author_name": {
    "label": "Author name",
    "format": "string"
  },
  "like_count": {
    "label": "Like count",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comment count",
    "format": "integer"
  },
  "collect_count": {
    "label": "Collect count",
    "format": "integer"
  },
  "publish_time": {
    "label": "Publish time",
    "format": "integer"
  },
  "page_request_index": {
    "label": "Page request index",
    "format": "integer"
  },
  "page_item_count": {
    "label": "Page item count",
    "format": "integer"
  },
  "page_has_more": {
    "label": "Has more",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [抖音 / Douyin API - 热榜、搜索、评论、博主数据](https://apify.com/socialdatax/socialdatax-douyin-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/socialdatax/socialdatax-douyin-data-api) to learn more, explore other use cases, and run it yourself.