Discover/eneba.com API
live

eneba.com APIeneba.com

Access Eneba product listings, seller offers, pricing, and platform filters via 5 structured endpoints. Search games, DLC, gift cards, and more.

Endpoints
5
Updated
11d ago
Try it
Page number (0-indexed)
Number of results per page
Search keyword
Region filter (e.g., 'global', 'united_states', 'lithuania'). Some values like 'europe' ma
api.parse.bot/scraper/f819ae34-69c3-4bce-9faa-0f123f99cbe1/<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/f819ae34-69c3-4bce-9faa-0f123f99cbe1/search_products?page=0&limit=3&query=Cyberpunk&region=global' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for products on Eneba by keyword. Returns paginated results with pricing and platform information.

Input
ParamTypeDescription
pageintegerPage number (0-indexed)
limitintegerNumber of results per page
queryrequiredstringSearch keyword
regionstringRegion filter (e.g., 'global', 'united_states', 'lithuania'). Some values like 'europe' may return errors from the upstream index.
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "total": "integer, total number of results",
    "nb_pages": "integer, total number of pages",
    "products": "array of product objects with name, slug, image, price, currency, regions, platform, product_type, wishlist_count"
  },
  "sample": {
    "data": {
      "page": 0,
      "total": 141,
      "nb_pages": 29,
      "products": [
        {
          "name": "Cyberpunk 2077 XBOX LIVE Key MEXICO",
          "slug": "xbox-cyberpunk-2077-xbox-live-key-mexico",
          "image": "https://imgproxy.eneba.games/ZDx3Tvw8QU4CjgZIAtE43NExUvOtLvd0caytWiv29K4/rs:fit:300/ar:1/...",
          "price": 29.16,
          "regions": [
            "mexico"
          ],
          "currency": "USD",
          "platform": "xbox",
          "product_type": "game",
          "wishlist_count": 839
        }
      ]
    },
    "status": "success"
  }
}

About the eneba.com API

The Eneba API gives developers structured access to digital game key marketplace data across 5 endpoints, covering product search, filtered browsing, detailed product metadata, and per-product seller offers. The get_product_offers endpoint, for example, returns a ranked list of seller offers with price, merchant details, MSRP, discount percentage, cashback, and stock status — all for a given product slug.

Search and Browse Products

The search_products endpoint accepts a query string and optional page, limit, and region parameters, returning paginated results with product name, slug, price, currency, platform, product_type, and wishlist_count. The list_products endpoint layers in additional filters: type (e.g., game, dlc, giftcard, top_up, emoney_prepaid) and platform (e.g., steam, xbox, psn, nintendo). Both endpoints share the same paginated response shape — page, total, nb_pages, and a products array — and use 0-indexed page numbers.

Product Details and Metadata

get_product_details takes a product slug and returns the full metadata record: DRM information (including name, slug, and an activation guide article slug), genres, regions (as code/name pairs), languages, developers, releasedAt (ISO 8601), and a description object that includes an HTML text field and meta content. Slugs are sourced from search_products or list_products results.

Seller Offers and Pricing

get_product_offers returns all available seller offers for a given slug, sorted by price ascending. Each offer object includes id, price, merchant info, msrp, msrpDiscountPercent, isInStock, isPreOrder, and cashback. The response also surfaces total_offers and a has_next_page boolean for pagination awareness. This makes it straightforward to compare the cheapest available key across multiple merchants for any product.

Categories

list_categories requires no parameters and returns the top-level category taxonomy — an array of objects with name, slug, and url. This is useful for building navigation or mapping Eneba's category structure to your own classification system.

Common use cases
  • Track price drops on Steam game keys across multiple Eneba sellers using get_product_offers
  • Build a game price comparison tool that surfaces lowest-price and in-stock offers with MSRP discount data
  • Aggregate Eneba listings by platform (e.g., PSN, Nintendo) using the platform filter in list_products
  • Populate a game database with developer credits, genre tags, supported languages, and release dates from get_product_details
  • Monitor which regions a product is available in by inspecting the regions array returned by get_product_details
  • Identify pre-order listings and cashback-eligible offers for upcoming game releases via get_product_offers
  • Map Eneba's full category taxonomy for classification or navigation using list_categories
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 Eneba have an official public developer API?+
Eneba does not currently offer a publicly documented developer API for third-party access to its marketplace data. This Parse API provides structured access to product, pricing, and offer data without requiring a direct relationship with Eneba.
What does `get_product_offers` return, and how are offers ordered?+
The endpoint returns all available seller offers for a product slug, sorted by price ascending. Each offer includes price, merchant details, msrp, msrpDiscountPercent, isInStock, isPreOrder, and cashback. The response also includes total_offers and a has_next_page boolean so you can detect when additional pages of offers exist.
Are there any known limitations with the `region` parameter?+
Yes. In search_products and list_products, certain region values like europe may return errors rather than filtered results. Reliable region values include global, united_states, and country-level codes such as lithuania. Testing your specific region value before relying on it in production is advisable.
Does the API expose user reviews or review scores for products?+
Not currently. The API covers product metadata (genres, languages, developers, description), pricing, and seller offer details, but does not return user review text or aggregate review scores. You can fork this API on Parse and revise it to add a reviews endpoint if that data is available on Eneba product pages.
Can I filter `get_product_offers` by merchant rating or seller criteria?+
The endpoint returns merchant info within each offer object, but does not currently accept filter parameters to narrow offers by merchant rating or seller attributes — all available offers for the slug are returned sorted by price. You can fork this API on Parse and revise it to add server-side filtering logic on the returned offer set.
Page content last updated . Spec covers 5 endpoints from eneba.com.
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.