SYSTEM all green source tme.eu queue 12,841 pages p99 latency 185ms dataflirt.com · scraper/tme-eu
RUN * 112 active pipelines * tme.eu live

TME component data,
at warehouse scale.

We extract parametric specifications, volume pricing tiers, real-time stock levels, and compliance data from TME.eu. Delivered as clean JSON, CSV, or Parquet to S3, BigQuery, or Snowflake on your cadence.

Components extracted
1.2M /run
Price updates
4.8M /24h
Datasheets indexed
850K /run
Active pipelines
112
Uptime
99.98%
Data Dictionary

Every field we extract from tme.eu

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

Complete list of extractable fields for Component Listings objects from tme.eu. All fields typed and schema-versioned.

tme_symbolmanufacturermanufacturer_part_numberdescriptioncategory_pathrohs_statusproduct_page_urlimage_urldatasheet_urllifecycle_status
component_listings
● 200 OK
"tme_symbol": "NE555P",
"manufacturer": "TEXAS INSTRUMENTS",
"manufacturer_part_number": "NE555P",
"category_path": "Semiconductors > Integrated Circuits > Timers",
"rohs_status": "Compliant",
"lifecycle_status": "Active",
"datasheet_url": "https://www.tme.eu/Document/ne555p.pdf"
# tme_symbolmanufacturermanufacturer_part_numberdescriptioncategory_pathrohs_status
1
2
3

Complete list of extractable fields for Tiered Pricing objects from tme.eu. All fields typed and schema-versioned.

tme_symbolcurrencyqty_tier_1price_tier_1qty_tier_2price_tier_2qty_tier_3price_tier_3vat_rateprice_timestamp
tiered_pricing
● 200 OK
"tme_symbol": "NE555P",
"currency": "EUR",
"qty_tier_1": 1,
"price_tier_1": 0.45,
"qty_tier_2": 10,
"price_tier_2": 0.38,
"qty_tier_3": 100,
"price_tier_3": 0.29,
"vat_rate": 23.0
# tme_symbolcurrencyqty_tier_1price_tier_1qty_tier_2price_tier_2
1
2
3

Complete list of extractable fields for Parametric Specs objects from tme.eu. All fields typed and schema-versioned.

tme_symbolparameter_nameparameter_valueparameter_unitmounting_typepackage_caseoperating_temperature_minoperating_temperature_maxtolerancevoltage_rating
parametric_specs
● 200 OK
"tme_symbol": "CC0805KRX7R9BB104",
"parameter_name": "Capacitance",
"parameter_value": "100",
"parameter_unit": "nF",
"mounting_type": "SMD",
"package_case": "0805",
"tolerance": "10%",
"voltage_rating": "50V"
# tme_symbolparameter_nameparameter_valueparameter_unitmounting_typepackage_case
1
2
3

Complete list of extractable fields for Stock & Logistics objects from tme.eu. All fields typed and schema-versioned.

tme_symbolwarehouse_stockdispatch_timemin_order_qtystandard_pack_qtyweight_gtariff_numbercountry_of_origineccn_code
stock_& logistics
● 200 OK
"tme_symbol": "NE555P",
"warehouse_stock": 14500,
"dispatch_time": "24h",
"min_order_qty": 1,
"standard_pack_qty": 50,
"weight_g": 1.2,
"tariff_number": "85423990",
"country_of_origin": "MY"
# tme_symbolwarehouse_stockdispatch_timemin_order_qtystandard_pack_qtyweight_g
1
2
3

Complete list of extractable fields for Alternatives & Accessories objects from tme.eu. All fields typed and schema-versioned.

