Weibo Search User Published Posts API

Call GET /api/weibo/search-profile/v1 for Weibo Search User Published Posts through JustOneAPI with q and uid.

Audits

Pass

Install

openclaw skills install justoneapi-weibo-search-profile

Weibo Search User Published Posts

Use this focused JustOneAPI skill for search User Published Posts in Weibo. It targets GET /api/weibo/search-profile/v1. Required non-token inputs are q and uid. OpenAPI describes it as: Get Weibo search User Published Posts data, including matched results, metadata, and ranking signals, for author research and historical content discovery.

Endpoint Scope

  • Platform key: weibo
  • Endpoint key: search-profile
  • Platform family: Weibo
  • Skill slug: justoneapi-weibo-search-profile
OperationVersionMethodPathOpenAPI summary
searchProfileV1v1GET/api/weibo/search-profile/v1Search User Published Posts

Inputs

ParameterInRequired byOptional byTypeNotes
endDayqueryn/aallstringEnd Day (yyyy-MM-dd)
pagequeryn/aallintegerPage number, starting with 1
qqueryalln/astringSearch Keywords
startDayqueryn/aallstringStart Day (yyyy-MM-dd)
uidqueryalln/astringWeibo User ID (UID)

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use searchProfileV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: searchProfileV1.

node {baseDir}/bin/run.mjs --operation "searchProfileV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"uid":"<uid>","q":"<q>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example searchProfileV1 on /api/weibo/search-profile/v1.
  • Echo the required lookup scope (q and uid) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Weibo search User Published Posts data, including matched results, metadata, and ranking signals, for author research and historical content discovery.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.