A powerful Xiaohongshu (RedNote) video downloader that extracts videos and comprehensive metadata from posts. Perfect for content creators, researchers, and marketers who need to analyze or archive Xiaohongshu content. Supports batch processing and multiple video qualities.
Download videos from Xiaohongshu (RedNote/小红书) with ease! This actor helps you extract videos from Xiaohongshu posts along with their metadata.
The actor accepts the following input parameters:
links
(Required): Array of Xiaohongshu post URLs to processThe actor outputs JSON format data for each processed URL, including:
A full explanation of an input example in JSON.
1{ 2 "links": [ 3 "https://www.xiaohongshu.com/explore/6795e093000000001902c0dd?xsec_token=ABMWHV4ZQpvHMK27K3aBzT_xu4JqjfqMuQx5pUUZLqm8g=" 4 ] 5}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "url": "https://www.xiaohongshu.com/explore/6795e093000000001902c0dd?xsec_token=ABMWHV4ZQpvHMK27K3aBzT_xu4JqjfqMuQx5pUUZLqm8g=", 4 "result": { 5 "url": "https://www.xiaohongshu.com/explore/6795e093000000001902c0dd?xsec_token=ABMWHV4ZQpvHMK27K3aBzT_xu4JqjfqMuQx5pUUZLqm8g=", 6 "source": "xiaohongshu", 7 "author": "hopeawinters", 8 "title": "我很幸运能有这个社区在这里,我很荣幸有这么多人请我教书。我很想知道是否有人对在中国使用的潜在免费在线课堂平台有任何想法!🤍 I am so blessed to\nhave this community here, and I am honored to\nhave had so many of you ask me to teach. I would\nlove to know if anyone has any ideas for potential\nfree online class platforms that are used in China!\n#英语[话题]# #学习[话题]# #老师[话题]# #课程[话题]# #学历[话题]#", 9 "thumbnail": "http://sns-webpic-qc.xhscdn.com/202501270935/17d9e8ad92ae654e489e8dda0a28cc57/1040g2sg31d3vrfhg0u805ps4n9vi34frth0sdvo!nd_dft_wlteh_webp_3", 10 "duration": 117, 11 "medias": [ 12 { 13 "url": "https://sns-video-hw.xhscdn.com/pre_post/1040g2t031d3vno5agm8g5ps4n9vi34frro8beq0", 14 "quality": "NW_X265_MP4", 15 "extension": "mp4", 16 "type": "video" 17 }, 18 { 19 "url": "http://sns-video-al.xhscdn.com/stream/79/110/259/01e795e04a070a040103700394a17808be_259.mp4", 20 "quality": "WM_X264_MP4", 21 "extension": "mp4", 22 "type": "video" 23 } 24 ], 25 "type": "multiple", 26 "error": false, 27 "time_end": 454 28 } 29 } 30]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!