Skip to documentation
Browse documentation

Profile feed

Extract publicly visible Threads, replies, media, or repost links for a profile.

Capability ID threads.profile.feed
Cost 1 credit per request
Maximum runtime 90 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

feed string optional

Feed supplied for this request. Allowed values: `threads`, `replies`, `media`, `reposts`.

Example threads
Available values threadsrepliesmediareposts
handle string required

Handle supplied for this request.

Example instagram
limit integer optional

Maximum number of results to return.

Example 10

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
feed string threads
handle string instagram
partial boolean false
posts array 3 items
posts array 3 items
request_url string https://www.threads.com/@instagram
result_count integer 4
visibility string anonymous_visible

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.