Pricing
$19.00/month + usage
Go to Apify Store
Part Number Cross Reference
Part Number Cross Reference is a quick and reliable way to locate OEM and aftermarket replacements for vehicles.
Pricing
$19.00/month + usage
Rating
5.0
(1)
Developer
Actor stats
0
Bookmarked
59
Total users
1
Monthly active users
4 months ago
Last modified
Categories
Share
Part Number Cross Reference is a tool that 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
Part Number Cross Reference - 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
