TikHub 小红书 API Python SDK
Project description
TikHub 小红书 API - 极简参考
学习日期: 2026-03-04
主人交代: 只需要记录给的信息,不堆叠
两个核心接口
1. 获取笔记信息 V2
GET /api/v1/xiaohongshu/app/get_note_info_v2
用途: 通过笔记 ID 或分享链接获取单篇笔记详情
参数: note_id 或 share_text(二选一)
特点: 能拿到曝光量、阅读量(其他接口没有)
2. 搜索笔记
GET /api/v1/xiaohongshu/app_v2/search_notes
用途: 关键词搜索笔记
参数: keyword(必需)+ 筛选条件
关键: 翻页需要保存 search_id 和 search_session_id
Python SDK
from tikhub_xiaohongshu import TikHubClient
client = TikHubClient(api_key="your_api_key")
# 获取笔记
note = client.get_note_info(note_id="665f95200000000006005624")
# 搜索笔记(单页)
result = client.search_notes(keyword="美食推荐", page=1)
# 搜索笔记(自动翻页)
notes = client.search_notes_all("美食推荐", max_pages=5)
认证
Authorization: Bearer YOUR_API_KEY
文档链接
- 获取笔记信息 V2: https://docs.tikhub.io/334614201e0
- 搜索笔记:https://docs.tikhub.io/420136398e0
- TikHub 官网:https://tikhub.io
简单直接,不堆叠。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tikhub_xiaohongshu-0.1.2.tar.gz
(29.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tikhub_xiaohongshu-0.1.2.tar.gz.
File metadata
- Download URL: tikhub_xiaohongshu-0.1.2.tar.gz
- Upload date:
- Size: 29.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa0cefb990b0ad150c3f357598dbafcc7b4962827448dd581a9a80d341fcefee
|
|
| MD5 |
2595fa5b27085151c963138f7c07282d
|
|
| BLAKE2b-256 |
84cd5e7ea386536d6d285ba7754880af6b99b30914962cdeafb96039f9dd87d9
|
File details
Details for the file tikhub_xiaohongshu-0.1.2-py3-none-any.whl.
File metadata
- Download URL: tikhub_xiaohongshu-0.1.2-py3-none-any.whl
- Upload date:
- Size: 33.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3354a029efc453453d95f3d2081b9ba406a0dc51d74ab6ce41e08e36198ab584
|
|
| MD5 |
a97b62d457ae38b560afb02da0c2c72d
|
|
| BLAKE2b-256 |
990ef766346c0d99259f7dcc2b3bff193203bac32d92f812bf05ae8b04e215bf
|