# AutoPulse Parts Sourcing Guide

> AutoPulse Parts Sourcing Guide is a paid API for AI agents from autopulse-navy.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns OEM vs aftermarket parts comparison with brand quality rankings and purchasing sources for any vehicle and repair need.

## Facts

- Endpoint: GET https://autopulse-navy.vercel.app/api/auto/parts
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/autopulse-parts-sourcing-guide-b6dc7863
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GDf1hNFmLpmw8OthlWE0R

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 autopulse-parts-sourcing-guide-b6dc7863
```

Example prompt: For my 2019 Toyota Tacoma's front brake job, can you compare OEM vs aftermarket brake pads and rotors, rank the best aftermarket brands by quality, and tell me where I can buy them?

## When to prefer this

Use this endpoint when an agent or user needs to decide between OEM and aftermarket parts for a specific vehicle repair, wants brand quality rankings to avoid low-quality parts, or needs to know where to purchase parts. Prefer over generic search when structured, ranked, and sourced parts data is needed for a known vehicle.

## Known failure modes

- Unknown or unsupported vehicle make/model/year returns no results
- Obscure or very old vehicles may have limited parts data
- Part name too vague or ambiguous returns generic results
- Network or service unavailability returns 5xx error
- Payment not completed returns 402 Payment Required

## How this service works

Auto parts sourcing / OEM vs aftermarket / best parts brand & where to buy. Compares OEM vs aftermarket with brand quality rankings, install difficulty, tools needed, and where to buy a given part for any vehicle. For DIY-repair and auto agents.

## Output

Returns a structured comparison of OEM vs aftermarket parts for the specified vehicle and part type, including brand quality rankings (e.g. Bosch, Moog, ACDelco tiers), pricing guidance, and recommended retailers or online sources (e.g. RockAuto, AutoZone, dealer) where the parts can be purchased.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "make",
  "part"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "make": {
   "type": "string",
   "description": "Vehicle make (e.g. Honda)"
  },
  "part": {
   "type": "string",
   "description": "Part name (e.g. brake-pads, alternator, water-pump)"
  },
  "year": {
   "type": "string",
   "description": "Vehicle year (e.g. 2019)"
  },
  "model": {
   "type": "string",
   "description": "Vehicle model (e.g. Accord)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/autopulse-parts-sourcing-guide-b6dc7863/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from autopulse-navy.vercel.app](https://www.zero.xyz/host/autopulse-navy.vercel.app/llms.txt)
