Skip to main content
POST
X Following List API

X Following List

Collect public X following profiles. Results are normalized and billed by the actual saved record count.

Use with MCP

Use the JSON request body above as the nested input object for socq_execute, or pass the same fields directly to the typed tool. Typed tools also accept _wait_seconds, _result_limit, and _idempotency_key.
A successful submission returns a task_id. Continue with socq_get_task until the task succeeds, then read normalized records from results.items.
See MCP quickstart for the complete submission and polling flow.

Completed Task Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
usernames
string[]
required

Public account usernames.

Minimum array length: 1
Minimum string length: 1
callback_url
string<uri>
results_limit
integer
default:200
Required range: 200 <= x <= 2000Must be a multiple of 200

Response

200 - application/json

Task accepted

code
integer
data
object