Discover/ica.se API
live

ica.se APIica.se

Access ICA.se store data via API: retrieve store locations, contact info, opening hours, services, and current national weekly offers across all ICA stores.

Endpoints
3
Updated
3mo ago
Try it
Number of stores to skip for pagination.
Number of stores to return per page.
api.parse.bot/scraper/aed99d34-6c53-4ce9-a5bb-3ff1e5566620/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/aed99d34-6c53-4ce9-a5bb-3ff1e5566620/list_stores?skip=0&take=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Retrieve a paginated list of all ICA stores with basic info including store name, email address, phone number, address, opening hours, and services.

Input
ParamTypeDescription
skipintegerNumber of stores to skip for pagination.
takeintegerNumber of stores to return per page.
Response
{
  "type": "object",
  "fields": {
    "data": "array of store objects with storeName, profile, phoneNumber, emailAddress, address, openingHours, services, storeId, accountNumber",
    "status": "string, always 'success'"
  },
  "sample": {
    "data": [
      {
        "address": {
          "city": "Fjälkinge",
          "county": "Skåne",
          "street": "123 Main St",
          "postalCode": "29167",
          "coordinates": {
            "coordinateX": "56.04189",
            "coordinateY": "14.27984"
          },
          "municipality": "Kristianstad"
        },
        "profile": "Nära",
        "storeId": "2527",
        "services": [
          "Apoteksombud",
          "ATG ombud",
          "Postombud"
        ],
        "storeName": "ICA Nära A-Livs",
        "phoneNumber": "+1 (555) 012-3456",
        "emailAddress": "[email protected]",
        "openingHours": {
          "today": {
            "label": "Torsdag",
            "opens": "07:00",
            "closes": "20:00",
            "isClosed": false
          },
          "regulars": [
            {
              "label": "Måndag-fredag",
              "opens": "07:00",
              "closes": "20:00",
              "isClosed": false
            }
          ]
        },
        "accountNumber": "CRITICAL_PII_REDACTED"
      }
    ],
    "status": "success"
  }
}

About the ica.se API

The ICA.se API provides 3 endpoints covering Swedish ICA grocery store data, including store contact details, opening hours, and national weekly deals. The list_stores endpoint returns paginated results with fields like storeName, phoneNumber, emailAddress, address, openingHours, and services for every ICA location in the network. The get_national_offers endpoint delivers current promotional deals with pricing, validity dates, and product EAN codes.

Store Directory

The list_stores endpoint returns a paginated array of ICA store objects. Pagination is controlled via skip and take integer parameters, letting you walk through the full store catalog in chunks. Each store object includes storeName, storeId, accountNumber, phoneNumber, emailAddress, address, openingHours, and services. The storeId values returned here are the identifiers you pass into get_store_info.

Detailed Store Lookup

get_store_info accepts a comma-separated list of numeric store IDs (e.g. '2527,1235') and returns an extended store record for each. The response includes a stores array and an errorMessages array. Store records at this level add visiting address details, opening hour deviations (such as holiday adjustments), per-service opening hours, and store-specific URLs — fields not present in the basic list_stores response.

National Weekly Offers

get_national_offers takes no input parameters and returns the current set of national promotional deals active across ICA stores. Each offer object includes id, description, validFrom, validTo, category, details, discountValue, and one or more product EAN codes for cross-referencing against product catalogs. Offers are scoped nationally — they represent deals available broadly, not store-specific promotions.

Common use cases
  • Build a store locator showing ICA locations with addresses and phone numbers pulled from list_stores
  • Display weekly grocery deals in a meal-planning app using validFrom, validTo, and discountValue from get_national_offers
  • Sync ICA store opening hours into a calendar or scheduling tool using the openingHours and deviation fields from get_store_info
  • Map available services per store location using the services field returned by list_stores
  • Cross-reference national offer EAN codes against a product database to match discounted products
  • Alert users to active promotions by monitoring get_national_offers for new entries or changed validFrom dates
  • Build an internal ops dashboard showing contact details and opening hours for all ICA stores via accountNumber and emailAddress
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does ICA have an official public developer API?+
ICA does not publish a documented public developer API for store or offer data. This Parse API provides structured access to that data without requiring you to manage the source integration yourself.
What does `get_store_info` return that `list_stores` does not?+
get_store_info adds opening hour deviations (e.g. holiday closures), per-service opening hours, visiting address breakdowns, and store-specific URLs. The basic list_stores endpoint returns general address and hours without those granular fields. You can query multiple stores in one call by passing a comma-separated string of storeId values.
Are store-specific or local offers available through the API?+
Not currently. The API covers national weekly deals via get_national_offers, which reflect promotions available across all ICA stores. Store-level or regional promotions are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting store-specific offer data.
Can I filter `get_national_offers` by category or product EAN?+
The endpoint returns all current national offers in a single response — there are no filter parameters on the endpoint itself. Each offer object includes a category field and product EAN codes, so filtering can be done client-side after fetching the full result set. You can fork this API on Parse and revise it to add server-side filtering parameters.
Is there a limit to how many stores `list_stores` returns per call?+
The endpoint supports skip and take parameters for pagination, so you control how many stores are returned per request and where in the list to start. There is no documented maximum for take, but fetching the full directory in pages is the intended pattern to avoid oversized responses.
Page content last updated . Spec covers 3 endpoints from ica.se.
Related APIs in Food DiningSee all →
dia.es API
Browse and search products across Día supermarket's catalog, view product details, categories, and current offers available on dia.es. Find specific items, explore product categories and subcategories, and discover active promotions.
kroger.com API
Find Kroger grocery store locations across the US organized by state, city, and search parameters. Get detailed store information including directories and specifics for any Kroger location in your area.
coupons.com API
Search and discover coupons, printable offers, and store-specific deals from Coupons.com. Browse top featured offers, find deals across thousands of retailers, and access aggregated coupon data including discount amounts, usage conditions, and expiration details.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
winecompanion.com.au API
Browse and explore Australian wineries from Wine Companion's comprehensive directory, including contact details, ratings, and regional locations. Search and filter by state, region, or facilities to find wineries across Australia.
liquor.com API
Find and browse thousands of cocktail recipes with ratings and user reviews, search drinks by ingredient or category, and read curated articles about spirits and mixology. Get detailed recipe instructions, comments from other users, and expert content all in one place.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.