tme_symbolalternative_symbolsaccessory_symbolsmating_connector_symbolsrelated_toolsmanufacturer_aliasescross_reference_typescraped_at
alternatives_& accessories
● 200 OK
"tme_symbol": "NE555P",
"alternative_symbols": "['LM555CN', 'SA555P']",
"accessory_symbols": "['DIP8-SOCKET']",
"cross_reference_type": "Drop-in replacement",
"scraped_at": "2026-05-12T09:14:33Z",
"mating_connector_symbols": "[]"
# tme_symbolalternative_symbolsaccessory_symbolsmating_connector_symbolsrelated_toolsmanufacturer_aliases
1
2
3

Capabilities

Everything you need from TME.eu - nothing you do not

Our TME scraper handles the entire component catalogue: deep parametric filtering, dynamic tiered pricing, real-time stock indicators, and compliance documentation.

Full Component Extraction

Manufacturer part numbers, descriptions, high-resolution images, and lifecycle status extracted across all product categories.

Tiered Pricing Capture

Extract volume discount tables, currency handling, and VAT rates based on specific regional settings.

Real-Time Stock Tracking

Monitor warehouse inventory levels, dispatch estimates, standard pack quantities, and minimum order requirements.

Parametric Specification Mining

Extract and normalise technical parameters like capacitance, resistance, tolerance, and operating temperature.

Compliance & Regulatory Data

Capture RoHS status, REACH compliance, tariff numbers, and country of origin for import/export compliance.

Datasheet Indexing

Extract direct PDF URLs mapped to manufacturer part numbers for automated document retrieval.

Cross-Reference Mapping

Identify drop-in replacements, alternative components, and required accessories linked by TME.

Category Tree Traversal

Navigate deeply nested taxonomy across passive components, semiconductors, connectors, and automation equipment.

Multi-Region Support

Configure extraction for specific European markets to capture accurate regional pricing and stock availability.

// engagement pipeline

From MPN list to warehouse record

Brief in. Clean data out.

Define Scope
d 0

Provide MPN lists, category URLs, keyword sets, or manufacturer filters. We design the extraction schema together.

Pipeline Build
d 2–4

We configure Scrapy / Playwright crawlers, proxy rotation, session management, and anti-bot handling for tme.eu.

Validation & QA
d 4–6

Schema validation, null-rate checks, price-outlier detection, and sample component data 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 TME pipeline handles the hard parts

B2B component distributors use complex category structures and strict bot protection. Here is how we extract data reliably.

pipeline-monitor · tme.eu · 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
Anti-bot layer
Residential proxy rotation and fingerprint spoofing

TME employs strict rate limiting and bot detection. Our crawlers use residential ISP proxies with realistic browser fingerprints, randomised request timing, and full cookie session management to maintain access.

Tiered pricing logic
Extracting dynamic HTML tables

Volume pricing on TME is rendered dynamically based on user session and region. We parse these complex table structures into flat, queryable JSON arrays, capturing every quantity tier and corresponding unit price.

Parametric normalisation
Handling inconsistent unit formatting

Component specifications often mix units (e.g., 100nF vs 0.1uF). We extract the raw string exactly as presented by TME, allowing your downstream engineering teams to apply consistent conversion logic.

Change detection
Only re-scrape what has changed

For large component catalogues, we maintain a hash index of last-seen values per field. Subsequent runs only push diffs. This reduces compute cost, storage bloat, and downstream processing load.

Monitoring and alerting
24/7 pipeline health with anomaly detection

Every run emits structured logs to our observability stack. We alert on null-rate spikes, price outliers, schema drift, and coverage drops. We respond before you notice.

Applications

Who uses TME data - and how

Teams across industries use tme.eu data to build competitive products and smarter operations.

01
Supply Chain Optimisation

Electronics manufacturers monitor warehouse stock levels and lead times to prevent production line stoppages.

02
Competitor Price Monitoring

Distributors track volume pricing tiers across the TME catalogue to adjust their own B2B pricing strategies.

03
Bill of Materials (BOM) Costing

Engineering teams automate BOM cost estimation by querying real-time component prices and minimum order quantities.

04
Component Cross-Referencing

