# Botometer Pro via Coockies.ai

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

Analyzes a Twitter/X account to score the likelihood that it is a bot using Botometer Pro's machine learning models.

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/botometer-pro
- Price: $0.076242/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/botometer-pro-via-coockies-ai-b8779417
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Zz-nO8F3_YFWPgwiu0wiB

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 botometer-pro-via-coockies-ai-b8779417 -d '<json body>'
```

Example prompt: Can you check if the Twitter account @suspicious_user123 is likely a bot using Botometer Pro?

## When to prefer this

Choose this endpoint when you need a well-established, research-backed bot probability score for a Twitter/X account using OSoMe's Botometer Pro models. It is particularly suited for trust-and-safety workflows, influencer vetting, research on coordinated inauthentic behavior, or any scenario requiring a quantitative bot likelihood score rather than simple heuristic checks.

## Known failure modes

- Invalid or non-existent Twitter account provided — may return an error or empty result
- Rate limits or quota exhaustion on the underlying Botometer Pro API
- Account suspended or private — insufficient data to score
- Malformed input object causes a processing error
- Botometer Pro upstream service unavailability

## 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 structured result object containing Botometer Pro's bot likelihood scores for the queried Twitter account, including overall bot probability, language-independent features, and potentially category-level scores (e.g., astrobot, spambot, self-declared bot).

## 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/botometer-pro-via-coockies-ai-b8779417/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)
