123inkt Scraper — Dutch Office Supplies & Printer Ink avatar

123inkt Scraper — Dutch Office Supplies & Printer Ink

Pricing

Pay per event

Go to Apify Store
123inkt Scraper — Dutch Office Supplies & Printer Ink

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

Studio Amba

Maintained by Community

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

FieldTypeRequiredDescription
startUrlsArrayNoCategory or product page URLs (e.g. https://www.123inkt.nl/inktcartridges-c-58.html)
searchQueryStringNoKeyword search (e.g. "USB kabel", "Brother toner")
maxResultsIntegerNoCap on total products returned (default: 100)
proxyConfigurationObjectNoApify proxy settings

Without input, it defaults to searching for "inktcartridge".

What you get back

FieldTypeExample
nameString"HP 305 Inktcartridge Zwart"
brandString"HP"
priceNumber14.99
currencyString"EUR"
originalPriceNumber17.99
skuString"3YM61AE"
eanString"0192545600361"
inStockBooleantrue
ratingNumber4.7
reviewCountNumber312
urlStringFull product page URL
imageUrlStringPrimary product image
imageUrlsArrayAll gallery images
categoryString"Inkt > HP Inkt" (from breadcrumbs)
descriptionStringProduct description text
scrapedAtStringISO 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