Procurement teams build internal databases of alternative parts and drop-in replacements to mitigate supply chain risks.

05
Market Share Analysis

Component manufacturers track their product visibility, stock depth, and pricing positioning against competitors on the TME platform.

06
Procurement Automation

ERP systems ingest daily pricing and availability feeds to automatically trigger purchase orders when stock hits critical thresholds.

Why DataFlirt

"TME houses one of the most comprehensive electronic component catalogues in Europe, but extracting structured parametric data requires overcoming complex dynamic tables and strict anti-bot measures."

Most teams underestimate the investment required: reliable TME extraction requires handling deeply nested category trees, parsing dynamic volume pricing tables, managing residential proxies, and extracting thousands of technical parameters. DataFlirt absorbs that complexity so your engineers can focus on analysis.

Technical Spec

TME scraper - technical capabilities

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

JavaScript rendering
Full Playwright sessions required for dynamic pricing tables and stock indicators
Supported
CAPTCHA bypass
Automated CapSolver integration with residential proxy rotation
Supported
Residential proxy rotation
ISP-grade residential IPs from EU pools rotated per request
Supported
Multi-region pricing
Supports specific country and currency contexts via session configuration
Supported
Parametric data extraction
Captures all technical specifications presented on the product page
Supported
PDF datasheet URL capture
Extracts direct links to manufacturer datasheets for document retrieval
Supported
Change detection (diffs)
Hash-based diff to only emit records with changed fields since last run
Supported
Webhook delivery
HTTP POST per record or batch for real-time downstream processing
Supported
Custom negotiated B2B pricing
Gated data requires client account credentials and session authentication
Partial
User purchase history
Historical order data restricted behind user login walls
Partial
Infrastructure

Infrastructure powering the TME 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, deduplication, and retry logic. Playwright handles JavaScript rendering, cookie sessions, and interaction flows. Combined via scrapy-playwright middleware.

Residential Proxy Infrastructure

We maintain pools of residential ISP proxies across EU regions. Rotation happens per-request with sticky sessions where required. IP score monitoring prevents blacklisted pool contamination.

Cloud-Native Orchestration

Pipelines run on AWS Lambda (burst) and ECS (sustained). 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 schema versioned per run
CSV
Flat file with typed columns for spreadsheet compatibility
XLS
Excel format for business analyst workflows
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 latest scraped state on demand
PostgreSQL
Upsert into your existing schema with conflict resolution
S3
Direct bucket delivery — compatible with any data lake
// faq

Common questions.

About tme.eu scraping, legality, and pipeline operations.

Ask us directly →
Is scraping TME legal?

Scraping publicly available information from TME is generally permissible under applicable law. DataFlirt targets only public, non-authenticated component, pricing, and stock data. We do not extract personal data or circumvent authentication walls.

How do you handle TME's anti-bot systems?

We use residential ISP proxies, full Playwright browser sessions with realistic fingerprints, and request timing modelled on human behaviour. We monitor for rate limit spikes in real time and trigger pool rotation automatically.

Can you extract volume pricing tiers?

Yes. We parse the dynamic pricing tables on TME product pages, extracting every quantity tier and its associated unit price, along with the specified currency and VAT rate.

Do you normalise parametric specifications?

We extract the raw parameter strings exactly as presented by TME. We provide structured key-value pairs (e.g., 'Capacitance': '100nF'), leaving complex unit conversion logic to your downstream systems.

How fresh is the stock data?

Real-time streaming pipelines achieve sub-60-minute latency for stock availability signals on a defined MPN set. Full catalogue refreshes typically run at a daily cadence.

Can I request a sample dataset before committing?

Absolutely. We provide a sample run of up to 500 components or specific category pages as part of the pre-engagement scoping process so you can validate schema fit and data quality.

$ dataflirt scope --new-project --source=tme.eu 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 component catalogue dump or a continuous price-monitoring feed across 1M parts - 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 →