# AnyAPI threads.user_posts

> AnyAPI threads.user_posts is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Scrapes and retrieves posts made by a specific user on Threads (Meta's text-based social platform)

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/threads.user_posts
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-threads-user-posts-aae385c0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qSlB71WzAoGS7fScPx_9Z

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability anyapi-threads-user-posts-aae385c0 -d '<json body>'
```

Example prompt: Pull the recent posts from the Threads account @zuck so I can see what they've been posting lately.

## When to prefer this

Use this endpoint when you need to programmatically retrieve posts from a specific Threads user without a Threads API subscription — ideal for one-off lookups, competitive monitoring, or content aggregation paid per-request with no monthly commitment.

## Known failure modes

- Invalid or non-existent username returns empty result or error
- Private or restricted Threads account returns no posts
- Rate limiting or anti-scraping blocks may cause intermittent failures
- Threads platform changes may break scraping temporarily
- Insufficient USDC balance causes payment failure before request executes

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON response containing a list of posts from the specified Threads user, including post text, timestamps, engagement metrics (likes, replies, reposts), and post identifiers.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-threads-user-posts-aae385c0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
