Threads
Post
Fetches a single Threads post by URL, returning the post's caption, like_count, view_counts, reshare_count, direct_reply_count, image_versions2, and taken_at. Also includes comments and related_posts arrays. Supports a trim option for lighter responses.
get/v1/threads/post
Query parameters
urlstring required
The URL of the post to get
trimboolean
Set to true for a trimmed down version of the response
cache_max_age'1d' | '3d' | '7d' | '14d' | '30d'
If we have a response in the cache that is this many days old or newer, return the cached response (0 credits, with "cached": true and a "cached_at" timestamp). Otherwise, scrape a live result (1 credit). See the Caching page for details.
Response
Successful response