threads-apilisted
Install: claude install-skill nikhonit/social-media-api-skills
# Threads API skill
Read public Threads data as clean JSON. This Threads API skill returns a profile, a user's posts, stats for a single post, and both keyword and user search. Threads is young enough that tooling for it is thin, so a straightforward JSON read is worth more here than on the established networks.
This skill wraps **5 live Threads endpoints** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON.
## When to use this skill
- You are tracking what an account posts on Threads.
- You are monitoring a keyword or brand mention on the network.
- A user pastes a Threads post and asks about its engagement.
### Do not use this skill when
- **You need comments or reply threads.** Threads has no comments endpoint in this API — profile, posts, stats and search only. Do not promise a reply tree you cannot fetch.
- **You expect view counts.** Threads does not publish every metric, so some fields other platforms expose are simply absent.
- **You need to post or reply.** Read-only; Meta's own Threads API covers publishing.
## Setup
```bash
export SCRAPERSOCIAL_KEY=sk_live_... # https://scrapersocial.com/app/keys
```
Signing up at [scrapersocial.com/signup](https://scrapersocial.com/signup) includes 100 free credits, no card required.
## Scripts
| Script | What it does | Input | Credits |
|---|---|---|---|
| `get_posts.js` | Recent public posts from a Threads account, newest first. | handle | 3 credits per post |
| `get_pr