Part Number Cross Reference avatar
Part Number Cross Reference
Under maintenance

Pricing

$19.00/month + usage

Go to Apify Store
Part Number Cross Reference

Part Number Cross Reference

Under maintenance

Developed by

Making Data Meaningful

Making Data Meaningful

Maintained by Community

Parts Cross Reference is a quick and reliable way to locate OEM and aftermarket replacements for vehicles.

0.0 (0)

Pricing

$19.00/month + usage

0

2

2

Last modified

9 days ago

Parts Cross Reference helps you quickly find OEM and aftermarket replacements for vehicles. This Apify actor lets you search cross-numbers, OEM equivalents, analog parts, vehicles by OEM, suppliers, and manufacturers in one place.


Endpoints

Choose an endpoint via selectPageType:

  • get-all-suppliers — Get all suppliers (optionally filter by supplier name)
  • get-manufacturers-list — Get all manufacturers
  • search-for-cross-number-by-article-no — Find cross-references by article number
  • get-list-of-vehicles-by-oem-part — Get vehicles that use a specific OEM part
  • search-for-analog-spare-parts-by-the-articles-numbers — Find analog spare parts by article number
  • search-for-analogue-of-spare-parts-by-oem-number — Find analogue parts by OEM number
  • get-article-cross-reference-by-article-id — Get cross-references for a specific article ID
  • search-for-cross-references-for-replacement-parts-through-oem-numbers — Get replacement cross-references through OEM numbers
  • search-for-the-oem-oem-cross-references-through-aftermarket-parts-references — Get OEM/OEM cross-references through aftermarket parts

Input Parameters

  • selectPageType (required) — Endpoint type (see list above)
  • manufacturerId, modelId, vehicleId, categoryId — Optional filters
  • articleId — Use for cross-reference by article ID
  • articleNo — Article/Trade/IAM/EAN number (specify type via articleType)
  • articleOemNo — OEM part number
  • supplierId / supplierName — Supplier filters
  • articleType — One of: ArticleNumber, TradeNumber, OENumber, IAMNumber, EAN

Example Inputs

Manufacturers list

{ "selectPageType": "get-manufacturers-list" }

Cross number by article number

{
"selectPageType": "search-for-cross-number-by-article-no",
"articleNo": "002-001-000001R",
"articleType": "ArticleNumber"
}

Vehicles by OEM part

{
"selectPageType": "get-list-of-vehicles-by-oem-part",
"articleOemNo": "8F0513035N"
}

Analogue parts by OEM number

{
"selectPageType": "search-for-analogue-of-spare-parts-by-oem-number",
"articleOemNo": "8F0513035N"
}

Example Output

[
{
"sourceBrand": "BOSCH",
"sourceNumber": "002-001-000001R",
"targetBrand": "OEM (VAG)",
"targetNumber": "8F0513035N",
"relationship": "EQUIVALENT"
}
]

Usage Tips

  • Always specify articleType when using articleNo
  • Use OEM numbers when available for higher accuracy
  • Normalize numbers (remove spaces/dashes) before searching
  • Filter by supplier/manufacturer for cleaner results

Do you want me to also compress this into an Apify Store SEO-style summary + long description (the part that appears on your actor’s public page), or just keep this technical readme text?