Score any Shopify store. Get psychology-grounded friction insights as JSON. Build CRO tools, agency dashboards, or research integrations on top of the WHY framework — Kahneman, Cialdini, Baymard, exposed as REST.
# Get the live DACH e-commerce friction benchmark $ curl https://frictionlessai.net/api/v1/benchmarks # Get the methodology — full WHY framework documented $ curl https://frictionlessai.net/api/v1/methodology # Get insights for any scan token $ curl https://frictionlessai.net/api/v1/scan/demo/insights # Sample response (truncated) { "ok": true, "frictionless_score": 34, "score_label": "Critical", "insights": [ { "why_category": "TRUST_DEFICIT", "severity": "CRITICAL", "hypothesis_status": "validated" } ] }
Most CRO APIs return analytics. Frictionless returns interpretation — what's psychologically wrong on the page and why visitors hesitate. Three things make it usable as developer infrastructure.
All endpoints are under /api/v1/. All return JSON. CORS open. Rate limit 60 req/min/IP.
No signup. No key. Just call the API. If you build something we should know about, reach out.