← Back to directory

Extract structured pricing data from any SaaS pricing page. Returns plan names, ...

https://api.strale.io/x402/v2/pricing-page-extract

Overview

Extract structured pricing data from any SaaS pricing page. Returns plan names, prices, features per plan, billing periods, trial/guarantee info.

Protocol x402
Price $0.32
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider strale
Source bazaar
Indexed 2026-09-10 22:13:38

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "discoverable": true, "method": "GET", "queryParams": { "url": { "description": "Pricing page URL", "required": true, "type": "string" } }, "type": "http" }

Output Schema

{ "enterprise_cta": { "type": "boolean" }, "free_trial_available": { "type": "boolean" }, "plans": { "type": "array" }, "pricing_model": { "type": "string" } }