Skip to documentation
Browse documentation

Profile lookup

Fetch public profile summary fields from a Threads handle page.

Capability ID threads.profile
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

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
avatar_url string https://scontent-lga3-1.cdninstagram.com/v/t51.82787-19/[redacted:token…
canonical_url string https://www.threads.com/@instagram
description string 38.2M Followers • 1.4K Threads • Discover what's new on Instagram 🔎✨. S…
followers integer 38200000
following integer 0
handle string instagram
name string Instagram
profile_content object 1 fields
profile_content.meta_keys array 3 items
request_url string https://www.threads.com/@instagram
threads_count integer 1400
title string Instagram (@instagram) • Threads, Say more

Execution behavior

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