1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- "id" "access_task_id" "search_task_id" "access_type" "api_provider" "tools_name" "tools_function_name" "tools_function_desc" "api_doc" "api_class_name" "operate_path_data" "origin_content_link" "status" "fail_reason" "create_time" "update_time"
- "6" "bd6dfb4a-9467-11f0-aa9c-72c0f6aca44c" "test_102" "api_no_crack" "302ai" "小红书" "获取帖子评论" "获取小红书帖子评论数据" "# Xiaohongshu_Comments(小红书获取笔记评论)
- ## OpenAPI Specification
- ```yaml
- openapi: 3.0.1
- info:
- title: ''
- description: ''
- version: 1.0.0
- paths:
- /tools/xiaohongshu/web/get_note_comments:
- get:
- summary: Xiaohongshu_Comments(小红书获取笔记评论)
- deprecated: false
- description: '**价格:0.01PTC/次**'
- tags:
- - 信息处理/302.AI/信息搜索
- parameters:
- - name: note_id
- in: query
- description: 笔记ID,可从搜索接口中获取
- required: true
- example: ''
- schema:
- type: string
- - name: lastCursor
- in: query
- description: 第一次请求时为空,之后请求时使用上一次请求响应中返回的游标
- required: false
- schema:
- type: string
- - name: Authorization
- in: header
- description: ''
- required: false
- example: Bearer {{YOUR_API_KEY}}
- schema:
- type: string
- responses:
- '200':
- description: ''
- content:
- application/json:
- schema:
- type: object
- properties: {}
- headers: {}
- x-apifox-name: 成功
- security: []
- x-apifox-folder: 信息处理/302.AI/信息搜索
- x-apifox-status: released
- x-run-in-apifox: https://app.apifox.com/web/project/4012774/apis/api-311905107-run
- components:
- schemas: {}
- securitySchemes: {}
- servers:
- - url: https://api.302.ai
- description: 正式环境
- - url: https://api.302ai.cn
- description: 国内中转
- security: []
- ```
- " "getXiaohongshuPostCommentsKjMpT_cZjgZV" "4" "任务处理异常: 找不到对应的生成文件: generated_apis\获取帖子评论.py" "18/9/2025 16:16:13" "19/9/2025 19:36:47"
- "25" "20250919135938612138704" "test_103" "api_no_crack" "official_api" "小红书" "获取帖子评论" "获取小红书帖子评论数据" "接口地址:https://edith.xiaohongshu.com/api/sns/web/v2/comment/page?note_id={note_id}&cursor={cursor}。主要参数:note_id(笔记ID)和cursor(分页游标,上一次调用返回的游标值,默认不传)。返回JSON格式数据,包含sub_comments字段用于二级评论,需要在cursor参数中加sub_comment_cursor获取更多二级评论内容。" "getXiaohongshuPostCommentsKjMpT_vOdQWk" "https://www.zhihu.com/question/667942416/answer/3633505998" "4" "任务处理异常: 找不到对应的生成文件: generated_apis\获取帖子评论.py" "19/9/2025 13:59:38" "19/9/2025 19:19:58"
- "26" "20250919135939115741246" "test_103" "api_no_crack" "official_api" "小红书" "获取帖子评论" "获取小红书帖子评论数据" "接口URL: https://api.xiaohongshu.com/v2/notes/{note_id}/comments,请求方法: GET。需要开发者账号和相应权限。请求参数包括note_id、access_token等。返回JSON格式数据包含评论列表、用户信息、点赞数等字段。注意:实际API文档和认证机制需参考小红书官方文档。" "getXiaohongshuPostCommentsKjMpT_oZtCyG" "https://zhuanlan.zhihu.com/p/15271222625" "4" "任务处理异常: 找不到对应的生成文件: generated_apis\获取帖子评论.py" "19/9/2025 13:59:39" "19/9/2025 19:20:08"
|