# Cloudflare Analytics AI Scrapers & Bot Score Detection

> Cloudflare Analytics AI Scrapers & Bot Score Detection is a paid API for AI agents from codex.everygoodwork.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Analyzes a URL to detect AI scrapers, fake human traffic, and bot scores using Cloudflare analytics signals

## Facts

- Endpoint: GET https://codex.everygoodwork.io/0x1C1Ee78b938Af5333D3a99BF659e9aa771d8A8D5/cloudflare-analytics-ai-scrapers-fake-human-traffic-bot-score-detection
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/codex-everygoodwork-io-7de3ace7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HVM31z35OPFwY0C1mmAiT

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 codex-everygoodwork-io-7de3ace7
```

Example prompt: Can you check whether the traffic hitting https://mysite.com/api/products via GET is coming from AI scrapers or bots, and give me a bot score and fake human traffic assessment?

## When to prefer this

Use this endpoint when you need to determine whether a specific URL is being targeted by AI scrapers, bots, or fake human traffic and want Cloudflare-backed bot scoring. Prefer this over generic WAF tools when you specifically need bot score detection integrated with Cloudflare analytics signals and want a pay-per-call model without subscription overhead.

## Known failure modes

- URL not reachable or invalid — returns error indicating bad input
- Method not recognized — returns validation error
- Insufficient Cloudflare analytics data for the given URL — low-confidence or empty result
- Payment not provided or insufficient USDC — 402 payment required error
- Rate limiting or quota exceeded — service unavailable

## How this service works

/0x1C1Ee78b938Af5333D3a99BF659e9aa771d8A8D5/cloudflare-analytics-ai-scrapers-fake-human-traffic-bot-score-detection - x402 Endpoint

## Output

A markdown-formatted report indicating whether the given URL and method combination shows signs of AI scraper activity, fake human traffic, or bot traffic, including a bot score and classification details derived from Cloudflare analytics.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url",
  "method"
 ],
 "properties": {
  "url": {
   "type": "string"
  },
  "method": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "text/markdown; charset=utf-8"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/codex-everygoodwork-io-7de3ace7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from codex.everygoodwork.io](https://www.zero.xyz/host/codex.everygoodwork.io/llms.txt)
