Grocery
SPAR Slovenia Online logo

SPAR Slovenia Online API

online.spar.si

SPAR Slovenia (online.spar.si) grocery assortment via Instaleap Moira GraphQL

Actions
2
Category
Grocery
Login
Not required
Output
JSON

Call the SPAR Slovenia Online API

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

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_online_spar_si_paginated_plp",
    "params": {
      "category_code": "S1"
    }
  }'

2 actions on online.spar.si

Read

  • Paginated PLP

    act_online_spar_si_paginated_plpread1 credit / call

    SPAR Slovenia paginated department product listing via Instaleap getProductsByCategory (PRIKAŽI VSE IZ / department code e.g. S1).

    category_code
    string · required
    current_page
    integer
    page_size
    integer
    store_reference
    string
  • Product Detail

    act_online_spar_si_product_detailread1 credit / call

    SPAR Slovenia product detail (PDP) via Instaleap getProductsBySKU for /p/<slug>-<product_id>.

    product_id
    string · required
    slug
    string
    store_reference
    string

SPAR Slovenia Online API questions

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

All Grocery sites