Crisp Scraper - Dutch Online Grocery & Food Delivery
Pricing
Pay per usage
Crisp Scraper - Dutch Online Grocery & Food Delivery
Scrape products, prices, and recipes from Crisp.nl and Crisp.app. Dutch and Belgian online grocery delivery with fresh, local, and sustainable food. Extract featured products, weekly recipes, and ingredient data.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Crisp Scraper
Scrape products, prices, and recipe ingredients from Crisp.nl and Crisp.app. Crisp is a Dutch and Belgian online grocery delivery service that focuses on fresh, local, and sustainable food sourced directly from farmers, bakers, and artisans.
How it works
Crisp is an app-first grocery platform. Their website embeds product data as window.ssrData JSON in the server-rendered HTML. The scraper parses this embedded data to extract:
- Featured products from the homepage (with prices and images)
- Weekly recipe ingredients from the Weekbox page (with quantities)
- Data from both the Dutch (crisp.nl) and Belgian (crisp.app) markets
No login or cookies required. The scraper reads publicly available data from the website.
Input
| Field | Type | Description |
|---|---|---|
searchQuery | string | Filter products by keyword (e.g., "kaas", "vis", "groenten") |
categoryUrl | string | Specific Crisp page URL to scrape |
maxResults | integer | Limit (default: 100) |
proxyConfiguration | object | Proxy settings |
When no searchQuery or categoryUrl is provided, the scraper defaults to searching for "kaas" across all pages.
Output
| Field | Type | Example |
|---|---|---|
name | string | "Cherry trostomaten" |
brand | string | "Crisp" |
price | number | 3.29 |
currency | string | "EUR" |
pricePerUnit | string | Per unit price if available |
originalPrice | number | Price before discount |
inStock | boolean | true |
url | string | Source page URL |
imageUrl | string | Product image |
description | string | "Veel verser dan elders" |
category | string | "featured" or "weekbox-ingredient" |
weight | string | "500 g" |
origin | string | Producer or farm info |
organic | boolean | Organic certification status |
allergens | string | Allergen info |
nutritionInfo | string | Nutritional details |
market | string | "nl" or "be" |
Markets
| Market | Domain | Country |
|---|---|---|
| nl | crisp.nl | Netherlands |
| be | crisp.app | Belgium |
Both markets are scraped by default. The Belgian market may have slightly different prices and product names (e.g., "plattekaas" instead of "kwark").
Data sources
The scraper extracts data from two main sections of the Crisp website:
- Homepage featured products -- curated selection with name, price, subtitle, and image
- Weekbox recipes -- weekly meal kit ingredients with product names and quantities
Note: Crisp's full product catalog is only accessible through their mobile app. The website provides a curated subset of their assortment.
Cost
Very efficient. The scraper makes only 4 HTTP requests (homepage + weekbox for each market). Typical cost is under $0.01 per run.
Why use Crisp Scraper
- Market research -- Monitor Crisp's product assortment and pricing trends
- Competitive intelligence -- Compare Crisp prices against other Dutch grocery services
- Recipe analysis -- Track which ingredients appear in weekly meal kits
- Food trends -- Analyze seasonal product rotation and featured items
- Price comparison -- Compare NL vs BE pricing for the same products
- No login or cookies required -- Works out of the box with publicly available data
How to use Crisp Scraper
- Open the Input tab and optionally provide a search query to filter products
- Adjust optional settings like
maxResultsor proxy configuration - Click Start and wait for the run to complete
- Download results from the Output tab in JSON, CSV, Excel, XML, or HTML
- Schedule recurring runs from the Schedule tab if you need ongoing data
How to scrape Crisp data
This Actor automates the process of extracting structured product data from Crisp. You can run it directly from the Apify console, the Apify API, or any of the official SDKs (JavaScript, Python). The scraper handles retries and proxy rotation so you can focus on the data, not the plumbing.
Typical workflows:
- One-off export: set a search query or leave empty for all available products, run once
- Scheduled monitoring: set a daily cron in the Schedule tab to track prices over time
- Programmatic integration: trigger runs from your backend via the Apify API and pull the dataset when finished
- Webhook automation: receive a callback the moment a run completes and pipe the results into Zapier, Make, n8n, BigQuery, or Google Sheets
- NL vs BE comparison: the scraper covers both markets, making cross-border price analysis straightforward
Tips for best results
- Start small -- run with
maxResults: 10before launching large jobs - Use proxies -- residential proxies with NL country code reduce blocking risk
- Empty search -- leave
searchQueryempty to get all available products - Keyword filter -- use Dutch keywords like
"groenten","fruit","vlees","zuivel" - Schedule runs -- daily or weekly runs capture Crisp's rotating assortment
FAQ and support
Is it legal to scrape Crisp? This Actor extracts publicly available data from the Crisp website. Always review the website's Terms of Service before scraping at scale, and respect rate limits.
Why are there fewer products than expected? Crisp is an app-first platform. Their website only showcases a curated selection of products. The full catalog (1000+ items) is only available through the Crisp mobile app.
Can I get the full Crisp catalog? The website provides featured products and weekly recipe ingredients. For the full catalog, the Crisp mobile app would need to be used.
What is the Weekbox? Crisp's Weekbox is a weekly meal kit with pre-selected recipes and ingredients. The scraper extracts all ingredients from the current week's recipes.
Why do some products have price 0? Weekbox recipe ingredients are listed by name and quantity but don't have individual prices on the website. Only the featured homepage products have prices.
For issues, feature requests, or bug reports, open a ticket in the Issues tab on the Actor page or contact support@apify.com. We monitor every actor and ship fixes quickly when sites change.