Rednote(Xiaohongshu) Download avatar

Rednote(Xiaohongshu) Download

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Rednote(Xiaohongshu) Download

Rednote(Xiaohongshu) Download

Download RedNote / Xiaohongshu videos & images from any note URL. Returns direct CDN URL (no watermark) + metadata: title, author, stats, hashtags. Supports xhslink short URLs. No login needed.

Pricing

from $9.00 / 1,000 results

Rating

5.0

(1)

Developer

paul_44

paul_44

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

RedNote (Xiaohongshu) Video Download

RedNote / 小红书 노트 URL 을 붙여넣으면 영상 다운로드 URL 과 전체 메타데이터 (제목, 작성자, 통계, 해시태그) 를 반환하는 Apify Actor.

URL 파싱·SSR 파싱 등 실제 해석은 Railway 에 떠 있는 proxy_rednote 서비스가 담당하고, 이 Actor 는 입력을 수집해 프록시의 /web/resolve 를 호출한 뒤 결과를 Apify Dataset 으로 정돈해 내보낸다.

사용법

Input

{
"videoUrls": [
"https://www.xiaohongshu.com/explore/66ccc47c000000001e01a0d3?xsec_token=ABxxx",
"https://www.xiaohongshu.com/discovery/item/66xxx",
"https://xhslink.com/abc123"
]
}

지원 URL:

  • https://www.xiaohongshu.com/explore/{note_id}?xsec_token=...
  • https://www.xiaohongshu.com/discovery/item/{note_id}
  • https://xhslink.com/... (단축 URL, 자동 리다이렉트)
  • 순수 24자 hex note_id

Output (Dataset)

{
"id": "66ccc47c000000001e01a0d3",
"inputUrl": "...",
"url": "https://www.xiaohongshu.com/explore/66ccc...",
"type": "video",
"title": "...",
"description": "...",
"author": {
"userId": "...",
"nickname": "...",
"url": "https://www.xiaohongshu.com/user/profile/...",
"avatar": "..."
},
"statistics": {
"liked": 1234,
"collected": 56,
"comments": 7,
"shares": 8
},
"hashtags": ["..."],
"uploadedAt": 1726830000000,
"duration": 15,
"videoMeta": {
"codec": "h264",
"format": "mp4",
"width": 720,
"height": 1280,
"fps": 30,
"size_bytes": 1234567,
"source": "video_main"
},
"imageList": [],
"downloadStatus": "success",
"downloadUrl": "https://sns-video-qc.xhscdn.com/stream/...",
"downloadUrls": ["..."]
}

downloadUrl 에 직접 접근하면 영상 파일 .mp4 가 즉시 다운로드된다. (브라우저 주소창 또는 curl -O 로 사용 가능)

downloadStatus

의미
success영상 있음, downloadUrl 정상
skipped순수 이미지 노트 (영상 없음), imageList 참조
error처리 실패 — Dataset 에 push 되지 않음

특징

  • 로그인 / 쿠키 / 서명 전부 불필요 — 공개 노트 기준 동작
  • 워터마크 없음 — XHS 원본 CDN URL 직접 제공
  • LivePhoto 지원 — 이미지 노트 안의 짧은 영상도 downloadUrls 에 포함
  • 배치 처리 — 동시 5개, 전체 5분 deadline
  • 과금 공정성 — 실패 건은 Dataset 제외

환경변수

이름필수기본값설명
RNOTE_PROXY_URLhttps://proxyrednote-production.up.railway.appproxy_rednote 엔드포인트

제한사항

  • xsec_token 이 만료된 URL 은 실패할 수 있음 → 최신 공유 URL 사용 권장
  • 비공개 / 삭제된 / 지역 제한 노트는 error 로 분류, Dataset 에 미포함
  • 대량 자동 스크래핑은 이 Actor 의 설계 목표가 아님 (URL 입력 기반 resolver)

소스 레이아웃

src/main.py 진입점, 동시성·데드라인, Dataset push
src/proxy.py /web/resolve 호출 + item 조립
.actor/ Apify 메타 (actor.json, input_schema, dataset_schema)

저작권

본 Actor 는 개인 백업 / 리서치 / 마케팅 분석 용도로만 사용하십시오. 영상 저작권은 원저작자에게 귀속됩니다. 무단 재배포 / 상업 이용은 XHS ToS 및 각국 저작권법 위반입니다.