RedNote (Xiaohongshu) Scraper 📕 — $2.00/1K 💰 avatar

RedNote (Xiaohongshu) Scraper 📕 — $2.00/1K 💰

Pricing

from $1.40 / 1,000 note scrapeds

Go to Apify Store
RedNote (Xiaohongshu) Scraper 📕 — $2.00/1K 💰

RedNote (Xiaohongshu) Scraper 📕 — $2.00/1K 💰

Extract Xiaohongshu (RedNote / 小红书) trending notes, lifestyle posts, viral products, creator profiles, and engagement without login. Only $2.00/1K notes.

Pricing

from $1.40 / 1,000 note scrapeds

Rating

0.0

(0)

Developer

viralanalyzer

viralanalyzer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

RedNote Feed Scraper Pro 📕

🔗 View on Apify Store | 🇺🇸 English | 🇧🇷 Português Published as RedNote Search Scraper Pro.


🇺🇸 English

🔎 What this actor actually does — read this first

It loads Xiaohongshu's public /explore feed and returns the notes on it. It does not run a Xiaohongshu keyword search: measured on 2026-08-26, /search_result?keyword= returns 0 items without a login, while /explore returns ~30 real notes.

The keyword input is therefore a substring filter applied to the notes the feed already returned — not a query. Feed text is predominantly Chinese, so an English keyword will usually filter everything out. Leave it empty to get the feed as-is.

Every row carries dataSource: "xiaohongshu-explore-feed".

Overview

Extract public notes — id, title, description, author, cover image, and like count — from the Xiaohongshu public feed, with no Chinese phone verification.

Input Example

{
"keyword": "",
"maxNotes": 20
}

Output Example

{
"noteId": "66a1c0f2000000001e0123ab",
"title": "夏日护肤 5 件套",
"description": "…",
"noteType": "normal",
"authorName": "…",
"authorId": "5f2c…",
"authorAvatarUrl": "https://sns-avatar…",
"likesCountText": "6.3万",
"likesCount": 63000,
"commentsCount": null,
"collectsCount": null,
"coverImageUrl": "https://sns-webpic…",
"noteUrl": "https://www.xiaohongshu.com/explore/66a1c0f2000000001e0123ab?xsec_token=…",
"keyword": null,
"dataSource": "xiaohongshu-explore-feed",
"scrapedAt": "2026-08-27T21:00:00.000Z"
}

likesCountText is the raw Chinese-formatted string and likesCount is it parsed (万 = 10,000). A previous version ran parseInt(str.replace(/k/i,'000')) on it, which turned "6.3万" into 6 — off by four orders of magnitude. That is fixed.

Input Parameters

ParameterTypeDescription
keywordstringOptional substring filter over the feed — not a search
maxNotesnumberMax notes to return (default 20)
proxyConfigurationobjectApify Proxy options

✅ Capabilities & Limits

Stated up front, so you do not pay a run to find out.

Built here: commentsCount and collectsCount are always null. The feed's interactInfo payload carries only liked and likedCount — the other two counters are not in it. A previous version reported a hard 0 for both, which read as "this note has zero comments" rather than "this number does not exist here".

Input / featureSupportedNotes
Public feed notesid, title, description, author, cover, note URL
Like countraw text plus a correctly parsed integer
Keyword searchrequires a login; returns 0 items without one
Keyword filter over the feed⚠️substring match on mostly-Chinese text; an English term usually matches nothing
Comments countnot in this payload — always null
Saves / collects countnot in this payload — always null
Hashtagsnot emitted
Note media beyond the cover imagecover only
Result volume⚠️bounded by what one feed load returns (~30), regardless of maxNotes

FAQ

Q: Can I search Xiaohongshu by keyword? A: Not without a login, and this actor does not use one. See the note at the top.

Q: Why are commentsCount and collectsCount null? A: The feed payload does not contain them. Reporting null is deliberate — the alternative is a zero that looks like a measurement.

Q: Do I need a Chinese proxy? A: No.


🇧🇷 Português

Visão Geral

Extraia notas virais, títulos, descrições, hashtags, curtidas e autores do Xiaohongshu (RedNote / 小红书) sem precisar de número de telefone chinês.

Funcionalidades

  • Feed público: notas do /explore com id, título, descrição, autor, capa e curtidas
  • Curtidas corretas: texto original (6.3万) e o inteiro já convertido (63000)
  • Sem verificação por telefone chinês

Exemplo de Entrada

{
"keyword": "",
"maxNotes": 20
}

Exemplo de Saída

{
"noteId": "66a1c0f2000000001e0123ab",
"title": "夏日护肤 5 件套",
"description": "…",
"authorName": "…",
"authorId": "5f2c…",
"likesCountText": "6.3万",
"likesCount": 63000,
"commentsCount": null,
"collectsCount": null,
"coverImageUrl": "https://sns-webpic…",
"noteUrl": "https://www.xiaohongshu.com/explore/66a1c0f2000000001e0123ab?xsec_token=…",
"dataSource": "xiaohongshu-explore-feed",
"scrapedAt": "2026-08-27T21:00:00.000Z"
}

Parâmetros de Entrada

ParâmetroTipoDescrição
keywordstringFiltro opcional de substring sobre o feed — não é busca
maxNotesnumberMáximo de notas (padrão 20)
proxyConfigurationobjectOpções de proxy da Apify

Limites

  • Busca por palavra-chave do Xiaohongshu: não suportada (exige login)
  • commentsCount e collectsCount: sempre null — não existem neste payload
  • Hashtags e mídias além da capa: não emitidas
  • Volume limitado ao que uma carga do feed devolve (~30), independente de maxNotes

Perguntas Frequentes

P: Precisa de proxy chinês? R: Não, os proxies da Apify gerenciam a conexão automaticamente.


💰 Pricing

This actor uses Pay Per Event (PPE) pricing — you pay per item scraped (note-scraped). Apify platform usage (compute and proxy) is billed to you by Apify, separately from that price. See the current price on the Pricing panel of this actor's Apify Store page.



📝 Changelog

  • v1.0.0 (2026-08-20) — Initial release: full extraction, Pay-Per-Event pricing, and automated proxy support

License

ISC © 2026 Viral Analyzer Platform


💡 Need AI analysis on top of this data — sentiment, trend detection and a dashboard, with no API keys to manage?
ViralAnalyzer runs this actor + 42 more data sources with built-in AI. JSON + insights in one call.