🧪 Weibo User Search Scraper avatar

🧪 Weibo User Search Scraper

Pricing

from $1.49 / 1,000 results

Go to Apify Store
🧪 Weibo User Search Scraper

🧪 Weibo User Search Scraper

Search Weibo accounts by name or keyword and return each matching account as a structured row.

Pricing

from $1.49 / 1,000 results

Rating

0.0

(0)

Developer

The Netaji

The Netaji

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Weibo User Search Scraper

The Actor searches Weibo for accounts and saves every match as its own row.

{
"query": "上海",
"maxItems": 100
}

Accepted input

query is required and is whatever you would type into Weibo's own account search — a name, a brand, a keyword. maxItems defaults to 100 and bounds the number of accounts saved; 0 disables the bound.

Result fields

Every row carries the account exactly as Weibo's search returns it, passed through whole rather than narrowed down to a list somebody chose once. query is added on top, so several searches exported together stay separable.

count is how many rows came back — a page size, not a total. There is no total here to report: this route publishes no page or cursor parameter, so what comes back is what there is.

One request, one page

This is a single request. The route takes no page or cursor of any kind, so there is nothing to walk and no second request to charge you for.

That makes this a shortlisting tool rather than a census. Use it to turn a name you have into candidate accounts, then take the numeric user IDs it returns to the Weibo Profile Scraper for the full record on the ones worth having — Weibo addresses accounts by that number, and a screen name alone will not open one.

Empty is an answer, and a failure is a failure

A search that matches nothing comes back empty. The run succeeds, no rows are saved, and nothing is charged.

A run that could not reach the backend fails loudly instead, and so does a response in a shape this Actor does not recognise. An empty dataset always means "nothing matched" — it never stands in for a request that went wrong.

For the full record on an account you have found, use the Weibo Profile Scraper. For what is trending rather than who, use the Weibo Hot Search Scraper. For all of these behind one mode selector — including topic search, which has no Actor of its own — use the All-in-One Weibo Scraper.