Discover/aldi.de API
live

aldi.de APIaldi.de

Access current and upcoming Aldi Nord offers, product details, category browsing, and weekly flyers via 9 structured JSON endpoints.

Endpoints
9
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/3e8a2517-2748-4ad2-809c-d99f0bc32914/<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/3e8a2517-2748-4ad2-809c-d99f0bc32914/get_current_offers' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 9 totalclick to expand

Scrape all current week discount offers from Aldi Nord. Returns offer products grouped by action date with pricing, category, and validity information.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "week": "string indicating 'current'",
    "offers": "array of offer objects with product_id, name, brand, slug, price, original_price, sales_unit, image_url, offer_category, offer_section_title, validity_start, validity_end"
  },
  "sample": {
    "data": {
      "week": "current",
      "offers": [
        {
          "name": "Eisbergsalat",
          "slug": "eisbergsalat-6276",
          "brand": null,
          "price": 0.89,
          "image_url": "https://s7g10.scene7.com/is/image/aldinord/6276_28_2025_eisbergsalat_02_on_230426_155354",
          "product_id": "6276",
          "sales_unit": "Stück",
          "validity_end": "2026-05-15",
          "offer_category": "Aktion Mo. 11.5.",
          "original_price": 1.19,
          "validity_start": "2026-05-10",
          "offer_section_title": "Frische-Aktion: Obst & Gemüse"
        }
      ]
    },
    "status": "success"
  }
}

About the aldi.de API

The Aldi Nord API exposes 9 endpoints covering weekly discount offers, product search, category listings, and digital flyer metadata from aldi-nord.de. The get_current_offers endpoint returns this week's deals grouped with fields like price, original_price, offer_category, and validity_start, while get_next_week_offers gives the same structure for upcoming promotions. Search and category endpoints round out full assortment access.

Weekly Offers and Promotions

get_current_offers and get_next_week_offers each return an array of offer objects with product_id, name, brand, slug, price, original_price, sales_unit, image_url, offer_category, and offer_sec. These cover all discount lines Aldi Nord publishes for the current and next week respectively. If you need a narrower slice, get_offers_by_category accepts a category_name string and performs a case-insensitive substring match against the offer_section_title field — useful for filtering to sections like Obst & Gemüse or Fleisch & Fisch. get_offers_by_date filters the same offer pool by validity_start date in YYYY-MM-DD format.

Product Search and Category Browsing

search_products accepts a query string (e.g. Milch, Bananen) and an optional limit integer, returning a total count plus a results array with product_id, name, brand, price, original_price, sales_unit, image_url, and categories. get_product_categories lists all top-level assortment categories with a count of products in each. Pass a category_name from that list to get_products_by_category (with an optional limit) to retrieve the corresponding product array in the same shape.

Product Details and Flyer Metadata

get_offer_details takes a product_id — obtainable from offer or search results — and returns extended fields including base_price (an array of base-price objects), price_unit, slug, brand, and category_ids. get_weekly_flyers retrieves CMS metadata for available Prospekte, including leaflet tile images, banner content, descriptions, and associated dates, structured under a flyers_page_data object reflecting the Magnolia CMS page layout.

Common use cases
  • Track weekly price drops by comparing price vs original_price across get_current_offers and get_next_week_offers
  • Build a grocery deal alert that filters get_offers_by_category for specific sections like Backwaren or Getränke
  • Monitor offer availability windows using validity_start from get_offers_by_date for scheduling notifications
  • Populate a product catalog by combining get_product_categories and get_products_by_category with the limit parameter
  • Look up base price per unit (e.g. price per 100g) via the base_price array in get_offer_details
  • Aggregate digital flyer launch dates and cover images from get_weekly_flyers for a promotions dashboard
  • Cross-reference search_products results with offer data using shared product_id values to identify discounted search matches
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 Aldi Nord provide an official developer API?+
Aldi Nord does not publish a documented public developer API. There is no official API portal or OAuth program available to third-party developers as of this writing.
What distinguishes `get_offer_details` from the offer list endpoints?+
get_offer_details targets a single product by product_id and returns fields not present in the list endpoints: a base_price array (useful for per-unit pricing), price_unit, and category_ids. The list endpoints (get_current_offers, get_next_week_offers) return broader arrays but omit those fields.
Does the API cover Aldi Süd or international Aldi stores?+
No. All endpoints source data from aldi-nord.de and cover Aldi Nord's German assortment and offers only. Aldi Süd (aldi-sued.de) and other regional Aldi operations are not included. You can fork this API on Parse and revise it to add endpoints targeting aldi-sued.de or other regional domains.
Is offer history or past-week data available?+
The API covers the current week via get_current_offers and the upcoming week via get_next_week_offers. There are no endpoints for historical offers from previous weeks. You can fork it on Parse and revise to add a persistence layer that archives weekly snapshots as you call the endpoints.
How does `get_offers_by_category` matching work, and what category strings are valid?+
get_offers_by_category performs a case-insensitive substring match against the offer_section_title field. There is no fixed enum of valid values — the available sections depend on what Aldi Nord publishes for the current week. Run get_current_offers first to inspect the offer_category and offer_sec fields in the response to identify which section strings are present.
Page content last updated . Spec covers 9 endpoints from aldi.de.
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.