Cars & Bids Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsCars & Bids Scraper
Extract data about cars auctions from the Cars & Bids website. For the scrape, you can filter by body style, year, mileage, etc. As the output, you'll get only the cars you need.
Input Parameters
startYear - the minimum year that the search can have by default is 1981.
endYear - the top search year by default is 2023.
transmission - The transmission type by default is All.
bodyStyles - You can set the body style of the search default value is All.
sort - The order you want the results (Ending soon, listed, no reserve, lowest mileage). Not all the options in this variable work with pastAcutions.
maxItems - You can get a specific amount of results. if you want a unlimited number of results just leave null
pastAuctions - If you want get past auctions set true this variable. We recommend put a max items limit because at this moment cars&bids have more than 7000 past auctions
Output example
1{ 2 "title": "2000 Pontiac Firebird Trans Am", 3 "url": "https://carsandbids.com/auctions/3qJpkbv1/2000-pontiac-firebird-trans-am", 4 "ending": "July 13th at 2:42 PM", 5 "bidValue": 1632, 6 "timeLeft": "6 Days", 7 "info": { 8 "Make": "Pontiac", 9 "Model": "Firebird", 10 "Mileage": 71300, 11 "VIN": "2G2FV22G7Y2165446", 12 "Title Status": "Clean (WI)", 13 "Location": "Kenosha, WI 53143", 14 "Seller": "Distilled", 15 "Engine": "5.7L V8", 16 "Drivetrain": "Rear-wheel drive", 17 "Transmission": "Automatic (4-Speed)", 18 "Body Style": "Coupe", 19 "Exterior Color": "Bright Red", 20 "Interior Color": "Black", 21 "Seller Type": "Private Party" 22 }, 23 "images": [ 24 "https://media.carsandbids.com/cdn-cgi/image/width=542,quality=70/c51905b0000b639a185eeb080dd879bf007f5604/photos/9QLdomnk-85qzXWfse2-(edit).jpg?t=165666471604", 25 "https://media.carsandbids.com/cdn-cgi/image/width=542,quality=70/c51905b0000b639a185eeb080dd879bf007f5604/photos/9QLdomnk-ag8m-CtUIc-(edit).jpg?t=165666493962", 26 "https://media.carsandbids.com/cdn-cgi/image/width=542,quality=70/c51905b0000b639a185eeb080dd879bf007f5604/photos/9QLdomnk-2BMvb1XozL-(edit).jpg?t=165666454289", 27 "https://media.carsandbids.com/cdn-cgi/image/width=542,quality=70/c51905b0000b639a185eeb080dd879bf007f5604/photos/9QLdomnk-xvmRy1ra0p-(edit).jpg?t=165666480968", 28 "https://media.carsandbids.com/cdn-cgi/image/width=542,quality=70/c51905b0000b639a185eeb080dd879bf007f5604/photos/9QLdomnk-c0SyTe0FKZ-(edit).jpg?t=165666309084", 29 "https://media.carsandbids.com/cdn-cgi/image/width=542,quality=70/c51905b0000b639a185eeb080dd879bf007f5604/photos/9QLdomnk-j-RToo3A6h-(edit).jpg?t=165666401775", 30 "https://media.carsandbids.com/cdn-cgi/image/width=542,quality=70/c51905b0000b639a185eeb080dd879bf007f5604/photos/9QLdomnk-97o2ZOlEA5-(edit).jpg?t=165666418980", 31 "https://media.carsandbids.com/cdn-cgi/image/width=542,quality=70/c51905b0000b639a185eeb080dd879bf007f5604/photos/9QLdomnk-LkiEROXi4y-(edit).jpg?t=165666428423" 32 ] 33}
The output is saved in the default dataset.
TO DO
-
Sort by closest to me
-
Search for cars by input text