# AnyAPI Twitter Community Tweets

> AnyAPI Twitter Community Tweets 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 returns tweets from a specified Twitter/X community via a pay-per-request API

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/twitter.community_tweets
- 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-twitter-community-tweets-9df3edae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aADoUGDCARBxOhsigcmqo

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-community-tweets-9df3edae -d '<json body>'
```

Example prompt: Pull the latest tweets from the Twitter community with ID '1234567890' — I want to see what people are posting there.

## When to prefer this

Choose this endpoint when you need to retrieve community-specific tweets from Twitter/X without managing a Twitter API subscription, want pay-per-request pricing at $0.002/call, or need to scrape community content that is not easily accessible via the official Twitter API. Especially useful for agents that only occasionally need Twitter community data and want to avoid monthly subscription costs.

## Known failure modes

- Invalid or non-existent community ID returns an error response
- Private or restricted community may return empty or unauthorized response
- Insufficient USDC balance (less than $0.002) causes payment failure
- Rate limiting or scraping blocks may return partial or failed results
- Malformed POST request body returns validation error

## 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 tweets from the specified Twitter/X community, including tweet text, author metadata, timestamps, engagement metrics, and other tweet-level data available from the community feed.

## Response schema (JSON Schema)

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

## More

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