Flipp Weekly Deals & Grocery Ad Scraper avatar

Flipp Weekly Deals & Grocery Ad Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Flipp Weekly Deals & Grocery Ad Scraper

Flipp Weekly Deals & Grocery Ad Scraper

Scrape Flipp - the #1 grocery deals platform used by Walmart, Lidl, Costco, Target, Kroger, and 2000+ US retailers. Get current weekly flyer items with prices, discounts, and validity dates. Search by keyword or browse specific store weekly ads.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Scrape Flipp — the #1 grocery deals platform in North America, featuring weekly ads from Walmart, Lidl, Costco, Target, Kroger, CVS, Walgreens, and 2,000+ US retailers. Get real-time weekly flyer items with prices, discounts, sale badges, and validity dates. No login or API key required.

What data do you get?

Each deal record includes:

FieldDescription
productIdFlipp deal item ID
nameProduct name
merchantNameStore/retailer name
merchantIdFlipp numeric merchant ID (region-specific)
currentPriceCurrent sale price (USD)
originalPriceOriginal price before discount (if available)
discountSavings amount in USD
discountPercentPercentage saved
pricePrefixPrice prefix text (e.g., "From")
priceSuffixPrice suffix text (e.g., "ea.", "/lb")
saleBadgeSale badge text (e.g., "Buy 1 Get 1 Free", "Save 25%")
categoryL1 product category
subcategoryL2 product subcategory
validFromDeal start date (ISO 8601)
validToDeal end date (ISO 8601)
flyerIdFlipp flyer ID
flyerNameName of the flyer the deal belongs to (flyer-based modes)
flyerValidFromFlyer start date, ISO 8601 (flyer-based modes)
flyerValidToFlyer end date, ISO 8601 (flyer-based modes)
imageUrlProduct image URL
merchantLogoUrlStore logo URL
isPremiumWhether this is a premium/sponsored placement
sourceUrlDirect link to deal on Flipp
recordTypeAlways "deal"
scrapedAtISO timestamp of scrape

Modes

Weekly deals (mode=weeklyDeals)

Get all items from the current weekly flyer of a specific store. Perfect for tracking Lidl, Walmart, or any retailer's weekly specials.

Input:

{
"mode": "weeklyDeals",
"merchant": "Lidl",
"postalCode": "10001",
"maxItems": 100
}

Search deals (mode=search)

Search across all stores by keyword to find the best deals on a specific product.

Input:

{
"mode": "search",
"searchQuery": "chicken breast",
"postalCode": "10001",
"category": "Groceries",
"maxItems": 50
}

By merchant (mode=byMerchant)

List all current active flyers for a specific retailer.

Input:

{
"mode": "byMerchant",
"merchant": "Lidl",
"postalCode": "22201",
"maxItems": 10
}

Each flyer record (recordType: "flyer") includes flyerId, flyerName, merchantName, merchantId, merchantLogoUrl, validFrom/validTo (when the flyer's deals are active), availableFrom/availableTo (when the flyer itself is browsable — sometimes a day or two earlier than validFrom), isPremium (sponsored flyer flag), thumbnailUrl, categories, and sourceUrl.

Supported stores

Lidl, Walmart, Target, Kroger, Costco, Aldi, CVS Pharmacy, Walgreens, Safeway, Publix, Whole Foods Market, Dollar General, Dollar Tree, Food Lion, Harris Teeter, Meijer, Giant Food, Stop & Shop, ShopRite, H-E-B, Weis Markets, Winn-Dixie, Rite Aid, Albertsons

Sample output record

{
"productId": "1020582129",
"name": "Crystal Geyser® Sparkling Water",
"merchantName": "Lidl",
"currentPrice": 2.19,
"priceSuffix": "ea.",
"category": "Food, Beverages & Tobacco",
"subcategory": "Beverages",
"validFrom": "2026-06-24T04:00:00+00:00",
"validTo": "2026-07-01T03:59:59+00:00",
"flyerId": 7985465,
"imageUrl": "https://f.wishabi.net/page_items/424025910/1781586849/extra_large.jpg",
"isPremium": false,
"sourceUrl": "https://flipp.com/flyers/lidl/7985465/items/1020582129",
"recordType": "deal",
"scrapedAt": "2026-06-30T12:00:00+00:00"
}

Use cases

  • Track grocery prices and deals across multiple stores
  • Build price comparison tools for budget shoppers
  • Monitor competitor pricing for retail market intelligence
  • Find the best deals on specific products in your area
  • Automate weekly deal newsletters or savings alerts
  • Analyze promotional patterns by retailer or category

FAQ

How often does data update? Flipp flyers update weekly — most stores publish new ads on Wednesday for the following week. This scraper always fetches the currently active flyer.

Why do I need a postal code? Flipp flyers are location-specific — store availability and prices can vary by region. The default postal code (10001 = New York City) works for most major national chains.

Does this require login? No — Flipp's deal data is publicly accessible without authentication.

What if my merchant isn't in the list? The dropdown shows the most common US retailers. If your store is not listed, you can still use mode=search to search across all available stores.

Are prices in USD? Yes — this scraper targets the US Flipp platform. Prices are in USD.

Data source Flipp — powered by Wishabi's flyer platform. Data is publicly accessible weekly ad content from participating US retailers.