# Klarna Data API (https://www.socialcrawl.dev/platforms/klarna) > Access Klarna data through 18 API endpoints. Profiles, posts, comments, search, and more. Unified schema, AI-enriched. Free trial. TL;DR: SocialCrawl's Klarna API exposes 18 endpoints, 1 to 5 credits per call, all returning one unified JSON schema with AI-enriched fields. Single x-api-key auth, 100 free credits on signup. ## Endpoints | Endpoint | Method | Path | Credits | Description | | --- | --- | --- | --- | --- | | Product | GET | `/v1/klarna/product` | 5 | Get a Klarna product by id or URL | | Product Offers | GET | `/v1/klarna/product/offers` | 5 | List merchant offers for a Klarna product | | Search | GET | `/v1/klarna/search` | 5 | Search Klarna products by keyword | | Search Suggestions | GET | `/v1/klarna/search/suggestions` | 1 | Get Klarna search suggestions | | Reviews | GET | `/v1/klarna/reviews` | 5 | Get Klarna user reviews for a product | | Reviews Pro | GET | `/v1/klarna/reviews/pro` | 5 | Get Klarna professional reviews for a product | | Reviews Overview | GET | `/v1/klarna/reviews/overview` | 5 | Get Klarna review totals and score distributions | | Product Price History | GET | `/v1/klarna/product/price-history` | 5 | Get Klarna price history for a product | | Product Compare | GET | `/v1/klarna/product/compare` | 5 | Compare two Klarna products | | Category | GET | `/v1/klarna/category` | 5 | Browse Klarna products in a category | | Categories | GET | `/v1/klarna/categories` | 1 | List Klarna root categories | | Categories Children | GET | `/v1/klarna/categories/children` | 1 | Get Klarna sub-categories | | Category Filters | GET | `/v1/klarna/category/filters` | 1 | Get Klarna filters for a category | | Category Keywords | GET | `/v1/klarna/category/keywords` | 1 | Get popular Klarna search keywords for a category | | Category Guide | GET | `/v1/klarna/category/guide` | 1 | Get Klarna buying-guide content for a category | | Stores | GET | `/v1/klarna/stores` | 1 | List Klarna shopping stores | | Store Products | GET | `/v1/klarna/store/products` | 5 | List products from a Klarna store | | Store Filters | GET | `/v1/klarna/store/filters` | 1 | Get Klarna filters for a store page | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/klarna/product" \ -H "x-api-key: sc_YOUR_API_KEY" ``` Every response shares one JSON envelope: `{ success, platform, endpoint, data, credits_used, credits_remaining }`. ## 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