Siemens TED Datasheet Downloader — PDF avatar

Siemens TED Datasheet Downloader — PDF

Pricing

from $2.00 / 1,000 downloaded product datasheets

Go to Apify Store
Siemens TED Datasheet Downloader — PDF

Siemens TED Datasheet Downloader — PDF

Download the official Siemens TED product data sheet PDF for each MLFB via Industry Mall (teddatasheet). One part number → one compact catalog PDF. Saves to Key-Value Store for parsing pipelines.

Pricing

from $2.00 / 1,000 downloaded product datasheets

Rating

0.0

(0)

Developer

Andrej Kiva

Andrej Kiva

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

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.

Download the official Siemens TED product data sheet PDF for each MLFB via the Industry Mall endpoint:

https://mall.industry.siemens.com/teddatasheet/?format=PDF&mlfbs={MLFB}&language={lang}&caller=SiePortal

Example: 3SU1950-0FP80-0AA0-Z Y05 (EN PDF)

This is not the SIOS equipment-manual flow. It is the same compact product datasheet PDF that SiePortal links to for catalog products — one MLFB, one TED PDF. No browser required. Pair with the TED Datasheet Parser for structured spec extraction.

For certificates, manuals, and engineering files from SIOS, use the Document Downloader instead.

When to use this Actor

Use the TED Datasheet Downloader when you need the official compact product datasheet PDF for Siemens catalog items — fast HTTP fetch, no Akamai browser session.

For full SIOS document libraries (certificates, manuals, CAD), use the Document Downloader. For web PDP data, 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
Category Scraper ──┘ │
┌────────────────────────────┴────────────────────────────┐
│ │
▼ ▼
Document Downloader (SIOS) TED Datasheet Downloader ◄── you are here
certificates, manuals, CAD compact catalog PDFs
│ │
▼ ▼
Document PDF Parser TED Datasheet Parser
specs from SIOS PDFs specs from TED PDFs

Key Features

  • Direct TED endpoint — Fetches PDFs from mall.industry.siemens.com/teddatasheet without browser automation.
  • One MLFB, one PDF — Official compact product data sheet per part number.
  • Key-Value Store export — Saves PDFs for downstream parsing pipelines.
  • Language selection — TED language code (en, de, fr, …) passed to the Industry Mall endpoint.
  • Low platform cost — HTTP-only; proxy usually not required.

Input Parameters

ParameterDescriptionDefault
searchTermsRequired. Siemens MLFB / order numbers. Spaces allowed.
languageTED datasheet language code.en
downloadFileSave PDF to Key-Value Store. When false, metadata and URL only.true
maxConcurrencyParallel TED requests.3
requestDelayMsMinimum delay between HTTP requests.
maxRetriesRetries for transient 403/429/5xx responses.
proxyConfigurationOptional — usually not required.

Input Example

{
"searchTerms": [
"3SU1950-0FP80-0AA0-Z Y05",
"6ES7214-1AG40-0XB0"
],
"language": "en",
"downloadFile": true,
"maxConcurrency": 3
}

Output Format

One dataset record per searchTerm:

FieldDescription
partNumberInput MLFB
downloadUrlTED endpoint URL
fileNamePDF filename
keyValueStoreKeyKey in run Key-Value Store (when downloaded)
statusDOWNLOADED, METADATA_ONLY, NOT_FOUND, or FAILED

Status values

statusMeaning
DOWNLOADEDTED PDF saved to Key-Value Store
METADATA_ONLYValid URL, downloadFile=false
NOT_FOUNDMLFB not found (Product does not exist.)
FAILEDHTTP or unexpected response error

Typical Workflow

MLFB list
TED Datasheet Downloader → PDFs in Key-Value Store
TED Datasheet Parser → structured specs, tables, limits

Actor Comparison

TaskTED Datasheet DownloaderDocument DownloaderTED Datasheet Parser
Download TED catalog PDFYesNoNo
Download SIOS manuals/certsNoYesNo
Parse PDF to JSONNoNoYes
Browser requiredNoYesNo

Pricing

Pay-per-event billing. NOT_FOUND and FAILED rows are not billed.

EventPriceWhen charged
downloaded-datasheet$2.00 / 1,000 ($0.002 per PDF)DOWNLOADED only
apify-actor-start$0.00005each run

At ~80% TED hit rate, $2/1,000 successful PDFs provides healthy margin over platform cost while staying well below browser-based Actors.