douyin/creator/mission-task-list
Get mission task list from Douyin Creator platform Supports multiple filtering conditions including industry classification, payment type, platform channel, etc.
Input
Idle
Example output — click Run to generate your own
API README
Get mission task list
Purpose:
- Get mission task list from Douyin Creator platform
- Supports multiple filtering conditions including industry classification, payment type, platform channel, etc.
Important Parameter Usage Guidelines:
Industry Classification Combination Rules:
- industry_lv1=-1 (All): When selecting all primary industries, industry_lv2 parameter will be ignored, no need to set
- industry_lv1=specific value: When selecting specific primary industry, can be combined with industry_lv2 for secondary filtering
- industry_lv2=-1: All secondary categories under the primary industry
- industry_lv2=specific value: Specific secondary category under the primary industry
Optional Parameters (No need to pass when selecting "All"):
- platform_channel: Not passing means all platform channels
- pay_type: Not passing means all payment types
- greater_than_cost_progress: Not passing means no cost progress restriction
- publish_time_start: Not passing means no publish time restriction
- quick_selector_scene: Not passing means no quick filtering
- keyword: Not passing means no keyword search
Parameter Details:
- cursor: Cursor for pagination, 0 for first page
- limit: Number of tasks per page, recommended 24
- mission_type: Mission type, usually 1
- tab_scene: Scene type
- 1: Submittable (tasks that can be submitted directly)
- 2: Registrable (tasks that require registration and approval)
- 3: Product Review (product evaluation tasks)
- industry_lv1/lv2: Industry classification (recommend calling fetch_industry_category_config first)
- -1: All industries
- Specific values: Corresponding to specific industry categories (e.g., 1913=Gaming, 1903=Food&Beverage)
- platform_channel: Platform channel (optional)
- 1: Douyin Video
- 2: Douyin Live
- 3: Douyin Image&Text
- pay_type: Payment type (optional)
- 1: Video Level (pricing by follower level)
- 2: Custom (merchant custom pricing)
- 3: Conversion-based (pay by conversion effect)
- 4: Valid Views (pay by view count)
- 5: Sales Volume (pay by product sales)
- 9: Verification Volume (pay by verification count)
- 14: Commission-based (pay by commission ratio)
- greater_than_cost_progress: Cost progress filter (optional)
- 20: Tasks with more than 20% cost progress
- 50: Tasks with more than 50% cost progress
- 80: Tasks with more than 80% cost progress
- publish_time_start: Publish start time filter (optional, timestamp format)
- quick_selector_scene: Quick filter scene (optional)
- 1: High revenue tasks
- 4: Guaranteed income tasks
- 5: Previously collaborated merchants
- keyword: Keyword search (optional, supports task name or task ID)
Usage Examples:
# Get submittable tasks from all industries
GET /fetch_mission_task_list?industry_lv1=-1&tab_scene=1
# Get tasks from gaming industry casual games category with view-based payment
GET /fetch_mission_task_list?industry_lv1=1913&industry_lv2=191301&pay_type=4
# Get high-revenue Douyin video tasks
GET /fetch_mission_task_list?platform_channel=1&quick_selector_scene=1
Return:
- Returns mission task list matching the conditions
- Contains task details, compensation info, requirements, etc.
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

