Access the Auto Parts Catalog API for detailed vehicle data, including parts, models, and engine specifications. Enjoy multi-language support and region-specific insights for seamless integration.
The first step is to select the default language for product descriptions. To retrieve the list of all available languages, you need to use the endpoint:
Endpoint: /getAllLanguages
This endpoint will return all the available languages. You need to save the lngId
(or langId
) for all further use. This will be your default language ID.
To filter results based on the country for parts and applicability to your region, use:
Endpoint: /getAllCountries
This endpoint will return all countries. You need to have a default country ID (countryFilterId
or countryID
) for all further requests.
Example: If you want to have car models made for Germany, use the Germany ID (62) as your filter.
To list the different vehicle types available, use:
Endpoint: /listVehicleTypes
This endpoint will return all available vehicle types such as Automobiles, Commercial Vehicles (Trucks), and Motorcycles. Save the typeId
for further calls.
To retrieve a list of car manufacturers based on your selected language, country, and vehicle type, use:
Endpoint: /getManufacturers
typeId
: (e.g., Automobile - id 1)langId
: (e.g., English - id 4)countryFilterId
: (e.g., Germany - id 62)This call will return all car brands available for the specified country and language. Save the manufacturerId
for the next step.
To fetch a list of models for a selected manufacturer, use:
Endpoint: /getModels
typeId
langId
countryFilterId
manufacturerId
This call will return all models for the selected manufacturer. Save modelId
for the next step.
To get engine details for a particular model, use:
Endpoint: /getVehicleEngineTypes
typeId
langId
countryFilterId
manufacturerId
modelSeriesId
(or modelId
)This call will provide engine details. Save the vehicleId
for further use.
To fetch detailed information about a specific vehicle, use:
Endpoint: /getVehicleDetails
typeId
langId
countryFilterId
manufacturerId
vehicleId
This will return detailed information about the selected vehicle.
You can fetch product/part categories using:
Endpoint V1: /getCategoryV1
Endpoint V2: /getCategoryV2
Endpoint V3: /getCategoryV3
typeId
langId
countryFilterId
manufacturerId
vehicleId
These endpoints will return category details. Save levelId_1
, levelId_2
, levelId_3
, or categoryId
for the next step.
To fetch the list of product articles (parts), use:
Endpoint: /getArticlesList
typeId
langId
countryFilterId
manufacturerId
vehicleId
productGroupId
(from Categories)Save articleId
or articleNo
for further product details.
To fetch detailed information about an article, use:
Endpoint: /getArticleDetailsById
langId
countryFilterId
articleId
This returns comprehensive information about the selected product article.
To search for articles by article number, use:
Endpoint: /searchArticlesByNumber
articleSearchNr
langId
For advanced search including supplier:
Endpoint: /searchArticlesByNumberAndSupplier
articleSearchNr
supplierId
langId
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!