# FanPulse Cross-Franchise & Cross-Artist Comparison

> FanPulse Cross-Franchise & Cross-Artist Comparison is a paid API for AI agents from fanpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns a definitive, reasoned verdict settling head-to-head debates between fictional characters, franchises, bands, or artists

## Facts

- Endpoint: GET https://fanpulse.theaslangroupllc.com/api/fan/compare
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fanpulse-cross-franchise-cross-artist-comparison-59836db1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_olzoGFKd-CTo0NJQRUYeJ

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 fanpulse-cross-franchise-cross-artist-comparison-59836db1
```

Example prompt: Settle this debate once and for all — who wins in a head-to-head comparison: Gandalf or Dumbledore? Give me a definitive call with reasons.

## When to prefer this

Use this endpoint when a user explicitly wants a decisive, opinionated verdict settling a head-to-head debate between two characters, franchises, or artists — not just a neutral factual comparison. Ideal for fan agents resolving 'who wins' or 'which is better' debates in entertainment, music, or fiction contexts. Prefer over generic Q&A endpoints when the output needs to be a clear winner declaration with supporting rationale.

## Known failure modes

- Entity names are too ambiguous or unrecognized — returns error or null match
- Comparison involves entities outside supported franchises or artist catalogs
- Malformed or missing query parameters — returns 400 bad request
- Payment not fulfilled via x402 protocol — returns 402 Payment Required
- Rate limiting if too many requests in a short window — returns 429

## How this service works

Decisive cross-franchise and cross-artist comparisons for fan and entertainment agents. Settles debates like Gandalf vs Dumbledore or Beatles vs Rolling Stones with a definitive call.

## Output

A definitive verdict declaring a winner between two compared entities, supported by reasoned arguments covering relevant attributes like power, influence, cultural impact, or canonical feats — presented as a clear, opinionated judgment rather than a neutral summary.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "subject1",
  "subject2"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "type": {
   "type": "string",
   "description": "character|franchise|artist|album"
  },
  "subject1": {
   "type": "string",
   "description": "subject1"
  },
  "subject2": {
   "type": "string",
   "description": "subject2"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fanpulse-cross-franchise-cross-artist-comparison-59836db1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fanpulse.theaslangroupllc.com](https://www.zero.xyz/host/fanpulse.theaslangroupllc.com/llms.txt)
