Appearance
Threads
Endpoints for Threads on the ScrapeCreators API.
Endpoints
| Endpoint | Method | Description |
|---|---|---|
| Post | GET | Fetches a single Threads post by URL, returning the post's caption, like_count, view_counts, reshare_count, direct_reply_count, image_versio |
| Profile | GET | Retrieves a Threads user's public profile including username, full_name, biography, profile_pic_url, follower_count, is_verified, bio_links, |
| Search by Keyword | GET | Searches Threads for posts matching a keyword, returning up to 10 results with caption text, like_count, reshare_count, direct_reply_count, |
| Search Users | GET | Searches for Threads users by username, returning matching profiles with username, full_name, profile_pic_url, is_verified, and pk |
| Posts | GET | Fetches the most recent posts from a Threads user, returning id, caption text, code, like_count, reshare_count, direct_reply_count, repost_c |