SYSTEM all green source igus.com queue 12,492 parts p99 latency 312ms dataflirt.com · scraper/igus-com
RUN · 14 active pipelines · igus.com live

Igus technical data,
at warehouse scale.

We extract part numbers, tribological specifications, CAD metadata, and pricing from Igus configurators. Delivered as clean JSON, CSV, or Parquet to S3, BigQuery, or Snowflake on your cadence.

Parts extracted
1.2M /month
Configurator states
850K /run
CAD metadata records
450K /run
Active pipelines
14
Uptime
99.98%
Data Dictionary

Every field we extract from igus.com

Structured, schema-consistent data across all major object types — delivered clean, typed, and ready to query.

Complete list of extractable fields for iglidur Bearings objects from igus.com. All fields typed and schema-versioned.

part_numbermaterialinner_diameterouter_diameterwidthmax_dynamic_loadmax_static_loadmax_speed_rotatingmax_speed_lineartemperature_mintemperature_maxfriction_coefficient
iglidur_bearings
● 200 OK
"part_number": "G300-0506-06",
"material": "iglidur G",
"inner_diameter": 5.0,
"outer_diameter": 6.0,
"width": 6.0,
"max_dynamic_load": 12.5,
"temperature_max": 130.0,
"friction_coefficient": 0.08
# part_numbermaterialinner_diameterouter_diameterwidthmax_dynamic_load
1
2
3

Complete list of extractable fields for chainflex Cables objects from igus.com. All fields typed and schema-versioned.

part_numbercore_countcross_sectionouter_diameterbend_radiusnominal_voltagetest_voltagetemperature_rangejacket_materialoil_resistanceflame_retardant
chainflex_cables
● 200 OK
"part_number": "CF5-05-02",
"core_count": 2,
"cross_section": 0.5,
"outer_diameter": 5.5,
"bend_radius": 38.5,
"nominal_voltage": "300/500V",
"jacket_material": "PVC",
"oil_resistance": "oil-resistant"
# part_numbercore_countcross_sectionouter_diameterbend_radiusnominal_voltage
1
2
3

Complete list of extractable fields for e-chain Systems objects from igus.com. All fields typed and schema-versioned.

seriespart_numberinner_heightinner_widthouter_widthbend_radiuspitchlinks_per_meterweight_per_metermax_unsupported_length
e-chain_systems
● 200 OK
"series": "E2.1",
"part_number": "E2.15.020.038.0",
"inner_height": 14.4,
"inner_width": 20.0,
"outer_width": 31.5,
"bend_radius": 38.0,
"pitch": 30.5,
"weight_per_meter": 0.35
# seriespart_numberinner_heightinner_widthouter_widthbend_radius
1
2
3

Complete list of extractable fields for drylin Linear Tech objects from igus.com. All fields typed and schema-versioned.

part_numbersystem_typerail_widthcarriage_lengthdynamic_load_capacitystatic_load_capacitymax_speedrail_materialcarriage_materialweight
drylin_linear tech
● 200 OK
"part_number": "WS-10-40",
"system_type": "profile rail",
"rail_width": 40.0,
"carriage_length": 40.0,
"static_load_capacity": 1200.0,
"max_speed": 15.0,
"rail_material": "hard-anodised aluminium",
"weight": 0.45
# part_numbersystem_typerail_widthcarriage_lengthdynamic_load_capacitystatic_load_capacity
1
2
3

Complete list of extractable fields for Configurator Output objects from igus.com. All fields typed and schema-versioned.

base_partselected_optionsgenerated_part_numberpricecurrencylead_time_dayscad_metadata_urltotal_weightconfiguration_id
configurator_output
● 200 OK
"base_part": "drylin-ZLW",
"selected_options": "stroke=500mm,motor=stepper_NEMA17",
"generated_part_number": "ZLW-1040-02-B-500",
"price": 345.5,
"currency": "EUR",
"lead_time_days": 3,
"total_weight": 2.1,
"configuration_id": "CONF-8921-A"
# base_partselected_optionsgenerated_part_numberpricecurrencylead_time_days
1
2
3

Capabilities

Extract parametric data without the manual clicking

Igus hides its most valuable data behind complex JavaScript configurators and nested specification tables. Our pipeline interacts with these interfaces programmatically, extracting exact parameters across thousands of permutations.

Configurator State Extraction

We automate the selection of strokes, materials, and motor types in Igus configurators to extract generated part numbers and pricing for exact custom assemblies.

