Discover/kinguin.net API
live

kinguin.net APIkinguin.net

Access Kinguin's game key catalog via API. Search products, compare seller offers, read user reviews, and browse bestsellers and new releases.

Endpoints
7
Updated
3mo ago
Try it
Zero-based page number for pagination.
Sort order as field,direction. Accepted values: "bestseller.total,DESC", "createDate,DESC"
Number of results per page.
Search keyword (e.g. "elden ring", "windows 11")
JSON-encoded object of filter key-value pairs passed as query params (e.g. {"platform": 2,
api.parse.bot/scraper/3b02dd55-3ca3-47f0-b4ac-81c8f06d8c0b/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/3b02dd55-3ca3-47f0-b4ac-81c8f06d8c0b/search_products?limit=5&query=elden+ring' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 7 totalclick to expand

Search for products by keyword with optional sorting and filtering. Returns paginated results from Kinguin's catalog.

Input
ParamTypeDescription
pageintegerZero-based page number for pagination.
sortstringSort order as field,direction. Accepted values: "bestseller.total,DESC", "createDate,DESC", "price.lowestOffer,ASC", "price.lowestOffer,DESC".
limitintegerNumber of results per page.
querystringSearch keyword (e.g. "elden ring", "windows 11")
filtersstringJSON-encoded object of filter key-value pairs passed as query params (e.g. {"platform": 2, "genres": 1}).
Response
{
  "type": "object",
  "fields": {
    "hits": "array of product objects with id, name, price, attributes, etc.",
    "page": "current page number (zero-based)",
    "nbHits": "total number of matching products",
    "nbPages": "total number of pages",
    "hitsPerPage": "number of results per page"
  },
  "sample": {
    "data": {
      "hits": [
        {
          "id": "69e74989f593ce0667543b7c",
          "name": "Elden Ring Accounts > PC > Elden Ring Nightreign PC Steam Account",
          "price": {
            "calculated": 2059,
            "lowestOffer": 2059,
            "subscription": 1956
          },
          "attributes": {
            "urlKey": "elden-ring-accounts-pc-elden-ring-nightreign-pc-steam-account",
            "platform": 13
          },
          "externalId": "497760"
        }
      ],
      "page": 0,
      "nbHits": 492,
      "nbPages": 99,
      "hitsPerPage": 5
    },
    "status": "success"
  }
}

About the kinguin.net API

This API provides 7 endpoints covering Kinguin's digital game key marketplace, returning product metadata, seller offers, user reviews, trending searches, bestsellers, and new releases. The get_product_offers endpoint returns a full list of seller offers for a given product slug, including per-offer prices and seller details. The search_products endpoint supports keyword queries, platform and genre filters, and multiple sort strategies with paginated results.

Search and Browse

The search_products endpoint accepts a query string (e.g. "elden ring") and an optional filters parameter — a JSON-encoded object supporting keys like platform and genres. Results come back paginated with hits, nbHits, nbPages, and hitsPerPage fields. Sort order is controlled via the sort parameter, accepting values such as "bestseller.total,DESC" or "createDate,DESC". get_bestsellers and get_new_releases are convenience wrappers that return the same hits shape sorted by sales volume and creation date respectively, both accepting page and limit params.

Product Details and Offers

get_product_details takes a 24-character hex product ID (a MongoDB ObjectId obtainable from search_products results) and returns full metadata: name, price (with lowestOffer, calculated, and subscription sub-fields, all in cents), attributes including platform, genres, region, keywords, and urlKey, plus breadcrumbs and an externalId. The get_product_offers endpoint uses a slug in the format "<externalId>/<url-key>" and returns offers.mainOffer, a paginated offers.collection with per-seller pricing, product images, videos, and an optional description string.

Reviews and Trending

get_product_reviews accepts a hex product ID with optional page and size params. The response includes a _embedded.productReviewList array of individual review entries alongside aggregate reviewRate and reviewCount fields. get_trending requires no inputs and returns a searches array of currently trending search terms on Kinguin, useful for surfacing popular titles in real time.

Common use cases
  • Track the lowest seller offer price for a specific game key by polling get_product_offers on a schedule
  • Build a game price comparison tool using search_products filtered by platform and region
  • Display aggregated review scores and individual comments using get_product_reviews alongside product listings
  • Populate a 'trending games' section using the get_trending endpoint's searches array
  • Sync a game catalog with current bestseller rankings via get_bestsellers with pagination
  • Monitor new game key listings by regularly querying get_new_releases sorted by createDate,DESC
  • Resolve full product metadata (platform, genre, region, price) from a search hit's hex ID using get_product_details
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Kinguin have an official developer API?+
Kinguin offers a Merchant API documented at https://docs.kinguin.net, aimed at resellers and business partners. It requires an approved merchant account. This Parse API covers the public catalog data — search, product details, offers, and reviews — without requiring a merchant relationship.
How do I get seller offer prices for a specific product?+
get_product_offers returns an offers object containing mainOffer (the featured listing) and a collection array of individual seller offers with per-offer pricing. The slug input must be in the format "<externalId>/<url-key>" — both values are available from get_product_details via the externalId field and attributes.urlKey.
What does the price field in `get_product_details` represent?+
The price object contains three sub-fields: lowestOffer, calculated, and subscription, all expressed in cents (integer). For example, a lowestOffer value of 599 represents $5.99. Offers with live per-seller breakdowns are returned by get_product_offers rather than this field.
Does the API expose purchase history, order status, or user account data?+
Not currently. The API covers catalog browsing, product metadata, seller offers, and user reviews. You can fork it on Parse and revise it to add endpoints targeting account-specific or order-related data if your use case requires it.
Are product IDs stable across searches?+
Product IDs returned in search_products hits are 24-character MongoDB ObjectIds and are consistent across search_products, get_product_details, and get_product_reviews. However, get_product_offers uses a slug format (externalId/url-key) rather than the hex ID, so you may need to call get_product_details first to assemble the correct slug.
Page content last updated . Spec covers 7 endpoints from kinguin.net.
Related APIs in MarketplaceSee all →
mouser.com API
mouser.com API
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
Kinguin API — Game Keys, Offers & Reviews · Parse