Discover/albert.cz API
live

albert.cz APIalbert.cz

Access Albert.cz recipes, promotional leaflet OCR data, store locations, and magazine content via 8 structured API endpoints.

Endpoints
8
Updated
3mo ago
Try it
Page number (0-indexed)
Search keyword (e.g. 'smoothie', 'kuřecí')
api.parse.bot/scraper/1959d942-293a-4889-8d0c-9ecdcfdfa36e/<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/1959d942-293a-4889-8d0c-9ecdcfdfa36e/search_recipes?page=1&query=smoothie' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Search for recipes by keyword with optional pagination. Returns paginated results with recipe IDs, titles, ratings, difficulty, preparation time, and image URLs.

Input
ParamTypeDescription
pageintegerPage number (0-indexed)
querystringSearch keyword (e.g. 'smoothie', 'kuřecí')
Response
{
  "type": "object",
  "fields": {
    "facets": "array of available filter facets (preparation time, difficulty, special diet)",
    "results": "array of recipe summaries with id, title, rating, difficultyName, preparationTimeName",
    "pagination": "object with currentPage, totalResults, totalPages, pageSize"
  },
  "sample": {
    "data": {
      "facets": [
        {
          "code": "preparationTimeEnumValue",
          "name": "Doba přípravy",
          "values": [
            {
              "code": "LESSTHANEQUALS15",
              "name": "0-15 minut",
              "count": 42
            }
          ]
        }
      ],
      "results": [
        {
          "id": "a2079",
          "title": "Mangovo-jogurtové smoothie",
          "rating": "4/5",
          "difficultyName": "Velmi snadné",
          "preparationTimeName": "0-15 minut"
        }
      ],
      "pagination": {
        "pageSize": 12,
        "totalPages": 5,
        "currentPage": 1,
        "totalResults": 52
      }
    },
    "status": "success"
  }
}

About the albert.cz API

The Albert.cz API exposes 8 endpoints covering recipe search and detail, current promotional leaflets with OCR-extracted product and price text, store location lookup, and editorial magazine content. The get_leaflet_detail endpoint returns per-page OCR text and image URLs for active hypermarket and supermarket leaflets, making it the primary source for current product pricing since the Albert e-shop closed in December 2025.

Recipes

The search_recipes endpoint accepts a query string (e.g. 'kuřecí' or 'smoothie') and an optional zero-indexed page parameter. Results include id, title, rating, difficultyName, and preparationTimeName alongside pagination metadata (currentPage, totalResults, totalPages, pageSize) and available filter facets covering preparation time, difficulty, and special diet. Pass any returned id to get_recipe_detail to retrieve the full ingredient list (ingredientName, quantity, measureUnit), ordered cooking steps (stepNumber, description), and nutrition information. list_recipe_categories returns the full set of filter facets with value counts, useful for building filter UIs without first running a search.

Promotional Leaflets

get_current_leaflets returns active leaflets split into hypermarket and supermarket arrays. Each object includes id, title, validity dates (validityStartDateFormatted, validityEndDateFormatted), a cover imageUrl, and a viewUrl. The slug embedded in viewUrl (the path segment after the domain) is the input for get_leaflet_detail, which returns an array of spread objects. Each spread contains a pages array with individual page image URLs, OCR text, and page numbers — this OCR text is the main route to product names and prices from the printed leaflets, since the e-shop catalog is no longer available.

Store Locations

find_stores behaves differently depending on whether a query parameter is provided. With a query such as 'Praha' or 'Brno', it returns a stores array where each entry includes id, geoPoint coordinates, and groceryStoreType. Without a query, it returns all map pin objects with coordinates, suitable for rendering a full store map.

Magazine and Monthly Deals

get_magazine_articles and get_monthly_deals both return CMS-structured page data. Each response includes a meta object (product, version, branch) and a page object containing structured text components, image banners, and editorial models. These endpoints reflect the Albert Magazine and the current Hit měsíce (Monthly Deals) promotional page respectively.

Common use cases
  • Build a Czech-language recipe search tool using search_recipes query and difficulty facets
  • Extract current supermarket and hypermarket promotional prices from leaflet OCR text via get_leaflet_detail
  • Track weekly deal validity windows using validityStartDateFormatted and validityEndDateFormatted from get_current_leaflets
  • Render an interactive Albert store map using coordinates from find_stores without a query
  • Display full recipe cooking steps and structured ingredient lists from get_recipe_detail in a meal planning app
  • Monitor Albert Magazine editorial content and promotional campaign copy via get_magazine_articles
  • Aggregate monthly deal descriptions and promotional images from get_monthly_deals for price comparison or trend tracking
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 Albert.cz offer an official public developer API?+
Albert.cz does not publish an official public developer API or developer portal. There is no documented REST or GraphQL API available for third-party developers on the albert.cz website.
How does the leaflet OCR data work, and what can I extract from it?+
get_leaflet_detail returns a data array of spread objects. Each spread contains a pages array where every page has an image URL, a page number, and OCR text extracted from that leaflet page. The OCR text typically contains product names, pack sizes, and prices as they appear in the printed leaflet. Quality depends on the legibility of the original printed page.
Is historical leaflet data available, or only current promotions?+
get_current_leaflets returns only the leaflets currently active on albert.cz — there is no archive or date-range parameter for past leaflets. You can fork this API on Parse and revise it to add a historical leaflet endpoint if you identify accessible past-leaflet paths.
Does the API return individual product catalog entries or structured pricing tables?+
The API does not expose a structured product catalog or machine-readable price tables. Since the Albert e-shop closed in December 2025, product and price data comes only through the OCR text in get_leaflet_detail responses, which is unstructured string content. You can fork this API on Parse and revise it to add a parsing layer that structures the OCR output into product and price fields.
Does `find_stores` return opening hours or contact details for each location?+
When called with a query, find_stores returns id, geoPoint, and groceryStoreType per store. Opening hours and contact details are not included in the current response. You can fork this API on Parse and revise it to add a store detail endpoint that retrieves that additional information.
Page content last updated . Spec covers 8 endpoints from albert.cz.
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.