Back to Threads
TikHub·Threads
Threads Web: Get user posts
/api/v1/threads/web/fetch_user_postssync$0.003 / callGet Threads user's post list. Price: 0.002$ / time (TikHub · Threads Web)
Input
| Field | Type | Required | Description |
|---|---|---|---|
| user_id | string | yes | User ID |
| end_cursor | string | — | Pagination cursor (optional) |
Run it
curl -s https://www.sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"tikhub","endpoint":"/api/v1/threads/web/fetch_user_posts","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.