# Klarna Search API (https://www.socialcrawl.dev/platforms/klarna/search) > Returns Klarna shopping products matching a keyword, 20 per call, each with product id, title, category, lowest price, rating, and image. Pagination params are not honoured by upstream. A query that matches nothing is returned as an empty page and is not billed. TL;DR: `GET /v1/klarna/search` costs 5 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `query` | yes | Search keyword, for example headphone or airpods. | | `region` | no | Shopping region: usa (default), uk, germany, sweden, france, italy, spain, netherlands, austria, ireland, norway, finland, denmark. Changes currency, language, and the merchant set. (usa \| uk \| germany \| sweden \| france \| italy \| spain \| netherlands \| austria \| ireland \| norway \| finland \| denmark) | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/klarna/search?query=headphone" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full Klarna API: https://www.socialcrawl.dev/platforms/klarna ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing