# FindPulse Product Comparison

> FindPulse Product Comparison is a paid API for AI agents from findpulse-omega.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns a head-to-head comparison of 2-3 specific products with a clear winner recommendation by use case

## Facts

- Endpoint: GET https://findpulse-omega.vercel.app/api/find/compare
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/findpulse-product-comparison-01bec0d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fa1KykasEKpyl_7fNZ6dP

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 findpulse-product-comparison-01bec0d3
```

Example prompt: Can you do a head-to-head comparison of the Dyson V15 vs the Shark IZ462H for someone who has pets and hardwood floors, and tell me which one wins for that use case?

## When to prefer this

Use this endpoint when a user has already narrowed down 2-3 specific product candidates and needs a decisive, honest comparison with a clear winner for their particular use case. Prefer over generic search endpoints when the user is in the final decision stage of shopping rather than discovery.

## Known failure modes

- Product not recognized or too generic — returns error or empty result
- Comparison requested for more than 3 products at once — may return an error or truncated result
- Use case too vague — may produce generic comparison without a clear winner
- Product names ambiguous between multiple models — may compare wrong variants

## How this service works

Product comparison, which is better, X vs Y, head-to-head product comparison, pick the winner. For shopping and research agents: takes 2-3 specific products and returns an honest head-to-head with a clear winner by use case.

## Output

A structured comparison of 2-3 named products including their trade-offs, pros and cons, and a clear recommended winner tied to the specified use case

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "products"
 ],
 "properties": {
  "products": {
   "type": "string",
   "description": "products"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/findpulse-product-comparison-01bec0d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from findpulse-omega.vercel.app](https://www.zero.xyz/host/findpulse-omega.vercel.app/llms.txt)
