# Opel Parts Catalog (`making-data-meaningful/opel-parts-catalog`) Actor

Explore the Opel Parts Catalog featuring genuine OEM and trusted aftermarket components. From engines and brakes to interiors and lighting, find reliable, precision-fit Opel parts engineered for safety and performance.

- **URL**: https://apify.com/making-data-meaningful/opel-parts-catalog.md
- **Developed by:** [Scrape Hub](https://apify.com/making-data-meaningful) (community)
- **Categories:** Developer tools, E-commerce, Integrations
- **Stats:** 3 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$19.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## 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

### Opel Parts Catalog – Genuine OEM & Reliable Aftermarket Components

German precision meets everyday reliability in the **Opel Parts Catalog**.\
Find genuine OEM and quality aftermarket parts engineered for safety, comfort, and performance across all Opel models.

### 🚗 Overview

The **Opel Parts Catalog API** provides structured and verified data for Opel vehicles — from compact city cars to commercial vans.\
Perfect for developers, auto retailers, and service centers seeking reliable Opel parts data.

### ⚙️ Features

- Search by **model**, **year**, or **part category**
- Genuine OEM and certified aftermarket listings
- Includes technical specifications and compatibility data
- JSON-based API for seamless integration
- Updated regularly for new and legacy Opel models

### 💡 Use Cases

- Automotive eCommerce and parts lookup platforms
- Workshop and diagnostics systems
- Fleet and maintenance management tools
- Opel restoration and upgrade projects

### 🧾 Example API Response

{
"model": "Opel Astra",
"year": "2022",
"category": "Suspension",
"part\_name": "Rear Shock Absorber",
"part\_number": "OPL-AST22-SU402",
"brand": "OEM",
"price": "145.00",
"availability": "In Stock"
}

# Actor input Schema

## `endpoint_langGetAllLanguages` (type: `boolean`):

/languages/list

## `endpoint_langGetAllCountries` (type: `boolean`):

/countries/list

## `endpoint_langGetAllCountriesByLangId` (type: `boolean`):

countries/list-countries-by-lang-id/{langId}

## `lang_langId_3` (type: `integer`):

Language ID

## `endpoint_langGetLanguageDetailsByLangId` (type: `boolean`):

/languages/get-language/lang-id/{langId}

## `lang_langId_4` (type: `integer`):

Language ID

## `endpoint_langGetCountryInfoByLangIdAndCountryId` (type: `boolean`):

/countries/get-country/lang-id/{langId}/country-filter-id/{countryFilterId}

## `lang_langId_5` (type: `integer`):

Language ID

## `lang_countryId_5` (type: `integer`):

Country ID

## `endpoint_manufacturerInfoByManufacturerId` (type: `boolean`):

/manufacturers/find-by-id/{manufacturerId}

## `endpoint_modelsByTypeManufacturer` (type: `boolean`):

/models/list/type-id/{typeId}/manufacturer-id/{manufacturerId}/lang-id/{langId}/country-filter-id/{countryFilterId}

## `models_langId_1` (type: `integer`):

Lang ID

## `models_countryFilterId_1` (type: `integer`):

Country ID

## `endpoint_modelDetailsByModelId` (type: `boolean`):

/models/type-id/{typeId}/model-id/{modelId}/lang-id/{langId}/country-filter-id/{countryFilterId}

## `models_modelId_2` (type: `integer`):

Model ID

## `models_langId_2` (type: `integer`):

Lang ID

## `models_countryFilterId_2` (type: `integer`):

Country ID

## `endpoint_modelDetailsByVehicleId` (type: `boolean`):

/models/type-id/{typeId}/vehicles/{vehicleId}/lang-id/{langId}/country-filter-id/{countryFilterId}

## `models_vehicleId_3` (type: `integer`):

Vehicle ID

## `models_langId_3` (type: `integer`):

Lang ID

## `models_countryFilterId_3` (type: `integer`):

Country ID

## `endpoint_vehicleTypes` (type: `boolean`):

/manufacturers/get-manufacturer-types/{manufacturerId}

## `endpoint_vehicleInfo` (type: `boolean`):

/types/type-id/{typeId}/vehicle-type-details/{vehicleId}/lang-id/{langId}/country-filter-id/{countryFilterId}

## `vehicle_vehicleId_2` (type: `integer`):

Vehicle ID

## `vehicle_langId_2` (type: `integer`):

Lang ID

## `vehicle_countryFilterId_2` (type: `integer`):

Country ID

## `endpoint_vehicleEngineTypesByModel` (type: `boolean`):

/types/type-id/{typeId}/list-vehicles-types/{modelId}/lang-id/{langId}/country-filter-id/{countryFilterId}

## `vehicle_modelId_3` (type: `integer`):

Model ID

## `vehicle_langId_3` (type: `integer`):

Lang ID

## `vehicle_countryFilterId_3` (type: `integer`):

Country ID

## `endpoint_vehicleEngineDetails` (type: `boolean`):

/engines/engine-details/engine-id/{engId}/lang-id/{langId}

## `vehicle_engId_4` (type: `integer`):

Engine ID

## `vehicle_langId_4` (type: `integer`):

Lang ID

## `endpoint_vehicleIdsByModelIds` (type: `boolean`):

/types/type-id/{typeId}/list-vehicles-id/{modelId}/lang-id/{langId}/country-filter-id/{countryFilterId}

## `vehicle_modelId_5` (type: `integer`):

Model ID

## `vehicle_langId_5` (type: `integer`):

Lang ID

## `vehicle_countryFilterId_5` (type: `integer`):

Country ID

## `endpoint_vehiclesByKbaNumberGermany` (type: `boolean`):

/types/searching-the-passenger-car-by-ltn-number/lang-id/{langId}/country-filter-id/{countryFilterId}/ltn-number/{ltnNumber}/number-type/1

## `vehicle_langId_6` (type: `integer`):

Lang ID

## `vehicle_countryFilterId_6` (type: `integer`):

Country ID

## `vehicle_ltnNumber_6` (type: `string`):

Ltn Number

## `endpoint_vehiclesByLicensePlatesOfTheNetherlandsKenteken` (type: `boolean`):

/types/searching-the-passenger-car-by-ltn-number/lang-id/{langId}/country-filter-id/{countryFilterId}/ltn-number/{ltnNumber}/number-type/2

## `vehicle_langId_7` (type: `integer`):

Lang ID

## `vehicle_countryFilterId_7` (type: `integer`):

Country ID

## `vehicle_ltnNumber_7` (type: `string`):

Ltn Number

## `endpoint_vehiclePartCriteriaForVehicle` (type: `boolean`):

/articles/selection-of-the-criteria-for-articles-and-vehicle/type-id/{typeId}/product-id/{productId}/vehicle-id/{vehicleId}/supplier-id/{supplierId}/lang-id/{langId}/country-filter-id/{countryFilterId}

## `vehicle_productId_8` (type: `integer`):

Product ID

## `vehicle_vehicleId_8` (type: `integer`):

Vehicle ID

## `vehicle_supplierId_8` (type: `integer`):

Supplier ID

## `vehicle_langId_8` (type: `integer`):

Lang ID

## `vehicle_countryFilterId_8` (type: `integer`):

Country ID

## `endpoint_partsListAllCategories` (type: `boolean`):

/category/type-id/{typeId}/list-category-tree-structure/lang-id/{langId}

## `parts_langId_1` (type: `integer`):

Lang ID

## `endpoint_partsListCategoriesByVehicleIdV1` (type: `boolean`):

/category/type-id/{typeId}/products-groups-variant-1/{vehicleId}/lang-id/{langId}

## `parts_vehicleId_2` (type: `integer`):

Vehicle ID

## `parts_langId_2` (type: `integer`):

Lang ID

## `endpoint_partsListCategoriesByVehicleIdV2` (type: `boolean`):

/category/type-id/{typeId}/products-groups-variant-2/{vehicleId}/lang-id/{langId}

## `parts_vehicleId_3` (type: `integer`):

Vehicle ID

## `parts_langId_3` (type: `integer`):

Lang ID

## `endpoint_partsListCategoriesByVehicleIdV3` (type: `boolean`):

/category/type-id/{typeId}/products-groups-variant-3/{vehicleId}/lang-id/{langId}

## `parts_vehicleId_4` (type: `integer`):

Vehicle ID

## `parts_langId_4` (type: `integer`):

Lang ID

## `endpoint_partsSearchSubCategoriesByText` (type: `boolean`):

/category/search-for-the-commodity-group-tree-by-description/type-id/{typeId}/lang-id/{langId}/search-text/{searchText}

## `parts_langId_5` (type: `integer`):

Lang ID

## `parts_searchText_5` (type: `string`):

Search Text

## `endpoint_partsListAllProductNames` (type: `boolean`):

/category/list-products-names/lang-id/{langId}

## `parts_langId_6` (type: `integer`):

Lang ID

## `endpoint_partsListAllSuppliers` (type: `boolean`):

/suppliers/list

## `endpoint_partsSearchArticlesByArticleNo` (type: `boolean`):

/articles/search-by-article-no/lang-id/{langId}/article-no/{articleNo}

## `parts_langId_8` (type: `integer`):

Lang ID

## `parts_articleNo_8` (type: `string`):

Article NO

## `endpoint_partsSearchArticlesByArticleNoSupplierId_POST` (type: `boolean`):

/articles/quick-article-search

## `parts_langId_9` (type: `integer`):

Lang ID

## `parts_articleNo_9` (type: `string`):

Article NO

## `parts_supplierId_9` (type: `integer`):

Supplier ID

## `endpoint_partsSearchArticlesByArticleNoSupplierId` (type: `boolean`):

/articles/search-by-articles-no-supplier-id/lang-id/{langId}/supplier-id/{supplierId}/article-no/{articleNo}

## `parts_langId_10` (type: `integer`):

Lang ID

## `parts_articleNo_10` (type: `string`):

Article NO

## `parts_supplierId_10` (type: `integer`):

Supplier ID

## `endpoint_partsArticleDetailsByArticleNo` (type: `boolean`):

/articles/article-number-details/type-id/{typeId}/lang-id/{langId}/country-filter-id/{countryFilterId}/article-no/{articleNo}

## `parts_langId_11` (type: `integer`):

Lang ID

## `parts_countryFilterId_11` (type: `integer`):

Country ID

## `parts_articleNo_11` (type: `string`):

Article NO

## `endpoint_partsArticleDetailsByArticleNo_POST` (type: `boolean`):

/articles/article-number-details

## `parts_langId_12` (type: `integer`):

Lang ID

## `parts_countryFilterId_12` (type: `integer`):

Country ID

## `parts_articleNo_12` (type: `string`):

Article NO

## `endpoint_partsArticleDetailsByArticleId` (type: `boolean`):

/articles/details/article-id/{articleId}/lang-id/{langId}

## `parts_articleId_13` (type: `integer`):

Article ID

## `parts_langId_13` (type: `integer`):

Lang ID

## `endpoint_partsArticleDetailsByArticleId_POST` (type: `boolean`):

/articles/article-id-complete-details

## `parts_langId_14` (type: `integer`):

Lang ID

## `parts_countryFilterId_14` (type: `integer`):

Country ID

## `parts_articleId_14` (type: `integer`):

Article ID

## `endpoint_partsArticleDetailsCompatibilityForArticleId` (type: `boolean`):

/articles/article-complete-details/type-id/{typeId}/article-id/{articleId}/lang-id/{langId}/country-filter-id/{countryFilterId}

## `parts_articleId_15` (type: `integer`):

Article ID

## `parts_langId_15` (type: `integer`):

Lang ID

## `parts_countryFilterId_15` (type: `integer`):

Country ID

## `endpoint_partsArticleDetailsCompatibilityForArticleId_POST` (type: `boolean`):

/articles/details

## `parts_langId_16` (type: `integer`):

Lang ID

## `parts_articleId_16` (type: `integer`):

Article ID

## `endpoint_partsArticleCriteria` (type: `boolean`):

/articles/selection-of-all-specifications-criterias-for-the-article/article-id/{articleId}/lang-id/{langId}/country-filter-id/{countryFilterId}

## `parts_articleId_17` (type: `integer`):

Article ID

## `parts_langId_17` (type: `integer`):

Lang ID

## `parts_countryFilterId_17` (type: `integer`):

Country ID

## `endpoint_partsArticleListByVehicleIdCategoryId` (type: `boolean`):

/articles/list/type-id/{typeId}/vehicle-id/{vehicleId}/category-id/{categoryId}/lang-id/{langId}

## `parts_vehicleId_18` (type: `integer`):

Vehicle ID

## `parts_categoryId_18` (type: `integer`):

Category ID

## `parts_langId_18` (type: `integer`):

Lang ID

## `endpoint_partsArticleListByVehicleIdCategoryId_POST` (type: `boolean`):

/articles/list-articles

## `parts_vehicleId_19` (type: `integer`):

Vehicle ID

## `parts_categoryId_19` (type: `integer`):

Category ID

## `parts_langId_19` (type: `integer`):

Lang ID

## `endpoint_partsCompatibleVehiclesByArticleNo` (type: `boolean`):

/articles/get-compatible-cars-by-article-number/type-id/{typeId}/article-no/{articleNo}/lang-id/{langId}/country-filter-id/{countryFilterId}

## `parts_articleNo_20` (type: `string`):

Article NO

## `parts_langId_20` (type: `integer`):

Lang ID

## `parts_countryFilterId_20` (type: `integer`):

Country ID

## `endpoint_partsCompatibleVehiclesByArticleNoSupplierId` (type: `boolean`):

/articles/get-compatible-cars-by-article-number/type-id/{typeId}/article-no/{articleNo}/supplier-id/{supplierId}/lang-id/{langId}/country-filter-id/{countryFilterId}

## `parts_articleNo_21` (type: `string`):

Article NO

## `parts_supplierId_21` (type: `integer`):

Supplier ID

## `parts_langId_21` (type: `integer`):

Lang ID

## `parts_countryFilterId_21` (type: `integer`):

Country ID

## `endpoint_partsCompatibleVehiclesByArticleNoSupplierId_POST` (type: `boolean`):

/articles/get-compatible-cars-by-article-number

## `parts_langId_22` (type: `integer`):

Lang ID

## `parts_countryFilterId_22` (type: `integer`):

Country ID

## `parts_articleNo_22` (type: `string`):

Article NO

## `parts_supplierId_22` (type: `integer`):

Supplier ID

## `endpoint_partsCrossReferencesByArticleNo` (type: `boolean`):

/artlookup/search-for-cross-references-through-oem-numbers/article-no/{articleNo}/supplierName/{supplierName}

## `parts_articleNo_23` (type: `string`):

Article NO

## `parts_supplierName_23` (type: `string`):

Supplier name

## `endpoint_partsCrossReferencesByArticleId` (type: `boolean`):

/artlookup/select-article-cross-references/article-id/{articleId}/lang-id/{langId}

## `parts_articleId_24` (type: `integer`):

Article ID

## `parts_langId_24` (type: `integer`):

Lang ID

## `endpoint_partsListVehiclesByOem` (type: `boolean`):

/articles-oem/selecting-a-list-of-cars-for-oem-part-number/type-id/{typeId}/lang-id/{langId}/country-filter-id/{countryFilterId}/manufacturer-id/{manufacturerId}/article-oem-no/{articleOemNo}

## `parts_langId_25` (type: `integer`):

Lang ID

## `parts_countryFilterId_25` (type: `integer`):

Country ID

## `parts_articleOemNo_25` (type: `string`):

Article Oem NO

## `endpoint_partsAnalogSparePartsByArticlesNo` (type: `boolean`):

/artlookup/search-for-analog-spare-parts-by-the-articles-numbers/lang-id/{langId}/articleNo/{articleNo}

## `parts_langId_26` (type: `integer`):

Lang ID

## `parts_articleNo_26` (type: `string`):

Article NO

## `endpoint_partsAnalogSparePartsByOem` (type: `boolean`):

/artlookup/search-for-analogue-of-spare-parts-by-oem-number/article-oem-no/{articleOemNo}

## `parts_articleOemNo_27` (type: `string`):

Article Oem NO

## `endpoint_partsOemOemCrossReferenceThroughAftermarketParts` (type: `boolean`):

/artlookup/search-for-the-oem-cross-references-through-aftermarket-parts-references/article-oem-no/{articleOemNo}

## `parts_articleOemNo_28` (type: `string`):

Article Oem NO

## `endpoint_partsSearchArticlesByOem` (type: `boolean`):

/articles-oem/search-by-article-oem-no/lang-id/{langId}/article-oem-no/{articleOemNo}

## `parts_langId_29` (type: `integer`):

Lang ID

## `parts_articleOemNo_29` (type: `string`):

Article Oem NO

## `endpoint_partsSearchArticlesByOem_POST` (type: `boolean`):

/articles-oem/article-oem-search-no

## `parts_langId_30` (type: `integer`):

Lang ID

## `parts_articleOemNo_30` (type: `string`):

Article Oem NO

## `endpoint_partsEquivalentOemNumbers` (type: `boolean`):

/articles-oem/search-all-equal-oem-no/lang-id/{langId}/article-oem-no/{articleOemNo}

## `parts_langId_31` (type: `integer`):

Lang ID

## `parts_articleOemNo_31` (type: `string`):

Article Oem NO

## `endpoint_partsEquivalentOemNumbers_POST` (type: `boolean`):

/articles-oem/all-equal-oem-no

## `parts_langId_32` (type: `integer`):

Lang ID

## `parts_articleOemNo_32` (type: `string`):

Article Oem NO

## `endpoint_partsPartsCrossReferenceByArticleNo` (type: `boolean`):

/artlookup/search-for-cross-numbers/lang-id/{langId}/article-type/{articleType}/article-no/{articleNo}

## `parts_langId_33` (type: `integer`):

Lang ID

## `parts_articleType_33` (type: `string`):

Article Type

## `parts_articleNo_33` (type: `string`):

Article NO

## `endpoint_partsOemPartsByVehicleId` (type: `boolean`):

/articles-oem/selecting-oem-parts-vehicle-modification-description-product-group/type-id/{typeId}/vehicle-id/{vehicleId}/lang-id/{langId}/search-param/{searchParam}

## `parts_vehicleId_34` (type: `integer`):

Vehicle ID

## `parts_langId_34` (type: `integer`):

Lang ID

## `parts_searchParam_34` (type: `string`):

Search Param

## `endpoint_partsListAccessoryPartsByArticleId` (type: `boolean`):

/articles/selecting-list-of-accessories-list-for-the-article/article-id/{articleId}/lang-id/{langId}/country-filter-id/{countryFilterId}

## `parts_articleId_35` (type: `integer`):

Article ID

## `parts_langId_35` (type: `integer`):

Lang ID

## `parts_countryFilterId_35` (type: `integer`):

Country ID

## `endpoint_partsVehicleSparePartCriteria` (type: `boolean`):

/types/selecting-all-criteria-for-spare-parts-of-a-passenger-car-using-an-olap-query/type-id/{typeId}/lang-id/{langId}/country-filter-id/{countryFilterId}/vehicle-id/{vehicleId}

## `parts_langId_36` (type: `integer`):

Lang ID

## `parts_countryFilterId_36` (type: `integer`):

Country ID

## `parts_vehicleId_36` (type: `integer`):

Vehicle ID

## `endpoint_partsPartsDiagramCoordinates` (type: `boolean`):

/articles/selecting-item-coordinators-on-the-parts-diagram-image-for-the-parts-list/article-id/{articleId}

## `parts_articleId_37` (type: `integer`):

Article ID

## `endpoint_partsListOfPartsForArticleId` (type: `boolean`):

/articles/list-of-parts-for-article/article-id/{articleId}/lang-id/{langId}/country-filter-id/{countryFilterId}

## `parts_articleId_38` (type: `integer`):

Article ID

## `parts_langId_38` (type: `integer`):

Lang ID

## `parts_countryFilterId_38` (type: `integer`):

Country ID

## `endpoint_partsArticleMedia` (type: `boolean`):

/articles/article-all-media-info/article-id/{articleId}/lang-id/{langId}

## `parts_articleId_39` (type: `integer`):

Article ID

## `parts_langId_39` (type: `integer`):

Lang ID

## `endpoint_partsArticleMedia_POST` (type: `boolean`):

/articles/article-all-media-info

## `parts_articleId_40` (type: `integer`):

Article ID

## `parts_langId_40` (type: `integer`):

Lang ID

## `endpoint_vin_check_1` (type: `boolean`):

/vin/tecdoc-vin-check/{vinNo}

## `vin_vinNo_1` (type: `string`):

Vin number

## `endpoint_vin_decoder_v1` (type: `boolean`):

/vin/decoder-v1/{vinNo}

## `vin_vinNo_2` (type: `string`):

Vin number

## `endpoint_vin_decoder_v2` (type: `boolean`):

/vin/decoder-v2/{vinNo}

## `vin_vinNo_3` (type: `string`):

Vin number

## `endpoint_vin_decoder_v3` (type: `boolean`):

/vin/decoder-v2/{vinNo}

## `vin_vinNo_4` (type: `string`):

Vin number

## Actor input object example

```json
{
  "endpoint_langGetAllLanguages": false,
  "endpoint_langGetAllCountries": false,
  "endpoint_langGetAllCountriesByLangId": false,
  "lang_langId_3": 4,
  "endpoint_langGetLanguageDetailsByLangId": false,
  "lang_langId_4": 4,
  "endpoint_langGetCountryInfoByLangIdAndCountryId": false,
  "lang_langId_5": 4,
  "lang_countryId_5": 63,
  "endpoint_manufacturerInfoByManufacturerId": false,
  "endpoint_modelsByTypeManufacturer": false,
  "models_langId_1": 4,
  "models_countryFilterId_1": 63,
  "endpoint_modelDetailsByModelId": false,
  "models_modelId_2": 9180,
  "models_langId_2": 4,
  "models_countryFilterId_2": 63,
  "endpoint_modelDetailsByVehicleId": false,
  "models_vehicleId_3": 9171,
  "models_langId_3": 4,
  "models_countryFilterId_3": 63,
  "endpoint_vehicleTypes": false,
  "endpoint_vehicleInfo": false,
  "vehicle_vehicleId_2": 9171,
  "vehicle_langId_2": 4,
  "vehicle_countryFilterId_2": 63,
  "endpoint_vehicleEngineTypesByModel": false,
  "vehicle_modelId_3": 9180,
  "vehicle_langId_3": 4,
  "vehicle_countryFilterId_3": 63,
  "endpoint_vehicleEngineDetails": false,
  "vehicle_engId_4": 18989,
  "vehicle_langId_4": 4,
  "endpoint_vehicleIdsByModelIds": false,
  "vehicle_modelId_5": 9180,
  "vehicle_langId_5": 4,
  "vehicle_countryFilterId_5": 63,
  "endpoint_vehiclesByKbaNumberGermany": false,
  "vehicle_langId_6": 4,
  "vehicle_countryFilterId_6": 63,
  "vehicle_ltnNumber_6": "0588549",
  "endpoint_vehiclesByLicensePlatesOfTheNetherlandsKenteken": false,
  "vehicle_langId_7": 4,
  "vehicle_countryFilterId_7": 63,
  "vehicle_ltnNumber_7": "0588549",
  "endpoint_vehiclePartCriteriaForVehicle": false,
  "vehicle_productId_8": 1,
  "vehicle_vehicleId_8": 9171,
  "vehicle_langId_8": 4,
  "vehicle_countryFilterId_8": 63,
  "endpoint_partsListAllCategories": false,
  "parts_langId_1": 4,
  "endpoint_partsListCategoriesByVehicleIdV1": false,
  "parts_vehicleId_2": 9171,
  "parts_langId_2": 4,
  "endpoint_partsListCategoriesByVehicleIdV2": false,
  "parts_vehicleId_3": 9171,
  "parts_langId_3": 4,
  "endpoint_partsListCategoriesByVehicleIdV3": false,
  "parts_vehicleId_4": 9171,
  "parts_langId_4": 4,
  "endpoint_partsSearchSubCategoriesByText": false,
  "parts_langId_5": 4,
  "parts_searchText_5": "VALVE",
  "endpoint_partsListAllProductNames": false,
  "parts_langId_6": 4,
  "endpoint_partsListAllSuppliers": false,
  "endpoint_partsSearchArticlesByArticleNo": false,
  "parts_langId_8": 4,
  "endpoint_partsSearchArticlesByArticleNoSupplierId_POST": false,
  "parts_langId_9": 4,
  "endpoint_partsSearchArticlesByArticleNoSupplierId": false,
  "parts_langId_10": 4,
  "endpoint_partsArticleDetailsByArticleNo": false,
  "parts_langId_11": 4,
  "parts_countryFilterId_11": 63,
  "endpoint_partsArticleDetailsByArticleNo_POST": false,
  "parts_langId_12": 4,
  "parts_countryFilterId_12": 63,
  "endpoint_partsArticleDetailsByArticleId": false,
  "parts_langId_13": 4,
  "endpoint_partsArticleDetailsByArticleId_POST": false,
  "parts_langId_14": 4,
  "parts_countryFilterId_14": 63,
  "endpoint_partsArticleDetailsCompatibilityForArticleId": false,
  "parts_langId_15": 4,
  "parts_countryFilterId_15": 63,
  "endpoint_partsArticleDetailsCompatibilityForArticleId_POST": false,
  "parts_langId_16": 4,
  "endpoint_partsArticleCriteria": false,
  "parts_langId_17": 4,
  "parts_countryFilterId_17": 63,
  "endpoint_partsArticleListByVehicleIdCategoryId": false,
  "parts_vehicleId_18": 9171,
  "parts_categoryId_18": 100260,
  "parts_langId_18": 4,
  "endpoint_partsArticleListByVehicleIdCategoryId_POST": false,
  "parts_vehicleId_19": 9171,
  "parts_categoryId_19": 100260,
  "parts_langId_19": 4,
  "endpoint_partsCompatibleVehiclesByArticleNo": false,
  "parts_langId_20": 4,
  "parts_countryFilterId_20": 63,
  "endpoint_partsCompatibleVehiclesByArticleNoSupplierId": false,
  "parts_langId_21": 4,
  "parts_countryFilterId_21": 63,
  "endpoint_partsCompatibleVehiclesByArticleNoSupplierId_POST": false,
  "parts_langId_22": 4,
  "parts_countryFilterId_22": 63,
  "endpoint_partsCrossReferencesByArticleNo": false,
  "endpoint_partsCrossReferencesByArticleId": false,
  "parts_langId_24": 4,
  "endpoint_partsListVehiclesByOem": false,
  "parts_langId_25": 4,
  "parts_countryFilterId_25": 63,
  "endpoint_partsAnalogSparePartsByArticlesNo": false,
  "parts_langId_26": 4,
  "endpoint_partsAnalogSparePartsByOem": false,
  "endpoint_partsOemOemCrossReferenceThroughAftermarketParts": false,
  "endpoint_partsSearchArticlesByOem": false,
  "parts_langId_29": 4,
  "endpoint_partsSearchArticlesByOem_POST": false,
  "parts_langId_30": 4,
  "endpoint_partsEquivalentOemNumbers": false,
  "parts_langId_31": 4,
  "endpoint_partsEquivalentOemNumbers_POST": false,
  "parts_langId_32": 4,
  "endpoint_partsPartsCrossReferenceByArticleNo": false,
  "parts_langId_33": 4,
  "parts_articleType_33": "IAMNumber",
  "endpoint_partsOemPartsByVehicleId": false,
  "parts_vehicleId_34": 9171,
  "parts_langId_34": 4,
  "parts_searchParam_34": "filter",
  "endpoint_partsListAccessoryPartsByArticleId": false,
  "parts_langId_35": 4,
  "parts_countryFilterId_35": 63,
  "endpoint_partsVehicleSparePartCriteria": false,
  "parts_langId_36": 4,
  "parts_countryFilterId_36": 63,
  "parts_vehicleId_36": 9171,
  "endpoint_partsPartsDiagramCoordinates": false,
  "endpoint_partsListOfPartsForArticleId": false,
  "parts_langId_38": 4,
  "parts_countryFilterId_38": 63,
  "endpoint_partsArticleMedia": false,
  "parts_langId_39": 4,
  "endpoint_partsArticleMedia_POST": false,
  "parts_langId_40": 4,
  "endpoint_vin_check_1": false,
  "endpoint_vin_decoder_v1": false,
  "endpoint_vin_decoder_v2": false,
  "endpoint_vin_decoder_v3": false
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# 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 = {
    "lang_langId_3": 4,
    "lang_langId_4": 4,
    "lang_langId_5": 4,
    "lang_countryId_5": 63,
    "models_langId_1": 4,
    "models_countryFilterId_1": 63,
    "models_modelId_2": 9180,
    "models_langId_2": 4,
    "models_countryFilterId_2": 63,
    "models_vehicleId_3": 9171,
    "models_langId_3": 4,
    "models_countryFilterId_3": 63,
    "vehicle_vehicleId_2": 9171,
    "vehicle_langId_2": 4,
    "vehicle_countryFilterId_2": 63,
    "vehicle_modelId_3": 9180,
    "vehicle_langId_3": 4,
    "vehicle_countryFilterId_3": 63,
    "vehicle_engId_4": 18989,
    "vehicle_langId_4": 4,
    "vehicle_modelId_5": 9180,
    "vehicle_langId_5": 4,
    "vehicle_countryFilterId_5": 63,
    "vehicle_langId_6": 4,
    "vehicle_countryFilterId_6": 63,
    "vehicle_ltnNumber_6": "0588549",
    "vehicle_langId_7": 4,
    "vehicle_countryFilterId_7": 63,
    "vehicle_ltnNumber_7": "0588549",
    "vehicle_productId_8": 1,
    "vehicle_vehicleId_8": 9171,
    "vehicle_langId_8": 4,
    "vehicle_countryFilterId_8": 63,
    "parts_langId_1": 4,
    "parts_vehicleId_2": 9171,
    "parts_langId_2": 4,
    "parts_vehicleId_3": 9171,
    "parts_langId_3": 4,
    "parts_vehicleId_4": 9171,
    "parts_langId_4": 4,
    "parts_langId_5": 4,
    "parts_searchText_5": "VALVE",
    "parts_langId_6": 4,
    "parts_langId_8": 4,
    "parts_langId_9": 4,
    "parts_langId_10": 4,
    "parts_langId_11": 4,
    "parts_countryFilterId_11": 63,
    "parts_langId_12": 4,
    "parts_countryFilterId_12": 63,
    "parts_langId_13": 4,
    "parts_langId_14": 4,
    "parts_countryFilterId_14": 63,
    "parts_langId_15": 4,
    "parts_countryFilterId_15": 63,
    "parts_langId_16": 4,
    "parts_langId_17": 4,
    "parts_countryFilterId_17": 63,
    "parts_vehicleId_18": 9171,
    "parts_categoryId_18": 100260,
    "parts_langId_18": 4,
    "parts_vehicleId_19": 9171,
    "parts_categoryId_19": 100260,
    "parts_langId_19": 4,
    "parts_langId_20": 4,
    "parts_countryFilterId_20": 63,
    "parts_langId_21": 4,
    "parts_countryFilterId_21": 63,
    "parts_langId_22": 4,
    "parts_countryFilterId_22": 63,
    "parts_langId_24": 4,
    "parts_langId_25": 4,
    "parts_countryFilterId_25": 63,
    "parts_langId_26": 4,
    "parts_langId_29": 4,
    "parts_langId_30": 4,
    "parts_langId_31": 4,
    "parts_langId_32": 4,
    "parts_langId_33": 4,
    "parts_articleType_33": "IAMNumber",
    "parts_vehicleId_34": 9171,
    "parts_langId_34": 4,
    "parts_searchParam_34": "filter",
    "parts_langId_35": 4,
    "parts_countryFilterId_35": 63,
    "parts_langId_36": 4,
    "parts_countryFilterId_36": 63,
    "parts_vehicleId_36": 9171,
    "parts_langId_38": 4,
    "parts_countryFilterId_38": 63,
    "parts_langId_39": 4,
    "parts_langId_40": 4
};

// Run the Actor and wait for it to finish
const run = await client.actor("making-data-meaningful/opel-parts-catalog").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 = {
    "lang_langId_3": 4,
    "lang_langId_4": 4,
    "lang_langId_5": 4,
    "lang_countryId_5": 63,
    "models_langId_1": 4,
    "models_countryFilterId_1": 63,
    "models_modelId_2": 9180,
    "models_langId_2": 4,
    "models_countryFilterId_2": 63,
    "models_vehicleId_3": 9171,
    "models_langId_3": 4,
    "models_countryFilterId_3": 63,
    "vehicle_vehicleId_2": 9171,
    "vehicle_langId_2": 4,
    "vehicle_countryFilterId_2": 63,
    "vehicle_modelId_3": 9180,
    "vehicle_langId_3": 4,
    "vehicle_countryFilterId_3": 63,
    "vehicle_engId_4": 18989,
    "vehicle_langId_4": 4,
    "vehicle_modelId_5": 9180,
    "vehicle_langId_5": 4,
    "vehicle_countryFilterId_5": 63,
    "vehicle_langId_6": 4,
    "vehicle_countryFilterId_6": 63,
    "vehicle_ltnNumber_6": "0588549",
    "vehicle_langId_7": 4,
    "vehicle_countryFilterId_7": 63,
    "vehicle_ltnNumber_7": "0588549",
    "vehicle_productId_8": 1,
    "vehicle_vehicleId_8": 9171,
    "vehicle_langId_8": 4,
    "vehicle_countryFilterId_8": 63,
    "parts_langId_1": 4,
    "parts_vehicleId_2": 9171,
    "parts_langId_2": 4,
    "parts_vehicleId_3": 9171,
    "parts_langId_3": 4,
    "parts_vehicleId_4": 9171,
    "parts_langId_4": 4,
    "parts_langId_5": 4,
    "parts_searchText_5": "VALVE",
    "parts_langId_6": 4,
    "parts_langId_8": 4,
    "parts_langId_9": 4,
    "parts_langId_10": 4,
    "parts_langId_11": 4,
    "parts_countryFilterId_11": 63,
    "parts_langId_12": 4,
    "parts_countryFilterId_12": 63,
    "parts_langId_13": 4,
    "parts_langId_14": 4,
    "parts_countryFilterId_14": 63,
    "parts_langId_15": 4,
    "parts_countryFilterId_15": 63,
    "parts_langId_16": 4,
    "parts_langId_17": 4,
    "parts_countryFilterId_17": 63,
    "parts_vehicleId_18": 9171,
    "parts_categoryId_18": 100260,
    "parts_langId_18": 4,
    "parts_vehicleId_19": 9171,
    "parts_categoryId_19": 100260,
    "parts_langId_19": 4,
    "parts_langId_20": 4,
    "parts_countryFilterId_20": 63,
    "parts_langId_21": 4,
    "parts_countryFilterId_21": 63,
    "parts_langId_22": 4,
    "parts_countryFilterId_22": 63,
    "parts_langId_24": 4,
    "parts_langId_25": 4,
    "parts_countryFilterId_25": 63,
    "parts_langId_26": 4,
    "parts_langId_29": 4,
    "parts_langId_30": 4,
    "parts_langId_31": 4,
    "parts_langId_32": 4,
    "parts_langId_33": 4,
    "parts_articleType_33": "IAMNumber",
    "parts_vehicleId_34": 9171,
    "parts_langId_34": 4,
    "parts_searchParam_34": "filter",
    "parts_langId_35": 4,
    "parts_countryFilterId_35": 63,
    "parts_langId_36": 4,
    "parts_countryFilterId_36": 63,
    "parts_vehicleId_36": 9171,
    "parts_langId_38": 4,
    "parts_countryFilterId_38": 63,
    "parts_langId_39": 4,
    "parts_langId_40": 4,
}

# Run the Actor and wait for it to finish
run = client.actor("making-data-meaningful/opel-parts-catalog").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "lang_langId_3": 4,
  "lang_langId_4": 4,
  "lang_langId_5": 4,
  "lang_countryId_5": 63,
  "models_langId_1": 4,
  "models_countryFilterId_1": 63,
  "models_modelId_2": 9180,
  "models_langId_2": 4,
  "models_countryFilterId_2": 63,
  "models_vehicleId_3": 9171,
  "models_langId_3": 4,
  "models_countryFilterId_3": 63,
  "vehicle_vehicleId_2": 9171,
  "vehicle_langId_2": 4,
  "vehicle_countryFilterId_2": 63,
  "vehicle_modelId_3": 9180,
  "vehicle_langId_3": 4,
  "vehicle_countryFilterId_3": 63,
  "vehicle_engId_4": 18989,
  "vehicle_langId_4": 4,
  "vehicle_modelId_5": 9180,
  "vehicle_langId_5": 4,
  "vehicle_countryFilterId_5": 63,
  "vehicle_langId_6": 4,
  "vehicle_countryFilterId_6": 63,
  "vehicle_ltnNumber_6": "0588549",
  "vehicle_langId_7": 4,
  "vehicle_countryFilterId_7": 63,
  "vehicle_ltnNumber_7": "0588549",
  "vehicle_productId_8": 1,
  "vehicle_vehicleId_8": 9171,
  "vehicle_langId_8": 4,
  "vehicle_countryFilterId_8": 63,
  "parts_langId_1": 4,
  "parts_vehicleId_2": 9171,
  "parts_langId_2": 4,
  "parts_vehicleId_3": 9171,
  "parts_langId_3": 4,
  "parts_vehicleId_4": 9171,
  "parts_langId_4": 4,
  "parts_langId_5": 4,
  "parts_searchText_5": "VALVE",
  "parts_langId_6": 4,
  "parts_langId_8": 4,
  "parts_langId_9": 4,
  "parts_langId_10": 4,
  "parts_langId_11": 4,
  "parts_countryFilterId_11": 63,
  "parts_langId_12": 4,
  "parts_countryFilterId_12": 63,
  "parts_langId_13": 4,
  "parts_langId_14": 4,
  "parts_countryFilterId_14": 63,
  "parts_langId_15": 4,
  "parts_countryFilterId_15": 63,
  "parts_langId_16": 4,
  "parts_langId_17": 4,
  "parts_countryFilterId_17": 63,
  "parts_vehicleId_18": 9171,
  "parts_categoryId_18": 100260,
  "parts_langId_18": 4,
  "parts_vehicleId_19": 9171,
  "parts_categoryId_19": 100260,
  "parts_langId_19": 4,
  "parts_langId_20": 4,
  "parts_countryFilterId_20": 63,
  "parts_langId_21": 4,
  "parts_countryFilterId_21": 63,
  "parts_langId_22": 4,
  "parts_countryFilterId_22": 63,
  "parts_langId_24": 4,
  "parts_langId_25": 4,
  "parts_countryFilterId_25": 63,
  "parts_langId_26": 4,
  "parts_langId_29": 4,
  "parts_langId_30": 4,
  "parts_langId_31": 4,
  "parts_langId_32": 4,
  "parts_langId_33": 4,
  "parts_articleType_33": "IAMNumber",
  "parts_vehicleId_34": 9171,
  "parts_langId_34": 4,
  "parts_searchParam_34": "filter",
  "parts_langId_35": 4,
  "parts_countryFilterId_35": 63,
  "parts_langId_36": 4,
  "parts_countryFilterId_36": 63,
  "parts_vehicleId_36": 9171,
  "parts_langId_38": 4,
  "parts_countryFilterId_38": 63,
  "parts_langId_39": 4,
  "parts_langId_40": 4
}' |
apify call making-data-meaningful/opel-parts-catalog --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=making-data-meaningful/opel-parts-catalog",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/HP7zj1qdiLi2j2ro7/builds/3mRPjuQrGrUKbwxQJ/openapi.json
