SocialCrawl

Klarna

Klarna shopping products, merchant offers, reviews, price history, categories, and stores across 13 regions

Klarna shopping is a 13-region price-comparison catalogue. Search a keyword, open a product, then walk merchant offers, user reviews, and price history. Category and store lists are the other two ways in.

Base URL: /v1/klarna/...

Getting started

Typical path:

  1. GET /v1/klarna/search?query=headphone for 20 product cards (id, title, lowest price, rating, image).
  2. GET /v1/klarna/product?product_id=3331931731&category_id=cl94 for the description, brand, and specs. Or pass the shopping URL and both ids are extracted.
  3. GET /v1/klarna/product/offers?product_id=3331931731 for the merchant prices. Product detail does not include a list price.
  4. GET /v1/klarna/reviews?product_id=3331931731 for user reviews. Pass cursor until has_more is false.

region defaults to usa. Other values: uk, germany, sweden, france, italy, spain, netherlands, austria, ireland, norway, finland, denmark.

A search query that matches nothing comes back as an empty page and is not billed. Unknown product ids return 404 and are not billed.

Endpoints

18 endpoints available.

EndpointPathCredit Tier
List Klarna root categories/v1/klarna/categoriesstandard (1cr)
Get Klarna sub-categories/v1/klarna/categories/childrenstandard (1cr)
Get Klarna filters for a category/v1/klarna/category/filtersstandard (1cr)
Get Klarna buying-guide content for a category/v1/klarna/category/guidestandard (1cr)
Get popular Klarna search keywords for a category/v1/klarna/category/keywordsstandard (1cr)
Get Klarna search suggestions/v1/klarna/search/suggestionsstandard (1cr)
Get Klarna filters for a store page/v1/klarna/store/filtersstandard (1cr)
List Klarna shopping stores/v1/klarna/storesstandard (1cr)
Browse Klarna products in a category/v1/klarna/categoryadvanced (5cr)
Get a Klarna product by id or URL/v1/klarna/productadvanced (5cr)
Compare two Klarna products/v1/klarna/product/compareadvanced (5cr)
List merchant offers for a Klarna product/v1/klarna/product/offersadvanced (5cr)
Get Klarna price history for a product/v1/klarna/product/price-historyadvanced (5cr)
Get Klarna user reviews for a product/v1/klarna/reviewsadvanced (5cr)
Get Klarna review totals and score distributions/v1/klarna/reviews/overviewadvanced (5cr)
Get Klarna professional reviews for a product/v1/klarna/reviews/proadvanced (5cr)
Search Klarna products by keyword/v1/klarna/searchadvanced (5cr)
List products from a Klarna store/v1/klarna/store/productsadvanced (5cr)

Notes

  • All endpoints use GET with query parameters
  • Authentication via x-api-key header
  • Responses follow the unified SocialCrawl schema
  • Catalogue paths cost 5 credits. Reference lists (categories, suggestions, stores, filters) cost 1 credit.