123inkt Scraper — Dutch Office Supplies & Printer Ink
Pricing
Pay per event
123inkt Scraper — Dutch Office Supplies & Printer Ink
Scrape products, prices, and details from 123inkt.nl. Netherlands' leading online retailer for printer ink, toner, office supplies, and electronics.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Studio Amba
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
21 days ago
Last modified
Categories
Share
123inkt Scraper
Extract product data from 123inkt.nl -- the Netherlands' biggest shop for printer ink, toner, paper, and office supplies.
The scraper visits category pages or search results, follows links to individual product pages, and pulls structured data from JSON-LD markup. It handles pagination automatically via rel="next" links and a ?p= parameter fallback.
Input
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | Array | No | Category or product page URLs (e.g. https://www.123inkt.nl/inktcartridges-c-58.html) |
searchQuery | String | No | Keyword search (e.g. "USB kabel", "Brother toner") |
maxResults | Integer | No | Cap on total products returned (default: 100) |
proxyConfiguration | Object | No | Apify proxy settings |
Without input, it defaults to searching for "inktcartridge".
What you get back
| Field | Type | Example |
|---|---|---|
name | String | "HP 305 Inktcartridge Zwart" |
brand | String | "HP" |
price | Number | 14.99 |
currency | String | "EUR" |
originalPrice | Number | 17.99 |
sku | String | "3YM61AE" |
ean | String | "0192545600361" |
inStock | Boolean | true |
rating | Number | 4.7 |
reviewCount | Number | 312 |
url | String | Full product page URL |
imageUrl | String | Primary product image |
imageUrls | Array | All gallery images |
category | String | "Inkt > HP Inkt" (from breadcrumbs) |
description | String | Product description text |
scrapedAt | String | ISO 8601 timestamp |
Sample JSON
{"name": "HP 305 Inktcartridge Zwart","brand": "HP","price": 14.99,"originalPrice": 17.99,"currency": "EUR","sku": "3YM61AE","ean": "0192545600361","inStock": true,"rating": 4.7,"reviewCount": 312,"url": "https://www.123inkt.nl/product/hp-305-inktcartridge-zwart-3YM61AE-i4302847.html","imageUrl": "https://www.123inkt.nl/image/HP_305_Inktcartridge_Zwart.jpg","category": "Inkt > HP Inkt","scrapedAt": "2026-03-15T10:30:00.000Z"}
Running costs
CheerioCrawler, HTTP-only, no browser. Roughly 0.5 compute units per 1,000 products -- that's about $0.25.
Good to know
- Product URLs on 123inkt typically contain
/product/or end with.html - The scraper auto-detects whether a start URL points to a product or a category
- Breadcrumb categories skip "Home" and "123inkt.nl" for a clean path
- Max concurrency is set to 5 to stay polite