Skip to main content
Scrape a public Threads profile

Authorizations

x-scrapeunblocker-key
string
header
required

Your ScrapeUnblocker API key. Apply on every request.

Query Parameters

username
string
required

Threads handle ('zuck' or '@zuck') or a full profile URL like 'https://www.threads.com/@zuck'.

max_posts
integer
default:25

Maximum recent posts to return (1-100). The profile page carries roughly the newest 10-25.

Required range: 1 <= x <= 100
proxy_country
string | null

Exit-IP country (ISO-2, e.g. 'US', 'DE'). Defaults to an exit chosen for Threads.

Response

JSON profile object with a posts array (postsCollected gives its length).