# TransitPulse City-to-City Transit Comparison

> TransitPulse City-to-City Transit Comparison is a paid API for AI agents from transitpulse.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Compares transit systems between two cities head-to-head to support relocation and travel decisions

## Facts

- Endpoint: GET https://transitpulse.vercel.app/api/transit/compare
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/transitpulse-city-to-city-transit-comparison-c3224ff0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ao3Ma82GsrP5kaSrp2r7f

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 transitpulse-city-to-city-transit-comparison-c3224ff0
```

Example prompt: Can you do a head-to-head comparison of the transit systems in Chicago and Seattle? I'm deciding where to relocate and want to know which city is more navigable without a car.

## When to prefer this

Use this endpoint when a user needs a direct apples-to-apples transit comparison between exactly two cities — ideal for relocation decisions, travel planning, or urban research. Prefer this over single-city transit endpoints when the core question is relative ('which is better') rather than absolute. Choose this over general web search when structured, comparable transit metrics are needed.

## Known failure modes

- City name not recognized or too ambiguous — returns error asking for clarification
- Both city inputs required; missing one returns a validation error
- Very small cities with no formal transit data may return incomplete or unavailable comparison
- Rate limit or payment failure returns 402 or 429 error

## How this service works

Transit intelligence for 25+ major world cities. Real-time status, route reliability, commute analysis, city comparisons, airport guides, and car-free livability scoring. Pay-per-query via x402 on Base.

## Output

A structured head-to-head comparison of two cities' transit systems, including scores or ratings for coverage, reliability, service quality, and overall transit viability, helping users determine which city better suits transit-dependent lifestyles.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "cities": {
   "type": "string",
   "description": "Alternative: comma-separated pair (e.g. NYC,London)"
  },
  "city_a": {
   "type": "string",
   "description": "First city"
  },
  "city_b": {
   "type": "string",
   "description": "Second city"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/transitpulse-city-to-city-transit-comparison-c3224ff0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from transitpulse.vercel.app](https://www.zero.xyz/host/transitpulse.vercel.app/llms.txt)
