Sick Sensor Intelligence Parts Scraper
Pricing
Pay per usage
Sick Sensor Intelligence Parts Scraper
Scrapes the complete SICK AG product catalog by category. Returns article numbers, type codes, product URLs, images, phase-out status, successor parts, and eCl@ss/ETIM classification codes for every orderable product variant. Supports all 10 major product categories.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Muhammad Humza Masoom
Actor stats
0
Bookmarked
3
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Extract the complete product catalog from SICK AG — one of the world's leading manufacturers of industrial sensors and automation solutions. This Actor scrapes all product variants from any SICK product category and returns structured data including article numbers, classifications, phase-out status, and more.
What does this Actor do?
SICK's website lists hundreds of product variants per category but provides no public API or bulk export. This Actor replicates the internal search API calls the website makes, paginates through every page of results automatically, and delivers a clean, structured dataset — no manual browsing required.
It is designed for:
- Procurement teams looking up spare parts, article numbers, and successor products
- ERP / inventory systems needing bulk product data imports
- Engineers researching SICK product families and classifications (eCl@ss, ETIM)
- Distributors maintaining up-to-date SICK product listings
Input
| Field | Type | Required | Default |
|---|---|---|---|
categoryId | String (dropdown) | Yes | g576773 |
Select a product category from the dropdown. The available categories are:
| Category Name | ID |
|---|---|
| Detection sensors | g568257 |
| Distance sensors | g576773 |
| Safety | g568264 |
| LiDAR and radar sensors | g576776 |
| Machine vision and identification | g569794 |
| Motion control sensors | g576775 |
| Process sensors | g576774 |
| Network and connection technology | g568265 |
| Accessories | g568263 |
| All products | g568268 |
Output
Each item in the dataset represents one orderable product variant. Example record:
{"Manufacturer": "SICK","Product_Name": "OD200","Type_Code": "OD200-1101W15","Article_Number": "6086982","Product_URL": "https://www.sick.com/de/de/catalog/...","Product_Image": "https://cdn.sick.com/media/...","Phase_Status": "ACTIVE","Successor_Article": null,"eClass_Version": "eCl@ss 5.1.4","eClass_ID": "27-27-06-02","ETIM_Version": "ETIM 7.0","ETIM_ID": "EC002715"}
Field descriptions
| Field | Description |
|---|---|
Manufacturer | Always SICK |
Product_Name | Commercial product family name |
Type_Code | Full type designation (order code) |
Article_Number | Unique SICK article number for ordering |
Product_URL | Direct link to the product detail page on sick.com |
Product_Image | URL of the primary product image |
Phase_Status | Lifecycle status — e.g. ACTIVE, PHASE_OUT, DISCONTINUED |
Successor_Article | Article number(s) of the recommended replacement, or null if active |
eClass_Version | Highest eCl@ss version available for this product |
eClass_ID | eCl@ss classification code |
ETIM_Version | Highest ETIM version available for this product |
ETIM_ID | ETIM class code |
Scale
| Category | Approx. products |
|---|---|
| Distance sensors | ~580 |
| Detection sensors | ~2,000+ |
| All products | ~8,000+ |
A typical single-category run completes in 2–4 minutes and costs well under $0.05 of compute.
Export formats
Results can be exported directly from the Apify dataset as:
- JSON
- CSV (opens in Excel / Google Sheets)
- XLSX
- XML
- RSS
Use cases
Find a replacement for a discontinued part
Run the Actor on the relevant category, filter by Phase_Status: PHASE_OUT or DISCONTINUED, and check the Successor_Article field for the recommended replacement.
Build a SICK product database
Run the Actor once per category and merge the results into a single product master file. Schedule it monthly to keep data fresh.
eCl@ss / ETIM classification lookup
The Actor extracts the highest available eCl@ss and ETIM version for each product, useful for ERP systems that require standardized classification codes.
Notes
- Data is sourced from the German SICK catalog (
sick.com/de/de) which is the most complete product listing - The Actor uses browser-level TLS fingerprinting (
curl_cffi) to replicate normal browser requests — no login or API key is required - Phase-out and successor information reflects the live state of the SICK website at the time of the run
About SICK AG
SICK AG is a German manufacturer of sensors, safety systems, and automatic identification products for industrial automation. Founded in 1946 and headquartered in Waldkirch, Germany, SICK operates in over 75 countries. Learn more at sick.com.