Xiaohongshu (RedNote) Data API avatar

Xiaohongshu (RedNote) Data API

Pricing

Pay per usage

Go to Apify Store
Xiaohongshu (RedNote) Data API

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

justipa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

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

  1. Select an operation. The default setupGuide operation returns setup instructions without calling JustOneAPI.
  2. Provide the fields required by that operation.
  3. 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 OUTPUT key 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

  • noteDetails returns engagement metrics.
  • noteVideoDetails is intended for video download workflows and does not include engagement metrics.
  • resolveShareUrl requires a real Xiaohongshu copied share link or short link. Canonical note URLs such as /explore/{noteId} are not accepted by the upstream API.
  • setupGuide is 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.