AB Vassilopoulos Scraper — Greek Grocery Products & Prices avatar

AB Vassilopoulos Scraper — Greek Grocery Products & Prices

Pricing

from $1.20 / 1,000 result scrapeds

Go to Apify Store
AB Vassilopoulos Scraper — Greek Grocery Products & Prices

AB Vassilopoulos Scraper — Greek Grocery Products & Prices

Scrape products, prices, unit prices, promotions and stock status from ab.gr, AB Vassilopoulos' Greek online supermarket. Search by keyword or browse a category. No login or cookies.

Pricing

from $1.20 / 1,000 result scrapeds

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

AB Vassilopoulos Scraper — Greek Supermarket Products & Prices

Scrape the product catalog of ab.gr, the online shop of AB Vassilopoulos — Greece's #1/#2 supermarket chain by market share (part of Ahold Delhaize). Get product names, prices, unit prices, promotions, brands and stock status as clean structured JSON. No login, no cookies, no browser automation.

Search by keyword or browse a whole category. Built for price monitoring, competitor analysis, assortment tracking and market research — the first grocery price actor covering the Greek market.

What it does

This actor reads AB Vassilopoulos' own product API directly (the same Ahold Delhaize storefront platform that powers delhaize.be), so you get the same prices and data a shopper sees on the website — without rendering pages in a browser. It's fast, stable and cheap to run.

  • Keyword search — pass a Greek search term (γάλα, ψωμί, ελαιόλαδο) and get matching products.
  • Category browse — pass an ab.gr category code to pull a whole department.
  • Promotions — discounted prices and promo flags are included.
  • Unit prices — price-per-litre / price-per-kilo included for comparison shopping.

Output

Each product is one record:

{
"name": "Γάλα Υψηλής Θερμικής Επεξεργασίας Πλήρες 1lt",
"brand": "ΑΒ ΕΠΙΛΟΓΗ",
"sku": "7344931",
"price": 1.05,
"currency": "EUR",
"unit": "1 λιτ",
"unitPrice": "1,05 €/ λιτ",
"promotionPrice": null,
"nutriScore": null,
"category": "Galaktokomika Fytika Rofimata and Eidi Psygeioy",
"url": "https://www.ab.gr/el/eshop/Galaktokomika-Fytika-Rofimata-and-Eidi-Psygeioy/Gala-and-Fytika-Rofimata/Gala-Ypsilis-Pasteriosis/Gala-Ypsilis-Thermikis-Epexergasias-Plires-1lt/p/7344931",
"imageUrl": "https://www.ab.gr/medias/sys_master/products/hb6/h31/10417974411294.jpg",
"inStock": true,
"scrapedAt": "2026-08-04T14:17:25.019Z"
}

Fields

FieldDescription
nameProduct name (Greek)
brandManufacturer / brand name
skuAB Vassilopoulos internal product code
priceCurrent price as a number
currencyAlways EUR
unitPack size label (e.g. 1 λιτ, 400 γρ)
unitPricePrice per unit (e.g. 1,05 €/ λιτ)
promotionPricePromo price when the product is on offer, otherwise null
nutriScoreNutri-Score letter (A–E) when available, otherwise null
categoryTop-level category, derived from the product URL path
urlLink to the product page
imageUrlProduct image URL
inStockWhether the product is available
scrapedAtISO timestamp of the scrape

Note: AB Vassilopoulos does not expose an EAN/barcode in its product API — sku is the internal product code, not a retail barcode.

How to scrape AB Vassilopoulos data

  1. Open the actor and set your Search Query in Greek (for example γάλα) — or leave it empty and set a Category code to browse a department.
  2. Set Max Results to the number of products you want.
  3. Keep the default Proxy Configuration (Greek residential proxy recommended — ab.gr runs Dynatrace bot detection, low severity but geo-scoped IPs avoid friction).
  4. Click Start. When the run finishes, download the dataset as JSON, CSV or Excel, or pull it from the API.

Input example

{
"searchQuery": "ελαιόλαδο",
"maxResults": 100,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "GR"
}
}

Browsing a category

{
"category": "003",
"maxResults": 500,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "GR"
}
}

Category codes are visible in the API responses (firstLevelCategory.code) or can be derived by browsing the site and inspecting network requests. If you're unsure of a code, use keyword search instead — it covers the same catalog.

Common use cases

  • Price monitoring — track AB Vassilopoulos prices over time and compare against other Greek grocers.
  • Promotion tracking — capture discounted items and offer prices.
  • Assortment analysis — see which products and brands a category carries.
  • Market research — build a dataset of Greek grocery prices for analysis. This is the first actor covering the Greek grocery vertical, opening a market with no existing coverage.

Cost estimate

Pay-per-result pricing: ~$0.005 per run start plus ~$0.002 per scraped product. A 100-product run costs roughly $0.70; a 1,000-product run roughly $2.50. Usage cost only settles in your Apify billing after the run reports SUCCEEDED — reading the dataset mid-run (before the run finishes) will undercount what you're actually charged.

Tips

  • For a full category, set a higher Max Results and use the Category input.
  • Prices can vary over time; run the actor on a schedule to keep your data fresh.
  • The actor uses ab.gr's own data API (the same Ahold Delhaize platform as Delhaize Belgium). If the site ships a major update, the internal query identifier can change and a run may fail with a clear message — set the advanced Persisted Query Hash input to recover, or report it and it will be updated.

FAQ

Does this need my ab.gr login? No. The actor only reads public catalog data. No account, password or cookies are required.

Can I get the barcode (EAN)? No. ab.gr does not publish an EAN/GTIN in its product API. The sku field is AB Vassilopoulos' own internal code.

What language are product names in? Greek — ab.gr's product catalog is Greek-only.

Is this legal? The actor collects publicly available product information. You are responsible for using the data in line with ab.gr's terms and applicable law.

Disclaimer

This actor is an independent tool and is not affiliated with, endorsed by, or connected to AB Vassilopoulos or Ahold Delhaize. All product data belongs to its respective owners.