Siemens SiePortal Scraper — Specs & MPN avatar

Siemens SiePortal Scraper — Specs & MPN

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Siemens SiePortal Scraper — Specs & MPN

Siemens SiePortal Scraper — Specs & MPN

Scrape Siemens SiePortal (Industry Mall) by part number (MPN): full specs, lifecycle, document links, accessories & successors. Bypasses Akamai WAF. JSON/CSV export for procurement & engineering teams.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Andrej Kiva

Andrej Kiva

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

11 hours ago

Last modified

Share

Crawloop Siemens Automation Suite — Structured data extraction for Siemens SiePortal (Industry Mall), SIOS, and TED product datasheets. Built for procurement teams, system integrators, and BOM engineering workflows.

Suite hub: github.com/PLCSPS-DEV/siemens-sieportal-automation

DiscoveryEnrichmentSIOS documentsTED datasheets
Catalog CrawlerSiePortal ScraperDocument DownloaderTED Datasheet Downloader
Category ScraperLifecycle TrackerDocument PDF ParserTED Datasheet Parser

Disclaimer: This is an unofficial integration developed independently of Siemens AG. It is not affiliated with, sponsored by, or endorsed by Siemens AG or any of its subsidiaries.

Siemens, SiePortal, SIMATIC, and related names are trademarks of Siemens AG. Product data is read from publicly accessible Siemens web sources only; no proprietary databases are redistributed.

This Actor is provided for informational and research purposes only (e.g. procurement research, BOM audits, internal engineering workflows). You are solely responsible for ensuring your use complies with applicable laws, Siemens website terms of use, and your organization's policies.

No warranty is given as to accuracy, completeness, or continued availability of third-party data. Use at your own risk.

Extract complete Siemens product data from SiePortal (Industry Mall) by part number (MPN): technical specifications, lifecycle status, document links, and related products (accessories, replacements). Designed for procurement databases, ERP enrichment, and engineering review workflows where a single JSON record per MPN is required.

SiePortal is protected by Akamai WAF. This Actor uses stealth browser fingerprinting, dynamic page scrolling for lazy-loaded Angular content, and smart MPN normalization (dashes, case, spacing) to deliver reliable results at scale.

When to use this Actor

Use the SiePortal Scraper when you already have a list of Siemens part numbers and need the full product detail page (PDP) in structured JSON — specifications, lifecycle, SIOS document links, and related products in one dataset.

For bulk lifecycle screening only, use the Lifecycle Tracker first (faster and lower cost). For PDF downloads, use the Document Downloader. For compact TED catalog datasheets, use the TED Datasheet Downloader.

Siemens Automation Pipeline

Phase 1 — Discover MPNs Phase 2 — Screen & enrich Phase 3 — Documents & specs
───────────────────────── ───────────────────────── ─────────────────────────────
Catalog Crawler ──┐
├──► MPN list ──► Lifecycle Tracker ──► SiePortal Scraper ◄── you are here
Category Scraper ──┘ │
┌────────────────────────────┴────────────────────────────┐
│ │
▼ ▼
Document Downloader (SIOS) TED Datasheet Downloader
certificates, manuals, CAD compact catalog PDFs
│ │
▼ ▼
Document PDF Parser TED Datasheet Parser
specs from SIOS PDFs specs from TED PDFs

Key Features

  • Akamai WAF bypass — Reliable extraction without 403 Access Denied errors on SiePortal PDPs.
  • MPN normalization — Accepts part numbers with or without dashes, mixed case, and extra spaces.
  • Complete specifications — EAN, UPC, commodity codes, packaging dimensions, net weight, country of origin, compliance data.
  • Lifecycle data — PLM status (Active Product, Phase-out, Discontinued) and successor suggestions on the full PDP.
  • Document links — Manuals, certificates, and engineering files linked from Siemens Industry Online Support (SIOS).
  • Related products — Accessories, similar products, and compatible components from the PDP.

Input Parameters

ParameterDescriptionDefault
searchTermsRequired. Siemens part numbers (MPNs) to scrape. One per line.
maxResultsPerSearchMax search results per keyword when one MPN matches multiple products.1
proxyConfigurationProxy settings. Apify rotating residential proxies are recommended.

Input Example

{
"searchTerms": [
"6ES7193-6BP00-0DA0",
"6GK7343-1EX30-0XE0"
],
"maxResultsPerSearch": 1,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Output Format

{
"searchTerm": "6ES7193-6BP00-0DA0",
"partNumber": "6ES7193-6BP00-0DA0",
"title": "BaseUnits",
"description": "SIMATIC ET 200SP, BaseUnit BU15-P16+A0+2D, BU type A0, push-in terminals, without aux. terminals, new load group, WxH: 15x 117 mm",
"lifecycleStatus": "Active Product",
"imageUrl": "https://mall.industry.siemens.com/mall/collaterals/files/201/jpg/04/84/P_ST70_XX_05989t.jpg",
"pdpUrl": "https://sieportal.siemens.com/en-nl/products-services/detail/6ES7193-6BP00-0DA0",
"specifications": {
"Article number": "6ES7193-6BP00-0DA0",
"Life cycle status": "Active Product",
"Product family": "BaseUnits",
"EAN": "4025515080855",
"UPC": "040892933574",
"Commodity Code": "85366990",
"Net weight": "0,048 Kg",
"Packaging dimensions (L x W x H)": "12,4 x 4,2 x 2,9 cm",
"Country of origin": "Germany"
},
"documents": [
{
"title": "Equipment Manual BaseUnits (english)",
"category": "Manual",
"url": "https://support.industry.siemens.com/cs/document/110003392/equipment-manual-baseunits-english?lc=en-NL"
}
],
"relatedProducts": [
{
"part_number": "6ES7193-6CP01-2MA0",
"description": "SIMATIC ET 200SP, 5 shield terminals, for BaseUnit",
"url": "https://sieportal.siemens.com/en-nl/products-services/detail/6ES7193-6CP01-2MA0"
}
]
}

Typical Workflow

1. Screen your BOM for obsolete parts

Run the Lifecycle Tracker on your full MPN list. Filter results where isDiscontinued: true or hasSuccessor: true.

2. Pull full details only where it matters

Feed selected MPNs — especially successors[].partNumber values — into this Actor for full specifications. For PDF downloads, use the Document Downloader.

3. Build your migration or procurement dataset

Combine lifecycle results with full PDP output: original MPN lifecycle status, successor MPN, full specs, and documentation URLs — ready for ERP import or engineering review.

BOM (800 MPNs)
Lifecycle Tracker → 52 discontinued, 18 with successors
SiePortal Scraper (18 successor MPNs) → specs, EAN, manuals, accessories

Actor Comparison

TaskSiePortal ScraperLifecycle TrackerDocument Downloader
Full specs, EAN, accessoriesYesNoNo
Bulk lifecycle screeningNoYesNo
Official successor MPNPartialYesNo
Download PDF filesNoNoYes
1,000+ MPN obsolescence auditNoYesNo

Pricing

Pay-per-event billing. You are charged only for successfully delivered dataset items; NOT_FOUND and FAILED rows are not billed.

EventPrice
Actor start$0.05 per run
Scraped product$5.00 / 1,000 results ($0.005 per product)