Shopper Approved · Example Payload

Shopper Approved List Reviews Example

Example of retrieving customer reviews from the Shopper Approved API

ReviewsRatingsE-CommerceCustomer FeedbackSocial Proof

Shopper Approved List Reviews Example is an example object payload from Shopper Approved, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionrequestresponse

Example Payload

Raw ↑
{
  "summary": "List Reviews - Example Request/Response",
  "description": "Example of retrieving customer reviews from the Shopper Approved API",
  "request": {
    "method": "GET",
    "url": "https://api.shopperapproved.com/reviews/12345?token=your-api-token&limit=5&from=2026-04-01",
    "headers": {
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "reviews": [
        {
          "reviewid": "ORDER-10042",
          "name": "Sarah M.",
          "date": "2026-04-15",
          "rating": 5,
          "review": "Excellent shopping experience! Products arrived quickly and exactly as described. Will definitely shop here again.",
          "headline": "Great experience!",
          "verified": true,
          "location": "Austin, TX",
          "helpful": 3,
          "unhelpful": 0
        },
        {
          "reviewid": "ORDER-10039",
          "name": "John D.",
          "date": "2026-04-12",
          "rating": 4,
          "review": "Good selection and fast shipping. Customer service was very helpful when I had a question.",
          "headline": "Satisfied customer",
          "verified": true,
          "location": "Denver, CO",
          "helpful": 1,
          "unhelpful": 0
        },
        {
          "reviewid": "ORDER-10031",
          "name": "Emily R.",
          "date": "2026-04-08",
          "rating": 5,
          "review": "Best prices I've found online. Packaged carefully and delivered on time.",
          "headline": "Best prices online",
          "verified": true,
          "location": null,
          "helpful": 5,
          "unhelpful": 0
        }
      ],
      "total": 847,
      "page": 1,
      "limit": 5
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/shopper-approved-list-reviews-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.