Discover/albertsons.com API
live

albertsons.com APIwww.albertsons.com

Access Albertsons weekly ad deals, discounted products with pricing, and search autocomplete suggestions by store location or zip code.

Endpoints
3
Updated
1mo ago
Try it
Albertsons store ID number. Takes precedence over postal_code for determining which ads to return. Invalid store codes result in an upstream 422 error.
US postal/zip code for the store location. Used alongside store_code; when store_code is set, postal_code does not independently change results.
api.parse.bot/scraper/81605bed-6622-4070-865a-6230c00c3748/<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/81605bed-6622-4070-865a-6230c00c3748/get_weekly_ads' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Get list of current weekly ad publications (flyers) for a given store location. Returns all active weekly ads including the main Weekly Ad, Bonus Online Savings, Big Book of Savings, etc. The store_code takes precedence over postal_code when both are provided.

Input
ParamTypeDescription
store_codestringAlbertsons store ID number. Takes precedence over postal_code for determining which ads to return. Invalid store codes result in an upstream 422 error.
postal_codestringUS postal/zip code for the store location. Used alongside store_code; when store_code is set, postal_code does not independently change results.
Response
{
  "type": "object",
  "fields": {
    "ads": "array of ad objects with id, name, description, valid_from, valid_to, total_pages, postal_code, validity_text, thumbnail_url, flyer_type, merchant_name",
    "total_ads": "integer count of active ads",
    "store_code": "string store ID used",
    "postal_code": "string postal code used"
  },
  "sample": {
    "data": {
      "ads": [
        {
          "id": 7897571,
          "name": "Weekly Ad",
          "valid_to": "2026-05-05T23:59:59-04:00",
          "flyer_type": "albertsonsintermountain",
          "valid_from": "2026-04-29T00:00:00-04:00",
          "description": "MA01",
          "postal_code": "83713",
          "total_pages": 7,
          "merchant_name": "Albertsons",
          "thumbnail_url": "https://f.wishabi.net/flyers/7897571/first_page_thumbnail_400w/1776817194.jpg",
          "validity_text": "This Week Only"
        }
      ],
      "total_ads": 4,
      "store_code": "177",
      "postal_code": "83713"
    },
    "status": "success"
  }
}

About the albertsons.com API

This API exposes 3 endpoints for accessing Albertsons grocery store weekly ad data and product search. Use get_weekly_ads to retrieve all active flyer publications for a given store location, get_weekly_ad_products to pull every discounted item from a specific publication — including sale prices, BOGO and multi-buy deal descriptions, brand names, and categories — and search_suggestions to fetch up to 20 autocomplete results for any product query.

Weekly Ad Publications

The get_weekly_ads endpoint returns all active flyer publications for a store location, identified by either store_code (an Albertsons store ID) or postal_code. When both are provided, store_code takes precedence. Each ad object in the ads array includes fields like id, name, description, valid_from, valid_to, total_pages, validity_text, and thumbnail_url. Publications returned can include the main Weekly Ad, Bonus Online Savings, Big Book of Savings, and others depending on the location. The total_ads field gives a count of active ads at that location.

Discounted Products from a Weekly Ad

The get_weekly_ad_products endpoint accepts a publication_id from the ads[*].id field returned by get_weekly_ads. If no publication_id is supplied, the endpoint falls back to fetching the main weekly ad for the location specified via store_code or postal_code. Each product object in the products array includes id, name, brand, description, sale_story, pre_price_text, price_text, post_price_text, and original_price. The optional category parameter filters results by category name using a case-insensitive partial match; verified category names include Fruits & Vegetables and similar department labels.

Search Autocomplete

The search_suggestions endpoint takes a single required query string — such as "milk", "chicken", or "bread" — and returns up to 20 suggestion objects. Each suggestion carries a query, display_query, and optionally departments and brands arrays for filtering context. The first suggestion in the list typically contains these department and brand metadata fields; the remaining suggestions carry only query text. The total_suggestions field reflects how many results were returned.

Common use cases
  • Build a weekly grocery deal tracker that surfaces current Albertsons promotions by zip code using get_weekly_ads and get_weekly_ad_products.
  • Power a price comparison tool by pulling sale_story, price_text, and original_price fields from weekly ad products across multiple store locations.
  • Filter discounted produce using the category parameter on get_weekly_ad_products to show only Fruits & Vegetables deals.
  • Implement a grocery search bar with autocomplete backed by search_suggestions, including department and brand filter metadata from the first suggestion.
  • Send automated weekly deal digests by scheduling get_weekly_ad_products calls and comparing valid_from and valid_to dates across publications.
  • Identify BOGO and multi-buy deals programmatically by parsing the sale_story and description fields from the products array.
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 Albertsons have an official public developer API?+
Albertsons does not publish a public developer API for weekly ad or product data. This Parse API provides structured access to that data.
How do I get products for a specific weekly ad versus the main weekly ad?+
Pass the publication_id from the ads[*].id field returned by get_weekly_ads to get_weekly_ad_products to target a specific flyer (e.g., Bonus Online Savings or Big Book of Savings). If you omit publication_id and provide only store_code or postal_code, the endpoint automatically returns products from the main Weekly Ad for that location.
Can I retrieve the full product catalog or in-store inventory from Albertsons, not just weekly ad deals?+
Not currently. The API covers weekly ad publications, their discounted products, and search autocomplete suggestions. Full product catalog data, inventory levels, and regular (non-sale) pricing are not exposed. You can fork this API on Parse and revise it to add an endpoint targeting broader product catalog data.
How current is the weekly ad data, and do the endpoints indicate when deals expire?+
Each ad object returned by get_weekly_ads includes valid_from and valid_to date fields, as well as a validity_text string, so you can determine exactly when a publication is active. Product-level freshness mirrors the publication's validity window.
Does the API support filtering weekly ad products by brand or price range?+
The get_weekly_ad_products endpoint currently supports filtering by category only, using a case-insensitive partial match on the category parameter. Brand-level or price-range filtering is not currently available as a query parameter. You can fork this API on Parse and revise it to add filtering logic on the brand or price_text fields in the response.
Page content last updated . Spec covers 3 endpoints from www.albertsons.com.
Related APIs in Food DiningSee all →
publix.com API
Access Publix grocery store data including product search, pricing, promotions, weekly ad deals, store locations, and category browsing.
aldi.de API
Browse current and upcoming Aldi Nord offers, search products, and discover deals organized by category or date. Access detailed product information, weekly flyers, and explore items across all available categories to find the best bargains.
wholefoodsmarket.com API
Search for grocery products, browse weekly sales, and find store locations at Whole Foods Market. Returns pricing, availability, ingredients, and nutritional information.
albert.cz API
Search and discover Albert.cz recipes, find current promotional leaflets with product prices and details, locate nearby stores, and browse magazine content and monthly deals. Access product information and pricing through leaflet data powered by optical character recognition technology.
ah.nl API
Search Albert Heijn products, browse categories, view weekly bonus offers, and fetch detailed product information including nutrition and supplier contact details.
instacart.com API
Search for grocery products across multiple retailers, view store locations and availability, and access detailed product information including prices and descriptions. Find the best deals and nearest stores offering the items you need.
spesaonline.conad.it API
Find nearby Conad supermarkets and view their current promotional flyers to discover product prices and discounts. Access detailed store information like location and hours to plan your shopping trips.
lidl.de API
Find the latest weekly promotions and browse Lidl Germany's bestselling products across different categories to discover deals and availability. Search for specific items to quickly locate what you're looking for in Lidl's product catalog.