本页有中文版。查看中文版

CORE API

Weibo trending API

trending on Weibo: 0.3 credits per successful call, with clear inputs, source data and billing.

01 / CORE API

One request

0.3 credits per successful or empty call. Failed calls cost 0.

Replace any PASTE_PUBLIC placeholder with a supported public identifier. This is a request template; it does not run automatically.

REQUEST TEMPLATE
curl --request POST 'https://api.socialtoai.com/v1/trending' \
  --header "X-API-Key: $SOCIALTOAI_API_KEY" \
  --header 'Content-Type: application/json' \
  --header 'Idempotency-Key: REPLACE_WITH_A_UNIQUE_REQUEST_ID' \
  --data '{"platform":"weibo"}'

02 / CORE API

Native support

Result shape: leaderboard. Pagination: not supported.

Categories: 微博热搜.

These values describe the reference card. Additional restrictions can apply to user discovery or a content subtype. Inspect applied_params and warnings instead of assuming an unsupported filter was honored.

03 / CORE API

A schema-checked example

Illustrative result with one invented value and an example trial balance. It shows the response shape; it is not a live response or a production availability measurement.

ILLUSTRATIVE JSON · NOT LIVE
{
  "request_id": "example_only_not_a_live_call",
  "schema_version": "v1",
  "fetched_at": "2026-09-05T00:00:00Z",
  "status": "ok",
  "applied_params": {},
  "warnings": [],
  "items": [
    {
      "kind": "leaderboard",
      "rank": 1,
      "title": "Illustrative trending topic",
      "heat": 982000
    }
  ],
  "platform": "weibo",
  "billing": {
    "cost": 0.3,
    "balance": 1.7,
    "unit": "credits",
    "pricing": "standard"
  }
}

04 / CORE API

Platform limitations

Unsupported popularity sorts fall back to relevance; text falls back to all. Image/video search cannot independently apply a non-relevance sort.

Search may continue until an empty page when the source does not provide a continuation signal. Inspect warnings and apply a page budget.

Trending excludes pinned entries and returns native ranks 1–50.

Use a numeric post ID or standard post URL for content, and a numeric UID or standard profile URL for accounts.

Frequently asked questions

What does this call cost?

0.3 credits for a successful or empty lookup. Failed calls cost 0 credits.

Can I paginate?

This action does not support pagination.

Are all platform features covered?

Unsupported popularity sorts fall back to relevance; text falls back to all. Image/video search cannot independently apply a non-relevance sort. Search may continue until an empty page when the source does not provide a continuation signal. Inspect warnings and apply a page budget. Trending excludes pinned entries and returns native ranks 1–50. Use a numeric post ID or standard post URL for content, and a numeric UID or standard profile URL for accounts.

YOUR AI. A WIDER VIEW.

Start with one good question.

Get 2 free credits ↗

No card. Read-only public data. Explicit limits and transparent credits.