Skip to main content
GET
Search by Keyword
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

query
string
required

Keyword to search for

Example:

"basketball"

trim
boolean

Set to true for a trimmed down version of the response

Example:

false

Response

Successful response

Key Response Fields:

  • posts[n].id: Post unique ID
  • posts[n].user.username: Author Threads handle
  • posts[n].user.is_verified: Author verification status
  • posts[n].caption.text: Post text content
  • posts[n].like_count: Like count
  • posts[n].taken_at: Unix timestamp
  • posts[n].text_post_app_info.reshare_count: Reshare count
  • posts[n].text_post_app_info.direct_reply_count: Reply count
  • posts[n].code: Post short code
success
boolean
required
Example:

true

posts
object[]
required