List PiPiXia followers of a user · PiPiXia API
List PiPiXia followers of a user
curl https://api.unifapi.com/pipixia/users/{user_id}/followers \
-H "Authorization: Bearer $UNIFAPI_KEY"Path parameters
- user_id
- The public PiPiXia identifier shown in the endpoint path. Use the URL-visible slug or platform id described in the docs for this operation.
This operation is part of the PiPiXia API in the social platforms category. It uses the same Bearer token, request tracing, error model, and billing envelope as every UnifAPI endpoint, so agents can switch between platforms without custom per-vendor glue code.
Use it when a workflow needs PiPiXia public data but should still keep one API key, one account balance, and one predictable JSON contract across social, live public-data sources.
Common agent workflows
- Resolve a public PiPiXia identity into structured profile metadata for enrichment agents.
- Refresh creator, company, or account snapshots without managing upstream-specific response shapes.
- Give an AI agent a stable PiPiXia data source without building a per-platform integration.
- Normalize PiPiXia responses into the same UnifAPI envelope used across the catalog.
Unified envelope, platform-native fields
- List-style responses return `data` as an array of top-level records plus optional `pagination` for continuation tokens or cursors.
- The `billing.records_charged` field matches the number of billable top-level records returned, subject to the one-record minimum.
- If the workspace balance cannot cover every upstream result, the response can be truncated and `billing.truncated_due_to_balance` tells the caller why.
Billing
Every successful call costs at least one credit. List and search operations charge by billable records returned; single-object lookups charge one record when they succeed. Platform-caused failures can be refunded, and public responses include billing metadata with the credits charged and remaining workspace balance.
Errors and retries
Authentication, validation, rate-limit, not-found, and upstream errors use the unified UnifAPI error format. Agents should log `request_id`, retry only retryable failures, and treat invalid API keys, disabled keys, and expired keys as the same public `unauthorized` error type.
More PiPiXia operations
Combine endpoints from the same platform, then join the results with other UnifAPI categories without changing authentication or response parsing.
List PiPiXia trending search words
List PiPiXia trending search words
Get a PiPiXia user profile
Get a PiPiXia user profile
List PiPiXia accounts a user follows
List PiPiXia accounts a user follows
List PiPiXia posts by user
List PiPiXia posts by user