Logo

AutoDoc Car Parts Scraper List

Categories: e-commerce

Difficult

Introducing the AutoDoc Car Parts Scraper – your essential tool for effortlessly gathering detailed listings of car parts. Simply navigate to the desired page, and let our scraper extract crucial information about each part, such as the name, price, manufacturer, and category. Perfect for car enthusiasts, mechanics, or businesses looking for parts availability and pricing data.

Request Example

time curl -X POST "https://api.blat.ai/harvest" \
--json '{
"mode": "crawl",

"id":

"autodoc-co-uk-53548128"

,

"params": {

"start_url":

"https://www.autodoc.co.uk/spares-search?keyword=03L103373E"

}
}' -H "X-API-KEY: ${BLAT_API_KEY}"

Output Example


{
    "parts_list": [
        {
            "part_name": "AMC Cylinder Head",
            "current_price": "1025.21",
            "currency": "\u00a3",
            "url": "https://www.autodoc.co.uk/amc/8325034",
            "manufacturare": "AMC",
            "category": "Cylinder Head"
        },
        {
            "part_name": "AMC Cylinder Head",
            "current_price": "1573.46",
            "currency": "\u00a3",
            "url": "https://www.autodoc.co.uk/amc/10478942",
            "manufacturare": "AMC",
            "category": "Cylinder Head"
        },
        {
            "part_name": "AMC Cylinder Head",
            "current_price": "63.29",
            "currency": "\u00a3",
            "url": "https://www.autodoc.co.uk/amc/8013978",
            "manufacturare": "AMC",
            "category": "Cylinder Head"
        },
        {
            "part_name": "BSG Cylinder Head",
            "current_price": "746.28",
            "currency": "\u00a3",
            "url": "https://www.autodoc.co.uk/bsg/19003963",
            "manufacturare": "BSG",
            "category": "Cylinder Head"
        },
        {
            "part_name": "AMC Cylinder Head",
            "current_price": "790.31",
            "currency": "\u00a3",
            "url": "https://www.autodoc.co.uk/amc/7759845",
            "manufacturare": "AMC",
            "category": "Cylinder Head"
        },
        {
            "part_name": "AMC Cylinder Head",
            "current_price": "804.63",
            "currency": "\u00a3",
            "url": "https://www.autodoc.co.uk/amc/8149263",
            "manufacturare": "AMC",
            "category": "Cylinder Head"
        },
        {
            "part_name": "AMC Cylinder Head",
            "current_price": "1077.85",
            "currency": "\u00a3",
            "url": "https://www.autodoc.co.uk/amc/7519626",
            "manufacturare": "AMC",
            "category": "Cylinder Head"
        },
        {
            "part_name": "FRECCIA Cylinder Head",
            "current_price": "959.47",
            "currency": "\u00a3",
            "url": "https://www.autodoc.co.uk/freccia/19173138",
            "manufacturare": "FRECCIA",
            "category": "Cylinder Head"
        }
    ]
}