Tribological Specifications

Extract friction coefficients, wear rates, and load capacities from iglidur bearing data tables, mapped to specific material formulations.

CAD Metadata Parsing

Capture 3D model metadata, bounding box dimensions, and STEP file reference URLs generated by the Igus CAD viewer.

e-chain Parametric Data

Scrape inner dimensions, bend radii, pitch, and unsupported length graphs for every link configuration in the e-chain catalogue.

chainflex Cable Matrix

Extract core counts, cross-sections, test voltages, and jacket material properties across the entire chainflex product line.

Public Pricing & Lead Times

Capture list prices, volume discount tiers, and estimated dispatch times for standard catalogue items and configured assemblies.

Cross-Reference Mapping

Extract Igus equivalent part numbers for competitor components where cross-reference tools are available.

Multi-Region Support

Scrape igus.com, igus.de, igus.in, and other regional domains to track localized pricing, stock, and metric-to-imperial conversions.

Change Detection

Run continuous pipelines that detect changes in technical specifications, discontinued parts, or price updates.

// engagement pipeline

From product family to warehouse record

Brief in. Clean data out.

Define Scope
d 0

Provide target product families (e.g., drylin, iglidur) or configurator parameters. We design the extraction schema together.

Pipeline Build
d 2–4

We configure Playwright crawlers to navigate Igus configurators, handle JS rendering, and parse complex technical tables.

Validation & QA
d 4–6

Schema validation, unit consistency checks, and outlier detection before full launch.

Delivery
ongoing

JSON / CSV / Parquet pushed to your S3 bucket, BigQuery dataset, or Snowflake stage on agreed cadence.

Under the hood

How our Igus pipeline handles the hard parts

Extracting data from B2B industrial sites requires interacting with complex, stateful web applications. Here is how we build pipelines for Igus.

pipeline-monitor · igus.com · live ● active
// fingerprinting
Identity rotation
TLS fingerprintrandomised
User-agentrotated
IP poolresidential
Challenges blocked0
// pagination
Page coverage
48,291 pages queued running
// observability
Pipeline health
99.9%
uptime
142ms
p99 lat
0.3%
null rate
2
alerts
JavaScript configurators
Stateful Playwright execution

Igus product configurators are complex single-page applications. We run full Playwright browser sessions to programmatically inject parameters, wait for background calculation requests, and extract the resulting DOM state.

Tabular data parsing
Normalised specification extraction

Technical data on Igus is often buried in complex HTML tables with merged cells and dynamic column headers. Our parsers flatten this data into strictly typed, normalised key-value pairs suitable for relational databases.

Unit conversion
Standardised metric and imperial outputs

Depending on the regional site, Igus displays data in metric or imperial units. We capture the raw value and unit, and provide normalised conversion fields in the final output schema.

Session management
Cookie and token preservation

Interacting with the CAD generator and pricing API requires maintaining valid session tokens across multiple requests. Our infrastructure handles token lifecycle and cookie injection automatically.

Rate limiting
Respectful concurrency controls

Industrial sites often have strict rate limits on their configurator APIs. We manage request concurrency and implement exponential backoff to ensure reliable extraction without triggering firewall blocks.

Applications

Who uses Igus data — and how

Teams across industries use igus.com data to build competitive products and smarter operations.

01
Digital Twin Modelling

Engineering software companies ingest Igus CAD metadata and kinematic limits to populate component libraries in simulation tools.

02
Procurement Automation

Supply chain teams track public pricing and lead times to optimise purchasing decisions across global manufacturing facilities.

03
Competitor Cross-Referencing

MRO distributors map Igus part numbers against alternative brands to offer drop-in replacements for linear bearings and cables.

04
Internal Master Data Management

Enterprise manufacturers enrich their ERP systems with accurate, up-to-date technical specifications directly from the manufacturer.

05
Predictive Maintenance Models

Data science teams use extracted wear rates and load capacities to train models predicting component failure in industrial machinery.

06
Market Intelligence

Industry analysts monitor the introduction of new materials and product lines to gauge trends in motion plastics and automation.

Why DataFlirt

"Igus holds the industry's most comprehensive dataset on motion plastics and tribological properties — but extracting it requires parsing complex parametric configurators."

