Crisp Scraper - Dutch Online Grocery & Food Delivery avatar

Crisp Scraper - Dutch Online Grocery & Food Delivery

Pricing

Pay per usage

Go to Apify Store
Crisp Scraper - Dutch Online Grocery & Food Delivery

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

Studio Amba

Maintained by Community

Actor 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

FieldTypeDescription
searchQuerystringFilter products by keyword (e.g., "kaas", "vis", "groenten")
categoryUrlstringSpecific Crisp page URL to scrape
maxResultsintegerLimit (default: 100)
proxyConfigurationobjectProxy settings

When no searchQuery or categoryUrl is provided, the scraper defaults to searching for "kaas" across all pages.

Output

FieldTypeExample
namestring"Cherry trostomaten"
brandstring"Crisp"
pricenumber3.29
currencystring"EUR"
pricePerUnitstringPer unit price if available
originalPricenumberPrice before discount
inStockbooleantrue
urlstringSource page URL
imageUrlstringProduct image
descriptionstring"Veel verser dan elders"
categorystring"featured" or "weekbox-ingredient"
weightstring"500 g"
originstringProducer or farm info
organicbooleanOrganic certification status
allergensstringAllergen info
nutritionInfostringNutritional details
marketstring"nl" or "be"

Markets

MarketDomainCountry
nlcrisp.nlNetherlands
becrisp.appBelgium

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:

  1. Homepage featured products -- curated selection with name, price, subtitle, and image
  2. 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

  1. Open the Input tab and optionally provide a search query to filter products
  2. Adjust optional settings like maxResults or proxy configuration
  3. Click Start and wait for the run to complete
  4. Download results from the Output tab in JSON, CSV, Excel, XML, or HTML
  5. 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: 10 before launching large jobs
  • Use proxies -- residential proxies with NL country code reduce blocking risk
  • Empty search -- leave searchQuery empty 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.