Search Xiaohongshu notes: pay per use, no API key
Use TikHub from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.
Search public Xiaohongshu (RedNote) notes by keyword through TikHub.
Price and execution
- Price
- $0.001
- Pricing model
- Fixed price per successful call
- Execution class
- fast
Limits
No additional limits are published for this tool.
Parameters
Fields xiaohongshu.search accepts as JSON input.
pageintegerOptionalOne-based results page number.
querystringRequiredKeyword or phrase to search for in Xiaohongshu notes.
note_type"all" | "video" | "image"OptionalLimit results to all notes, video notes, or image notes.
sort_type"general" | "popularity_descending" | "time_descending"OptionalSort order: general relevance, popularity, or newest first.
Raw input JSON Schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"page": {
"type": "integer",
"default": 1,
"minimum": 1,
"description": "One-based results page number."
},
"query": {
"type": "string",
"maxLength": 200,
"minLength": 1,
"description": "Keyword or phrase to search for in Xiaohongshu notes."
},
"note_type": {
"enum": [
"all",
"video",
"image"
],
"type": "string",
"description": "Limit results to all notes, video notes, or image notes."
},
"sort_type": {
"enum": [
"general",
"popularity_descending",
"time_descending"
],
"type": "string",
"description": "Sort order: general relevance, popularity, or newest first."
}
},
"additionalProperties": false
}Returns
Fields a successful xiaohongshu.search call returns.
countintegerRequiredresultsanyRequiredretrieved_atstring (date-time)Requiredprovider_request_idstring | nullRequired
Raw output JSON Schema
{
"type": "object",
"required": [
"results",
"count",
"provider_request_id",
"retrieved_at"
],
"properties": {
"count": {
"type": "integer",
"minimum": 0
},
"results": {},
"retrieved_at": {
"type": "string",
"format": "date-time"
},
"provider_request_id": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}Run this tool
Copy this instruction to your agent to set up Cralo and call this tool with the example input.
Set up Cralo by following https://cralo.ai/SKILL.md, then call the xiaohongshu.search tool with this input: {"query":"coffee","page":1,"sort_type":"general","note_type":"all"}Safety notes
- Side Effect
- read_only
- Public Sources Only
- Yes
- Authenticated Content
- No
How this compares to using TikHub directly
You do not need a separate TikHub account or subscription for this call. Cralo uses one prepaid balance across all tools and shows the per-call price before you run the command.
Related tools
[Browse all tools]- $0.001Search X postsSearch public X (Twitter) posts by keyword through TikHub and return the provider's full result data.TikHub
twitter.searchInstant - $0.001Get public X postsFetch a public X (Twitter) user's recent posts through TikHub without requiring that user's account.TikHub
twitter.postsInstant - $0.00115Search RedditSearch public Reddit posts across Reddit or within one subreddit using an Apify actor run. Price is per post plus a small start fee (quoted from `limit`, max 1000).Apify
apify.reddit-searchInstant - $0.001Search TikTok videosSearch public TikTok videos by keyword through TikHub and return the provider's full result data.TikHub
tiktok.searchInstant - $0.00115Get a Reddit user's postsFetch public posts from one Reddit user using an Apify Reddit actor. Price is per post plus a small start fee (quoted from `limit`, max 1000).Apify
apify.reddit-user-postsInstant