Autotrader UK Scraper avatar
Autotrader UK Scraper
Try for free

3 days trial then $30.00/month - No credit card required now

View all Actors
Autotrader UK Scraper

Autotrader UK Scraper

epctex/autotradercouk-scraper
Try for free

3 days trial then $30.00/month - No credit card required now

Extract comprehensive vehicle and machinery data from Autotrader.co.uk without an API. Search results and listing details in one powerful tool.

Actor - Autotrader UK Scraper

Autotrader UK scraper

Since Autotrader.co.uk doesn't provide a good and free API, this actor should help you to retrieve data from it.

The Autotrader UK data scraper supports the following features:

  • Search - Get any search results. You can use all cars, vans, bikes, motorhomes, caravans, trucks, farms, and plant search URLs.

  • Listing details - Retrieve information about the cars, vans, bikes, motorhomes, caravans, trucks, farms, and plants. Brand, model, price, mileage, fuel type, transmission, interior colors, exterior colors, and many other features.

🇺🇸 If you are looking into scraping Autotrader.com instead of the UK store, please check our Autotrader Scraper.

Bugs, fixes, updates, and changelog

This scraper is under active development. If you have any feature requests you can create an issue from here.

Input Parameters

The input of this scraper should be JSON containing the list of pages on Autotrader UK that should be visited. Possible fields are:

  • startUrls: (Required) (Array) List of Autotrader UK URLs. It should be a search, list, or listing detail URL.

  • endPage: (Optional) (Number) Final number of page that you want to scrape. The default is Infinite. This applies to all search request and startUrls individually.

  • maxItems: (Optional) (Number) You can limit scraped items. This should be useful when you search through the big lists or search results.

  • proxy: (Required) (Proxy Object) Proxy configuration.

  • extendOutputFunction: (Optional) (String) Function that takes a JQuery handle ($) as an argument and returns an object with data.

  • customMapFunction: (Optional) (String) Function that takes each object's handle as an argument and returns an object with executing the function.

This solution requires using Proxy servers, either your own proxy servers or you can use Apify Proxy.

Tip

When you want to scrape over a specific listing URL, just copy and paste the link as one of the startUrl.

If you would like to scrape only the first page of a list then put the link for the page and have the endPage as 1.

With the last approach that is explained above you can also fetch any interval of pages. If you provide the 5th page of a list and define the endPage parameter as 6 then you'll have the 5th and 6th pages only.

Compute Unit Consumption

The actor is optimized to run blazing fast and scrape many listings as possible. Therefore, it forefronts all listing detail requests. If the actor doesn't block very often it'll scrape 100 listings in 2 minutes with ~0.1-0.2 compute units.

Autotrader UK Scraper Input example

1{
2  "startUrls":[
3    "https://www.autotrader.co.uk/car-search?page=2&postcode=E1%207DJ&sort=relevance",
4    "https://www.autotrader.co.uk/motorhome-search?postcode=E1%207DJ&berth=2&include-delivery-option=on&advertising-location=at_motorhomes&page=1",
5    "https://www.autotrader.co.uk/caravan-search?postcode=E1%207DJ&include-delivery-option=on&advertising-location=at_caravans&page=1",
6    "https://www.autotrader.co.uk/truck-search?postcode=E1%207DJ&make=DAF&include-delivery-option=on&advertising-location=at_trucks",
7    "https://www.autotrader.co.uk/farm-search?postcode=E1%207DJ&category=ATVS&include-delivery-option=on&advertising-location=at_farm",
8    "https://www.autotrader.co.uk/plant-search?postcode=E1%207DJ&category=ATTACHMENTS&include-delivery-option=on&advertising-location=at_plants",
9    "https://www.autotrader.co.uk/car-details/202306299089853",
10    "https://www.autotrader.co.uk/car-details/202304266675832?journey=FEATURED_LISTING_JOURNEY&advertising-location=at_cars&include-delivery-option=on&make=Audi&model=A6%20Saloon&page=1&postcode=E1%207DJ&fromsra",
11    "https://www.autotrader.co.uk/van-details/202306148523378?journey=FEATURED_LISTING_JOURNEY&advertising-location=at_vans&include-delivery-option=on&page=1&postcode=E1%207DJ&fromsra",
12    "https://www.autotrader.co.uk/bike-details/202303074975713?journey=FEATURED_LISTING_JOURNEY&advertising-location=at_bikes&include-delivery-option=on&page=1&postcode=E1%207DJ&fromsra",
13    "https://www.autotrader.co.uk/motorhome-details/202212162575381?journey=FEATURED_LISTING_JOURNEY&advertising-location=at_motorhomes&include-delivery-option=on&page=1&postcode=E1%207DJ&fromsra",
14    "https://www.autotrader.co.uk/caravan-details/202306138460879?advertising-location=at_caravans&include-delivery-option=on&page=1&postcode=E1%207DJ&fromsra",
15    "https://www.autotrader.co.uk/truck-details/202306128433310?journey=FEATURED_LISTING_JOURNEY&advertising-location=at_trucks&include-delivery-option=on&postcode=E1%207DJ&fromsra",
16    "https://www.autotrader.co.uk/plant-machinery-details/202304276732947?journey=FEATURED_LISTING_JOURNEY&advertising-location=at_plants&include-delivery-option=on&postcode=E1%207DJ&fromsra",
17    "https://www.autotrader.co.uk/farm-machinery-details/202305107209361?journey=YOU_MAY_ALSO_LIKE_JOURNEY&advertising-location=at_farm&include-delivery-option=on&postcode=E1%207DJ&fromsra"    
18  ],
19  "maxItems": 50,
20  "proxy":{
21    "useApifyProxy":true,
22    "countryCode":"US"
23  }
24}

