Greetz Scraper — Dutch Greeting Cards & Gift Delivery
Pricing
Pay per event
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
Maintained by CommunityActor 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
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | Array | No | Greetz.nl category or listing URLs |
searchQuery | String | No | Search keyword (e.g., "verjaardag", "kerst") |
maxResults | Integer | No | Max items (default: 100) |
proxyConfiguration | Object | No | Proxy settings |
If nothing is provided, defaults to searching "verjaardag" (birthday).
Output
| Field | Type | Example |
|---|---|---|
name | String | "Verjaardagskaart met confetti" |
brand | String | "Greetz" |
price | Number | 3.95 |
originalPrice | Number | 4.95 |
currency | String | "EUR" |
sku | String | "GRZ-12345" |
productId | String | "12345" |
rating | Number | 4.2 |
imageUrl | String | Card/product image |
description | String | Product description |
category | String | "Verjaardagskaarten" |
url | String | Product 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=Nparameter fallback. - Birthday cards are the most popular category. Try "moederdag" (Mother's Day) or "kerst" (Christmas) for seasonal items.