Most data extraction tools fail on B2B configurators. They cannot handle the stateful JavaScript interactions required to generate custom part numbers, calculate load limits, or render CAD metadata. DataFlirt engineers custom Playwright interactions to navigate these applications, extracting structured technical data at scale while you focus on engineering.

Technical Spec

Igus scraper — technical capabilities

Everything supported by our igus.com scraper — rendered SPA elements, auth walls, rate-limit evasion and beyond.

JavaScript rendering
Full Playwright sessions — required for configurators and CAD viewers
Supported
Configurator state extraction
Programmatic interaction with drylin and e-chain configurators
Supported
Multi-region support
Extraction across igus.com, igus.de, igus.in, and regional variants
Supported
Table normalisation
Flattening complex HTML specification tables into typed JSON
Supported
Unit standardisation
Capture of raw units with optional metric/imperial conversion
Supported
Change detection (diffs)
Hash-based diff: only emit records with changed technical specs
Supported
Webhook delivery
HTTP POST per record or batch — useful for ERP integration
Supported
B2B contracted pricing
Customer-specific discount tiers require authenticated corporate accounts
Partial
Direct CAD file downloads
Native STEP/IGES file downloads often require a verified login session
Partial
Infrastructure

Infrastructure powering the Igus pipeline

Open-source tooling on proven cloud infra — no vendor lock-in, full observability.

ScrapyPlaywrightPython 3.12RedisPostgreSQLApache AirflowAWS LambdaS3CloudWatch2CaptchaCapSolverResidential ProxiesDockerKubernetesGrafanaPrometheus
Scrapy + Playwright Stack

Scrapy handles crawl orchestration and deduplication. Playwright handles the heavy lifting of stateful configurator interactions and background API request interception.

Proxy Infrastructure

We maintain pools of datacenter and residential proxies. Rotation happens per-request with sticky sessions required for multi-step configurator workflows.

Cloud-Native Orchestration

Pipelines run on AWS ECS. Airflow handles scheduling, dependency management, and SLA alerting. All state stored in managed Postgres.

Output & Delivery

Your data, your destination

Data delivered to where your team already works — no new tooling required.

JSON
Newline-delimited or nested — ideal for complex configurator states
CSV
Flat file with typed columns — standard for ERP ingestion
XLS
Excel format for procurement and engineering teams
Parquet
Columnar format for BigQuery, Snowflake, Athena
AWS S3
Direct bucket delivery — compatible with any data lake
Webhook
HTTP POST per record for real-time downstream processing
API
REST endpoint to query extracted catalogue data
PostgreSQL
Upsert into your existing schema with conflict resolution
S3
Direct bucket delivery — compatible with any data lake
// faq

Common questions.

About igus.com scraping, legality, and pipeline operations.

Ask us directly →
Is scraping Igus legal?

Scraping publicly available technical specifications and public pricing from Igus is generally permissible under applicable law. DataFlirt targets only public, non-authenticated technical data. We do not circumvent authentication walls for proprietary CAD downloads or B2B contracted pricing. Clients should review Igus ToS and consult legal counsel for specific use cases.

Can you extract data from the Igus configurators?

Yes. We use Playwright to programmatically interact with the configurators, inputting specific parameters (e.g., stroke length, motor type) and extracting the resulting part numbers, technical specifications, and pricing.

Do you download the actual CAD files?

We extract the CAD metadata and configuration parameters. Direct downloading of STEP or IGES files often requires an authenticated user session, which falls outside our standard unauthenticated pipeline scope.

How do you handle complex specification tables?

Our parsers are custom-built to flatten nested HTML tables, handling merged cells and dynamic headers to produce clean, normalised key-value pairs for every part number.

Which regional Igus domains do you support?

We support extraction from any regional domain (e.g., igus.com, igus.de, igus.in, igus.co.uk) to capture localized pricing and metric/imperial variations.

Can I request a sample dataset before committing?

Absolutely. We provide a sample run of up to 500 part numbers or 50 configurator permutations as part of the pre-engagement scoping process to validate schema fit and data quality.

$ dataflirt scope --new-project --source=igus.com ready

Tell us what
to extract.
We do the rest.

20-minute scoping call. Pilot dataset within the week. Production within two. Whether you need a one-off catalogue export or a continuous feed of configurator outputs — we scope, build, and operate the pipeline. Tell us what you need.

hello@dataflirt.com · Bengaluru · IST · typical reply < 4h
Related Scrapers

More in industrial and mro

Services

Data Extraction for Every Industry

View All Services →