# AnyAPI Twitter User Tweets Scraper

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

Fetches recent tweets posted by a specific Twitter/X user account

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/twitter.user_tweets
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-twitter-user-tweets-scraper-58823d00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fwALfGSg8BJ-Az5N44nVt

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-user-tweets-scraper-58823d00 -d '<json body>'
```

Example prompt: Can you pull the 20 most recent tweets from the Twitter account @elonmusk so I can see what he's been posting lately?

## When to prefer this

Use this endpoint when you need to programmatically retrieve tweets from a specific public Twitter/X user without maintaining a Twitter developer account or subscribing to the Twitter API. Ideal for pay-per-use workflows where you only occasionally need tweet data, or when building agents that need ad-hoc social media intelligence without monthly commitments.

## Known failure modes

- User account not found or handle is invalid — returns error with 404-like status
- Account is private or suspended — returns access denied or empty result
- Rate limit exceeded on underlying scraper — returns throttling error
- Invalid or missing API key — returns authentication error
- Twitter anti-scraping measures triggered — returns empty or partial results

## 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 array of recent tweets from the specified Twitter/X user, including tweet text, IDs, timestamps, and engagement metrics such as likes, retweets, and replies.

## Response schema (JSON Schema)

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

## More

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