# SK Škrlj — Industrial Equipment Product Catalog > Škrlj d.o.o. (brand: SK Škrlj) is a Slovenian manufacturer of industrial equipment, > components, and solutions. This portal hosts the public product catalog with technical > descriptions, specifications, and images. Catalog content is available in five languages: > Slovenian, English, German, Italian, and French. ## Catalog pages - [Product catalog](https://portal.sk-skrlj.com/catalog): browse all publicly listed products. - [Sitemap](https://portal.sk-skrlj.com/sitemap.xml): every catalog and product URL, with hreflang language alternates. Individual products live at `https://portal.sk-skrlj.com/catalog/{materialNumber}` (for example `https://portal.sk-skrlj.com/catalog/103593`). Each product page includes schema.org `Product` JSON-LD. Language variants use a path prefix — `https://portal.sk-skrlj.com/{lang}/catalog/{materialNumber}` where `{lang}` is `sl`, `de`, `it`, or `fr`. English uses no prefix. ## Structured-data API (preferred over scraping HTML) For programmatic access, query these JSON endpoints directly instead of parsing pages: - Product detail — `GET https://portal.sk-skrlj.com/public-api/v1/catalog/{materialNumber}/{lang}/` Example: `https://portal.sk-skrlj.com/public-api/v1/catalog/103593/en/` Returns the localized name, description, images, stock flag, and specifications. - Product list / search — `POST https://portal.sk-skrlj.com/public-api/v1/catalog/` JSON body: `{"page":1,"perPage":60,"search":"","language":"en","division":10,"filter":{"sliders":{},"checkboxes":{}},"area":"UN"}` Returns a page of products plus the available filter characteristics. - Product images — `GET https://portal.sk-skrlj.com/public-api/v1/catalog/image/{filename}` Supported `{lang}` values: `sl` (Slovenian), `en` (English), `de` (German), `it` (Italian), `fr` (French). ## Company - Škrlj d.o.o., Batuje 90, 5262 Črniče, Slovenia, EU - Website: https://www.sk-skrlj.com - Email: sk@sk-skrlj.com — Phone: +386 5 364 35 00 ## Notes - Prices and ordering require authentication and are not available anonymously. - Paths under `/admin`, `/api/`, and the login endpoints are not intended for crawling.