Review intelligence

Review signals without brittle page parsing.

Read bounded review pages with rating, title, text, date, verification, and pagination metadata.

Why it matters

Context makes data usable.

Review markup and locale conventions change. Glade validates normalized review records and reports safe error classes when acquisition or parsing fails.

REQUESTreviews · one successful unit
POST /api/graphql

operation: reviews
variables: {
  "asin": "B0D1XD1ZV3",
  "domain": "US",
  "page": 1,
  "rating": "ALL"
}
01

Deterministic analysis

The public analyzer groups sentiment by stars and never silently invokes an LLM.

02

Privacy conscious

Request logs exclude response bodies and free-form review content.

03

Explicit filters

Rating and pagination inputs are validated against the public contract.

Start with the contract, then verify with data.

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