# AnyAPI Twitter Profile Lookup

> AnyAPI Twitter Profile Lookup 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-13).

Fetches public Twitter/X profile data for a given handle, including follower counts, bio, and verification status

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/twitter.profile
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-twitter-profile-lookup-e11896d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y4VqLa3QC5f971C16EJUp

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-profile-lookup-e11896d3 -d '<json body>'
```

Example prompt: Can you pull up the Twitter profile for elonmusk — I want to see his follower count, bio, and whether he's verified?

## When to prefer this

Use this endpoint when you need structured public profile data for a Twitter/X user by handle — follower/following counts, bio, verification status — without requiring Twitter API credentials. Ideal for enriching contact records, researching influencers, or validating social presence. Prefer over direct Twitter API when you want pay-per-use with no subscription setup.

## Known failure modes

- Handle not found — returns found: false with null data
- Invalid or missing handle parameter — likely a 4xx validation error
- Twitter/X rate limiting or scraping block — may return an error or empty result
- Network timeout for unavailable accounts or protected profiles

## 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 with found (boolean), and if found: handle, displayName, followers, following, tweets, bio, verified flag, and avatarUrl. Also includes provider name and cost in USD.

## Response schema (JSON Schema)

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

## More

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