# EU Automation Scraper — Obsolete Automation Parts Stock (`crawloop/euautomation-scraper`) Actor

Scrape EU Automation obsolete and hard-to-find automation parts for MRO teams: part numbers, manufacturers, stock signals, HS codes, and quote-page URLs. Part-number lookup or manufacturer crawl — EU Automation API alternative with JSON export.

- **URL**: https://apify.com/crawloop/euautomation-scraper.md
- **Developed by:** [Andrej Kiva](https://apify.com/crawloop) (community)
- **Categories:** E-commerce, AI, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.69 / 1,000 scraped eu automation listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## EU Automation Scraper — Obsolete Automation Parts Stock & Catalog

> **Industrial automation aftermarket data** — new, reconditioned, and obsolete spare-part catalog with coarse stock signals for MRO and obsolescence sourcing. Source pricing is RFQ-only (no public unit prices).

| OEM lifecycle | OEM specs | Aftermarket stock signal |
| :--- | :--- | :--- |
| [Siemens Lifecycle Tracker](https://apify.com/crawloop/siemens-sieportal-product-lifecycle-tracker) | [SiePortal Scraper](https://apify.com/crawloop/siemens-sieportal-scraper) | **EU Automation Scraper** ◄── you are here |

> **Disclaimer:** Unofficial Actor for publicly accessible EU Automation catalog pages. **EU Automation** and OEM brand names are trademarks of their respective owners. Not affiliated with, sponsored by, or endorsed by EU Automation or the manufacturers listed on the site. Provided for informational and research purposes only. You are responsible for complying with applicable laws and website terms of use.

**EU Automation scraper** / **EU Automation API alternative** for procurement teams, system integrators, and spare-parts planners. Scrape industrial automation **part numbers**, **manufacturers**, **stock / availability signals**, optional **HS codes**, and **quote-page URLs** into clean JSON for **Python**, **Node.js**, cURL, and **MCP** / AI assistants. Export dataset rows for BOM screens, obsolescence sourcing, and RFQ workflows.

### When to use this Actor

- Look up whether a known catalog number appears in the EU Automation catalog (Siemens, Schneider, ABB, Omron, Mitsubishi, …)
- Capture PDP availability signals such as `More than 25 in stock` after an OEM obsolescence flag
- Crawl manufacturer or search pages for part-number inventories and customs HS codes when published
- Chain after [Siemens Lifecycle Tracker](https://apify.com/crawloop/siemens-sieportal-product-lifecycle-tracker) when a part is discontinued or hard to source from OEM channels

**When not to use:** public sell prices / cart checkout — EU Automation is **quote-only** (no unit prices on listings or PDPs). Authorized-distributor list pricing — use [DigiKey Product Scraper](https://apify.com/crawloop/digikey-product-scraper) or [RS Online Scraper](https://apify.com/crawloop/rs-online-scraper). Full Siemens OEM specs — use [SiePortal Scraper](https://apify.com/crawloop/siemens-sieportal-scraper).

### Key Features

- **Part-number lookup** — batch catalog numbers via EU Automation search
- **Manufacturer & keyword crawl** — paginated listing cards with part numbers and optional HS codes
- **Listings or details** — fast card mode, or PDP enrichment for availability / warranty / quote form
- **Stock signals** — coarse PDP text (`More than N in stock`, `In stock`) with parsed `inStock` / `stockMin` when possible
- **Multi-locale** — `en`, `uk`, `us`, `de`, `fr`, and other site prefixes (shared catalog; local wording)
- **Cloudflare-aware HTTP** — `curl_cffi` Chrome impersonation with optional Apify Residential proxies

### Input Parameters

| Parameter | Description | Default |
| :--- | :--- | :--- |
| `startUrls` | Search, manufacturer, stock, or product URLs | — |
| `partNumbers` | Catalog numbers to search | — |
| `manufacturers` | Manufacturer slugs/names (e.g. `siemens`) | — |
| `searchKeywords` | Free-text catalog search | — |
| `locale` | Site locale prefix | `en` |
| `runMode` | `listings` (cards) or `details` (PDP) | `details` |
| `maxItems` | Cap on products (`0` = unlimited) | `50` |
| `maxPagesPerUrl` | Pagination depth per seed | `3` |
| `proxyConfiguration` | Apify Residential GB/DE/US recommended | RESIDENTIAL / GB |

#### Input Example

```json
{
  "partNumbers": ["6ES7314-1AE01-0AB0", "6ES7315-2EH14-0AB0"],
  "runMode": "details",
  "locale": "en",
  "maxItems": 20,
  "maxPagesPerUrl": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "GB"
  }
}
```

### Output Format

| Field | Description |
| :--- | :--- |
| `partNumber` | Catalog / part number |
| `manufacturer` / `manufacturerSlug` | Brand label and URL slug |
| `availabilityText` | Coarse PDP stock string |
| `inStock` / `stockMin` | Parsed stock flag / lower bound when present |
| `hsCode` | Customs HS code from listing cards when published |
| `url` | Product / quote URL |
| `pricingModel` | Always `quote` (no public prices) |
| `recordType` | `listing` or `detail` |

```json
{
  "partNumber": "6ES7314-1AE01-0AB0",
  "manufacturer": "Siemens",
  "manufacturerSlug": "siemens",
  "availabilityText": "Availability: More than 25 in stock",
  "inStock": true,
  "stockMin": 25,
  "hsCode": "85371091",
  "pricingModel": "quote",
  "url": "https://www.euautomation.com/en/siemens/product/6es73141ae010ab0",
  "recordType": "detail"
}
```

### Use Cases

| Use case | What you get |
| :--- | :--- |
| **Obsolescence sourcing** | Catalog hit + coarse stock after OEM discontinued flags |
| **BOM availability screen** | Batch part-number lookup across EU Automation inventory |
| **Customs / logistics prep** | HS codes when published on listing cards |
| **RFQ workflow prep** | Quote-page URLs and form presence for account-manager follow-up |

### Integration examples

#### Node.js

```javascript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('crawloop/euautomation-scraper').call({
  partNumbers: ['6ES7314-1AE01-0AB0'],
  runMode: 'details',
  maxItems: 10,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient()
run = client.actor("crawloop/euautomation-scraper").call(
    run_input={
        "manufacturers": ["siemens"],
        "runMode": "listings",
        "maxItems": 100,
        "maxPagesPerUrl": 3,
    }
)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item["partNumber"], item.get("hsCode"), item.get("url"))
```

#### cURL

```bash
curl "https://api.apify.com/v2/acts/crawloop~euautomation-scraper/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"partNumbers":["6ES7314-1AE01-0AB0"],"runMode":"details","maxItems":5}'
```

### MCP and AI assistants

Use this Actor from AI tools via [Apify MCP](https://docs.apify.com/platform/integrations/mcp).
Connect your Apify account, then call this Actor by its Store ID / name.

Example prompts:

- "Run EU Automation Scraper for part numbers 6ES7314-1AE01-0AB0 and return availability text as JSON"
- "Scrape Siemens manufacturer listings on EU Automation in listings mode for the first 50 parts with HS codes"
- "Chain Siemens Lifecycle Tracker then EU Automation Scraper for discontinued S7-300 MPNs"

### Suite next step

Screen lifecycle first with [Siemens Lifecycle Tracker](https://apify.com/crawloop/siemens-sieportal-product-lifecycle-tracker), then run this Actor for aftermarket catalog / stock signals. Enrich OEM specs with [SiePortal Scraper](https://apify.com/crawloop/siemens-sieportal-scraper). For authorized list pricing compare with [DigiKey Product Scraper](https://apify.com/crawloop/digikey-product-scraper) or [RS Online Scraper](https://apify.com/crawloop/rs-online-scraper).

### FAQ

**Is this an EU Automation API?**\
No official public developer API. This Actor is a structured scrape / API alternative for catalog research workflows.

**Where are the prices?**\
EU Automation does not publish unit prices — pricing is RFQ via account managers. This Actor never invents prices; `pricingModel` is always `quote`.

**Why residential proxies?**\
The site sits behind Cloudflare. Datacenter IPs may hit a challenge — use Apify Residential (GB, DE, or US).

**Listings vs details?**\
`listings` is the fast path for part numbers and HS codes from cards. `details` opens each product page for availability text, warranty/dispatch copy, and quote-form presence.

**Siemens only?**\
No — any manufacturer on the catalog (Schneider, ABB, Omron, Mitsubishi, Sick, Phoenix Contact, and more). Siemens is the most common obsolescence query.

### Related Actors

| Actor | Role |
| :--- | :--- |
| [Siemens Lifecycle Tracker](https://apify.com/crawloop/siemens-sieportal-product-lifecycle-tracker) | Active / obsolete screening |
| [SiePortal Scraper](https://apify.com/crawloop/siemens-sieportal-scraper) | OEM specs by MPN |
| [DigiKey Product Scraper](https://apify.com/crawloop/digikey-product-scraper) | Authorized electronics pricing |
| [RS Online Scraper](https://apify.com/crawloop/rs-online-scraper) | Authorized industrial catalog |

# Actor input Schema

## `startUrls` (type: `array`):

EU Automation search, manufacturer, stock, or product detail URLs.

## `partNumbers` (type: `array`):

Catalog / part numbers to look up via EU Automation search (e.g. 6ES7314-1AE01-0AB0).

## `manufacturers` (type: `array`):

Manufacturer page slugs or names to crawl (e.g. siemens, schneider, abb, omron).

## `searchKeywords` (type: `array`):

Free-text catalog search queries (part prefixes or keywords).

## `locale` (type: `string`):

Site locale prefix (en, uk, us, de, fr, …). Catalog is shared; stock wording and phone differ.

## `runMode` (type: `string`):

listings = fast card-level part numbers / HS codes. details = visit each product page for availability text and quote metadata. Prices are never public (RFQ-only site).

## `includeStockBrowse` (type: `boolean`):

Also crawl the locale /stock grid as a seed.

## `maxItems` (type: `integer`):

Maximum products to return (0 = unlimited).

## `maxPagesPerUrl` (type: `integer`):

Pagination depth per search/manufacturer/stock seed.

## `requestDelaySecs` (type: `number`):

Delay between HTTP requests.

## `proxyConfiguration` (type: `object`):

Apify Residential recommended (GB/DE/US) for Cloudflare.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.euautomation.com/en/search/6es7314"
    }
  ],
  "partNumbers": [
    "6ES7314-1AE01-0AB0"
  ],
  "locale": "en",
  "runMode": "details",
  "includeStockBrowse": false,
  "maxItems": 20,
  "maxPagesPerUrl": 2,
  "requestDelaySecs": 0.6,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Default dataset items.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.euautomation.com/en/search/6es7314"
        }
    ],
    "partNumbers": [
        "6ES7314-1AE01-0AB0"
    ],
    "locale": "en",
    "runMode": "details",
    "maxItems": 20,
    "maxPagesPerUrl": 2,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "GB"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/euautomation-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [{ "url": "https://www.euautomation.com/en/search/6es7314" }],
    "partNumbers": ["6ES7314-1AE01-0AB0"],
    "locale": "en",
    "runMode": "details",
    "maxItems": 20,
    "maxPagesPerUrl": 2,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "GB",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("crawloop/euautomation-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.euautomation.com/en/search/6es7314"
    }
  ],
  "partNumbers": [
    "6ES7314-1AE01-0AB0"
  ],
  "locale": "en",
  "runMode": "details",
  "maxItems": 20,
  "maxPagesPerUrl": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}' |
apify call crawloop/euautomation-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,crawloop/euautomation-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/F41Y1j9Net9od62U6/builds/nf7fuXfW7CPDeLrYG/openapi.json
