WellbyteWellbyte

GET /v1/kuaishou/app/fetch_tag_feed

Tag feed

stable · 2 credits per success

Tag aggregation page: tagInfo + related feed (mixFeeds[]). Hashtag page has 4 sub tabs.;general_tag_id: Tag ID. Topic tag uses tag name or search_tag's numeric id; sound tag uses encoded id.;tab: hot / latest / image / live;tag_name: Tag display name (recommended for topic tags);tag_type: 1=topic tag, 29=sound/music tag;tag_source: 2=from search, 3=sound tag from photo page;from_photo_id: Source …

Sign up for 500 credits and run with your own API key. Sign up free

Request

curl -s 'https://api.wellbyte.net/v1/kuaishou/app/fetch_tag_feed?tab=demo&pcursor=demo&tag_name=demo&tag_type=NaN&tag_source=NaN&from_photo_id=demo&general_tag_id=%E6%B8%85%E7%BA%AF%E7%94%9C%E7%BE%8E%E5%B0%91%E5%A5%B3' \
  -H "Authorization: Bearer dg_live_…"

Response

Sample captured 2026-08-27

data{
code:0
data{
tabs[ 2 items ]
llsid:2010023773328136200
ussid:"MzA5XzU1MzIxMTY5OTJfMTc4NzY3NzE0MzE1N1_muIXnuq_nlJznvo7lsJHlpbNfODg5"
result:1
pcursor:"1"
tagInfo{ 14 items }
costInfo{ 3 items }
debug_id:"1f36b2d9"
mixFeeds[ 2 items ]
extParams{ 7 items }
host-name:"public-bjy-c34-kce-node437.idchb1az2.hb1.kwaidc.com"
debug_info:
"gAAAAABqjcnYe8qu1DsswnVR8VEwT8YtVXm-ez7kCcesbsTpQM7X0jN4ka3JCvEZT8aLdUWKcbydjrUG..."
}
meta{
endpoint:"kuaishou.app.fetch_tag_feed"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

No calls yet. Get one green run first, then switch to your own data.

    Request parameters

    NameTypeInRequiredDescriptionExample
    tabstringquerynohot(最热门)demo
    pcursorstringqueryno首次留空,翻页传上一页响应的 pcursordemo
    tag_namestringqueryno话题标签建议传,等于标签名demo
    tag_typeintegerqueryno1=话题标签,29=声音demo
    tag_sourceintegerqueryno2=搜索进入话题页,3=作品页声音标签demo
    from_photo_idstringqueryno进入标签页的源作品 photoId(可选)demo
    general_tag_idstringqueryyes话题标签传标签名或 search_tag 的数字 id;声音标签传编码串清纯甜美少女

    Response fields

    Field dictionary coming soon — the executable panel shows the live shape.

    Errors

    codeHTTPMeaningBilled
    40001400Invalid parametersno
    40102401Invalid or revoked API Keyno
    40201402Insufficient creditsno
    40402404Resource not foundno
    42201422Quality gate failedno
    42901429Rate limit exceededno
    50401504Upstream timeoutno
    50201502Upstream errorno

    Billing

    Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.

    Search

    Search endpoints and docs