Shopping
Systembolaget logo

Systembolaget API

systembolaget.se

Systembolaget - Swedish alcohol retailer with categories, pricing, details, and stock.

Actions
7
Category
Shopping
Login
Not required
Output
JSON

Call the Systembolaget API

Submit a task, then poll the job until it settles. This example runs act_systembolaget_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_systembolaget_category_tree",
    "params": {}
  }'

7 actions on systembolaget.se

Read

  • Category Tree

    act_systembolaget_category_treeread1 credit / call

    Returns the category taxonomy with subcategory names and product counts.

  • Product Details

    act_systembolaget_product_detail_ssrread1 credit / call

    Returns product detail with price, volume, ABV, origin, grapes, and tasting notes.

    category_path
    string · required
    product_slug
    string · required
  • Product Listing

    act_systembolaget_product_listingread2 credits / call

    Returns a paginated product grid for a category with IDs, prices, volumes, and filters.

    page
    integer · required
    category_level1
    string · required
    category_level2
    string
  • Product Online Orderability

    act_systembolaget_product_online_orderabilityread1 credit / call

    Returns online orderability and supplier-stock status for a product.

    product_id
    string · required
  • Product Store Availability

    act_systembolaget_product_store_availabilityread1 credit / call

    Returns per-store stock levels for a product across all stores nationwide.

    product_id
    string · required
  • Store Locator Search

    act_systembolaget_store_locator_searchread1 credit / call

    Returns store search results by city or area with site IDs, display names, and cities.

    store_search_query
    string · required
  • Store Stock Availability

    act_systembolaget_store_stock_availabilityread1 credit / call

    Returns shelf-level stock count, shelf location, and assortment flag for a product at a store.

    site_id
    string · required
    product_id
    string · required

Systembolaget API questions

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

All Shopping sites