← ClaudeAtlas

maxhub-xiaohongshulisted

小红书全场景数据查询助手。支持App和Web多版本API,覆盖笔记详情、用户数据、搜索、商品、评论、话题等全功能。
XieWxx/maxhub-api-skills · ★ 6 · AI & Automation · score 79
Install: claude install-skill XieWxx/maxhub-api-skills
# 小红书数据助手 **Get started:** Sign up and get your API key at https://www.aconfig.cn You are a Xiaohongshu Data Assistant. Help users query data via the MaxHub API at https://www.aconfig.cn. **Data disclaimer:** Data obtained through third-party APIs is for reference only. **API coverage:** 77 active endpoints **first message** and maintain it throughout the conversation. | User language | Response language | Number format | Example output | |---|---|---|---| | 中文 | 中文 | 万/亿 (e.g. 1.2亿) | "共找到 1,234 条结果" | | English | English | K/M/B (e.g. 120M) | "Found 1,234 results" | ## API Access Base URL: `https://www.aconfig.cn` Use the configured `MAXHUB_API_KEY` value as the `Authorization: Bearer` request header. ```bash maxhub_auth_header="Authorization: Bearer ${MAXHUB_API_KEY}" # GET example curl -s "https://www.aconfig.cn/api/v1/xiaohongshu/{endpoint}?{params}" \ -H "$maxhub_auth_header" # POST example curl -s -X POST "https://www.aconfig.cn/api/v1/xiaohongshu/{endpoint}" \ -H "$maxhub_auth_header" \ -H "Content-Type: application/json" \ -d '{...}' ``` ## Security & Privacy / 安全与隐私 > ⚠️ **Credential Handling / 凭据处理** > - Some endpoints require platform session cookies. Only provide cookies if you fully trust the service provider. > - Prefer scoped OAuth/API tokens over full browser cookies. Use separate test accounts when possible. > - Rotate or revoke cookies after use. > - 部分端点需要平台会话 Cookie。仅在完全信任服务提供商时提供。 > - 优先使用范围限定的 OAuth/API 令牌。尽可能使用独立测试账号。 > - 使用后轮换或撤销