Greetz Scraper — Dutch Greeting Cards & Gift Delivery avatar

Greetz Scraper — Dutch Greeting Cards & Gift Delivery

Pricing

Pay per event

Go to Apify Store
Greetz Scraper — Dutch Greeting Cards & Gift Delivery

Greetz Scraper — Dutch Greeting Cards & Gift Delivery

Scrape greeting cards, gifts, and prices from greetz.nl. Supports search queries and category browsing.

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

16 days ago

Last modified

Categories

Share

Greetz Scraper

Scrapes greeting cards, gifts, flowers, and chocolates from greetz.nl -- the Netherlands' largest online greeting card platform.

Input

FieldTypeRequiredDescription
startUrlsArrayNoGreetz.nl category or listing URLs
searchQueryStringNoSearch keyword (e.g., "verjaardag", "kerst")
maxResultsIntegerNoMax items (default: 100)
proxyConfigurationObjectNoProxy settings

If nothing is provided, defaults to searching "verjaardag" (birthday).

Output

FieldTypeExample
nameString"Verjaardagskaart met confetti"
brandString"Greetz"
priceNumber3.95
originalPriceNumber4.95
currencyString"EUR"
skuString"GRZ-12345"
productIdString"12345"
ratingNumber4.2
imageUrlStringCard/product image
descriptionStringProduct description
categoryString"Verjaardagskaarten"
urlStringProduct page URL

How it works

Greetz is built on Next.js. The scraper first tries to extract product data directly from the __NEXT_DATA__ script tag on listing pages -- this is the fastest path and avoids visiting each product page individually. When that's not available, it falls back to following product links and scraping detail pages.

Product categories on Greetz include /kaarten/ (cards), /cadeaus/ (gifts), /bloemen/ (flowers), /ballonnen/ (balloons), /chocolade/, and /wijn/.

Cost

About $0.20 per 1,000 products when using __NEXT_DATA__ extraction, more when visiting detail pages.

Notes

  • Dutch-language site. All content is in Dutch.
  • Pagination uses both rel="next" links and ?page=N parameter fallback.
  • Birthday cards are the most popular category. Try "moederdag" (Mother's Day) or "kerst" (Christmas) for seasonal items.