AVA Scraper — Belgian Home & Garden Products avatar

AVA Scraper — Belgian Home & Garden Products

Pricing

Pay per event

Go to Apify Store
AVA Scraper — Belgian Home & Garden Products

AVA Scraper — Belgian Home & Garden Products

Scrape products, prices, and stock from AVA.be. Belgian retailer for home, garden, party supplies, school & office. Supports keyword search, category browsing, and full catalog via Tweakwise API + product page enrichment.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

AVA Scraper

Scrape products from ava.be, a Belgian retailer for home goods, garden supplies, party decorations, school and office materials, and seasonal items. Available in Dutch and French.

Tweakwise API

AVA.be uses Tweakwise for its search and navigation backend. The scraper can query this API directly for fast results with product names, prices, images, and item numbers. If you enable enrichProductPages, it additionally visits each product page to collect EANs, descriptions, full image galleries, and stock status.

Input

FieldTypeRequiredDescription
searchQueryStringNoKeyword, e.g. "stoel", "verf", "kerstverlichting"
categoryUrlStringNoCategory URL, e.g. https://www.ava.be/nl/c/school-en-bureau
maxResultsIntegerNoProduct cap (default: 100)
enrichProductPagesBooleanNoVisit product pages for full detail (slower but more fields)
languageStringNo"nl" (default) or "fr"
proxyConfigurationObjectNoProxy settings (usually not needed)

Without input, scrapes the garden (/tuin) category.

Output

FieldTypeExample
nameString"Tuinstoel Lucca antraciet"
brandString"Aveve"
priceNumber49.99
originalPriceNumber59.99
currencyString"EUR"
skuStringProduct code
eanStringEAN barcode (with enrichment)
inStockBooleantrue
imageUrlStringPrimary image
imageUrlsArrayAll product images (with enrichment)
descriptionStringProduct description (with enrichment)
categoryString"Tuin > Tuinmeubelen" from breadcrumbs
{
"name": "Tuinstoel Lucca antraciet",
"brand": "Aveve",
"price": 49.99,
"currency": "EUR",
"inStock": true,
"sku": "12345",
"url": "https://www.ava.be/nl/p/tuinstoel-lucca-antraciet",
"category": "Tuin > Tuinmeubelen",
"scrapedAt": "2026-03-15T10:00:00.000Z"
}

Cost

API-only mode (no enrichment): ~$0.05 per 1,000 products. With product page enrichment: ~$0.25 per 1,000.

Notes

  • Category pages also discover and follow subcategory links for deeper crawling
  • The scraper identifies product URLs by path depth (5+ segments) when specific selectors don't match
  • JSON-LD on product pages provides fallback pricing when HTML selectors fail