Gaming
Eneba logo

Eneba API

eneba.com

Digital game keys and gift cards marketplace - search, details, pricing, and seller offers.

Actions
10
Category
Gaming
Login
Not required
Output
JSON

Call the Eneba API

Submit a task, then poll the job until it settles. This example runs act_eneba_com_category_filter_metadata.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_eneba_com_category_filter_metadata",
    "params": {
      "currency": "INR",
      "country": "IN",
      "region": "india",
      "language": "en",
      "store_path": "/store/all",
      "redirect_url": "https://www.eneba.com/store/all"
    }
  }'

10 actions on eneba.com

Write

Write actions change state on eneba.com and run as the account you connect.

  • Category Filter Metadata

    act_eneba_com_category_filter_metadatawrite2 credits / call

    Returns store filter facets, DRM labels, and currency conversion metadata for browse pages.

    currency
    string · required
    country
    string · required
    region
    string · required
    language
    string · required
    store_path
    string · required
    redirect_url
    string · required
  • Category Product Listing

    act_eneba_com_category_product_listingwrite2 credits / call

    Returns paginated products, filter facets, and total count for a category store page.

    currency
    string · required
    country
    string · required
    region
    string · required
    language
    string · required
    store_path
    string · required
    redirect_url
    string · required
    sort_by
    string · required
    preferred_products
    array · required
    search_type
    string
    types
    array
    drms
    array
    regions
    array
    page_size
    integer
  • Category SEO Metadata

    act_eneba_com_category_seo_metadatawrite2 credits / call

    Returns category title, meta tags, breadcrumbs, and preferred product IDs for a store slug.

    currency
    string · required
    country
    string · required
    region
    string · required
    language
    string · required
    category_slug
    string · required
  • Homepage Product Recommendations

    act_eneba_com_homepage_product_recommendationswrite2 credits / call

    Returns recommended products with their cheapest prices and savings for a slug set.

    currency
    string · required
    country
    string · required
    region
    string · required
    language
    string · required
    recommended_slugs
    array · required
  • Homepage Top Sales Listing

    act_eneba_com_homepage_top_sales_listingwrite2 credits / call

    Returns the homepage top-selling games with titles, slugs, and prices.

    currency
    string · required
    country
    string · required
    region
    string · required
    language
    string · required
  • Homepage Trending Recommendations

    act_eneba_com_homepage_trending_recommendationswrite2 credits / call

    Returns trending products with slugs and recommendation scores for the homepage carousel.

  • Listing Auction Enrichment

    act_eneba_com_listing_auction_enrichmentwrite2 credits / call

    Returns seller auction prices and product metadata for batches of slugs and auction IDs.

    currency
    string · required
    country
    string · required
    region
    string · required
    language
    string · required
    product_slugs
    array · required
    auction_ids
    array · required
  • Product Details

    act_eneba_com_product_detailwrite2 credits / call

    Returns name, brand, platform, regions, and description for a product slug.

    country
    string · required
    region
    string · required
    language
    string · required
    product_slug
    string · required
    iso_code_alpha2
    string · required
    product_url
    string · required
  • Product Pricing Offers

    act_eneba_com_product_pricing_offerswrite2 credits / call

    Returns live seller prices, best offer, ratings, and availability for a product slug.

    currency
    string · required
    country
    string · required
    region
    string · required
    language
    string · required
    product_slug
    string · required
  • Product Search

    act_eneba_com_category_product_listing_algoliawrite2 credits / call

    Returns products matching a keyword, with facets and auction IDs.

    search_query
    string
    page
    integer
    hits_per_page
    integer

Eneba API questions

Is there an API for Eneba?
Eneba does not offer a public data API for this, but Anakin Wire provides 10 maintained endpoints for eneba.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Eneba data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when eneba.com changes its markup, Anakin updates the action.
Do I need a Eneba account?
No. Every Eneba action listed here runs anonymously — no account and no credentials required.
What does the Eneba API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Gaming APIs

All Gaming sites