douyin/search/image-search-v3
Fetch image-text content search results from Douyin App. Returns posts with multiple images (aweme_type=68), suitable for gallery-style applications.
Input
Idle
Example output — click Run to generate your own
API README
Fetch image-text search V3
Purpose:
- Fetch image-text content search results from Douyin App.
- Returns posts with multiple images (aweme_type=68), suitable for gallery-style applications.
Notes:
- This endpoint uses a different data source than
fetch_image_search, results may vary. - Recommended for scenarios requiring high-quality image-text content.
- For the first request, set
cursorto 0 andsearch_idto an empty string. - For pagination, use the
cursorandsearch_idfrom the last response. - Returns approximately 12 items per page.
Parameters:
- keyword: Search keyword, e.g., "food"
- cursor: Pagination cursor (0 for first request)
- search_id: Search ID for pagination (use value from previous response)
Request Body Example:
payload = {
"keyword": "food",
"cursor": 0,
"search_id": ""
}
Response (common fields, actual response may contain more fields):
status_code: Status code (0=success)business_data[]: Image-text content listdata:aweme_list[]: Content listaweme_id: Content IDaweme_type: Content type (68=image-text)desc: Post descriptioncreate_time: Creation timestampauthor:uid: Author IDnickname: Nicknameavatar_thumb.url_list: Thumbnail avatar URLs
image_post_info:images[]: Image listurl_list: Image URLs arraywidth: Width (pixels)height: Height (pixels)
statistics:comment_count: Comment countdigg_count: Like countshare_count: Share countcollect_count: Collect count
share_url: Shareable external link
extra:now: Current server timestamplogid: Request log ID
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

