Ecommerce
Immaya Sports Portal (EU) logo

Immaya Sports Portal (EU) API

portal.immayasports.nl

Immaya Sports EU portal (portal.immayasports.nl) — login-gated B2B ordering in EUR: browse the catalog, search by SKU, read product details, and build carts. Broader assortment incl. Lock Laces.

Actions
8
Category
Ecommerce
Login
Some actions
Output
JSON

Call the Immaya Sports Portal (EU) API

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

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": "imp_add_to_cart",
    "credential_id": "<your-credential-id>",
    "params": {
      "session_cookie": "",
      "cart_cookie": ""
    }
  }'

8 actions on portal.immayasports.nl

Read

  • Immaya Portal Get Cart

    imp_get_cartreadlogin required1 credit / call

    Read the portal shopping cart - lines with SKU, quantity, EUR prices and totals. The cart is bound to the session.

    session_cookie
    string
    cart_cookie
    string
  • Immaya Portal List Collections

    imp_categoriesreadlogin required1 credit / call

    List the portal's collections (amacx, dexshell, flipbelt, incylence, lock-laces, sona, stnky, underun...).

    session_cookie
    string
    cart_cookie
    string
  • Immaya Portal List Products

    imp_list_productsreadlogin required1 credit / call

    Full catalog dump of the EUR B2B portal - every product and variant with SKU and price (this store tracks no stock counts; availability flag only).

    session_cookie
    string
    cart_cookie
    string
    collection
    string
    only_stock_items
    boolean
    max_pages
    integer
    include_raw
    boolean
  • Immaya Portal Product Details

    imp_product_detailsreadlogin required1 credit / call

    One portal product by handle/SKU/variant id - variants with EUR price, availability, B2B quantity rules and volume price breaks.

    session_cookie
    string
    cart_cookie
    string
    handle
    string
    sku
    string
    variant_id
    string
    product_id
    string
    include_raw
    boolean
  • Immaya Portal Search Products

    imp_search_productsreadlogin required1 credit / call

    Resolve a SKU, handle or free text to portal variants with EUR price and availability. SKU is the key (barcodes are empty on this store).

    session_cookie
    string
    cart_cookie
    string
    search_text
    string · required
    collection
    string
    only_stock_items
    boolean
    limit
    integer

Write

Write actions change state on portal.immayasports.nl and run as the account you connect.

  • Immaya Portal Add To Cart

    imp_add_to_cartwritelogin required1 credit / call

    Add one product to the portal cart (or change an existing line) by SKU, variant id, handle or free text, and verify it landed. Never places an order.

    session_cookie
    string
    cart_cookie
    string
    sku
    string
    variant_id
    string
    handle
    string
    search_text
    string
    quantity
    integer
    line_key
    string
  • Immaya Portal Batch Add Items To Cart

    imp_add_items_to_cartwritelogin required1 credit / call

    Add a whole order's lines to the portal cart: resolves each SKU, adds line-by-line with pacing, verifies the final cart; rate limits yield partial results, never a lost run. Max 25 items/call. Never places an order.

    session_cookie
    string
    cart_cookie
    string
    items
    array · required
    default_quantity
    integer
    clear_first
    boolean
    stop_on_error
    boolean
  • Immaya Portal Clear Cart

    imp_clear_cartwritelogin required1 credit / call

    Empty the portal shopping cart (cleanup - never places an order).

    session_cookie
    string
    cart_cookie
    string

Immaya Sports Portal (EU) API questions

Is there an API for Immaya Sports Portal (EU)?
Immaya Sports Portal (EU) does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for portal.immayasports.nl. 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 Immaya Sports Portal (EU) 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 portal.immayasports.nl changes its markup, Anakin updates the action.
Do I need a Immaya Sports Portal (EU) account?
Some Immaya Sports Portal (EU) actions read data that is only visible when signed in, so those need a credential you connect once. Actions marked "read" without a login requirement run anonymously.
What does the Immaya Sports Portal (EU) 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