# AnyAPI Twitter Community Scraper

> AnyAPI Twitter Community 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-14).

Scrapes and returns data about a Twitter/X community via a pay-per-request API with no subscription required

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/twitter.community
- 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-scraper-8413d588
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WTSsPwBwCBtUYPJC5w6Rp

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-scraper-8413d588 -d '<json body>'
```

Example prompt: Can you pull up the details for the Twitter/X community called 'AI Builders' — I want to know the member count, description, and topics it covers?

## When to prefer this

Use this endpoint when you need structured data about a specific Twitter/X community without a Twitter API subscription, especially for one-off lookups or agent workflows that require pay-per-use pricing. Prefer this over direct Twitter API when you want no monthly commitment and simple per-request billing in USDC.

## Known failure modes

- Community not found or ID is invalid — returns error JSON
- Twitter/X rate limiting or access restrictions causing scrape failure
- Private or restricted community inaccessible to scraper
- Malformed community identifier input
- Payment failure via x402 protocol — request not processed

## 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 scraped metadata about the specified Twitter/X community, likely including community name, description, member count, topics, rules, and creation date.

## Response schema (JSON Schema)

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

## More

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