Overview and Examples

đŸ“˜

Note

To use the API you need to call an endpoint URL with your private access token. You can generate your call URL on our API Playground (you must be logged in to use it).

The Reviews API enables you to query and extract this type of content to machine-readable web data feeds. The sheer volume of such communications on the web requires careful thinking of filtering and the context of your queries, to ensure that your feeds contain relevant data.

  • Use the Reviews API playground environment for testing before you integrate a query into your application code
  • Get results in commonly used formats: JSON (Default), XML, RSS, Excel
  • Filter data between one and 30 days back
  • Sort results by date or other criteria
  • The playground environment maintains several sample queries and a list of your own past queries

Reviews API Scope

The Reviews API section covers -

Reviews SectionWhat can I see here?
Overview and ExamplesThis outline plus a Getting Started video. Do watch it before you go any further.
Pagination and SortingHow to get all the data for a query, not just the first 100 matching results?
GET ParametersWhat you need to set up a GET request: A parameters table
Filters ReferenceParameters used to filter request output data
Output ReferenceA collection of objects containing output data, for each received review
Query ExamplesShort examples for queries that filter reviews for different use cases
Frequently Asked QuestionsJust that