7 Commits

Author SHA1 Message Date
akinayturan 58e5009b04 Improve Autoampel page fetching with retry logic and consecutive failure handling; add URL inference for pagination 2026-03-05 00:58:47 +03:00
akinayturan 223da27094 Add Autoampel scraping functionality and enhance vehicle data processing 2026-03-05 00:44:00 +03:00
akinayturan c7750ac4ca Add total records tracking and update progress logging in vehicle detail retrieval 2026-03-04 23:06:50 +03:00
akinayturan e5df149808 Add repair mode for missing year fields in vehicle data; update README with usage instructions 2026-03-04 22:54:25 +03:00
akinayturan 3e88086872 Enhance year parsing logic in HsnTsnClient; implement ParseBestYearRange method for improved accuracy 2026-03-04 22:41:59 +03:00
akinayturan a10aabe4bf Update vehicle scraping logic and enhance error handling; add CSV output flushing 2026-03-04 14:43:27 +03:00
akinayturan fb2c2cdb8a Add HsnTsnClient and related classes for vehicle data scraping
- Implement HsnTsnClient to fetch vehicle data from hsn-tsn.de
- Create VehicleDetail and HsnTsnVehicle classes for data representation
- Add CSV output functionality in Program.cs
- Include necessary NuGet packages in project file
- Add README with usage instructions
2026-03-04 14:36:40 +03:00