Retail
SPAR Austria logo

SPAR Austria API

spar.at

SPAR Austria Produktwelt — guest category list, paginated product listing (PLP), and product detail (PDP) via public api-scp.spar-ics.com APIs.

Actions
3
Category
Retail
Login
Not required
Output
JSON

Call the SPAR Austria API

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

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_spar_at_category_list",
    "params": {
      "category_id": "ROOT"
    }
  }'

3 actions on spar.at

Read

  • SPAR Category List

    act_spar_at_category_listread1 credit / call

    List SPAR Austria Produktwelt categories (default ROOT → Lebensmittel, Getränke, Drogerie & Beauty, Haushalt). Pass category_id for a subcategory tree.

    category_id
    string
  • SPAR Product Detail

    act_spar_at_product_detailread1 credit / call

    SPAR Austria product detail (PDP): name, price, description, images, availability, specs for a product_id.

    product_id
    string · required
    outlet
    string
    audience
    string
  • SPAR Product Listing (paginated PLP)

    act_spar_at_product_listingread1 credit / call

    Paginated SPAR Austria Produktwelt product listing for a category. Returns product cards with name, price, product_id/sku, url, category plus page/total_pages. Walk all pages via page param.

    category
    string
    page
    integer
    hits_per_page
    integer
    market_id
    string
    query
    string
    sort
    string

SPAR Austria API questions

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

All Retail sites