🧪 Skills

Xiaohongshu Api

小红书数据API - 通过TikHub获取小红书帖子、评论、用户信息 / Xiaohongshu Data API via TikHub

v1.0.0
❤️ 1
⬇️ 457
👁 1
Share

Description


name: xiaohongshu-api description: 小红书数据API - 通过TikHub获取小红书帖子、评论、用户信息 / Xiaohongshu Data API via TikHub metadata: version: 1.0.0

小红书数据API / Xiaohongshu API

基于TikHub获取小红书公开数据。

功能 / Features

  • 📝 获取帖子详情 / Get post details
  • 💬 获取评论 / Get comments
  • 👤 获取用户信息 / Get user info
  • 🔍 搜索帖子 / Search posts
  • 🔥 获取热门 / Get trending

使用方法 / Usage

# 获取帖子
python xiaohongshu.py --post-id <帖子ID>

# 搜索
python xiaohongshu.py --search <关键词>

# 热门
python xiaohongshu.py --trending

配置 / Configuration

需要TikHub API Key(免费注册): https://api.tikhub.io

TIKHUB_API_KEY = "your_api_key"

API示例 / Examples

from xiaohongshu import XiaohongshuAPI

api = XiaohongshuAPI(api_key="your_key")

# 获取帖子
post = api.get_post("67c8a0ed0000000001f00e2b")

# 搜索
results = api.search("AI教程")

# 热门
trending = api.get_trending()

注意事项

  • 仅获取公开数据
  • 遵守TikHub使用条款
  • 尊重用户隐私

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs