Marketplace
eMAG logo

eMAG API

emag.ro

Romanian e-commerce marketplace - product search, listings, pricing, and reviews.

Actions
7
Category
Marketplace
Login
Not required
Output
JSON

Call the eMAG API

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

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_emag_ro_filter_facets",
    "params": {
      "filter_id": "9998"
    }
  }'

7 actions on emag.ro

Read

  • Filter Facets

    act_emag_ro_filter_facetsread1 credit / call

    Returns filter facet options, counts, and metadata for a category listing.

    filter_id
    string · required
  • Homepage Overview

    act_emag_ro_homepage_ssrread1 credit / call

    Returns the homepage overview with department categories and navigation links.

  • Homepage Recommendations

    act_emag_ro_homepage_recommendationsread1 credit / call

    Returns personalized homepage product recommendations including titles, prices, images, and URLs.

  • Product Details

    act_emag_ro_product_detail_ssrread2 credits / call

    Returns product details including title, price, specifications, availability, and images.

    product_slug
    string · required
    part_number_key
    string · required
  • Product Listing

    act_emag_ro_product_listingread2 credits / call

    Returns paginated category product listings with titles, prices, ratings, images, and offer details.

    category_slug
    string · required
    page_offset
    string · required
  • Product Reviews

    act_emag_ro_product_reviewsread2 credits / call

    Returns product reviews and ratings including reviewer names, scores, text, and review metadata.

    product_slug
    string · required
    part_number_key
    string · required
  • Seller Offers

    act_emag_ro_seller_offersread2 credits / call

    Returns multi-seller offers for a product including vendor names, prices, shipping costs, and availability.

    part_number_key
    string · required

eMAG API questions

Is there an API for eMAG?
eMAG does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for emag.ro. 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 eMAG 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 emag.ro changes its markup, Anakin updates the action.
Do I need a eMAG account?
No. Every eMAG action listed here runs anonymously — no account and no credentials required.
What does the eMAG 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 Marketplace APIs

All Marketplace sites