Klarna API

Klarna reviews overview

The rating summary of a product: overall score, counts, score distributions for shoppers and experts, and the first reviews of each kind.

Endpoint

GET/v1/klarna/reviews-overviewlive · proven2 credits
Try in Playground

Parameters

Query parameters

NameRequiredDescriptionExample
idyesProduct id3207919327
limitnoShopper reviews to include, at most 5010
regionnoCatalogue regionusa
dry_runnoRead a zero-credit estimate without fetching sources, running AI, or reserving credits. Cache status is a snapshot, not a guarantee at execution.1

Examples

Make the request

curl
curl "https://www.monocrawl.com/v1/klarna/reviews-overview?id=3207919327" \
  -H "x-api-key: mn_your_key_here"
TypeScript
typescript
const key = process.env.MONOCRAWL_API_KEY;
if (!key) throw new Error('Set MONOCRAWL_API_KEY on your server.');
const res = await fetch(
  "https://www.monocrawl.com/v1/klarna/reviews-overview?id=3207919327",
  { headers: { "x-api-key": key } },
);
const body = await res.json();

if (!body.success) {
  // one error shape for every endpoint — see /docs/errors
  throw new Error(`${body.error.type}: ${body.error.message}`);
}

console.log(body.data, "credits left:", body.credits_remaining);
Python
python
import os
import requests

res = requests.get(
    "https://www.monocrawl.com/v1/klarna/reviews-overview?id=3207919327",
    headers={"x-api-key": os.environ["MONOCRAWL_API_KEY"]},
    timeout=60,
)
body = res.json()

if not body["success"]:
    # one error shape for every endpoint — see /docs/errors
    raise RuntimeError(f"{body['error']['type']}: {body['error']['message']}")

print(body["data"], "credits left:", body["credits_remaining"])

Response

Response fields and example

This example is illustrative, not a captured live response. Variable-cost operations may settle a charge different from the list price below. A successful response puts the platform payload in data and reports the exact credits used, remaining balance, request id and cache status beside it.

200 · application/json
{
  "success": true,
  "platform": "klarna",
  "endpoint": "/v1/klarna/reviews-overview",
  "data": {
    "customer_reviews": [
      {
        "author": "example",
        "date": "2026-09-01T12:00:00Z",
        "kind": "example",
        "language": "example",
        "rating": 0,
        "rating_max": 0,
        "text": "example",
        "votes_down": 0,
        "votes_up": 0
      }
    ],
    "platform": "example",
    "pro_distribution": [
      0
    ],
    "pro_reviews": [
      {
        "author": "example",
        "cons": "example",
        "country": "example",
        "date": "2026-09-01T12:00:00Z",
        "kind": "example",
        "language": "example",
        "product": "example",
        "pros": "example",
        "rating": 0,
        "rating_max": 0,
        "source": "example",
        "source_domain": "example",
        "text": "example",
        "title": "example",
        "url": "https://example.com/example",
        "votes_down": 0,
        "votes_up": 0
      }
    ],
    "pro_reviews_count": 0,
    "product_id": "example",
    "rating": 0,
    "ratings_count": 0,
    "region": "example",
    "user_distribution": [
      0
    ],
    "user_reviews": [
      {
        "author": "example",
        "country": "example",
        "date": "2026-09-01T12:00:00Z",
        "kind": "example",
        "language": "example",
        "product": "example",
        "rating": 0,
        "rating_max": 0,
        "source": "example",
        "source_domain": "example",
        "text": "example",
        "title": "example",
        "url": "https://example.com/example",
        "votes_down": 0,
        "votes_up": 0
      }
    ],
    "user_reviews_count": 0
  },
  "credits_used": 2,
  "credits_remaining": 99,
  "request_id": "req_…",
  "cached": false
}

The example is illustrative and shows a documented subset of data. The fields below are optional across supported sources; nullable fields can also be absent. Preserve unknown values and accept additional fields.

Schema basis: observed response shapes, not an exhaustive field specification. See schema coverage and validation limits.

Download the data JSON Schema. Validate response.data, not the whole envelope. A valid shape does not establish that every field or source record was returned.

