Deterministic analysis
The public analyzer groups sentiment by stars and never silently invokes an LLM.
Review intelligence
Read bounded review pages with rating, title, text, date, verification, and pagination metadata.
Why it matters
Review markup and locale conventions change. Glade validates normalized review records and reports safe error classes when acquisition or parsing fails.
POST /api/graphql
operation: reviews
variables: {
"asin": "B0D1XD1ZV3",
"domain": "US",
"page": 1,
"rating": "ALL"
}The public analyzer groups sentiment by stars and never silently invokes an LLM.
Request logs exclude response bodies and free-form review content.
Rating and pagination inputs are validated against the public contract.
Use the playground for a bounded live call, inspect freshness and request metadata, and move to production only after your fixture checks pass.
Open the playground