# AnyAPI Twitter Replies Scraper

> AnyAPI Twitter Replies Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.0125/call, status unknown (last checked 2026-09-16).

Scrapes and returns the replies to a specific Twitter/X post or thread

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/twitter.replies
- Price: $0.0125/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-twitter-replies-scraper-82059724
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-vcI1d00_HMKEcEBzDxAk

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-twitter-replies-scraper-82059724 -d '<json body>'
```

Example prompt: Can you pull all the replies to this tweet — https://twitter.com/elonmusk/status/1234567890 — and show me what people are saying?

## When to prefer this

Use this endpoint when you need to programmatically extract replies from a Twitter/X post without a Twitter developer account or API subscription. Ideal for agents that need pay-per-use access to Twitter reply data without monthly commitments, especially for one-off or infrequent scraping tasks.

## Known failure modes

- Tweet not found or deleted — returns error with 404-equivalent status
- Tweet is from a private/protected account — access denied
- Invalid tweet ID or URL format — returns validation error
- Rate limiting or Twitter blocking — temporary scrape failure
- No replies exist on the tweet — returns empty list

## 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 object containing a list of reply tweets under the specified Twitter/X post, each including reply text, author handle, timestamp, and engagement metrics such as likes and retweet counts.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-twitter-replies-scraper-82059724/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)
