# AnyAPI Twitter Tweet Scraper

> AnyAPI Twitter Tweet Scraper 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-16).

Fetches data for a specific Twitter/X tweet by scraping its public content via a pay-per-request API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/twitter.tweet
- Price: $0.002/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-tweet-scraper-73ac65be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9r-5fdCsnxof9aoiuSqJD

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-tweet-scraper-73ac65be -d '<json body>'
```

Example prompt: Can you pull all the details from this tweet — text, author, likes, retweets, and when it was posted? Here's the link: https://twitter.com/elonmusk/status/1234567890

## When to prefer this

Use this endpoint when you need tweet data without a Twitter/X developer API subscription, want pay-per-request pricing at $0.002 per call instead of monthly plans, or need to quickly fetch a single tweet's content and engagement metrics in an automated workflow without managing API keys or OAuth flows.

## Known failure modes

- Tweet is deleted or private — returns error or empty result
- Invalid tweet ID or malformed URL — returns validation error
- Twitter/X rate limiting or anti-scraping measures active — may return failure or stale data
- Network timeout from scraping infrastructure — returns timeout error
- Tweet from suspended account may be inaccessible

## 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

Returns a JSON object containing the tweet's full text, author handle and display name, like count, retweet count, reply count, quote count, post timestamp, embedded media URLs, and other tweet metadata scraped from the public Twitter/X page.

## Response schema (JSON Schema)

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

## More

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