Skip to the content.

Siemens SiePortal Scraper Suite

Crawloop provides production-grade Apify Actors for Siemens SiePortal (Industry Mall), SIOS, and TED product datasheets — structured JSON and CSV export for procurement teams, system integrators, and BOM engineering workflows.

Extract Siemens part numbers (MPN / MLFB), technical specifications, product lifecycle status, successor replacements, certificates, manuals, and datasheet PDFs — without manual copy-paste from vendor portals.

Browse all Actors on Apify   View source on GitHub


Siemens catalog Actors on Apify

Discovery Enrichment SIOS documents TED datasheets
Catalog Crawler SiePortal Scraper Document Downloader TED Datasheet Downloader
Category Scraper Lifecycle Tracker Document PDF Parser TED Datasheet Parser

Siemens automation pipeline

Phase 1 — Discover MPNs          Phase 2 — Screen & enrich       Phase 3 — Documents & specs

  Catalog Crawler  ──┐
                      ├──► MPN list ──► Lifecycle Tracker ──► SiePortal Scraper
  Category Scraper ──┘                          │
                    ┌───────────────────────────┴───────────────────────────┐
                    ▼                                                       ▼
        Document Downloader (SIOS)                         TED Datasheet Downloader
        certificates, manuals, CAD                          compact catalog PDFs
                    │                                                       │
                    ▼                                                       ▼
        Document PDF Parser                                  TED Datasheet Parser

Which Siemens Apify Actor do I need?

Your goal Actor
Find Siemens part numbers by keyword (6ES, SIMATIC, S7-1200) Catalog Crawler
Export MPNs from a SiePortal category tree Category Scraper
Full specs, lifecycle, document links, accessories by MPN SiePortal Scraper
Bulk BOM lifecycle and successor part numbers Lifecycle Tracker
Download CE / UL / manual PDFs from SIOS Document Downloader
Parse specs from SIOS / manual PDFs Document PDF Parser
Download official TED product datasheet PDF TED Datasheet Downloader
Parse TED PDFs to structured JSON (no browser) TED Datasheet Parser

SIOS vs TED PDF pipelines

Pipeline Source Download Parse
SIOS Manuals, certificates, engineering files Document Downloader Document PDF Parser
TED Industry Mall product datasheet TED Downloader TED Parser

Use cases

Siemens BOM obsolescence audit

Run the Lifecycle Tracker on your full MPN list. Filter discontinued parts and official successors. Enrich replacement parts with the SiePortal Scraper.

Procurement catalog export

Discover Siemens part numbers with the Catalog Crawler or Category Scraper. Export deduplicated MPNs with product detail page URLs for ERP or PIM import.

Compliance documentation

Download certificates and manuals via the Document Downloader. Extract specification tables with the Document PDF Parser.

High-volume TED datasheet extraction

TED Datasheet DownloaderTED Datasheet Parser. HTTP download plus parse-only chain — no browser on the parse step.


Pricing

Pay-per-event on Apify. Billed only for successful results — not for NOT_FOUND or FAILED rows.

Actor group Typical price
SiePortal Scraper, Catalog Crawler, Category Scraper, Lifecycle Tracker, Document Downloader from $5 / 1,000 results
TED Datasheet Downloader $2 / 1,000 PDFs
TED / Document PDF Parser (parse-only) $2 / 1,000 PDFs

Exact pricing is shown on each Actor page before you run.


Quick start

  1. Create a free Apify account.
  2. Open an Actor from the table above.
  3. Paste Siemens part numbers (MPNs) or search keywords.
  4. Download results as JSON, CSV, or PDFs from Key-Value Store.

Lifecycle check example — run on Lifecycle Tracker:

{
  "searchTerms": ["6GK7343-1EX11-0XE0"],
  "locale": "en-nl",
  "maxConcurrency": 1,
  "proxyConfiguration": { "useApifyProxy": true }
}

Full product record — run on SiePortal Scraper:

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

API integration

All Actors support the Apify API and apify-client (Python / JavaScript).

pip install apify-client
from apify_client import ApifyClient

client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("crawloop/siemens-sieportal-product-lifecycle-tracker").call(
    run_input={"searchTerms": ["6GK7343-1EX11-0XE0"], "proxyConfiguration": {"useApifyProxy": True}}
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item["lifecyclePhase"], item.get("successors"))

Frequently asked questions

What is a Siemens SiePortal scraper?

A Siemens SiePortal scraper automates extraction of product data from the Siemens Industry Mall / SiePortal catalog — part numbers, specifications, lifecycle status, and document links — into structured JSON or CSV for downstream ERP, PIM, or analytics systems.

How do I export Siemens part numbers (MPN)?

Use the Catalog Crawler for keyword search (6ES, SIMATIC, …) or the Category Scraper to traverse SiePortal category pages. Both output deduplicated MPN lists with product detail URLs.

How do I check Siemens product lifecycle and successor parts?

The Lifecycle Tracker bulk-checks lifecycle phase (Active, Phase-out, Discontinued) and official successor MPNs — faster and lower cost than scraping full product pages.

Can I download Siemens datasheet PDFs automatically?

Yes. SIOS manuals and certificates: Document Downloader. TED compact catalog datasheets: TED Datasheet Downloader. Parse PDFs to JSON with the matching Parser Actor.

Is this official Siemens software?

No. These are unofficial integrations by Crawloop. Not affiliated with, sponsored by, or endorsed by Siemens AG.


About Crawloop

Crawloop builds Apify Actors for industrial automation catalog data — vendor portals, part numbers, lifecycle, documents, and structured specs. Part of a growing suite covering Siemens, Rockwell Allen-Bradley, and other OEM catalogs.

Custom enterprise Actors or scheduled runs: contact via Apify Store or open an issue.


Disclaimer: Unofficial integrations developed independently of Siemens AG. Not affiliated with, sponsored by, or endorsed by Siemens AG or its subsidiaries. Siemens, SiePortal, SIMATIC, and related names are trademarks of Siemens AG. Product data is read from publicly accessible Siemens web sources only. Provided for informational and research purposes only. You are responsible for compliance with applicable laws and Siemens terms of use. No warranty; use at your own risk.