Discover/autodoc.co.uk API
live

autodoc.co.uk APIautodoc.co.uk

Access Autodoc's full auto parts catalog via API: browse car makers, models, engines, search parts, get specs, prices, OE numbers, and find compatible alternatives.

Endpoints
6
Updated
10d ago
Try it

No input parameters required.

api.parse.bot/scraper/70de51f9-9aaa-46f7-89f2-d9e784c78466/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/70de51f9-9aaa-46f7-89f2-d9e784c78466/get_car_makers' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Returns a list of all car manufacturers/makers available on Autodoc, grouped by popularity.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "makers": "array of maker objects each containing id (integer), name (string), and group (string)"
  },
  "sample": {
    "data": {
      "makers": [
        {
          "id": 16,
          "name": "BMW",
          "group": "Popular carmakers"
        },
        {
          "id": 121,
          "name": "VW",
          "group": "Popular carmakers"
        },
        {
          "id": 5,
          "name": "AUDI",
          "group": "Popular carmakers"
        }
      ]
    },
    "status": "success"
  }
}

About the autodoc.co.uk API

The Autodoc API covers 6 endpoints that expose the full Autodoc auto parts catalog, from vehicle hierarchy to part specifications. Starting with get_car_makers, you can walk the complete tree of manufacturers, models, and engine variants, then use search_parts to find components by keyword, part number, or article number — with results that include product titles, categories, and URLs ready for downstream detail lookups.

Vehicle Hierarchy

The API exposes a three-level vehicle hierarchy. get_car_makers returns all manufacturers available on Autodoc, each with an integer id, a name, and a group indicating popularity tier. Pass any maker_id to get_car_models to receive the model list for that brand, grouped by series. From there, get_car_engines accepts a model_id and returns engine variants grouped by fuel type — each engine object carries its own id and name for use in downstream part matching.

Parts Search and Product Detail

search_parts accepts a free-text query — brand-specific article numbers like RIDEX 7999410 work as well as generic terms like brake pads. Results are typed objects: suggestion, category, or product, each carrying a title and a url path. Those URL paths feed directly into get_product_details, which returns a product's name, brand, price (formatted with currency symbol), a specs object mapping specification names to values, an article_number, and an oe_numbers array of OE/OEM reference strings when available.

Compatible Alternatives

get_equivalent_products takes the same URL path format as get_product_details and returns an equivalents array. Each entry includes the alternative part's brand, part_number, price (or null if unlisted), and a url path for further detail lookup. This makes it straightforward to compare compatible replacements across different manufacturers for a given part.

Common use cases
  • Build a vehicle-to-parts lookup tool using the maker → model → engine hierarchy endpoints
  • Cross-reference OE/OEM numbers from get_product_details against your own parts database
  • Compare prices across compatible replacement parts using get_equivalent_products
  • Populate a parts catalog with specs, article numbers, and brand data from get_product_details
  • Search by article number to resolve a specific part and retrieve its full specification sheet
  • Identify all available brands supplying a given replacement part for a specific vehicle engine variant
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Autodoc have an official public developer API?+
Autodoc does not publish a public developer API or API documentation for third-party access. The Parse API is the available programmatic option for accessing Autodoc catalog data.
What does `get_product_details` return beyond price and name?+
get_product_details returns a specs object containing named technical attributes (such as dimensions or material grades, depending on the part type), an oe_numbers array listing OEM reference numbers cross-referenced by the listing, an article_number, and the brand name. The oe_numbers field may be empty for parts that have no OE references listed on Autodoc.
Does the API return customer reviews or ratings for parts?+
Not currently. The API covers product specifications, pricing, OE numbers, and compatible alternatives. You can fork the API on Parse and revise it to add an endpoint that retrieves review and rating data from Autodoc product pages.
Can I filter `search_parts` results to a specific vehicle or engine?+
The search_parts endpoint accepts a free-text query string only; there is no built-in vehicle filter parameter. The vehicle hierarchy endpoints (get_car_makers, get_car_models, get_car_engines) handle vehicle scoping separately. You can fork the API on Parse and revise it to combine vehicle context with part search in a single endpoint.
Are stock availability or inventory levels included in product responses?+
Not currently. get_product_details returns price, specs, and OE numbers but does not include stock or availability status. You can fork the API on Parse and revise it to add an endpoint that retrieves availability data if Autodoc surfaces it on the product page.
Page content last updated . Spec covers 6 endpoints from autodoc.co.uk.
Related APIs in AutomotiveSee all →
car-part.com API
Search for recycled auto parts across thousands of vehicles and get detailed information on pricing, availability, and specifications from car-part.com. Find the exact parts you need with comprehensive search metadata and individual part details to compare options and locate the best deals.
honda.ca API
Get current Honda Canada vehicle pricing, lease and finance payment options, APR rates, and available incentives across all Canadian provinces to compare deals in real-time. Calculate custom payment scenarios and browse all Honda models with their latest promotional offers directly from Honda Canada's official pricing data.
leboncoin.fr API
Search and retrieve detailed listings from Leboncoin across cars, real estate, jobs, and other categories with advanced filtering options. Access seller profiles, pricing analytics, and comprehensive listing details to find exactly what you're looking for on France's leading classifieds platform.
auctiontime.com API
Search and browse equipment and truck auction listings from AuctionTime.com, view detailed information about specific auctions, filter by category and auctioneer, and track auction results by date. Access comprehensive auction data including listings, categories, and auctioneer information all in one place.
yad2.co.il API
Search for apartments and cars on Yad2's marketplace and access detailed listing information including photos, prices, and specifications. Instantly reveal seller contact information to connect directly with real estate agents and car dealers.
turo.com API
Search for peer-to-peer car rentals across Turo by location and dates to browse available vehicles with pricing, specifications, and real-time availability. Get detailed information on specific cars to compare features and make rental decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
blocket.se API
Search and browse second-hand items, cars, and housing listings across Blocket.se and Qasa.se, then retrieve detailed information about any listing that interests you. Get instant access to comprehensive product details, pricing, and categorized inventory across multiple marketplaces in one unified interface.