Field inside dataTypeMeaning
customer_reviewsarray | nullOptional customer reviews supplied by this operation. Null means unknown.
customer_reviews[].authorstring | nullPublic author information supplied with this record.
customer_reviews[].datestring | nullOptional date supplied by this operation. Null means unknown.
customer_reviews[].kindstring | nullOptional kind supplied by this operation. Null means unknown.
customer_reviews[].languagestring | nullOptional language supplied by this operation. Null means unknown.
customer_reviews[].ratingnumber | nullSource rating; read its accompanying scale and vote count.
customer_reviews[].rating_maxnumber | nullOptional rating max supplied by this operation. Null means unknown.
customer_reviews[].textstring | nullSource text when supplied.
customer_reviews[].votes_downnumber | nullOptional votes down supplied by this operation. Null means unknown.
customer_reviews[].votes_upnumber | nullOptional votes up supplied by this operation. Null means unknown.
platformstring | nullOptional platform supplied by this operation. Null means unknown.
pro_distributionarray | nullOptional pro distribution supplied by this operation. Null means unknown.
pro_reviewsarray | nullOptional pro reviews supplied by this operation. Null means unknown.
pro_reviews[].authorstring | nullPublic author information supplied with this record.
pro_reviews[].consstring | nullOptional cons supplied by this operation. Null means unknown.
pro_reviews[].countrystring | nullOptional country supplied by this operation. Null means unknown.
pro_reviews[].datestring | nullOptional date supplied by this operation. Null means unknown.
pro_reviews[].kindstring | nullOptional kind supplied by this operation. Null means unknown.
pro_reviews[].languagestring | nullOptional language supplied by this operation. Null means unknown.
pro_reviews[].productstring | nullOptional product supplied by this operation. Null means unknown.
pro_reviews[].prosstring | nullOptional pros supplied by this operation. Null means unknown.
pro_reviews[].ratingnumber | nullSource rating; read its accompanying scale and vote count.
pro_reviews[].rating_maxnumber | nullOptional rating max supplied by this operation. Null means unknown.
pro_reviews[].sourcestring | nullOptional source supplied by this operation. Null means unknown.
pro_reviews[].source_domainstring | nullOptional source domain supplied by this operation. Null means unknown.
pro_reviews[].textstring | nullSource text when supplied.
pro_reviews[].titlestring | nullSource title when supplied.
pro_reviews[].urlstring | nullOriginal source URL when supplied.
pro_reviews[].votes_downnumber | nullOptional votes down supplied by this operation. Null means unknown.
pro_reviews[].votes_upnumber | nullOptional votes up supplied by this operation. Null means unknown.
pro_reviews_countnumber | nullOptional pro reviews count supplied by this operation. Null means unknown.
product_idstring | nullOptional product id supplied by this operation. Null means unknown.
ratingnumber | nullSource rating; read its accompanying scale and vote count.
ratings_countnumber | nullOptional ratings count supplied by this operation. Null means unknown.
regionstring | nullOptional region supplied by this operation. Null means unknown.
user_distributionarray | nullOptional user distribution supplied by this operation. Null means unknown.
user_reviewsarray | nullOptional user reviews supplied by this operation. Null means unknown.
user_reviews[].authorstring | nullPublic author information supplied with this record.
user_reviews[].countrystring | nullOptional country supplied by this operation. Null means unknown.
user_reviews[].datestring | nullOptional date supplied by this operation. Null means unknown.
user_reviews[].kindstring | nullOptional kind supplied by this operation. Null means unknown.
user_reviews[].languagestring | nullOptional language supplied by this operation. Null means unknown.
user_reviews[].productstring | nullOptional product supplied by this operation. Null means unknown.
user_reviews[].ratingnumber | nullSource rating; read its accompanying scale and vote count.
user_reviews[].rating_maxnumber | nullOptional rating max supplied by this operation. Null means unknown.
user_reviews[].sourcestring | nullOptional source supplied by this operation. Null means unknown.
user_reviews[].source_domainstring | nullOptional source domain supplied by this operation. Null means unknown.
user_reviews[].textstring | nullSource text when supplied.
user_reviews[].titlestring | nullSource title when supplied.
user_reviews[].urlstring | nullOriginal source URL when supplied.
user_reviews[].votes_downnumber | nullOptional votes down supplied by this operation. Null means unknown.
user_reviews[].votes_upnumber | nullOptional votes up supplied by this operation. Null means unknown.
user_reviews_countnumber | nullOptional user reviews count supplied by this operation. Null means unknown.

Optional fields reviewed from preserved successful responses. Additive fields and source variations remain allowed; validate the fields your workflow requires.

The example is invented and illustrates types only; zero and empty values are not claims about a real result.

Failures use the typed error envelope. A confirmed uncharged or refunded failure reports zero; a pending reconciliation can report an unknown charge. Read credits_used and error.details.billing_status, and keep request_id for recovery. Response contract · Error reference

First call in under a minute

1,000 monthly free credits and a ready-made key the moment you sign up. No card.