Skip to main content

TikHub 小红书 API Python SDK

Project description

TikHub 小红书 API - 极简参考

学习日期: 2026-03-04
主人交代: 只需要记录给的信息,不堆叠


两个核心接口

1. 获取笔记信息 V2

GET /api/v1/xiaohongshu/app/get_note_info_v2

用途: 通过笔记 ID 或分享链接获取单篇笔记详情
参数: note_idshare_text(二选一)
特点: 能拿到曝光量、阅读量(其他接口没有)

2. 搜索笔记

GET /api/v1/xiaohongshu/app_v2/search_notes

用途: 关键词搜索笔记
参数: keyword(必需)+ 筛选条件
关键: 翻页需要保存 search_idsearch_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

文档链接


简单直接,不堆叠。

Project details


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.16.tar.gz (34.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tikhub_xiaohongshu-0.1.16-py3-none-any.whl (38.3 kB view details)

Uploaded Python 3

File details

Details for the file tikhub_xiaohongshu-0.1.16.tar.gz.

File metadata

  • Download URL: tikhub_xiaohongshu-0.1.16.tar.gz
  • Upload date:
  • Size: 34.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.12

File hashes

Hashes for tikhub_xiaohongshu-0.1.16.tar.gz
Algorithm Hash digest
SHA256 ac3d40164f16983f617d3a22d695ba445c0201963a6d6cf5700f2f68186f65ed
MD5 498f892494e9e6a3ddefd5b37e89e282
BLAKE2b-256 c19dd93e238e37e05d66012e61ba63fa543477c44be75f5e1519ea007a7a5488

See more details on using hashes here.

File details

Details for the file tikhub_xiaohongshu-0.1.16-py3-none-any.whl.

File metadata

File hashes

Hashes for tikhub_xiaohongshu-0.1.16-py3-none-any.whl
Algorithm Hash digest
SHA256 bd47ca9a28a638139c82011a15a6562d3c700c910abee297701f8b5a648c4743
MD5 2067ebbf7ceec7cdce9b767685b3a17f
BLAKE2b-256 9bc9b928e0c8eb3489e978ff8a22851013964233bd3624a0cb0be6056bd172bc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page