Skip to main content
POST
Douyin Live Room Products API

Get Douyin Live Room Products

Fetch normalized live room products data from Douyin. Each successful task costs a fixed 0.10 credits.

Request Body

The room ID changes whenever the creator starts a new live session. Use the matching room and author IDs from an active session; an offline or expired room may fail or return no products.

Use with MCP

A successful request returns a task_id. Poll it with socq_get_task, then read normalized records from results.items.

Result Fields

Completed Task Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
author_id
string
required

A public author identifier.

Minimum string length: 1
room_id
string
required

A public live room identifier.

Minimum string length: 1
results_limit
integer
default:20
Required range: 1 <= x <= 20

Response

Task accepted

code
integer
data
object