Ecommerce
Media Expert logo

Media Expert API

mediaexpert.pl

Media Expert Poland — product title, price, rating, images

Actions
4
Category
Ecommerce
Login
Not required
Output
JSON

Call the Media Expert API

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

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_mediaexpert_pl_category_tree",
    "params": {
      "type": 3
    }
  }'

4 actions on mediaexpert.pl

Read

  • Category Tree

    act_mediaexpert_pl_category_treeread1 credit / call

    Full Media Expert category tree

    type
    integer · required
    main_category
    boolean
  • Offers Listing

    act_mediaexpert_pl_offers_listingread1 credit / call

    Product offer price/installments/emblems via GraphQL

    product_id
    string · required
  • Product Details Page

    act_mediaexpert_pl_product_details_pageread1 credit / call

    Fetch Media Expert product price, promo flags, and SKU by product_id via the product-offer GraphQL API

    product_id
    string · required
  • Product Listing

    act_mediaexpert_pl_product_listingread1 credit / call

    Fetch Media Expert prices and promo flags for a comma-separated list of catalog product_ids

    product_ids
    string · required

Media Expert API questions

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

All Ecommerce sites