AS
Apify Store
/sian.agency/weibo-scraper
Weibo Scraper
Weibo scraper β extract Weibo posts, user profiles, fans, followers, and keyword search results from Sina Weibo. KOL discovery, social graph mapping, sentiment data, and China market research. Five op
liveasyncunknown~30s typical
social mediamarketingautomationweibo
$0.094
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.07500000000000001 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /sian.agency/weibo-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| operation | string (weiboDetail | userDetail | userFans | userFollowers | searchWeibo) | π― **PICK ONE OPERATION PER RUN.** Each run produces one clean dataset matching the chosen mode. - **π Weibo Detail** β deep scrape of a single post by ID (text, location, topics, @-mentions, repost/comment/attitude counts, pics, creator info) - **π€ User Profile** β full profile by user ID (followers, following, statuses count, verified reason, location, avatar, gender, bio) - **π₯ User Fans** β list of users who follow this account (~20 per page; respects privacy settings) - **β‘οΈ User Followers** β list of accounts this user follows (~20 per page; respects privacy settings) - **π Search Weibo** β keyword search across Weibo posts with optional date range, paginated (~14 results/page) π‘ **TIP:** To combine operations, run the actor multiple times with different configurations. default "searchWeibo" |
| weiboId | string | π **Required for the `Weibo Detail` operation.** The numeric Weibo post ID (also called `mid`). You can find it: - In any mobile Weibo URL: `https://m.weibo.cn/detail/{ID}` β the trailing segment - In the `weiboId` / `id` field of any search result row π‘ **TIP:** To analyze a batch of posts, run a `Search Weibo` operation first, copy `weiboId` values from the result rows, then run `Weibo Detail` per ID. β οΈ **Ignored** for User Profile, User Fans, User Followers, and Search operations. default "5249718969175092" |
| userId | string | π€ **Required for `User Profile`, `User Fans`, and `User Followers` operations.** The numeric Weibo user ID (UID). You can find it: - In any profile URL: `https://weibo.com/u/{ID}` - In the `userId` / `user_id` field of any post, search, or fan/follower result row π‘ **TIP:** To build a creator catalog, run `Search Weibo` with a keyword first, then use the top `userId` values to drill into profiles, fans, and followers. β οΈ **Note:** Some accounts restrict public access to their fan/follower lists β those operations will return an explanatory empty row. β οΈ **Ignored** for Weibo Detail and Search operations. default "2760523085" |
| keyword | string | π **Required for the `Search Weibo` operation.** Any Weibo search query. Supports Chinese, English, and mixed queries: - `εδΊ¬` (Beijing) - `Tesla` - `ηΎι£` (food) - `iPhone` π‘ **TIP:** Chinese queries surface native creators and conversations; English/brand queries surface international and brand-mention traffic. default "εδΊ¬" |
| startDay | string | π **Optional for `Search Weibo`.** Earliest date to include in search results. Format: `YYYY-MM-DD` (e.g. `2025-04-01`). Defaults to **30 days ago** if left blank. π‘ **TIP:** Tight date windows return more targeted results. Use the start/end pair to track a topic over a specific campaign or news event. β οΈ **Ignored** for non-search operations. |
| endDay | string | π **Optional for `Search Weibo`.** Latest date to include in search results. Format: `YYYY-MM-DD` (e.g. `2025-05-12`). Defaults to **today** if left blank. β οΈ **Ignored** for non-search operations. |
| maxPages | integer | π **Applies to paginated operations** (User Fans, User Followers, Search Weibo). Ignored for single-record operations (Weibo Detail, User Profile). - **User Fans:** ~20 users per page - **User Followers:** ~20 users per page - **Search Weibo:** ~14 posts per page π‘ **TIP:** Start small (1β3 pages) to preview results before scaling up. β οΈ Hard cap: 50 pages to prevent runaway runs. default 5 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/sian.agency/weibo-scraper","input":{"weiboId":"5249718969175092","userId":"2760523085","keyword":"εδΊ¬","startDay":"2025-04-12","endDay":"2025-05-12","maxPages":3},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /sian.agency/weibo-scraper -i '{"weiboId":"5249718969175092","userId":"2760523085","keyword":"εδΊ¬","startDay":"2025-04-12","endDay":"2025-05-12","maxPages":3}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/sian.agency/weibo-scraper", input: {"weiboId":"5249718969175092","userId":"2760523085","keyword":"εδΊ¬","startDay":"2025-04-12","endDay":"2025-05-12","maxPages":3}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.