Siemens Document Downloader — SIOS PDFs avatar

Siemens Document Downloader — SIOS PDFs

Pricing

from $25.00 / 1,000 downloaded pdfs

Go to Apify Store
Siemens Document Downloader — SIOS PDFs

Siemens Document Downloader — SIOS PDFs

Download Siemens certificates (CE, UL, CCC, ATEX, FM), manuals, and engineering files from SiePortal & SIOS by part number. Saves PDFs to Key-Value Store with metadata. Filter by document type.

Pricing

from $25.00 / 1,000 downloaded pdfs

Rating

0.0

(0)

Developer

Andrej Kiva

Andrej Kiva

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 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

Product site: crawloop.com/siemens-automation

DiscoveryEnrichmentSIOS documentsTED datasheets
Catalog CrawlerSiePortal ScraperDocument DownloaderTED Datasheet Downloader
Lifecycle 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.

Find and download Siemens product documents from SiePortal and SIOS (Siemens Industry Online Support): certificates (CE, UL, CCC, ATEX, FM), manuals, operating instructions, and engineering files.

For each part number, the Actor opens the product documents section on SiePortal, resolves direct download links on SIOS, and saves files to the run Key-Value Store with metadata in the dataset. Pair with the Document PDF Parser to extract structured specifications from downloaded PDFs.

This is the SIOS document pipeline. For compact TED product datasheets from Industry Mall, use the TED Datasheet Downloader instead.

When to use this Actor

Use the Document Downloader when you need Siemens compliance certificates, equipment manuals, or engineering files saved as PDFs — not just links.

For structured specs extracted from those PDFs, chain with the Document PDF Parser. For web PDP specifications without PDF download, use the SiePortal Scraper.

Siemens Automation Pipeline

Phase 1 — Discover MPNs Phase 2 — Screen & enrich Phase 3 — Documents & specs
───────────────────────── ───────────────────────── ─────────────────────────────
Catalog Crawler ──► MPN list ──► Lifecycle Tracker ──► SiePortal Scraper
┌────────────────────────────┴────────────────────────────┐
│ │
▼ ▼
Document Downloader (SIOS) ◄── you are here 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

  • Certificate discovery — CE, UL, CCC, ATEX, FM, and other compliance documents from SiePortal PDPs.
  • Manuals and engineering files — Knowledge base entries and engineering file tabs on the product page.
  • SIOS download resolution — Resolves direct attachments/...?download=true URLs from SIOS document pages.
  • Key-Value Store export — Saves PDFs with predictable keys ({MPN}_{documentId}_{filename}).
  • Document type filter — Collect all types or only certificates, manuals, or engineering files.
  • Split browser strategy — SiePortal uses a direct connection; SIOS downloads use the configured proxy to avoid Akamai blocks.

Input Parameters

ParameterDescriptionDefault
searchTermsRequired. Siemens part numbers. One per line.
localeSiePortal locale (e.g. en-us, de-de).en-nl
documentTypeFilterall, certificates, manuals, engineering, or other.all
downloadFilesSave files to Key-Value Store. When false, metadata and URLs only.true
maxDocumentsPerProductCap documents processed per MPN.20
maxConcurrencyParallel part numbers (1–5).1
maxDocumentConcurrencyParallel document downloads per MPN (1–4).2
proxyConfigurationStrongly recommended when downloadFiles is enabled.

Input Example

{
"searchTerms": [
"6ES7193-6BP00-0DA0"
],
"locale": "en-nl",
"documentTypeFilter": "certificates",
"downloadFiles": true,
"maxDocumentsPerProduct": 10,
"maxConcurrency": 2,
"maxDocumentConcurrency": 3,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Output Format

{
"searchTerm": "6ES7193-6BP00-0DA0",
"partNumber": "6ES7193-6BP00-0DA0",
"pdpUrl": "https://sieportal.siemens.com/en-nl/products-services/detail/6ES7193-6BP00-0DA0",
"documentId": "110003392",
"category": "Explosion protection/FM, Other",
"title": "FM Approvals, Certificate of Compliance, Harzardous (Classified) Location Electrical Equipment",
"documentType": "certificates",
"siosUrl": "https://support.industry.siemens.com/cs/document/110003392/explosion-protection-fm-other?dti=0&lc=en-NL",
"downloadUrl": "https://support.industry.siemens.com/cs/attachments/110003392/ET200SP_FM16US0053XSupp56.pdf?download=true",
"fileName": "ET200SP_FM16US0053XSupp56.pdf",
"fileSizeKb": 2659,
"downloaded": true,
"keyValueStoreKey": "6ES7193-6BP00-0DA0_110003392_ET200SP_FM16US0053XSupp56.pdf",
"status": "DOWNLOADED",
"checkedAt": "2026-06-18T15:00:00+00:00"
}

Status values

statusMeaning
DOWNLOADEDFile saved to Key-Value Store
METADATA_ONLYDownload URL resolved, downloadFiles was false
NO_DOWNLOAD_LINKSIOS page found but no attachment link
NO_DOCUMENTSProduct found, no matching documents on PDP
NOT_FOUNDPart number not found on SiePortal
FAILEDProcessing error

Typical Workflow

Discontinued MPNs (from Lifecycle Tracker)
Document Downloader → PDFs in Key-Value Store
Document PDF Parser → structured specs from manual PDFs
SiePortal Scraper (successor MPNs) → full specs for replacement parts

Actor Comparison

TaskDocument DownloaderDocument PDF ParserSiePortal ScraperTED Downloader
Download SIOS PDFsYesNoLinks onlyNo
Download TED catalog PDFsNoNoNoYes
Parse PDF to structured JSONNoYesNoNo
Bulk lifecycle screeningNoNoPartialNo

Pricing

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

EventPrice
Actor start$0.05 per run
Downloaded document$25.00 / 1,000 ($0.025 per PDF)
Metadata-only document$5.00 / 1,000 ($0.005 per row)

Configure these events in the Apify Store Publication tab: apify-actor-start, downloaded-document, and document-item. Disable apify-default-dataset-item to avoid double billing.


Learn more: Product page · Suite hub · GitHub docs

Also from Crawloop Industrial: Rockwell Automation Suite · GitHub docs