All guides

Evergreen

Public reviews JSON for agents

GET /api/public/{slug}/reviews returns published reviews, cite URLs, and optional themes without an API key. Pro /api/v1/* endpoints require a paid Bearer key for invites and writes.

Example: https://ranqa.me/api/public/tigoo/reviews?limit=20. Add ?product={productSlug} for SKU-level reviews; responses may include product themes when generated.

Each row includes rating, title/body, verification, and a url deep link. Company payloads may also list topProducts with reviewed catalog rows. This is for reading — not for creating invites.

Paid merchants use https://ranqa.me/developers for Authorization: Bearer rnq_… invites, products, feeds, and webhooks. Start with /llms.txt and /agents.md for crawl discovery.

FAQ

Does public JSON include unpublished or flagged reviews?
No. Only published reviews appear. Moderation removals are omitted.
Is this the same as AggregateRating?
No. JSON lists individual reviews. AggregateRating on HTML pages is the arithmetic mean for search structured data.