Extract product reviews from a product or review page. Returns rating distributi...
https://api.strale.io/x402/v2/product-reviews-extractOverview
Extract product reviews from a product or review page. Returns rating distribution, pros/cons, sentiment. Trustpilot is not supported (their ToS forbids automated access).
Protocol
x402
Price
$0.27
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": "Product or review page URL. Sites whose Terms of Service forbid automated access (Trustpilot, Glassdoor, LinkedIn) are rejected without being fetched.",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"average_rating": {
"type": "number"
},
"common_cons": {
"type": "array"
},
"common_pros": {
"type": "array"
},
"rating_distribution": {
"type": "object"
},
"review_count": {
"type": "number"
}
}