Skip to documentation
Browse documentation

Profile media posts

Compatibility alias that extracts public media-post links from a Threads profile media page.

Capability ID threads.user.threads
Cost 1 credit per request
Maximum runtime 45 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

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
handle string instagram
posts array 3 items
posts array 3 items
profile_url string https://www.threads.com/@instagram/media
request_url string https://www.threads.com/@instagram/media?limit=10
result_count integer 4

Execution behavior

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