# PricePilot > Pay-per-call price agent for shopping bots. Cheapest verified Amazon + Walmart offer in one call. $0.05 per check via MPP or x402. ## What users ask - "Cheapest Nike Killshot 2 men's size 11.5" - "Cheapest Sony WH-1000XM5 headphones in black" - "Cheapest Hoka Clifton 9 women's size 8" - "Cheapest LEGO 10497 Galaxy Explorer set" ## Endpoint ### POST /find_cheapest Pass an explicit product spec. PricePilot resolves the exact variant on Amazon and Walmart in parallel and returns the cheapest currently-in-stock offer. Required fields: `brand`, `model`. Optional: `color`, `size`, `condition`, `postal_code`, `source_scope`. Returns: `{ product_id, best, all_offers, missing_sources, checked_at }`. `best` is the cheapest verified buyable offer. `null` means no offer found. ## Coverage - Amazon — live - Walmart — live - Target — coming soon ## Payment - **x402** on Base (mainnet or Sepolia) — facilitator: https://x402.org/facilitator (testnet) or https://api.cdp.coinbase.com/platform/v2/x402 (mainnet) - **MPP** on Tempo — wallet pays USDC Both protocols are accepted on every paid endpoint. Use `AgentCash` for the simplest onboarding: `npx agentcash onboard`. ## Discovery - OpenAPI: /openapi.json - x402 well-known: /.well-known/x402 - Skill definition: /skill.md