Discover/lidl.de API
live

lidl.de APIlidl.de

Access Lidl Germany's weekly promotional flyers, category bestsellers, and keyword product search. Returns flyer PDFs, validity dates, and product IDs.

Endpoints
4
Updated
10d ago
Try it

No input parameters required.

api.parse.bot/scraper/e7ac1918-457d-4cbb-bac9-8d60f9756571/<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/e7ac1918-457d-4cbb-bac9-8d60f9756571/get_weekly_promotions' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Retrieve the latest weekly promotional flyer (Aktionsprospekt) with detailed product items listed in the flyer. Returns flyer metadata and a list of products with IDs, titles, URLs, and page numbers.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "name": "string, flyer name (e.g. 'Aktionsprospekt')",
    "items": "array of product objects with id, title, url, and page number",
    "title": "string, date range title",
    "pdf_url": "string, URL to download the flyer PDF",
    "flyer_id": "string, unique identifier for the flyer",
    "valid_to": "string, ISO date when flyer expires",
    "valid_from": "string, ISO date when flyer becomes valid"
  },
  "sample": {
    "data": {
      "name": "Aktionsprospekt",
      "items": [
        {
          "id": "100399662",
          "url": "https://www.lidl.de/p/grillmeister-pizzastein/p100399662",
          "page": 1,
          "title": "GRILLMEISTER Pizzastein"
        }
      ],
      "title": "04.05.2026 – 09.05.2026",
      "pdf_url": "https://object.storage.eu01.onstackit.cloud/leaflets/pdfs/019df89d-8d00-7c48-89a0-61e7e2403e91/Aktionsprospekt-04-05-2026-09-05-2026-00.pdf",
      "flyer_id": "019df89d-8d00-7c48-89a0-61e7e2403e91",
      "valid_to": "2026-05-09",
      "valid_from": "2026-05-04"
    },
    "status": "success"
  }
}

About the lidl.de API

The Lidl Germany API exposes 4 endpoints covering weekly promotional flyers (Aktionsprospekte) and category product listings from lidl.de. Use get_weekly_promotions to retrieve the current flyer with per-item page numbers, PDF download URL, and validity dates, or call get_all_flyers to get metadata across all currently active flyer publications including thumbnail URLs and file sizes.

Weekly Flyers

get_weekly_promotions returns the active Aktionsprospekt with fields including flyer_id, valid_from, valid_to, pdf_url, and a title string representing the date-range label. The items array lists each product in the flyer with its id, title, url, and the page number it appears on — useful for mapping flyer page positions to specific products.

get_all_flyers returns a count and a flyers array where each object includes id, name, category, subcategory, valid_from, valid_to, pdf_url, file_size_bytes, thumbnail_url, and page count. This gives a full snapshot of all publications Lidl Germany currently has live.

Category Products and Search

get_category_products accepts a category_key parameter with four accepted values: essen-trinken, baby-kind-spielzeug, mode-accessoires, and wein-spirituosen. It returns bestseller product IDs for that category — the response includes count, category, and an items array of objects each with an id field. Note that prices and descriptions are not returned by this endpoint.

search_products takes a free-text query and maps it to one of the supported categories using keyword matching (for example, baby, spiel, or kind resolve to baby-kind-spielzeug). When no keyword maps to a category, the response includes a note field listing available categories and returns a null category value. Both product endpoints return IDs only, so a product detail lookup is not included in the current spec.

Common use cases
  • Aggregate Lidl Germany's weekly deal flyer into a price-tracking or deal-alert application using valid_from, valid_to, and pdf_url.
  • Build a flyer browsing UI that links flyer page numbers to specific products using the page field in the get_weekly_promotions items array.
  • Download and archive all active Lidl flyer PDFs by iterating the flyers array from get_all_flyers and storing pdf_url and file_size_bytes.
  • Populate a category browser for Lidl Germany's online shop by querying get_category_products across the four supported category keys.
  • Map user search input to Lidl product categories using search_products to return relevant bestseller product IDs.
  • Generate flyer thumbnails or preview grids using the thumbnail_url field returned by get_all_flyers.
  • Track flyer publication cadence by recording valid_from and valid_to across successive calls to get_all_flyers.
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 Lidl Germany have an official developer API?+
Lidl does not publish a public developer API for lidl.de. There is no documented REST or GraphQL API available to third-party developers for accessing flyer or product data.
What does get_weekly_promotions return beyond the PDF link?+
It returns flyer_id, name, title (a human-readable date-range label), valid_from, valid_to, and pdf_url. The items array includes each product listed in the flyer with its id, title, url, and the page number it appears on in the flyer. Prices and stock status are not included.
Does the API return product prices or descriptions?+
Not currently. Both get_category_products and search_products return product IDs only — the items array contains id strings without price, description, image, or availability fields. The flyer endpoints include product titles and URLs but not structured pricing data. You can fork this API on Parse and revise it to add a product detail endpoint that returns pricing and description fields.
How does keyword search work in search_products, and what happens when no keyword matches?+
The query parameter is matched against a fixed keyword list: terms like baby, spiel, or kind resolve to baby-kind-spielzeug; essen, trink, milch, or lebensmittel resolve to essen-trinken; wein, spirit, bier, or alkohol resolve to wein-spirituosen. If no keyword matches, category is returned as null and a note field lists the available category keys.
Is coverage limited to Lidl Germany?+
Yes, all endpoints are scoped to lidl.de and return data for the German market only. Other Lidl country sites (lidl.com, lidl.co.uk, etc.) are not covered. You can fork this API on Parse and revise it to target a different regional Lidl domain.
Page content last updated . Spec covers 4 endpoints from lidl.de.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
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.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
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.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
Lidl Germany API – Weekly Flyers & Products · Parse