# Coockies.ai Twitter Tweets Followers Lookup

> Coockies.ai Twitter Tweets Followers Lookup is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.121243/call, status unknown (last checked 2026-09-13).

Retrieves follower data associated with tweets from specified Twitter accounts via a pay-per-call API hub.

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/twitter-tweets-followers
- Price: $0.121243/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-twitter-tweets-followers-lookup-0f18be70
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aQlNXO77SpYCJMXr7ixao

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 coockies-ai-twitter-tweets-followers-lookup-0f18be70 -d '<json body>'
```

Example prompt: Can you pull the follower data for the Twitter account @elonmusk and tell me how many followers they have and who some of their recent followers are?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call access to Twitter follower data without managing your own Twitter API credentials, especially in agent workflows that require on-demand social data lookups paid via crypto microtransactions on Base chain.

## Known failure modes

- Invalid or non-existent Twitter handle returns empty or error result
- Twitter API rate limits may cause timeouts or incomplete data
- Private or suspended accounts may return no follower data
- Missing required input fields result in malformed request errors
- Payment failure on Base chain prevents API call execution

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing follower data associated with the specified Twitter account or tweets, which may include follower counts, follower user profiles, and related tweet metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coockies-ai-twitter-tweets-followers-lookup-0f18be70/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
