获取蒲公英博主笔记明细/Get PGY blogger notes

Xiaohongshuapi

About

获取蒲公英博主笔记明细/Get PGY blogger notes

Documentation

获取蒲公英博主笔记明细/Get PGY blogger notes

[中文]

用途:

  • 分页获取博主的笔记明细列表(对应博主主页「笔记数据」),每条含曝光/阅读/互动等指标

请求体参数:

  • user_id: 博主用户ID
  • page_number: 页码,从 1 开始
  • page_size: 每页数量(1-100)
  • note_type: 笔记类型
    • 0: 全部(默认)
    • 1: 图文
    • 2: 视频
    • 4: 图文+视频
  • order_type: 排序方式
    • 1: 阅读最多(默认)
    • 2: 互动最多
    • 3: 发布时间(最新)
  • advertise_switch: 流量类型,1=全部流量(含商业合作/广告),0=仅自然流量

返回:

  • 笔记明细数据,主要字段:
    • list[]: 每条笔记(noteId / title / imgUrl / date / readNum(阅读) / likeNum(点赞) / collectNum(收藏) / isVideo(是否视频) / isAdvertise(是否合作) / thirdReadUserNum)
    • total: 总数

[English]

Purpose:

  • Paginated blogger note details (each with impression/read/interaction metrics)

Request Body Parameters:

  • user_id: Blogger user ID
  • page_number: Page number, start from 1
  • page_size: Page size (1-100)
  • note_type: Note type, 0=all, 1=image, 2=video, 4=image+video
  • order_type: Order, 1=most read, 2=most interaction, 3=latest
  • advertise_switch: Traffic type, 1=all (incl. ads), 0=organic only

Return:

  • Note detail data, including list[] and total

[示例/Example]

{"user_id": "5c668b3e0000000012021605", "page_number": 1, "page_size": 20}

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取蒲公英博主笔记明细/Get PGY blogger notes

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models