# Pricing State API — Current SaaS Pricing Snapshot

> Pricing State API — Current SaaS Pricing Snapshot is a paid API for AI agents from pricing-state-api.replit.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Returns the current structured pricing data for a monitored SaaS product, including plan names, prices, billing period, features, and snapshot timestamp.

## Facts

- Endpoint: POST https://pricing-state-api.replit.app/api/monitors/:slug
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pricing-state-api-current-saas-pricing-snapshot-32a548e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2oq8IwtS1PV0vdSALBnPc

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 pricing-state-api-current-saas-pricing-snapshot-32a548e4 -d '<json body>'
```

Example prompt: Pull the current structured pricing snapshot for Notion from the Pricing State API — I want the plan names, prices, billing periods, and feature lists as of right now.

## When to prefer this

Use this endpoint when you need current, structured SaaS pricing data for a specific monitored product without building your own scraper. Ideal for competitive intelligence, procurement workflows, or pricing dashboards. Prefer this over manual web scraping when you want a clean JSON snapshot with plan-level granularity and don't want to manage API keys — just pay $0.01 USDC per call via x402.

## Known failure modes

- Unknown or unsupported slug returns a 404 or error response
- Payment not fulfilled (missing or insufficient USDC balance) results in a 402 Payment Required response
- Stale or unavailable pricing page may result in outdated snapshot data
- Invalid slug format may return a validation error
- Network or upstream scraping failure may result in a 500 error

## How this service works

$0.01 USDC required (x402 / Base)

Returns current structured SaaS pricing: plan names, prices, billing period, features, and snapshot time.

No API key needed. Pay with any x402-compatible wallet that holds USDC on Base. If your agent does not yet have a funded wallet, set one up via Coinbase Agentic Wallet or Base MCP — then standard x402 clients will pay and retry automatically.

## Output

A structured JSON object containing the current pricing state for the specified SaaS product: plan names, per-plan prices, billing period (monthly/annual), feature lists per plan, and the timestamp when the snapshot was captured.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/pricing-state-api-current-saas-pricing-snapshot-32a548e4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pricing-state-api.replit.app](https://www.zero.xyz/host/pricing-state-api.replit.app/llms.txt)
