Sick Sensor Intelligence Parts Scraper avatar

Sick Sensor Intelligence Parts Scraper

Pricing

Pay per usage

Go to Apify Store
Sick Sensor Intelligence Parts Scraper

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

Muhammad Humza Masoom

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

2 days ago

Last modified

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

FieldTypeRequiredDefault
categoryIdString (dropdown)Yesg576773

Select a product category from the dropdown. The available categories are:

Category NameID
Detection sensorsg568257
Distance sensorsg576773
Safetyg568264
LiDAR and radar sensorsg576776
Machine vision and identificationg569794
Motion control sensorsg576775
Process sensorsg576774
Network and connection technologyg568265
Accessoriesg568263
All productsg568268

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

FieldDescription
ManufacturerAlways SICK
Product_NameCommercial product family name
Type_CodeFull type designation (order code)
Article_NumberUnique SICK article number for ordering
Product_URLDirect link to the product detail page on sick.com
Product_ImageURL of the primary product image
Phase_StatusLifecycle status — e.g. ACTIVE, PHASE_OUT, DISCONTINUED
Successor_ArticleArticle number(s) of the recommended replacement, or null if active
eClass_VersionHighest eCl@ss version available for this product
eClass_IDeCl@ss classification code
ETIM_VersionHighest ETIM version available for this product
ETIM_IDETIM class code

Scale

CategoryApprox. 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.