During the Run

During the run, the actor will output messages letting you know what is going on. Each message always contains a short label specifying which page from the provided list is currently specified. When items are loaded from the page, you should see a message about this event with a loaded item count and total item count for each page.

If you provide incorrect input to the actor, it will immediately stop with a failure state and output an explanation of what is wrong.

Autotrader UK Export

During the run, the actor stores results into a dataset. Each item is a separate item in the dataset.

You can manage the results in any language (Python, PHP, Node JS/NPM). See the FAQ or our API reference to learn more about getting results from this Autotrader UK actor.

Scraped Autotrader UK Output

The structure of each item in Autotrader UK looks like this:

1{
2  "id": "202304266675832",
3  "stockItemId": "8a42e6f787b806ba0187bb07b5de1998",
4  "isAuction": false,
5  "hoursUsed": null,
6  "serviceHistory": null,
7  "title": "Audi A6 40 TDI S Line 4dr S Tronic Diesel Saloon 2.0",
8  "excludePreviousOwners": false,
9  "advertisedLocations": [
10    "at_cars",
11    "at_stock_cars",
12    "retailer_websites",
13    "trade_advertiser_stock"
14  ],
15  "dueAtSeller": null,
16  "motExpiry": null,
17  "motInsurance": null,
18  "lastServiceOdometerReadingMiles": null,
19  "lastServiceDate": null,
20  "warrantyMonthsOnPurchase": null,
21  "twelveMonthsMotIncluded": false,
22  "heading": {
23    "title": "Audi A6",
24    "subtitle": "40 TDI S Line 4dr S Tronic Diesel Saloon 2.0"
25  },
26  "attentionGrabber": "SAT NAV & Heated Seats",
27  "rrp": null,
28  "price": 26702,
29  "priceCurrency": "£",
30  "priceExcludingFees": 26702,
31  "suppliedPrice": 26702,
32  "suppliedPriceExcludingFees": 26702,
33  "priceOnApplication": false,
34  "plusVatIndicated": false,
35  "vatStatus": null,
36  "saving": null,
37  "noAdminFees": true,
38  "adminFee": null,
39  "adminFeeInfoDescription": null,
40  "dateOfRegistration": "2019-10-31",
41  "homeDeliveryRegionCodes": null,
42  "deliversToMyPostcode": null,
43  "capabilities": {
44    "marketExtensionHomeDelivery": null,
45    "marketExtensionClickAndCollect": null,
46    "marketExtensionCentrallyHeld": null,
47    "marketExtensionOem": null,
48    "sellerPromise": null,
49    "digitalRetailing": null
50  },
51  "collectionLocations": null,
52  "registration": "A****UJ",
53  "encryptedRegistration": "TBVOkZskcDuhb+8PH+X8Z+7K18PtSVU=",
54  "generation": {
55    "generationId": "b1a67f706add4bdfa54b18bfe4e2addb",
56    "name": "Saloon (2018 - )",
57    "review": {
58      "ownerReviewsSummary": {
59        "aggregatedRating": 4.1,
60        "countOfReviews": 2
61      },
62      "expertReviewSummary": {
63        "rating": 4,
64        "reviewUrl": "https://www.autotrader.co.uk/content/car-reviews/audi-a6-saloon-review-2018"
65      }
66    }
67  },
68  "hasShowroomProductCode": true,
69  "isPartExAvailable": true,
70  "isFinanceAvailable": true,
71  "isFinanceFullApplicationAvailable": false,
72  "financeProvider": "DEALER",
73  "financeDefaults": {
74    "term": "48",
75    "mileage": "10000",
76    "depositAmount": "2671"
77  },
78  "retailerId": "2669123",
79  "hasClickAndCollect": true,
80  "privateAdvertiser": null,
81  "advertiserSegment": "Franchise",
82  "dealer": {
83    "dealerId": "2669123",
84    "distance": null,
85    "stockLevels": {
86      "atStockCounts": {
87        "car": 45,
88        "van": null
89      }
90    },
91    "assignedNumber": {
92      "number": null
93    },
94    "awards": {
95      "isWinner2018": false,
96      "isWinner2019": false,
97      "isWinner2020": false,
98      "isWinner2021": false,
99      "isWinner2022": false,
100      "isFinalist2018": false,
101      "isFinalist2019": false,
102      "isFinalist2020": false,
103      "isFinalist2021": false,
104      "isFinalist2022": false,
105      "isHighlyRated2018": false,
106      "isHighlyRated2019": false,
107      "isHighlyRated2020": false,
108      "isHighlyRated2021": false,
109      "isHighlyRated2022": false
110    },
111    "branding": {
112      "accreditations": [],
113      "brands": []
114    },
115    "capabilities": {
116      "instantMessagingChat": {
117        "enabled": true,
118        "provider": "LivePersonConversationalCloud"
119      },
120      "instantMessagingText": {
121        "enabled": true,
122        "provider": "LivePersonConversationalCloud",
123        "overrideSmsNumber": "+447449384898"
124      }
125    },
126    "reviews": {
127      "numberOfReviews": "84",
128      "overallReviewRating": "4.6"
129    },
130    "location": {
131      "addressOne": "26 Richfield Avenue",
132      "addressTwo": null,
133      "town": "Reading",
134      "county": "Berkshire",
135      "postcode": "RG1 8EQ",
136      "latLong": "51.4632806,-0.9851001"
137    },
138    "marketing": {
139      "profile": null,
140      "brandingBanner": {
141        "href": "https://dealerlogo.atcdn.co.uk/at2/adbranding/2669123/images/fpa_logo.gif"
142      }
143    },
144    "media": {
145      "email": "yes",
146      "dealerWebsite": {
147        "href": "https://www.vertumotors.com/autotradervehiclelocator?vehicleid=202304266675832&VRM=AF69VUJ&extref=0M4-524033"
148      },
149      "phoneNumber1": "(0118) 443 8739",
150      "phoneNumber2": null,
151      "protectedNumber": false
152    },
153    "name": "Reading Mercedes-Benz",
154    "servicesOffered": {
155      "sellerPromise": null,
156      "services": [],
157      "products": [
158        "ADF",
159        "ADVANTAGEPLUS",
160        "APXV",
161        "AT18FINANCECUST",
162        "AT18SELLCUST",
163        "AT18SL6",
164        "BSPKFGMCUST",
165        "BSPKFGM_PRODCAT",
166        "DB01",
167        "DFIN",
168        "DVID",
169        "FCS",
170        "FPBARGAIN",
171        "FPBONUS",
172        "FPS",
173        "ICAPI",
174        "PPI_6_ULTRA",
175        "PROFILE",
176        "PROMOTED",
177        "RETAILESSENTIALS",
178        "RTLACC",
179        "TOPSPOT",
180        "VMET",
181        "VVAL",
182        "WATC",
183        "WAV",
184        "WDPS",
185        "WDSV",
186        "WFP",
187        "WFPMM",
188        "WICA",
189        "WIMT",
190        "WKSP",
191        "WLGE",
192        "WM01",
193        "WMOS",
194        "WMPS",
195        "WND2",
196        "WND2M",
197        "WSCO",
198        "WSDG",
199        "WSL"
200      ],
201      "safeSelling": {
202        "bulletPoints": [
203          "Social distancing measures in place",
204          "Contactless collection"
205        ],
206        "paragraphs": [
207          "Sales safety options:",
208          "o             Video appointments and vehicle tours",
209          "o             Click and collect or home delivery ",
210          "o             Designated collection bays with contactless handover",
211          "o             Vehicles sanitised before handover",
212          "o             Masks, hand sanitiser and gloves will all be used ",
213          "o             Electronic payments and paperwork",
214          "Aftersales safety options:",
215          "o             Appointment system (customers must book aftersales appts in advance)",
216          "o             Social distancing rules at all times",
217          "o             Vehicles sanitised before and after working on car",
218          "o             Masks, hand sanitiser and gloves will all be used ",
219          "o             Electronic payments and paperwork"
220        ]
221      },
222      "homeDelivery": {
223        "bulletPoints": [
224          "Detailed handover to get to know your new vehicle"
225        ],
226        "paragraphs": [
227          "We're now able to offer safe home delivery (delivery charges apply) - or you can arrange to collect from your nearest retailer. Our advisers are available to speak to with any of your enquiries via email, live chat or telephone."
228        ],
229        "deliveryCostPerMile": null,
230        "deliveryCostFlatFee": null,
231        "freeDeliveryRadiusInMiles": null
232      },
233      "videoWalkAround": {
234        "bulletPoints": [
235          "View the vehicle from your home",
236          "Arrange a time to suit you",
237          "Ask our experts any questions"
238        ],
239        "paragraphs": null
240      },
241      "clickAndCollect": {
242        "bulletPoints": [
243          "Reserve online for £99 and use Click & Collect to order your car for collection or home delivery",
244          "Our Sales teams are available online or on the phone and you can also book a virtual appointment",
245          "Handovers will be Covid-safe and we offer a 14-day money-back guarantee on all used cars"
246        ],
247        "paragraphs": [
248          "Our aftersales departments will remain open, with bookings still being taken for MOTs and Services"
249        ]
250      },
251      "buyOnline": null,
252      "nccApproved": false,
253      "isHomeDeliveryProductEnabled": false,
254      "isPartExAvailable": true,
255      "hasSafeSelling": true,
256      "hasHomeDelivery": true,
257      "hasVideoWalkAround": true,
258      "additionalLinks": null
259    }
260  },
261  "video": {
262    "url": "https://autotrader.aos.tv/iframe/pIoRDONBL-2hQmrWiahvmkJwT2UFwGBepP4m3F855A0=",
263    "preview": null
264  },
265  "spin": null,
266  "imageList": {
267    "nextCursor": null,
268    "size": 46,
269    "images": [
270      {
271        "url": "https://m.atcdn.co.uk/a/media/{resize}/22933d70b3c3408ab8ad88b4b2dfc397.jpg",
272        "templated": true,
273        "autotraderAllocated": false
274      },
275      {
276        "url": "https://m.atcdn.co.uk/a/media/{resize}/fe9c637574a042d7bc0509b479869128.jpg",
277        "templated": true,
278        "autotraderAllocated": false
279      },
280      {
281        "url": "https://m.atcdn.co.uk/a/media/{resize}/8895159d5997499181b0d5d984f3f9c3.jpg",
282        "templated": true,
283        "autotraderAllocated": false
284      },
285      {
286        "url": "https://m.atcdn.co.uk/a/media/{resize}/d77fed9f5873401ea37b17d5251f9d4e.jpg",
287        "templated": true,
288        "autotraderAllocated": false
289      },
290      {
291        "url": "https://m.atcdn.co.uk/a/media/{resize}/20ef4eaf986c4abbaef46bf366b644c0.jpg",
292        "templated": true,
293        "autotraderAllocated": false
294      },
295      {
296        "url": "https://m.atcdn.co.uk/a/media/{resize}/189e5bf4070748e598628242513ec5dd.jpg",
297        "templated": true,
298        "autotraderAllocated": false
299      },
300      {
301        "url": "https://m.atcdn.co.uk/a/media/{resize}/7eb1d62b21f0493d9f964e2e9c71c08b.jpg",
302        "templated": true,
303        "autotraderAllocated": false
304      },
305      {
306        "url": "https://m.atcdn.co.uk/a/media/{resize}/d723e15c817e4744981f02e89067aae3.jpg",
307        "templated": true,
308        "autotraderAllocated": false
309      },
310      {
311        "url": "https://m.atcdn.co.uk/a/media/{resize}/96cd0c267a71462eb78dac613f26e687.jpg",
312        "templated": true,
313        "autotraderAllocated": false
314      },
315      {
316        "url": "https://m.atcdn.co.uk/a/media/{resize}/e4c6aeb5c2f4483c86e13f2f38e58a65.jpg",
317        "templated": true,
318        "autotraderAllocated": false
319      },
320      {
321        "url": "https://m.atcdn.co.uk/a/media/{resize}/a4cb6a1138c64c09ae10ad0ebbfe736c.jpg",
322        "templated": true,
323        "autotraderAllocated": false
324      },
325      {
326        "url": "https://m.atcdn.co.uk/a/media/{resize}/ef4b38cecbae4840a839ee97fe142761.jpg",
327        "templated": true,
328        "autotraderAllocated": false
329      },
330      {
331        "url": "https://m.atcdn.co.uk/a/media/{resize}/7fa629a511b449349152f8ba41d1e054.jpg",
332        "templated": true,
333        "autotraderAllocated": false
334      },
335      {
336        "url": "https://m.atcdn.co.uk/a/media/{resize}/e7f1ad6d6ccf4186a47f105ad01d555e.jpg",
337        "templated": true,
338        "autotraderAllocated": false
339      },
340      {
341        "url": "https://m.atcdn.co.uk/a/media/{resize}/7d7297decb934ebdb48fc5dac1ebdec6.jpg",
342        "templated": true,
343        "autotraderAllocated": false
344      },
345      {
346        "url": "https://m.atcdn.co.uk/a/media/{resize}/bfcd2015ac83489aa3f52f436137354e.jpg",
347        "templated": true,
348        "autotraderAllocated": false
349      },
350      {
351        "url": "https://m.atcdn.co.uk/a/media/{resize}/9a3ea23e1eaa48ef96051813a1f915e2.jpg",
352        "templated": true,
353        "autotraderAllocated": false
354      },
355      {
356        "url": "https://m.atcdn.co.uk/a/media/{resize}/f7f1feef42174b05ac88a28caf1797ba.jpg",
357        "templated": true,
358        "autotraderAllocated": false
359      },
360      {
361        "url": "https://m.atcdn.co.uk/a/media/{resize}/da1ff1a55a6e481e9b8775e2e8d4d42c.jpg",
362        "templated": true,
363        "autotraderAllocated": false
364      },
365      {
366        "url": "https://m.atcdn.co.uk/a/media/{resize}/dae1b7e03cd44d4c8a8d9f0d74ddac18.jpg",
367        "templated": true,
368        "autotraderAllocated": false
369      },
370      {
371        "url": "https://m.atcdn.co.uk/a/media/{resize}/2f41297b07564a368dd3f9cd5d40e9f1.jpg",
372        "templated": true,
373        "autotraderAllocated": false
374      },
375      {
376        "url": "https://m.atcdn.co.uk/a/media/{resize}/fda40ccc91534f55981c55abbd73ac7a.jpg",
377        "templated": true,
378        "autotraderAllocated": false
379      },
380      {
381        "url": "https://m.atcdn.co.uk/a/media/{resize}/cdadd47a9cd84e80a3f2cf1004fa7289.jpg",
382        "templated": true,
383        "autotraderAllocated": false
384      },
385      {
386        "url": "https://m.atcdn.co.uk/a/media/{resize}/d62a08b3e6d8488596aa91401c11fbe1.jpg",
387        "templated": true,
388        "autotraderAllocated": false
389      },
390      {
391        "url": "https://m.atcdn.co.uk/a/media/{resize}/9c5ec698a61f4787907f2e019932ace3.jpg",
392        "templated": true,
393        "autotraderAllocated": false
394      },
395      {
396        "url": "https://m.atcdn.co.uk/a/media/{resize}/e0a484776a6b4a65837fd63006dac556.jpg",
397        "templated": true,
398        "autotraderAllocated": false
399      },
400      {
401        "url": "https://m.atcdn.co.uk/a/media/{resize}/e115e9f490dc45ca98d9f28ad6fdfdd6.jpg",
402        "templated": true,
403        "autotraderAllocated": false
404      },
405      {
406        "url": "https://m.atcdn.co.uk/a/media/{resize}/f3fe9e7bca6e4b3eb7440dc5e90f0af3.jpg",
407        "templated": true,
408        "autotraderAllocated": false
409      },
410      {
411        "url": "https://m.atcdn.co.uk/a/media/{resize}/eb6176ef78b54271ad5cfa338e4d8b53.jpg",
412        "templated": true,
413        "autotraderAllocated": false
414      },
415      {
416        "url": "https://m.atcdn.co.uk/a/media/{resize}/901e6438474e424cb3e9128c3117fe6e.jpg",
417        "templated": true,
418        "autotraderAllocated": false
419      },
420      {
421        "url": "https://m.atcdn.co.uk/a/media/{resize}/bdc45cf59fd943a2bf7ec61feaf4f3c8.jpg",
422        "templated": true,
423        "autotraderAllocated": false
424      },
425      {
426        "url": "https://m.atcdn.co.uk/a/media/{resize}/f6205fd5158d4e889b7ff595813a9f96.jpg",
427        "templated": true,
428        "autotraderAllocated": false
429      },
430      {
431        "url": "https://m.atcdn.co.uk/a/media/{resize}/c119dc152e1348c38974cefc75fbbfec.jpg",
432        "templated": true,
433        "autotraderAllocated": false
434      },
435      {
436        "url": "https://m.atcdn.co.uk/a/media/{resize}/a694fe21312a4fe5a82886f63f109956.jpg",
437        "templated": true,
438        "autotraderAllocated": false
439      },
440      {
441        "url": "https://m.atcdn.co.uk/a/media/{resize}/9397659a94f24b95ba6d78ab7f04a28a.jpg",
442        "templated": true,
443        "autotraderAllocated": false
444      },
445      {
446        "url": "https://m.atcdn.co.uk/a/media/{resize}/e54eba27c6b040b0a556d2cff0fa519d.jpg",
447        "templated": true,
448        "autotraderAllocated": false
449      },
450      {
451        "url": "https://m.atcdn.co.uk/a/media/{resize}/ad3448cb69904b2d80959b04afc89b18.jpg",
452        "templated": true,
453        "autotraderAllocated": false
454      },
455      {
456        "url": "https://m.atcdn.co.uk/a/media/{resize}/b76395fb84eb45258a76b898d7444bb8.jpg",
457        "templated": true,
458        "autotraderAllocated": false
459      },
460      {
461        "url": "https://m.atcdn.co.uk/a/media/{resize}/d16c0555ddd24a73924760b5e1164d6c.jpg",
462        "templated": true,
463        "autotraderAllocated": false
464      },
465      {
466        "url": "https://m.atcdn.co.uk/a/media/{resize}/98164d409afd40db864c0a8f38018751.jpg",
467        "templated": true,
468        "autotraderAllocated": false
469      },
470      {
471        "url": "https://m.atcdn.co.uk/a/media/{resize}/a2b623f4f7de4d4bb8604786aee03879.jpg",
472        "templated": true,
473        "autotraderAllocated": false
474      },
475      {
476        "url": "https://m.atcdn.co.uk/a/media/{resize}/e077e9e9ba09440e9b4bb591dba17e8d.jpg",
477        "templated": true,
478        "autotraderAllocated": false
479      },
480      {
481        "url": "https://m.atcdn.co.uk/a/media/{resize}/e1d6fafcb38b4e88be477d7559175cac.jpg",
482        "templated": true,
483        "autotraderAllocated": false
484      },
485      {
486        "url": "https://m.atcdn.co.uk/a/media/{resize}/8e4110ca5d864eeca8547d4cfb9f2a74.jpg",
487        "templated": true,
488        "autotraderAllocated": false
489      },
490      {
491        "url": "https://m.atcdn.co.uk/a/media/{resize}/b5af2dfa55d942989846b7f39f147c02.jpg",
492        "templated": true,
493        "autotraderAllocated": false
494      },
495      {
496        "url": "https://m.atcdn.co.uk/a/media/{resize}/114ac1df7f654cd8aa0bbf8573b657a4.jpg",
497        "templated": true,
498        "autotraderAllocated": false
499      }
500    ]
501  },
502  "priceIndicatorRating": "GREAT",
503  "priceIndicatorRatingLabel": "Great price",
504  "priceDeviation": -1072,
505  "mileageDeviation": -4153,
506  "mileage": {
507    "mileage": 32283,
508    "unit": "MILE"
509  },
510  "plate": "69",
511  "year": 2019,
512  "vehicleCheckId": null,
513  "vehicleCheckStatus": "PASSED",
514  "vehicleCheckSummary": {
515    "type": "BASIC",
516    "title": "5 checks passed",
517    "performed": null,
518    "writeOffCategory": null,
519    "checks": [
520      {
521        "key": "STOLEN",
522        "failed": false,
523        "advisory": false,
524        "critical": true,
525        "warning": false
526      },
527      {
528        "key": "SCRAPPED",
529        "failed": false,
530        "advisory": false,
531        "critical": true,
532        "warning": false
533      },
534      {
535        "key": "WRITE_OFF_CATEGORY",
536        "failed": false,
537        "advisory": false,
538        "critical": true,
539        "warning": false
540      },
541      {
542        "key": "IMPORTED",
543        "failed": false,
544        "advisory": false,
545        "critical": true,
546        "warning": false
547      },
548      {
549        "key": "EXPORTED",
550        "failed": false,
551        "advisory": false,
552        "critical": true,
553        "warning": false
554      }
555    ]
556  },
557  "sellerName": "Reading Mercedes-Benz",
558  "sellerType": "Trade",
559  "sellerProducts": [
560    "ADF",
561    "ADVANTAGEPLUS",
562    "APXV",
563    "AT18FINANCECUST",
564    "AT18SELLCUST",
565    "AT18SL6",
566    "BSPKFGMCUST",
567    "BSPKFGM_PRODCAT",
568    "DB01",
569    "DFIN",
570    "DVID",
571    "FCS",
572    "FPBARGAIN",
573    "FPBONUS",
574    "FPS",
575    "ICAPI",
576    "PPI_6_ULTRA",
577    "PROFILE",
578    "PROMOTED",
579    "RETAILESSENTIALS",
580    "RTLACC",
581    "TOPSPOT",
582    "VMET",
583    "VVAL",
584    "WATC",
585    "WAV",
586    "WDPS",
587    "WDSV",
588    "WFP",
589    "WFPMM",
590    "WICA",
591    "WIMT",
592    "WKSP",
593    "WLGE",
594    "WM01",
595    "WMOS",
596    "WMPS",
597    "WND2",
598    "WND2M",
599    "WSCO",
600    "WSDG",
601    "WSL"
602  ],
603  "sellerLocation": "READING",
604  "sellerLocationDistance": {
605    "unit": "M",
606    "value": 40
607  },
608  "sellerContact": {
609    "phoneNumberOne": "(0118) 443 8739",
610    "phoneNumberTwo": null,
611    "protectedNumber": null,
612    "byEmail": true
613  },
614  "description": "Looking for a luxurious and spacious car that offers unparalleled safety, comfort, and technology? Look no further than the Audi A6 Diesel Saloon 40 TDI S Line!, , This stunning car has just 32,283 miles on the clock and was manufactured in 2019. It comes packed with features that are sure to delight any driver or passenger, including a reverse camera, parking sensors, electric seats, and much more., , One of the standout features of the Audi A6 Diesel Saloon 40 TDI S Line is its spacious interior, which offers ample room for passengers and cargo alike. Whether you're heading out on a long road trip or just running errands around town, you'll appreciate the comfortable and roomy cabin., , The reverse camera and parking sensors are also a huge plus, making it easy to navigate even the tightest parking spots without worry. And with electric seats, you can easily adjust your position for maximum comfort, whether you're driving for a few minutes or a few hours., , And if you're looking to buy this car, there's no better place to do it than Vertu Mercedes-Benz of Reading. With our manufacturer trained technicians and comprehensive warranty, you can buy with confidence, knowing that your car is in the best possible hands., , So if you're in the market for a luxurious and technologically advanced car that offers unbeatable comfort, safety, and space, look no further than the Audi A6 Diesel Saloon 40 TDI S Line. Come visit us at Vertu Mercedes-Benz of Reading and take a test drive today! White, £26,702",
615  "colour": "White",
616  "manufacturerApproved": false,
617  "insuranceWriteOffCategory": null,
618  "owners": null,
619  "vehicleCondition": null,
620  "specification": {
621    "isCrossover": false,
622    "operatingType": null,
623    "emissionClass": "Euro 6",
624    "co2Emissions": {
625      "co2Emission": 146,
626      "unit": "g/km"
627    },
628    "topSpeed": {
629      "topSpeed": 152
630    },
631    "minimumKerbWeight": {
632      "weight": null,
633      "unit": null
634    },
635    "endLayout": null,
636    "trailerAxleNumber": null,
637    "bedroomLayout": null,
638    "grossVehicleWeight": {
639      "weight": null,
640      "unit": null
641    },
642    "capacityWeight": {
643      "weight": null,
644      "unit": null
645    },
646    "liftingCapacity": {
647      "weight": null,
648      "unit": null
649    },
650    "operatingWidth": {
651      "width": null,
652      "unit": null
653    },
654    "maxReach": {
655      "length": null,
656      "unit": null
657    },
658    "wheelbase": "STD",
659    "berth": null,
660    "bedrooms": null,
661    "engine": {
662      "power": {
663        "enginePower": 204,
664        "unit": "PS"
665      },
666      "sizeLitres": 2,
667      "sizeCC": 1968,
668      "manufacturerEngineSize": 2
669    },
670    "exteriorWidth": {
671      "width": 2110,
672      "unit": "mm"
673    },
674    "exteriorLength": {
675      "length": 4939,
676      "unit": "mm"
677    },
678    "exteriorHeight": {
679      "height": 1457,
680      "unit": "mm"
681    },
682    "capacityWidth": {
683      "width": null,
684      "unit": null
685    },
686    "capacityLength": {
687      "length": null,
688      "unit": null
689    },
690    "capacityHeight": {
691      "height": null,
692      "unit": null
693    },
694    "seats": 5,
695    "axleConfig": null,
696    "ulezCompliant": true,
697    "doors": 4,
698    "bodyType": "Saloon",
699    "cabType": "Unlisted",
700    "rawBodyType": "Saloon",
701    "fuel": "Diesel",
702    "transmission": "Automatic",
703    "style": null,
704    "subStyle": null,
705    "make": "Audi",
706    "model": "A6 Saloon",
707    "trim": "S line",
708    "vehicleCategory": "Car",
709    "optionalFeatures": [
710      {
711        "description": "Door Mirrors - Electrically Adjustable - Heated and Folding - Automatically Dimming - with Driver Memory",
712        "category": "Optional"
713      },
714      {
715        "description": "Leather-Alcantara - Sport Seats with S Embossed Logo - Black with Rock Grey Stitching",
716        "category": "Optional"
717      }
718    ],
719    "standardFeatures": [
720      {
721        "description": "S line front and rear floor mats with contrast stitching",
722        "category": "Standard"
723      },
724      {
725        "description": "Heat insulating glass in side and rear windows",
726        "category": "Standard"
727      },
728      {
729        "description": "EBD - Electronic brakeforce distribution",
730        "category": "Standard"
731      },
732      {
733        "description": "Voice control system",
734        "category": "Standard"
735      },
736      {
737        "description": "Electro-mechanical PAS",
738        "category": "Standard"
739      },
740      {
741        "description": "Automatic start/stop system with coasting functionality",
742        "category": "Standard"
743      },
744      {
745        "description": "7\" high resolution colour driver information display system",
746        "category": "Standard"
747      },
748      {
749        "description": "Frameless auto dimming interior rear view mirror",
750        "category": "Standard"
751      },
752      {
753        "description": "Diesel particulate filter",
754        "category": "Standard"
755      },
756      {
757        "description": "DAB Digital radio",
758        "category": "Standard"
759      },
760      {
761        "description": "Matt black side air intake grille with inlay in matt aluminium",
762        "category": "Standard"
763      },
764      {
765        "description": "LED signature front daytime running light",
766        "category": "Standard"
767      },
768      {
769        "description": "Auxiliary heater",
770        "category": "Standard"
771      },
772      {
773        "description": "Progressive steering",
774        "category": "Standard"
775      },
776      {
777        "description": "Non smoking pack - A6",
778        "category": "Standard"
779      },
780      {
781        "description": "Audi connect safety and service (e-call)",
782        "category": "Standard"
783      },
784      {
785        "description": "40/20/40 split folding 3 rear seat bench in 3 parts with rear centre armrest",
786        "category": "Standard"
787      },
788      {
789        "description": "Keyless Go",
790        "category": "Standard"
791      },
792      {
793        "description": "Illuminated sun visors with vanity mirrors",
794        "category": "Standard"
795      }
796    ],
797    "driverPosition": "Unlisted",
798    "battery": null,
799    "techData": {
800      "co2Emissions": "146 g/km",
801      "fuelConsumptionCombined": "50.40 mpg",
802      "fuelConsumptionExtraUrban": null,
803      "fuelConsumptionUrban": null,
804      "insuranceGroup": "32E",
805      "minimumKerbWeight": "1645 kg",
806      "zeroToSixtyMph": null,
807      "zeroToSixtyTwoMph": "8.10 seconds",
808      "cylinders": "4",
809      "valves": "16",
810      "enginePower": "201 bhp",
811      "topSpeed": "152 mph",
812      "engineTorque": "295.00 lbs/ft",
813      "vehicleHeight": "1457 mm",
814      "vehicleLength": "4939 mm",
815      "vehicleWidth": "2110 mm",
816      "wheelbase": "2924 mm",
817      "fuelTankCapacity": "63.00 litres",
818      "grossVehicleWeight": "2255 kg",
819      "luggageCapacitySeatsDown": "995 litres",
820      "bootspaceSeatsUp": "530 litres",
821      "vehicleWidthInclMirrors": null,
822      "maxLoadingWeight": null,
823      "standardFeatures": [
824        {
825          "description": "19in Alloy Wheels - 5 Twin Spoke Design in Contrast Grey - Partly Polished",
826          "category": "Exterior"
827        },
828        {
829          "description": "4-Way Electric Lumbar Support",
830          "category": "Interior"
831        },
832        {
833          "description": "AMI - Audi Music Interface",
834          "category": "Audio and Communications"
835        },
836        {
837          "description": "Airbags - Driver",
838          "category": "Safety and Security"
839        },
840        {
841          "description": "Airbags - Front Passenger",
842          "category": "Safety and Security"
843        },
844        {
845          "description": "Amazon Alexa Integration - Part of Connect Navigation and Information Plus",
846          "category": "Audio and Communications"
847        },
848        {
849          "description": "Anti Theft Locking Wheel Bolts and Wheel Loosening Detection",
850          "category": "Exterior"
851        },
852        {
853          "description": "Anti-Theft Alarm with Tow-Away Protection",
854          "category": "Safety and Security"
855        },
856        {
857          "description": "Audi Connect Safety and Service - e-call",
858          "category": "Audio and Communications"
859        },
860        {
861          "description": "Audi Pre-Sense Front",
862          "category": "Safety and Security"
863        },
864        {
865          "description": "Audi Smartphone Interface",
866          "category": "Audio and Communications"
867        },
868        {
869          "description": "Auto Dimming and Frameless Rear View Mirror",
870          "category": "Interior"
871        },
872        {
873          "description": "Bluetooth Interface",
874          "category": "Audio and Communications"
875        },
876        {
877          "description": "Body Coloured Door Mirrors",
878          "category": "Exterior"
879        },
880        {
881          "description": "Colour Drivers Information System with 7in High-Resolution TFT Screen",
882          "category": "Drivers Assistance"
883        },
884        {
885          "description": "Cruise Control System with Speed Limiter",
886          "category": "Drivers Assistance"
887        },
888        {
889          "description": "DAB Digital Radio",
890          "category": "Audio and Communications"
891        },
892        {
893          "description": "Deluxe 2-Zone Electronic Climate Control",
894          "category": "Interior"
895        },
896        {
897          "description": "Door Mirrors - Electrically Adjustable - Heated and Folding with Memory Function and Integrated LED Indicator",
898          "category": "Exterior"
899        },
900        {
901          "description": "ESC - Electronic Stabilisation Control inc ABS - ASR and EDL",
902          "category": "Safety and Security"
903        },
904        {
905          "description": "Electric Windows - Front and Rear",
906          "category": "Exterior"
907        },
908        {
909          "description": "Electrically Adjustable Front Seats with Memory Function for Drivers Side",
910          "category": "Interior"
911        },
912        {
913          "description": "Electromechanical Parking Brake",
914          "category": "Safety and Security"
915        },
916        {
917          "description": "Extended Pedestrian Protection Measures",
918          "category": "Safety and Security"
919        },
920        {
921          "description": "First Aid Kit and Warning Triangle",
922          "category": "Safety and Security"
923        },
924        {
925          "description": "Front Centre Armrest",
926          "category": "Interior"
927        },
928        {
929          "description": "Front Sports Seats",
930          "category": "Interior"
931        },
932        {
933          "description": "Front and Rear Side Airbags with Head Airbag System",
934          "category": "Safety and Security"
935        },
936        {
937          "description": "Headlight Washers",
938          "category": "Illumination"
939        },
940        {
941          "description": "Heated Front Seats",
942          "category": "Interior"
943        },
944        {
945          "description": "ISOFIX Child Seat Mounting and Top Tether - Front Passenger Airbag Deactivation",
946          "category": "Safety and Security"
947        },
948        {
949          "description": "Keyless Go",
950          "category": "Interior"
951        },
952        {
953          "description": "Lane Departure Warning",
954          "category": "Drivers Assistance"
955        },
956        {
957          "description": "Leatherette Upper Instrument Panel and Door Shoulders",
958          "category": "Interior"
959        },
960        {
961          "description": "Light and Rain Sensor",
962          "category": "Illumination"
963        },
964        {
965          "description": "Luggage Compartment Floor",
966          "category": "Interior"
967        },
968        {
969          "description": "MMI Navigation with MMI Touch",
970          "category": "Audio and Communications"
971        },
972        {
973          "description": "Matrix LED Headlights with Signature Front Daytime Running Light",
974          "category": "Illumination"
975        },
976        {
977          "description": "Parking System Plus - Front and Rear Sensors",
978          "category": "Drivers Assistance"
979        },
980        {
981          "description": "Privacy Glass",
982          "category": "Exterior"
983        },
984        {
985          "description": "Progressive Steering",
986          "category": "Performance"
987        },
988        {
989          "description": "Rear-View Camera",
990          "category": "Drivers Assistance"
991        },
992        {
993          "description": "S Line Front and Rear Bumpers",
994          "category": "Exterior"
995        },
996        {
997          "description": "S Line Side Skirts",
998          "category": "Exterior"
999        },
1000        {
1001          "description": "S line Front and Rear Floor Mats with Contrast Stitching",
1002          "category": "Interior"
1003        },
1004        {
1005          "description": "S line Rear Diffuser and Grille in Matt Black with Matt Aluminium Tailpipes",
1006          "category": "Exterior"
1007        },
1008        {
1009          "description": "Seat Belt Monitoring",
1010          "category": "Safety and Security"
1011        },
1012        {
1013          "description": "Side and Rear Windows in Heat-Insulating Glass",
1014          "category": "Exterior"
1015        },
1016        {
1017          "description": "Signature Rear LED Light Design",
1018          "category": "Illumination"
1019        },
1020        {
1021          "description": "Sport Suspension",
1022          "category": "Performance"
1023        },
1024        {
1025          "description": "Steering Wheel - 3-Spoke Multi-Function Perforated Leather Steering Wheel with Contrast Stitching and Shift Paddles",
1026          "category": "Interior"
1027        },
1028        {
1029          "description": "Tool Kit and Car Jack",
1030          "category": "Interior"
1031        },
1032        {
1033          "description": "Tyre Pressure Warning Light",
1034          "category": "Drivers Assistance"
1035        },
1036        {
1037          "description": "Tyre Repair Kit",
1038          "category": "Exterior"
1039        },
1040        {
1041          "description": "Voice Control System",
1042          "category": "Drivers Assistance"
1043        },
1044        {
1045          "description": "Windscreen with Acoustic Glazing",
1046          "category": "Exterior"
1047        }
1048      ],
1049      "chargingData": null
1050    },
1051    "annualTax": {
1052      "standardRate": 180
1053    },
1054    "oemDrivetrain": null,
1055    "bikeLicenceType": null,
1056    "derivative": "2.0 TDI 40 S line S Tronic Euro 6 (s/s) 4dr",
1057    "derivativeId": "ef6e5d179170478181f261447b443945"
1058  },
1059  "stockType": "physical-stock",
1060  "versionNumber": "70",
1061  "tradeLifecycleStatus": "FORECOURT",
1062  "condition": "Used",
1063  "finance": null,
1064  "locationArea": {
1065    "code": "e17",
1066    "region": "londoneastwest",
1067    "areaOfInterest": {
1068      "postCode": "E1 7",
1069      "manufacturerCodes": [
1070        "PEU005",
1071        "HYU110",
1072        "FIA042",
1073        "LEX049",
1074        "MIN114",
1075        "BMW116",
1076        "ISU049",
1077        "FER007",
1078        "JAG074",
1079        "VWA001"
1080      ]
1081    }
1082  },
1083  "reservation": {
1084    "status": null,
1085    "eligibility": "NOT_ELIGIBLE",
1086    "feeCurrency": "GBP",
1087    "feeInFractionalUnits": 0
1088  },
1089  "url": "https://www.autotrader.co.uk/car-details/202304266675832?journey=FEATURED_LISTING_JOURNEY&advertising-location=at_cars&include-delivery-option=on&make=Audi&model=A6%20Saloon&page=1&postcode=E1%207DJ&fromsra"
1090}

Contact

Please visit us through epctex.com to see all the products that are available for you. If you are looking for any custom integration or so, please reach out to us through the chat box in epctex.com. In need of support? devops@epctex.com is at your service.

Developer
Maintained by Community
Actor metrics
  • 1 monthly users
  • 100.0% runs succeeded
  • 0.0 days response time
  • Created in Jul 2023
  • Modified about 8 hours ago