Xiaohongshu (RedNote) Data API
Pricing
Pay per usage
Xiaohongshu (RedNote) Data API
Search Xiaohongshu notes and users, retrieve profiles, notes, comments, topics, trends, and resolve share links. Users must provide their own JustOneAPI token.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
justipa
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Run common Xiaohongshu data operations from one Apify Actor. Search notes and users, retrieve profiles, published notes, note details, comments and replies, discover trends and topics, or resolve a share URL.
Input
- Select an
operation. The defaultsetupGuideoperation returns setup instructions without calling JustOneAPI. - Provide the fields required by that operation.
- For API operations, provide your own JustOneAPI
token. Register at JustOneAPI to obtain one.
Unused input fields are ignored. Pagination cursors and search session IDs should be copied from the previous API response.
API usage is billed against the token supplied for that run. This Actor does not include, share, or reuse a token.
Output
Each run stores normalized results in:
- The default Dataset as one row per returned item whenever the API returns a list, such as notes, users, comments, or keyword suggestions.
- The Key-value store under the
OUTPUTkey with the normalized items and the complete original API response.
Dataset rows include common fields such as the operation, request metadata, item type, note/user/comment IDs, titles, author data, engagement counts, image URLs, pagination fields, and a raw field with the original item. The stored request metadata excludes the access token.
The default setupGuide operation emits one instruction row and does not call JustOneAPI. It exists so Apify Store health checks can run without consuming a JustOneAPI token.
Supported operations
- Setup guide
- Hot search
- Search notes
- Search users
- User published notes
- Note details and video details
- Note comments and comment replies
- User profile
- Keyword suggestions
- Topic note list
- Share URL resolution
Notes
noteDetailsreturns engagement metrics.noteVideoDetailsis intended for video download workflows and does not include engagement metrics.resolveShareUrlrequires a real Xiaohongshu copied share link or short link. Canonical note URLs such as/explore/{noteId}are not accepted by the upstream API.setupGuideis the default operation and does not call JustOneAPI or consume a token.- The Actor uses public or recommended API versions and does not expose deprecated or documentation-hidden versions.