Weibo(微博) Media Downloader 🎥 📸

Weibo(微博) Media Downloader 🎥 📸

Extract and download high-quality videos and images from Weibo (微博) posts. Supports multiple quality options up to 2K resolution, batch processing, and provides structured output with direct download links. Perfect for content archiving and social media research.

SOCIAL_MEDIAVIDEOSINTEGRATIONSApify

Weibo Media Downloader 🎥 📸

Extract and download high-quality videos and images from Weibo (微博) posts with ease! This actor helps you retrieve media content from Weibo mobile links.

Features ✨

  • 🎬 Downloads videos in multiple qualities (up to 2K resolution)
  • 📷 Extracts high-resolution images
  • 🔗 Supports both single post and batch processing
  • 💨 Fast and efficient processing
  • 📊 Structured JSON output
  • ⚡ Automatic quality selection for best available media

Use Cases 💡

  • Content archiving and backup
  • Social media research and analysis
  • Digital marketing material collection
  • Fan content preservation
  • Media asset management

Input Parameters 📝

The actor accepts the following input parameters:

Output 📤

The actor outputs a JSON structure for each processed URL containing:

  • Original URL
  • Post metadata (author, title)
  • Available media files with:
    • Direct download URLs
    • Quality options
    • File types
    • Media dimensions

Limitations ⚠️

  • Requires valid post URLs
  • Media availability depends on original post content

Tips 💪

  • For best results, use mobile Weibo URLs
  • Process multiple URLs in batches for efficiency
  • Check available quality options in the output

Input Example

A full explanation of an input example in JSON.

1{
2    "links": [
3        "https://m.weibo.cn/detail/5124994877361038"
4    ]
5}

Output sample

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://m.weibo.cn/detail/5124994877361038",
4        "result": {
5            "url": "https://m.weibo.cn/detail/5124994877361038",
6            "source": "weibou",
7            "author": "李现ing",
8            "title": "大唐代购就找小蒋,洛阳特产一网打尽!<a href=\"//s.weibo.com/weibo?q=%23%E5%9B%BD%E8%89%B2%E8%8A%B3%E5%8D%8E%23\" target=\"_blank\">#国色芳华#</a> <a target=\"_blank\" href=\"https://video.weibo.com/show?fid=1034:5124992397148206&mark_id=999_reallog_mark_ad%3A999%7CWeiboADNatural\"><img class=\"icon-link\" title=\"http://t.cn/A63ZAQ0W\" src=\"https://h5.sinaimg.cn/upload/2015/09/25/3/timeline_card_small_video_default.png\"/>李现工作室的微博视频</a> ​​​",
9            "thumbnail": "https://tvax2.sinaimg.cn/crop.0.0.1080.1080.1024/8cb725a7ly8hxdajvqx1ej20u00u00wg.jpg?KID=imgbed,tva&Expires=1738835509&ssig=I7F6gGf0nX",
10            "duration": 0,
11            "medias": [
12                {
13                    "url": "https://f.video.weibocdn.com/o0/hZGQvoJFlx08ljjrrwfe01041200AKaG0E010.mp4?label=mp4_1440p&template=2560x1180.25.0&media_id=5124992397148206&tp=8x8A3El:YTkl0eM8&us=0&ori=1&bf=4&ot=h&lp=00002sYI2e&ps=mZ6WB&uid=zqRDJFc&ab=,15568-g4,8012-g2,3601-g32,8013-g0,3601-g36,3601-g37&Expires=1738828309&ssig=bEIdkhXelG&KID=unistore,video",
14                    "quality": "2K",
15                    "extension": "mp4",
16                    "type": "video"
17                },
18                {
19                    "url": "https://f.video.weibocdn.com/o0/VdncEJUVlx08ljjtIBuM01041200uppP0E010.mp4?label=mp4_1080p&template=2340x1080.25.0&media_id=5124992397148206&tp=8x8A3El:YTkl0eM8&us=0&ori=1&bf=4&ot=h&lp=00002sYI2e&ps=mZ6WB&uid=zqRDJFc&ab=,15568-g4,8012-g2,3601-g32,8013-g0,3601-g36,3601-g37&Expires=1738828309&ssig=UqnzmcMh9L&KID=unistore,video",
20                    "quality": "1080p",
21                    "extension": "mp4",
22                    "type": "video"
23                },
24                {
25                    "url": "https://f.video.weibocdn.com/o0/N8KBiTJ7lx08ljjqu6iY01041200huOV0E010.mp4?label=mp4_720p&template=1560x720.25.0&media_id=5124992397148206&tp=8x8A3El:YTkl0eM8&us=0&ori=1&bf=4&ot=h&lp=00002sYI2e&ps=mZ6WB&uid=zqRDJFc&ab=,15568-g4,8012-g2,3601-g32,8013-g0,3601-g36,3601-g37&Expires=1738828309&ssig=UMmWWgE1Kb&KID=unistore,video",
26                    "quality": "720p",
27                    "extension": "mp4",
28                    "type": "video"
29                },
30                {
31                    "url": "https://f.video.weibocdn.com/o0/KeI0wKPvlx08ljjpi4L6010412008rtn0E010.mp4?label=mp4_hd&template=1040x480.25.0&media_id=5124992397148206&tp=8x8A3El:YTkl0eM8&us=0&ori=1&bf=4&ot=h&lp=00002sYI2e&ps=mZ6WB&uid=zqRDJFc&ab=,15568-g4,8012-g2,3601-g32,8013-g0,3601-g36,3601-g37&Expires=1738828309&ssig=RIgQMZBTDM&KID=unistore,video",
32                    "quality": "480p",
33                    "extension": "mp4",
34                    "type": "video"
35                },
36                {
37                    "url": "https://wx1.sinaimg.cn/large/006qffC3ly1hxridax4wej30qo460af7.jpg?media_id=5124992397148206&tp=8x8A3El:YTkl0eM8&us=0&ori=1&bf=4&ot=h&lp=00002sYI2e&ps=mZ6WB&uid=zqRDJFc&ab=,15568-g4,8012-g2,3601-g32,8013-g0,3601-g36,3601-g37&Expires=1738828309&ssig=vGD%2BnancCD&KID=unistore,video",
38                    "quality": "480p",
39                    "extension": "jpeg",
40                    "type": "image"
41                },
42                {
43                    "url": "https://f.video.weibocdn.com/o0/nJg22mJslx08ljjpttm0010412005pWE0E010.mp4?label=mp4_ld&template=780x360.25.0&media_id=5124992397148206&tp=8x8A3El:YTkl0eM8&us=0&ori=1&bf=4&ot=h&lp=00002sYI2e&ps=mZ6WB&uid=zqRDJFc&ab=,15568-g4,8012-g2,3601-g32,8013-g0,3601-g36,3601-g37&Expires=1738828309&ssig=z1npaciEAF&KID=unistore,video",
44                    "quality": "360p",
45                    "extension": "mp4",
46                    "type": "video"
47                }
48            ],
49            "type": "multiple",
50            "error": false,
51            "time_end": 642
52        }
53    }
54]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!