add encar scraper
This commit is contained in:
105
runtime_config.json
Normal file
105
runtime_config.json
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"sync": {
|
||||
"name": null,
|
||||
"ids_initial_size": null,
|
||||
"ids_next_size": null,
|
||||
"ids_max_pages": null,
|
||||
"condition_check_enabled": false,
|
||||
"lane": "encar_cars",
|
||||
"only_new": false,
|
||||
"limit": null,
|
||||
"probe_all_photos": true
|
||||
},
|
||||
"filters": {
|
||||
"price": {
|
||||
"min": null,
|
||||
"max": null
|
||||
},
|
||||
"mileage": {
|
||||
"min": null,
|
||||
"max": null
|
||||
},
|
||||
"flags": {
|
||||
"damaged_only": null,
|
||||
"run_and_drive": null
|
||||
},
|
||||
"brands": [
|
||||
"Acura",
|
||||
"Alfa Romeo",
|
||||
"Alpina",
|
||||
"Aston Martin",
|
||||
"Audi",
|
||||
"BMW",
|
||||
"BMW ALPINA",
|
||||
"Bentley",
|
||||
"Bugatti",
|
||||
"Cadillac",
|
||||
"Caterham",
|
||||
"Chevrolet",
|
||||
"Chrysler",
|
||||
"Cupra",
|
||||
"Daimler",
|
||||
"Dodge",
|
||||
"Ferrari",
|
||||
"Ford",
|
||||
"Genesis",
|
||||
"Honda",
|
||||
"Hummer",
|
||||
"Hyundai",
|
||||
"Infiniti",
|
||||
"Isuzu",
|
||||
"Jaguar",
|
||||
"Jeep",
|
||||
"Kia",
|
||||
"Lamborghini",
|
||||
"Land Rover",
|
||||
"Lexus",
|
||||
"Lincoln",
|
||||
"Lotus",
|
||||
"Lucid",
|
||||
"Maserati",
|
||||
"Maybach",
|
||||
"Mazda",
|
||||
"McLaren",
|
||||
"Mercedes-Benz",
|
||||
"Mercury",
|
||||
"Mini",
|
||||
"Mitsubishi",
|
||||
"Nissan",
|
||||
"Oldsmobile",
|
||||
"Pagani",
|
||||
"Plymouth",
|
||||
"Pontiac",
|
||||
"Porsche",
|
||||
"Ram",
|
||||
"Ravon",
|
||||
"Rivian",
|
||||
"Rolls-Royce",
|
||||
"Rolls Royce",
|
||||
"Rover",
|
||||
"Saturn",
|
||||
"Skoda",
|
||||
"Smart",
|
||||
"Subaru",
|
||||
"Suzuki",
|
||||
"Tesla",
|
||||
"Toyota",
|
||||
"Volkswagen",
|
||||
"Volvo",
|
||||
"KTM AG",
|
||||
"Koenigsegg",
|
||||
"Rimac"
|
||||
],
|
||||
"models": [],
|
||||
"years": [],
|
||||
"body_types": [],
|
||||
"colors": [],
|
||||
"drives": [],
|
||||
"gearboxes": [],
|
||||
"locations": [],
|
||||
"exclude_brands": [],
|
||||
"exclude_models": [],
|
||||
"exclude_years": [],
|
||||
"exclude_body_types": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user