2026-03-29 04:00:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-29 04:00:04 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-29 04:00:04 [auto1.it] INFO: Batch mode enabled: batch 1/2
2026-03-29 04:00:04 [auto1.it] INFO: Starting spider auto1.it
2026-03-29 04:00:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-29 04:00:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-29 04:00:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-29 04:00:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-29 04:00:04 [scrapy.extensions.telnet] INFO: Telnet Password: 2ce22cb2578ed86b
2026-03-29 04:00:04 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-29 04:00:04 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/auto1.it/task_24_2026-03-29T04_00_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-29 04:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 04:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 04:00:04 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-29 04:00:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-29 04:00:05 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-29 04:00:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-29 04:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 04:00:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2122
2026-03-29 04:00:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-29 04:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-29 04:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-29 04:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
2026-03-29 04:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-29 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-29 04:00:05 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-29 04:00:05 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-29 04:00:05 [scrapy.core.engine] INFO: Spider opened
2026-03-29 04:00:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 04:00:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-29 04:00:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-29 04:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-29 04:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-29 04:00:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:00:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/en/home> (referer: None) ['zyte-api']
2026-03-29 04:00:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:00:12 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/en/merchant/signin/ajax> (referer: https://www.auto1.com/en/home) ['zyte-api']
2026-03-29 04:00:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:00:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/en/app/user-token/obtain-token> (referer: https://www.auto1.com/en/merchant/signin/ajax) ['zyte-api']
2026-03-29 04:00:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:00:16 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/en/app/user-token/obtain-token) ['zyte-api']
2026-03-29 04:00:16 [auto1.it] INFO: Channel: 24h | Page: 0 | totalHits: 2226 | hits on page: 40
2026-03-29 04:00:16 [auto1.it] INFO: Found listing with ID: ZY33580
2026-03-29 04:00:16 [auto1.it] INFO: Found listing with ID: YJ83729
2026-03-29 04:00:16 [auto1.it] INFO: Found listing with ID: WL70343
2026-03-29 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WL70343%27 HTTP/1.1" 200 None
2026-03-29 04:00:16 [auto1.it] INFO: Scrape type for WL70343: 2
2026-03-29 04:00:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 400ac2e1-ba3d-5947-af4d-990ec3e76bff with identifier: WL70343
2026-03-29 04:00:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 400ac2e1-ba3d-5947-af4d-990ec3e76bff with scrape type 2
2026-03-29 04:00:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 400ac2e1-ba3d-5947-af4d-990ec3e76bff with scrape type 2
2026-03-29 04:00:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 400ac2e1-ba3d-5947-af4d-990ec3e76bff, identifier: WL70343
2026-03-29 04:00:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 400ac2e1-ba3d-5947-af4d-990ec3e76bff with identifier: WL70343
2026-03-29 04:00:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:00:16 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=blue HTTP/1.1" 200 None
2026-03-29 04:00:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:00:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:00:16 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=diesel HTTP/1.1" 200 None
2026-03-29 04:00:16 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:00:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 400ac2e1-ba3d-5947-af4d-990ec3e76bff with identifier: WL70343
2026-03-29 04:00:17 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 400ac2e1-ba3d-5947-af4d-990ec3e76bff with identifier: WL70343 to the API
2026-03-29 04:00:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:49:02Z',
'fuel_type': 'diesel',
'id': '400ac2e1-ba3d-5947-af4d-990ec3e76bff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WL70343',
'listing': 'auction',
'make': 'Volvo',
'model': 'V40',
'odometer': 253815,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-23',
'seller_name': None,
'title': 'Volvo V40 2.0 D2',
'transmission': 'manual',
'trim': '',
'year': 2018}
2026-03-29 04:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WL70343%27 HTTP/1.1" 200 None
2026-03-29 04:00:17 [auto1.it] INFO: Saving data for WL70343: {'auction_closing_time': 1774885742.0, 'created_time': 1774361174.633316, 'last_price_update_time': 1774756817.430621}
2026-03-29 04:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WL70343') HTTP/1.1" 204 0
2026-03-29 04:00:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:00:17 [auto1.it] INFO: Found listing with ID: DT89557
2026-03-29 04:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DT89557%27 HTTP/1.1" 200 None
2026-03-29 04:00:17 [auto1.it] INFO: Scrape type for DT89557: 2
2026-03-29 04:00:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f9101db-10b4-53f4-a99b-288b23ea766a with identifier: DT89557
2026-03-29 04:00:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f9101db-10b4-53f4-a99b-288b23ea766a with scrape type 2
2026-03-29 04:00:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f9101db-10b4-53f4-a99b-288b23ea766a with scrape type 2
2026-03-29 04:00:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0f9101db-10b4-53f4-a99b-288b23ea766a, identifier: DT89557
2026-03-29 04:00:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0f9101db-10b4-53f4-a99b-288b23ea766a with identifier: DT89557
2026-03-29 04:00:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:00:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gray HTTP/1.1" 200 None
2026-03-29 04:00:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:00:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0f9101db-10b4-53f4-a99b-288b23ea766a with identifier: DT89557
2026-03-29 04:00:17 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0f9101db-10b4-53f4-a99b-288b23ea766a with identifier: DT89557 to the API
2026-03-29 04:00:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:57:28Z',
'fuel_type': 'diesel',
'id': '0f9101db-10b4-53f4-a99b-288b23ea766a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DT89557',
'listing': 'auction',
'make': 'Nissan',
'model': 'Pulsar',
'odometer': 94947,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-27',
'seller_name': None,
'title': 'Nissan Pulsar 1.5 Turbodiesel Acenta',
'transmission': 'manual',
'trim': 'Acenta',
'year': 2014}
2026-03-29 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DT89557%27 HTTP/1.1" 200 None
2026-03-29 04:00:18 [auto1.it] INFO: Saving data for DT89557: {'auction_closing_time': 1774886248.0, 'created_time': 1774558897.581363, 'last_price_update_time': 1774756818.128682}
2026-03-29 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DT89557') HTTP/1.1" 204 0
2026-03-29 04:00:18 [auto1.it] INFO: Found listing with ID: VK83291
2026-03-29 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VK83291%27 HTTP/1.1" 200 None
2026-03-29 04:00:18 [auto1.it] INFO: Scrape type for VK83291: 2
2026-03-29 04:00:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e93fb359-b184-52dd-86c9-01aeafd90dc7 with identifier: VK83291
2026-03-29 04:00:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e93fb359-b184-52dd-86c9-01aeafd90dc7 with scrape type 2
2026-03-29 04:00:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e93fb359-b184-52dd-86c9-01aeafd90dc7 with scrape type 2
2026-03-29 04:00:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e93fb359-b184-52dd-86c9-01aeafd90dc7, identifier: VK83291
2026-03-29 04:00:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e93fb359-b184-52dd-86c9-01aeafd90dc7 with identifier: VK83291
2026-03-29 04:00:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e93fb359-b184-52dd-86c9-01aeafd90dc7 with identifier: VK83291
2026-03-29 04:00:18 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e93fb359-b184-52dd-86c9-01aeafd90dc7 with identifier: VK83291 to the API
2026-03-29 04:00:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:03:25Z',
'fuel_type': 'diesel',
'id': 'e93fb359-b184-52dd-86c9-01aeafd90dc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VK83291',
'listing': 'auction',
'make': 'Alfa Romeo',
'model': 'Stelvio',
'odometer': 81057,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-25',
'seller_name': None,
'title': 'Alfa Romeo Stelvio 2.2 JTDM Super Business Q4',
'transmission': 'automatic',
'trim': 'Super Business Q4',
'year': 2022}
2026-03-29 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VK83291%27 HTTP/1.1" 200 None
2026-03-29 04:00:19 [auto1.it] INFO: Saving data for VK83291: {'auction_closing_time': 1774883005.0, 'created_time': 1773414080.498734, 'last_price_update_time': 1774756819.712313}
2026-03-29 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VK83291') HTTP/1.1" 204 0
2026-03-29 04:00:19 [auto1.it] INFO: Found listing with ID: FR55609
2026-03-29 04:00:19 [auto1.it] INFO: Found listing with ID: CV87912
2026-03-29 04:00:19 [auto1.it] INFO: Found listing with ID: MU13564
2026-03-29 04:00:19 [auto1.it] INFO: Found listing with ID: PY58212
2026-03-29 04:00:19 [auto1.it] INFO: Found listing with ID: NX47141
2026-03-29 04:00:19 [auto1.it] INFO: Found listing with ID: SC24235
2026-03-29 04:00:19 [auto1.it] INFO: Found listing with ID: WL97433
2026-03-29 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WL97433%27 HTTP/1.1" 200 None
2026-03-29 04:00:19 [auto1.it] INFO: Scrape type for WL97433: 2
2026-03-29 04:00:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bba4b768-eee6-5c08-bfee-d55abc53e126 with identifier: WL97433
2026-03-29 04:00:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bba4b768-eee6-5c08-bfee-d55abc53e126 with scrape type 2
2026-03-29 04:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bba4b768-eee6-5c08-bfee-d55abc53e126 with scrape type 2
2026-03-29 04:00:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bba4b768-eee6-5c08-bfee-d55abc53e126, identifier: WL97433
2026-03-29 04:00:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bba4b768-eee6-5c08-bfee-d55abc53e126 with identifier: WL97433
2026-03-29 04:00:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bba4b768-eee6-5c08-bfee-d55abc53e126 with identifier: WL97433
2026-03-29 04:00:19 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bba4b768-eee6-5c08-bfee-d55abc53e126 with identifier: WL97433 to the API
2026-03-29 04:00:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 131,
'expiration_date': '2026-03-30T15:38:52Z',
'fuel_type': 'diesel',
'id': 'bba4b768-eee6-5c08-bfee-d55abc53e126',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WL97433',
'listing': 'auction',
'make': 'Citroen',
'model': 'C4',
'odometer': 65145,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-17',
'seller_name': None,
'title': 'Citroen C4 1.5 Blue-HDi Feel Pack',
'transmission': 'automatic',
'trim': 'Feel Pack',
'year': 2023}
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WL97433%27 HTTP/1.1" 200 None
2026-03-29 04:00:20 [auto1.it] INFO: Saving data for WL97433: {'auction_closing_time': 1774885132.0, 'created_time': 1774353684.554579, 'last_price_update_time': 1774756820.253352}
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WL97433') HTTP/1.1" 204 0
2026-03-29 04:00:20 [auto1.it] INFO: Found listing with ID: NL26741
2026-03-29 04:00:20 [auto1.it] INFO: Found listing with ID: CR51689
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CR51689%27 HTTP/1.1" 200 None
2026-03-29 04:00:20 [auto1.it] INFO: Scrape type for CR51689: 2
2026-03-29 04:00:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e169d6fd-32f9-5865-b1c8-4ee2eac999b2 with identifier: CR51689
2026-03-29 04:00:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e169d6fd-32f9-5865-b1c8-4ee2eac999b2 with scrape type 2
2026-03-29 04:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e169d6fd-32f9-5865-b1c8-4ee2eac999b2 with scrape type 2
2026-03-29 04:00:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e169d6fd-32f9-5865-b1c8-4ee2eac999b2, identifier: CR51689
2026-03-29 04:00:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e169d6fd-32f9-5865-b1c8-4ee2eac999b2 with identifier: CR51689
2026-03-29 04:00:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e169d6fd-32f9-5865-b1c8-4ee2eac999b2 with identifier: CR51689
2026-03-29 04:00:20 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e169d6fd-32f9-5865-b1c8-4ee2eac999b2 with identifier: CR51689 to the API
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 116,
'expiration_date': '2026-03-30T15:41:20Z',
'fuel_type': 'diesel',
'id': 'e169d6fd-32f9-5865-b1c8-4ee2eac999b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CR51689',
'listing': 'auction',
'make': 'Dacia',
'model': 'Lodgy',
'odometer': 110087,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-28',
'seller_name': None,
'title': 'Dacia Lodgy 1.5 Blue dCi Comfort',
'transmission': 'manual',
'trim': 'Comfort',
'year': 2019}
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CR51689%27 HTTP/1.1" 200 None
2026-03-29 04:00:20 [auto1.it] INFO: Saving data for CR51689: {'auction_closing_time': 1774885280.0, 'created_time': 1771495425.844897, 'last_price_update_time': 1774756820.963648}
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CR51689') HTTP/1.1" 204 0
2026-03-29 04:00:20 [auto1.it] INFO: Found listing with ID: PE19282
2026-03-29 04:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PE19282%27 HTTP/1.1" 200 None
2026-03-29 04:00:21 [auto1.it] INFO: Scrape type for PE19282: 2
2026-03-29 04:00:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c8cb6a8-498b-5fdc-a808-fbb568cd5117 with identifier: PE19282
2026-03-29 04:00:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c8cb6a8-498b-5fdc-a808-fbb568cd5117 with scrape type 2
2026-03-29 04:00:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c8cb6a8-498b-5fdc-a808-fbb568cd5117 with scrape type 2
2026-03-29 04:00:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6c8cb6a8-498b-5fdc-a808-fbb568cd5117, identifier: PE19282
2026-03-29 04:00:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6c8cb6a8-498b-5fdc-a808-fbb568cd5117 with identifier: PE19282
2026-03-29 04:00:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:00:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=petrol HTTP/1.1" 200 None
2026-03-29 04:00:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:00:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6c8cb6a8-498b-5fdc-a808-fbb568cd5117 with identifier: PE19282
2026-03-29 04:00:21 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6c8cb6a8-498b-5fdc-a808-fbb568cd5117 with identifier: PE19282 to the API
2026-03-29 04:00:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 65,
'expiration_date': '2026-03-30T15:23:14Z',
'fuel_type': 'petrol',
'id': '6c8cb6a8-498b-5fdc-a808-fbb568cd5117',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PE19282',
'listing': 'auction',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 98404,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-23',
'seller_name': None,
'title': 'Skoda Fabia 1.0 MPI Ambition',
'transmission': 'manual',
'trim': 'Ambition',
'year': 2022}
2026-03-29 04:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PE19282%27 HTTP/1.1" 200 None
2026-03-29 04:00:22 [auto1.it] INFO: Saving data for PE19282: {'auction_closing_time': 1774884194.0, 'created_time': 1773674084.924369, 'last_price_update_time': 1774756822.620652}
2026-03-29 04:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PE19282') HTTP/1.1" 204 0
2026-03-29 04:00:22 [auto1.it] INFO: Found listing with ID: LP93747
2026-03-29 04:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LP93747%27 HTTP/1.1" 200 None
2026-03-29 04:00:22 [auto1.it] INFO: Scrape type for LP93747: 2
2026-03-29 04:00:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0287dd46-66ff-5873-8c6c-5bd7eccb52d8 with identifier: LP93747
2026-03-29 04:00:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0287dd46-66ff-5873-8c6c-5bd7eccb52d8 with scrape type 2
2026-03-29 04:00:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0287dd46-66ff-5873-8c6c-5bd7eccb52d8 with scrape type 2
2026-03-29 04:00:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0287dd46-66ff-5873-8c6c-5bd7eccb52d8, identifier: LP93747
2026-03-29 04:00:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0287dd46-66ff-5873-8c6c-5bd7eccb52d8 with identifier: LP93747
2026-03-29 04:00:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0287dd46-66ff-5873-8c6c-5bd7eccb52d8 with identifier: LP93747
2026-03-29 04:00:22 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0287dd46-66ff-5873-8c6c-5bd7eccb52d8 with identifier: LP93747 to the API
2026-03-29 04:00:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 65,
'expiration_date': '2026-03-30T15:07:02Z',
'fuel_type': 'petrol',
'id': '0287dd46-66ff-5873-8c6c-5bd7eccb52d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LP93747',
'listing': 'auction',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 96697,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-23',
'seller_name': None,
'title': 'Skoda Fabia 1.0 MPI Ambition',
'transmission': 'manual',
'trim': 'Ambition',
'year': 2022}
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LP93747%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Saving data for LP93747: {'auction_closing_time': 1774883222.0, 'created_time': 1773674265.434333, 'last_price_update_time': 1774756823.191454}
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LP93747') HTTP/1.1" 204 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: RA56260
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: EK01014
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: ZH89782
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: YS46644
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: RC57618
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: RZ13611
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: TD94995
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TD94995%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for TD94995: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: EW86248
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: WB67715
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: ZK23412
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZK23412%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for ZK23412: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: KT97112
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KT97112%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for KT97112: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: VX54409
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: XH11814
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: KN64287
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: JM92552
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JM92552%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for JM92552: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: HP20595
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HP20595%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for HP20595: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: RF53509
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: VY56093
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY56093%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for VY56093: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: XS81991
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XS81991%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for XS81991: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: KL09391
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KL09391%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for KL09391: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: DH11119
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DH11119%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for DH11119: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: VL58331
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VL58331%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for VL58331: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: MW24611
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MW24611%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for MW24611: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: WJ42513
2026-03-29 04:00:23 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:00:23 [auto1.it] INFO: Channel: 24h | Page: 1 | totalHits: 2226 | hits on page: 40
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: ZY33580
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: YJ83729
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: WL70343
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WL70343%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for WL70343: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: DT89557
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DT89557%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for DT89557: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: VK83291
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VK83291%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for VK83291: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: FR55609
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: CV87912
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: MU13564
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: PY58212
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: NX47141
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: SC24235
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: WL97433
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WL97433%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for WL97433: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: NL26741
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: CR51689
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CR51689%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for CR51689: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: PE19282
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PE19282%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for PE19282: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: LP93747
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LP93747%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for LP93747: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: RA56260
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: EK01014
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: ZH89782
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: YS46644
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: RC57618
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: RZ13611
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: TD94995
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TD94995%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for TD94995: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: EW86248
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: WB67715
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: ZK23412
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZK23412%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for ZK23412: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: KT97112
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KT97112%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for KT97112: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: VX54409
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: XH11814
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: KN64287
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: JM92552
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JM92552%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for JM92552: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: HP20595
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HP20595%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for HP20595: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: RF53509
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: VY56093
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY56093%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for VY56093: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: XS81991
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XS81991%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for XS81991: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: KL09391
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KL09391%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for KL09391: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: DH11119
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DH11119%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for DH11119: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: VL58331
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VL58331%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for VL58331: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: MW24611
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MW24611%27 HTTP/1.1" 200 None
2026-03-29 04:00:23 [auto1.it] INFO: Scrape type for MW24611: 0
2026-03-29 04:00:23 [auto1.it] INFO: Found listing with ID: WJ42513
2026-03-29 04:00:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:00:30 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:00:30 [auto1.it] INFO: Channel: 24h | Page: 2 | totalHits: 2226 | hits on page: 40
2026-03-29 04:00:30 [auto1.it] INFO: Found listing with ID: RX80413
2026-03-29 04:00:30 [auto1.it] INFO: Found listing with ID: JK04484
2026-03-29 04:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JK04484%27 HTTP/1.1" 200 None
2026-03-29 04:00:30 [auto1.it] INFO: Scrape type for JK04484: 0
2026-03-29 04:00:30 [auto1.it] INFO: Found listing with ID: ZE02722
2026-03-29 04:00:30 [auto1.it] INFO: Found listing with ID: PA82276
2026-03-29 04:00:30 [auto1.it] INFO: Found listing with ID: XE77432
2026-03-29 04:00:30 [auto1.it] INFO: Found listing with ID: BG27865
2026-03-29 04:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BG27865%27 HTTP/1.1" 200 None
2026-03-29 04:00:30 [auto1.it] INFO: Scrape type for BG27865: 0
2026-03-29 04:00:30 [auto1.it] INFO: Found listing with ID: EK32086
2026-03-29 04:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EK32086%27 HTTP/1.1" 200 None
2026-03-29 04:00:30 [auto1.it] INFO: Scrape type for EK32086: 0
2026-03-29 04:00:30 [auto1.it] INFO: Found listing with ID: VN61969
2026-03-29 04:00:30 [auto1.it] INFO: Found listing with ID: RH32617
2026-03-29 04:00:30 [auto1.it] INFO: Found listing with ID: TJ05076
2026-03-29 04:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TJ05076%27 HTTP/1.1" 200 None
2026-03-29 04:00:30 [auto1.it] INFO: Scrape type for TJ05076: 0
2026-03-29 04:00:30 [auto1.it] INFO: Found listing with ID: PZ73460
2026-03-29 04:00:30 [auto1.it] INFO: Found listing with ID: TY12720
2026-03-29 04:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TY12720%27 HTTP/1.1" 200 None
2026-03-29 04:00:30 [auto1.it] INFO: Scrape type for TY12720: 0
2026-03-29 04:00:30 [auto1.it] INFO: Found listing with ID: RS94831
2026-03-29 04:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RS94831%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for RS94831: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: BZ50824
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: TW69168
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TW69168%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for TW69168: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: XK06732
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XK06732%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for XK06732: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: CE45515
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: SY67891
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SY67891%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for SY67891: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: WE05863
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WE05863%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for WE05863: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: KR29976
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KR29976%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for KR29976: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: ES96782
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ES96782%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for ES96782: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: PU50365
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: NP45555
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: LE11885
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: EW80133
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: DB86833
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DB86833%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for DB86833: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: VF83639
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: JP63485
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JP63485%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for JP63485: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: PE22085
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PE22085%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for PE22085: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: AC12689
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AC12689%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for AC12689: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: KK08991
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: NJ15500
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NJ15500%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for NJ15500: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: JU37769
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JU37769%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for JU37769: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: LA80285
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LA80285%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for LA80285: 0
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: LM41534
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: UK25874
2026-03-29 04:00:31 [auto1.it] INFO: Found listing with ID: PB14031
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PB14031%27 HTTP/1.1" 200 None
2026-03-29 04:00:31 [auto1.it] INFO: Scrape type for PB14031: 2
2026-03-29 04:00:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e91dd62-0187-51d3-b9a7-01febe8c4850 with identifier: PB14031
2026-03-29 04:00:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e91dd62-0187-51d3-b9a7-01febe8c4850 with scrape type 2
2026-03-29 04:00:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e91dd62-0187-51d3-b9a7-01febe8c4850 with scrape type 2
2026-03-29 04:00:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4e91dd62-0187-51d3-b9a7-01febe8c4850, identifier: PB14031
2026-03-29 04:00:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4e91dd62-0187-51d3-b9a7-01febe8c4850 with identifier: PB14031
2026-03-29 04:00:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4e91dd62-0187-51d3-b9a7-01febe8c4850 with identifier: PB14031
2026-03-29 04:00:31 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4e91dd62-0187-51d3-b9a7-01febe8c4850 with identifier: PB14031 to the API
2026-03-29 04:00:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:58:30Z',
'fuel_type': 'diesel',
'id': '4e91dd62-0187-51d3-b9a7-01febe8c4850',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PB14031',
'listing': 'auction',
'make': 'Renault',
'model': 'Captur',
'odometer': 55301,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-14',
'seller_name': None,
'title': 'Renault Captur 1.5 dCi Energy Intens',
'transmission': 'automatic',
'trim': 'Intens',
'year': 2018}
2026-03-29 04:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PB14031%27 HTTP/1.1" 200 None
2026-03-29 04:00:32 [auto1.it] INFO: Saving data for PB14031: {'auction_closing_time': 1774886310.0, 'created_time': 1774645290.021726, 'last_price_update_time': 1774756832.445655}
2026-03-29 04:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PB14031') HTTP/1.1" 204 0
2026-03-29 04:00:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:00:32 [auto1.it] INFO: Found listing with ID: LV20949
2026-03-29 04:00:32 [auto1.it] INFO: Found listing with ID: YD46190
2026-03-29 04:00:32 [auto1.it] INFO: Found listing with ID: BP59545
2026-03-29 04:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BP59545%27 HTTP/1.1" 200 None
2026-03-29 04:00:32 [auto1.it] INFO: Scrape type for BP59545: 0
2026-03-29 04:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:00:34 [auto1.it] INFO: Channel: 24h | Page: 3 | totalHits: 2226 | hits on page: 40
2026-03-29 04:00:34 [auto1.it] INFO: Found listing with ID: US42109
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27US42109%27 HTTP/1.1" 200 None
2026-03-29 04:00:34 [auto1.it] INFO: Scrape type for US42109: 0
2026-03-29 04:00:34 [auto1.it] INFO: Found listing with ID: WL47610
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WL47610%27 HTTP/1.1" 200 None
2026-03-29 04:00:34 [auto1.it] INFO: Scrape type for WL47610: 2
2026-03-29 04:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f with identifier: WL47610
2026-03-29 04:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f with scrape type 2
2026-03-29 04:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f with scrape type 2
2026-03-29 04:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f, identifier: WL47610
2026-03-29 04:00:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f with identifier: WL47610
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=white HTTP/1.1" 200 None
2026-03-29 04:00:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:00:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f with identifier: WL47610
2026-03-29 04:00:34 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f with identifier: WL47610 to the API
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 67,
'expiration_date': '2026-03-30T15:35:50Z',
'fuel_type': 'petrol',
'id': '309ced6d-22b9-50b4-b2ff-4bf4d4f1359f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WL47610',
'listing': 'auction',
'make': 'Kia',
'model': 'Picanto',
'odometer': 20485,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-13',
'seller_name': None,
'title': 'Kia Picanto 1.0 Style',
'transmission': 'manual',
'trim': 'Style',
'year': 2023}
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WL47610%27 HTTP/1.1" 200 None
2026-03-29 04:00:34 [auto1.it] INFO: Saving data for WL47610: {'auction_closing_time': 1774884950.0, 'created_time': 1774645695.191436, 'last_price_update_time': 1774756834.689616}
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WL47610') HTTP/1.1" 204 0
2026-03-29 04:00:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:00:34 [auto1.it] INFO: Found listing with ID: TE89149
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TE89149%27 HTTP/1.1" 200 None
2026-03-29 04:00:34 [auto1.it] INFO: Scrape type for TE89149: 0
2026-03-29 04:00:34 [auto1.it] INFO: Found listing with ID: KR30691
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KR30691%27 HTTP/1.1" 200 None
2026-03-29 04:00:34 [auto1.it] INFO: Scrape type for KR30691: 2
2026-03-29 04:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c640a2b-f475-54d7-af4b-eebe4875f097 with identifier: KR30691
2026-03-29 04:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c640a2b-f475-54d7-af4b-eebe4875f097 with scrape type 2
2026-03-29 04:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c640a2b-f475-54d7-af4b-eebe4875f097 with scrape type 2
2026-03-29 04:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9c640a2b-f475-54d7-af4b-eebe4875f097, identifier: KR30691
2026-03-29 04:00:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9c640a2b-f475-54d7-af4b-eebe4875f097 with identifier: KR30691
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black HTTP/1.1" 200 None
2026-03-29 04:00:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:00:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9c640a2b-f475-54d7-af4b-eebe4875f097 with identifier: KR30691
2026-03-29 04:00:35 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9c640a2b-f475-54d7-af4b-eebe4875f097 with identifier: KR30691 to the API
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 177,
'expiration_date': '2026-03-30T15:38:55Z',
'fuel_type': 'diesel',
'id': '9c640a2b-f475-54d7-af4b-eebe4875f097',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KR30691',
'listing': 'auction',
'make': 'Audi',
'model': 'A4',
'odometer': 259693,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-05-09',
'seller_name': None,
'title': 'Audi A4 2.0 TDI',
'transmission': 'manual',
'trim': '',
'year': 2012}
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KR30691%27 HTTP/1.1" 200 None
2026-03-29 04:00:35 [auto1.it] INFO: Saving data for KR30691: {'auction_closing_time': 1774885135.0, 'created_time': 1773130539.885883, 'last_price_update_time': 1774756835.277618}
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KR30691') HTTP/1.1" 204 0
2026-03-29 04:00:35 [auto1.it] INFO: Found listing with ID: FJ55026
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FJ55026%27 HTTP/1.1" 200 None
2026-03-29 04:00:35 [auto1.it] INFO: Scrape type for FJ55026: 0
2026-03-29 04:00:35 [auto1.it] INFO: Found listing with ID: WV37243
2026-03-29 04:00:35 [auto1.it] INFO: Found listing with ID: LU63689
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LU63689%27 HTTP/1.1" 200 None
2026-03-29 04:00:35 [auto1.it] INFO: Scrape type for LU63689: 0
2026-03-29 04:00:35 [auto1.it] INFO: Found listing with ID: TJ46359
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TJ46359%27 HTTP/1.1" 200 None
2026-03-29 04:00:35 [auto1.it] INFO: Scrape type for TJ46359: 0
2026-03-29 04:00:35 [auto1.it] INFO: Found listing with ID: JV01871
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JV01871%27 HTTP/1.1" 200 None
2026-03-29 04:00:35 [auto1.it] INFO: Scrape type for JV01871: 0
2026-03-29 04:00:35 [auto1.it] INFO: Found listing with ID: PH50557
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PH50557%27 HTTP/1.1" 200 None
2026-03-29 04:00:35 [auto1.it] INFO: Scrape type for PH50557: 2
2026-03-29 04:00:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b807df9-ed15-5504-81bc-2feee833d242 with identifier: PH50557
2026-03-29 04:00:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b807df9-ed15-5504-81bc-2feee833d242 with scrape type 2
2026-03-29 04:00:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b807df9-ed15-5504-81bc-2feee833d242 with scrape type 2
2026-03-29 04:00:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1b807df9-ed15-5504-81bc-2feee833d242, identifier: PH50557
2026-03-29 04:00:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1b807df9-ed15-5504-81bc-2feee833d242 with identifier: PH50557
2026-03-29 04:00:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1b807df9-ed15-5504-81bc-2feee833d242 with identifier: PH50557
2026-03-29 04:00:35 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1b807df9-ed15-5504-81bc-2feee833d242 with identifier: PH50557 to the API
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:01:34Z',
'fuel_type': 'diesel',
'id': '1b807df9-ed15-5504-81bc-2feee833d242',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PH50557',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 289512,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-29',
'seller_name': None,
'title': 'Volkswagen Tiguan 2.0 TDI Executive 4Motion BlueMotion',
'transmission': 'automatic',
'trim': 'Executive 4Motion BlueMotion',
'year': 2017}
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PH50557%27 HTTP/1.1" 200 None
2026-03-29 04:00:35 [auto1.it] INFO: Saving data for PH50557: {'auction_closing_time': 1774882894.0, 'created_time': 1774645642.301566, 'last_price_update_time': 1774756835.863843}
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PH50557') HTTP/1.1" 204 0
2026-03-29 04:00:35 [auto1.it] INFO: Found listing with ID: GW87454
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GW87454%27 HTTP/1.1" 200 None
2026-03-29 04:00:35 [auto1.it] INFO: Scrape type for GW87454: 2
2026-03-29 04:00:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f13bc097-89f1-5771-b443-4876305e38c8 with identifier: GW87454
2026-03-29 04:00:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13bc097-89f1-5771-b443-4876305e38c8 with scrape type 2
2026-03-29 04:00:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f13bc097-89f1-5771-b443-4876305e38c8 with scrape type 2
2026-03-29 04:00:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f13bc097-89f1-5771-b443-4876305e38c8, identifier: GW87454
2026-03-29 04:00:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f13bc097-89f1-5771-b443-4876305e38c8 with identifier: GW87454
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gas HTTP/1.1" 200 None
2026-03-29 04:00:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:00:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f13bc097-89f1-5771-b443-4876305e38c8 with identifier: GW87454
2026-03-29 04:00:36 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f13bc097-89f1-5771-b443-4876305e38c8 with identifier: GW87454 to the API
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 92,
'expiration_date': '2026-03-30T15:12:44Z',
'fuel_type': 'gas',
'id': 'f13bc097-89f1-5771-b443-4876305e38c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GW87454',
'listing': 'auction',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 131461,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-30',
'seller_name': None,
'title': 'Ford Fiesta 1.4 Business',
'transmission': 'manual',
'trim': 'Business',
'year': 2016}
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GW87454%27 HTTP/1.1" 200 None
2026-03-29 04:00:36 [auto1.it] INFO: Saving data for GW87454: {'auction_closing_time': 1774883564.0, 'created_time': 1774645425.95691, 'last_price_update_time': 1774756836.534486}
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GW87454') HTTP/1.1" 204 0
2026-03-29 04:00:36 [auto1.it] INFO: Found listing with ID: ZU90701
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZU90701%27 HTTP/1.1" 200 None
2026-03-29 04:00:36 [auto1.it] INFO: Scrape type for ZU90701: 2
2026-03-29 04:00:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2774787b-9887-55ba-955a-ddc3e62f89d8 with identifier: ZU90701
2026-03-29 04:00:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2774787b-9887-55ba-955a-ddc3e62f89d8 with scrape type 2
2026-03-29 04:00:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2774787b-9887-55ba-955a-ddc3e62f89d8 with scrape type 2
2026-03-29 04:00:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2774787b-9887-55ba-955a-ddc3e62f89d8, identifier: ZU90701
2026-03-29 04:00:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2774787b-9887-55ba-955a-ddc3e62f89d8 with identifier: ZU90701
2026-03-29 04:00:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2774787b-9887-55ba-955a-ddc3e62f89d8 with identifier: ZU90701
2026-03-29 04:00:36 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2774787b-9887-55ba-955a-ddc3e62f89d8 with identifier: ZU90701 to the API
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 163,
'expiration_date': '2026-03-30T15:52:25Z',
'fuel_type': 'diesel',
'id': '2774787b-9887-55ba-955a-ddc3e62f89d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZU90701',
'listing': 'auction',
'make': 'Ford',
'model': 'S-Max',
'odometer': 205487,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-02-28',
'seller_name': None,
'title': 'Ford S-Max 2.0 TDCi Titanium',
'transmission': 'automatic',
'trim': 'Titanium',
'year': 2012}
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZU90701%27 HTTP/1.1" 200 None
2026-03-29 04:00:36 [auto1.it] INFO: Saving data for ZU90701: {'auction_closing_time': 1774885945.0, 'created_time': 1774645325.839739, 'last_price_update_time': 1774756836.964143}
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZU90701') HTTP/1.1" 204 0
2026-03-29 04:00:36 [auto1.it] INFO: Found listing with ID: WK43313
2026-03-29 04:00:36 [auto1.it] INFO: Found listing with ID: FS14402
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FS14402%27 HTTP/1.1" 200 None
2026-03-29 04:00:36 [auto1.it] INFO: Scrape type for FS14402: 2
2026-03-29 04:00:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dde40a2-78b1-54b4-aca0-9b7498e2a185 with identifier: FS14402
2026-03-29 04:00:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dde40a2-78b1-54b4-aca0-9b7498e2a185 with scrape type 2
2026-03-29 04:00:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dde40a2-78b1-54b4-aca0-9b7498e2a185 with scrape type 2
2026-03-29 04:00:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4dde40a2-78b1-54b4-aca0-9b7498e2a185, identifier: FS14402
2026-03-29 04:00:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4dde40a2-78b1-54b4-aca0-9b7498e2a185 with identifier: FS14402
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gold HTTP/1.1" 200 None
2026-03-29 04:00:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:00:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4dde40a2-78b1-54b4-aca0-9b7498e2a185 with identifier: FS14402
2026-03-29 04:00:37 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4dde40a2-78b1-54b4-aca0-9b7498e2a185 with identifier: FS14402 to the API
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gold',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:49:14Z',
'fuel_type': 'petrol',
'id': '4dde40a2-78b1-54b4-aca0-9b7498e2a185',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FS14402',
'listing': 'auction',
'make': 'Lancia',
'model': 'Musa',
'odometer': 27262,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-06-28',
'seller_name': None,
'title': 'Lancia Musa 1.4 Oro',
'transmission': 'manual',
'trim': 'Oro',
'year': 2007}
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FS14402%27 HTTP/1.1" 200 None
2026-03-29 04:00:37 [auto1.it] INFO: Saving data for FS14402: {'auction_closing_time': 1774885754.0, 'created_time': 1774558983.558659, 'last_price_update_time': 1774756837.575873}
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FS14402') HTTP/1.1" 204 0
2026-03-29 04:00:37 [auto1.it] INFO: Found listing with ID: UV07226
2026-03-29 04:00:37 [auto1.it] INFO: Found listing with ID: DB68692
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DB68692%27 HTTP/1.1" 200 None
2026-03-29 04:00:37 [auto1.it] INFO: Scrape type for DB68692: 0
2026-03-29 04:00:37 [auto1.it] INFO: Found listing with ID: BD73790
2026-03-29 04:00:37 [auto1.it] INFO: Found listing with ID: DC45028
2026-03-29 04:00:37 [auto1.it] INFO: Found listing with ID: SL28261
2026-03-29 04:00:37 [auto1.it] INFO: Found listing with ID: XC65612
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XC65612%27 HTTP/1.1" 200 None
2026-03-29 04:00:37 [auto1.it] INFO: Scrape type for XC65612: 2
2026-03-29 04:00:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5158725-fca1-5709-92f2-df28e8c03ca6 with identifier: XC65612
2026-03-29 04:00:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5158725-fca1-5709-92f2-df28e8c03ca6 with scrape type 2
2026-03-29 04:00:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5158725-fca1-5709-92f2-df28e8c03ca6 with scrape type 2
2026-03-29 04:00:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a5158725-fca1-5709-92f2-df28e8c03ca6, identifier: XC65612
2026-03-29 04:00:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a5158725-fca1-5709-92f2-df28e8c03ca6 with identifier: XC65612
2026-03-29 04:00:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a5158725-fca1-5709-92f2-df28e8c03ca6 with identifier: XC65612
2026-03-29 04:00:37 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a5158725-fca1-5709-92f2-df28e8c03ca6 with identifier: XC65612 to the API
2026-03-29 04:00:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 177,
'expiration_date': '2026-03-30T15:54:53Z',
'fuel_type': 'diesel',
'id': 'a5158725-fca1-5709-92f2-df28e8c03ca6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XC65612',
'listing': 'auction',
'make': 'Audi',
'model': 'A4',
'odometer': 159867,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-08-03',
'seller_name': None,
'title': 'Audi A4 2.0 TDI quattro',
'transmission': 'automatic',
'trim': 'quattro',
'year': 2014}
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XC65612%27 HTTP/1.1" 200 None
2026-03-29 04:00:38 [auto1.it] INFO: Saving data for XC65612: {'auction_closing_time': 1774886093.0, 'created_time': 1773867971.298024, 'last_price_update_time': 1774756838.236922}
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XC65612') HTTP/1.1" 204 0
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: PH70338
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: YD99116
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: XC79515
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: RS77350
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: NK56802
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NK56802%27 HTTP/1.1" 200 None
2026-03-29 04:00:38 [auto1.it] INFO: Scrape type for NK56802: 2
2026-03-29 04:00:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f262c04-c4f2-50df-882a-aebe32c9d923 with identifier: NK56802
2026-03-29 04:00:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f262c04-c4f2-50df-882a-aebe32c9d923 with scrape type 2
2026-03-29 04:00:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f262c04-c4f2-50df-882a-aebe32c9d923 with scrape type 2
2026-03-29 04:00:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0f262c04-c4f2-50df-882a-aebe32c9d923, identifier: NK56802
2026-03-29 04:00:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0f262c04-c4f2-50df-882a-aebe32c9d923 with identifier: NK56802
2026-03-29 04:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0f262c04-c4f2-50df-882a-aebe32c9d923 with identifier: NK56802
2026-03-29 04:00:38 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0f262c04-c4f2-50df-882a-aebe32c9d923 with identifier: NK56802 to the API
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:47:29Z',
'fuel_type': 'diesel',
'id': '0f262c04-c4f2-50df-882a-aebe32c9d923',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NK56802',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 82508,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-04-28',
'seller_name': None,
'title': 'Fiat Panda 1.3 JTD Climbing 4x4',
'transmission': 'manual',
'trim': 'Climbing 4x4',
'year': 2011}
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NK56802%27 HTTP/1.1" 200 None
2026-03-29 04:00:38 [auto1.it] INFO: Saving data for NK56802: {'auction_closing_time': 1774885649.0, 'created_time': 1774645680.400701, 'last_price_update_time': 1774756838.758948}
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NK56802') HTTP/1.1" 204 0
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: ET21203
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: HZ70208
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: BG99585
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: JP32854
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: FV19054
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: PA28005
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PA28005%27 HTTP/1.1" 200 None
2026-03-29 04:00:38 [auto1.it] INFO: Scrape type for PA28005: 0
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: PT96186
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PT96186%27 HTTP/1.1" 200 None
2026-03-29 04:00:38 [auto1.it] INFO: Scrape type for PT96186: 0
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: VX82839
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VX82839%27 HTTP/1.1" 200 None
2026-03-29 04:00:38 [auto1.it] INFO: Scrape type for VX82839: 0
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: KC73163
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: MN68461
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MN68461%27 HTTP/1.1" 200 None
2026-03-29 04:00:38 [auto1.it] INFO: Scrape type for MN68461: 0
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: UJ66117
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: YA54300
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: CU15371
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: RE99850
2026-03-29 04:00:38 [auto1.it] INFO: Found listing with ID: JP92326
2026-03-29 04:00:39 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:00:39 [auto1.it] INFO: Channel: 24h | Page: 4 | totalHits: 2226 | hits on page: 40
2026-03-29 04:00:39 [auto1.it] INFO: Found listing with ID: AB01371
2026-03-29 04:00:39 [auto1.it] INFO: Found listing with ID: XB62766
2026-03-29 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XB62766%27 HTTP/1.1" 200 None
2026-03-29 04:00:39 [auto1.it] INFO: Scrape type for XB62766: 0
2026-03-29 04:00:39 [auto1.it] INFO: Found listing with ID: TU59296
2026-03-29 04:00:39 [auto1.it] INFO: Found listing with ID: MR45258
2026-03-29 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MR45258%27 HTTP/1.1" 200 None
2026-03-29 04:00:39 [auto1.it] INFO: Scrape type for MR45258: 2
2026-03-29 04:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abbffb79-0280-50f1-af83-bd0787c209fe with identifier: MR45258
2026-03-29 04:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abbffb79-0280-50f1-af83-bd0787c209fe with scrape type 2
2026-03-29 04:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abbffb79-0280-50f1-af83-bd0787c209fe with scrape type 2
2026-03-29 04:00:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: abbffb79-0280-50f1-af83-bd0787c209fe, identifier: MR45258
2026-03-29 04:00:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: abbffb79-0280-50f1-af83-bd0787c209fe with identifier: MR45258
2026-03-29 04:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:00:39 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red HTTP/1.1" 200 None
2026-03-29 04:00:39 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:00:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: abbffb79-0280-50f1-af83-bd0787c209fe with identifier: MR45258
2026-03-29 04:00:39 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: abbffb79-0280-50f1-af83-bd0787c209fe with identifier: MR45258 to the API
2026-03-29 04:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 102,
'expiration_date': '2026-03-30T15:22:24Z',
'fuel_type': 'diesel',
'id': 'abbffb79-0280-50f1-af83-bd0787c209fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MR45258',
'listing': 'auction',
'make': 'Peugeot',
'model': '2008',
'odometer': 141924,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-25',
'seller_name': None,
'title': 'Peugeot 2008 1.5 Blue-HDi Allure',
'transmission': 'manual',
'trim': 'Allure',
'year': 2018}
2026-03-29 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MR45258%27 HTTP/1.1" 200 None
2026-03-29 04:00:39 [auto1.it] INFO: Saving data for MR45258: {'auction_closing_time': 1774884144.0, 'created_time': 1774645592.988194, 'last_price_update_time': 1774756839.789138}
2026-03-29 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MR45258') HTTP/1.1" 204 0
2026-03-29 04:00:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:00:40 [auto1.it] INFO: Found listing with ID: FN81856
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FN81856%27 HTTP/1.1" 200 None
2026-03-29 04:00:40 [auto1.it] INFO: Scrape type for FN81856: 2
2026-03-29 04:00:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f492990-e5f7-5f40-a352-8f89d678dcd8 with identifier: FN81856
2026-03-29 04:00:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f492990-e5f7-5f40-a352-8f89d678dcd8 with scrape type 2
2026-03-29 04:00:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f492990-e5f7-5f40-a352-8f89d678dcd8 with scrape type 2
2026-03-29 04:00:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8f492990-e5f7-5f40-a352-8f89d678dcd8, identifier: FN81856
2026-03-29 04:00:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8f492990-e5f7-5f40-a352-8f89d678dcd8 with identifier: FN81856
2026-03-29 04:00:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8f492990-e5f7-5f40-a352-8f89d678dcd8 with identifier: FN81856
2026-03-29 04:00:40 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8f492990-e5f7-5f40-a352-8f89d678dcd8 with identifier: FN81856 to the API
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:03:23Z',
'fuel_type': 'petrol',
'id': '8f492990-e5f7-5f40-a352-8f89d678dcd8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FN81856',
'listing': 'auction',
'make': 'Audi',
'model': 'A1',
'odometer': 61326,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-27',
'seller_name': None,
'title': 'Audi A1 1.2 TFSI Ambition',
'transmission': 'manual',
'trim': 'Ambition',
'year': 2011}
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FN81856%27 HTTP/1.1" 200 None
2026-03-29 04:00:40 [auto1.it] INFO: Saving data for FN81856: {'auction_closing_time': 1774883003.0, 'created_time': 1774645661.469178, 'last_price_update_time': 1774756840.419268}
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FN81856') HTTP/1.1" 204 0
2026-03-29 04:00:40 [auto1.it] INFO: Found listing with ID: AD01687
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AD01687%27 HTTP/1.1" 200 None
2026-03-29 04:00:40 [auto1.it] INFO: Scrape type for AD01687: 0
2026-03-29 04:00:40 [auto1.it] INFO: Found listing with ID: RM66107
2026-03-29 04:00:40 [auto1.it] INFO: Found listing with ID: CK86990
2026-03-29 04:00:40 [auto1.it] INFO: Found listing with ID: AY12786
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AY12786%27 HTTP/1.1" 200 None
2026-03-29 04:00:40 [auto1.it] INFO: Scrape type for AY12786: 2
2026-03-29 04:00:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74752d23-613a-5c32-a7a1-a2d7a474a8cb with identifier: AY12786
2026-03-29 04:00:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74752d23-613a-5c32-a7a1-a2d7a474a8cb with scrape type 2
2026-03-29 04:00:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74752d23-613a-5c32-a7a1-a2d7a474a8cb with scrape type 2
2026-03-29 04:00:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 74752d23-613a-5c32-a7a1-a2d7a474a8cb, identifier: AY12786
2026-03-29 04:00:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 74752d23-613a-5c32-a7a1-a2d7a474a8cb with identifier: AY12786
2026-03-29 04:00:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 74752d23-613a-5c32-a7a1-a2d7a474a8cb with identifier: AY12786
2026-03-29 04:00:40 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 74752d23-613a-5c32-a7a1-a2d7a474a8cb with identifier: AY12786 to the API
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 160,
'expiration_date': '2026-03-30T15:59:22Z',
'fuel_type': 'diesel',
'id': '74752d23-613a-5c32-a7a1-a2d7a474a8cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AY12786',
'listing': 'auction',
'make': 'Renault',
'model': 'Espace',
'odometer': 140310,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-11',
'seller_name': None,
'title': 'Renault Espace 1.6 dCi Energy Executive',
'transmission': 'automatic',
'trim': 'Executive',
'year': 2019}
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AY12786%27 HTTP/1.1" 200 None
2026-03-29 04:00:40 [auto1.it] INFO: Saving data for AY12786: {'auction_closing_time': 1774886362.0, 'created_time': 1773867966.240169, 'last_price_update_time': 1774756840.889494}
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AY12786') HTTP/1.1" 204 0
2026-03-29 04:00:40 [auto1.it] INFO: Found listing with ID: XD81326
2026-03-29 04:00:40 [auto1.it] INFO: Found listing with ID: ED09945
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ED09945%27 HTTP/1.1" 200 None
2026-03-29 04:00:40 [auto1.it] INFO: Scrape type for ED09945: 0
2026-03-29 04:00:40 [auto1.it] INFO: Found listing with ID: LK74969
2026-03-29 04:00:40 [auto1.it] INFO: Found listing with ID: PW94940
2026-03-29 04:00:40 [auto1.it] INFO: Found listing with ID: UH56050
2026-03-29 04:00:40 [auto1.it] INFO: Found listing with ID: VX86460
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VX86460%27 HTTP/1.1" 200 None
2026-03-29 04:00:40 [auto1.it] INFO: Scrape type for VX86460: 2
2026-03-29 04:00:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 361145ca-6724-5442-9b4e-4723638aa81d with identifier: VX86460
2026-03-29 04:00:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 361145ca-6724-5442-9b4e-4723638aa81d with scrape type 2
2026-03-29 04:00:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 361145ca-6724-5442-9b4e-4723638aa81d with scrape type 2
2026-03-29 04:00:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 361145ca-6724-5442-9b4e-4723638aa81d, identifier: VX86460
2026-03-29 04:00:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 361145ca-6724-5442-9b4e-4723638aa81d with identifier: VX86460
2026-03-29 04:00:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 361145ca-6724-5442-9b4e-4723638aa81d with identifier: VX86460
2026-03-29 04:00:41 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 361145ca-6724-5442-9b4e-4723638aa81d with identifier: VX86460 to the API
2026-03-29 04:00:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:36:33Z',
'fuel_type': 'diesel',
'id': '361145ca-6724-5442-9b4e-4723638aa81d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VX86460',
'listing': 'auction',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 99312,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-21',
'seller_name': None,
'title': 'Hyundai Tucson 1.7 CRDi Classic blue 2WD',
'transmission': 'manual',
'trim': 'Classic blue 2WD',
'year': 2017}
2026-03-29 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VX86460%27 HTTP/1.1" 200 None
2026-03-29 04:00:41 [auto1.it] INFO: Saving data for VX86460: {'auction_closing_time': 1774884993.0, 'created_time': 1774256467.055261, 'last_price_update_time': 1774756841.406423}
2026-03-29 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VX86460') HTTP/1.1" 204 0
2026-03-29 04:00:41 [auto1.it] INFO: Found listing with ID: WE55630
2026-03-29 04:00:41 [auto1.it] INFO: Found listing with ID: XT06455
2026-03-29 04:00:41 [auto1.it] INFO: Found listing with ID: LF91623
2026-03-29 04:00:41 [auto1.it] INFO: Found listing with ID: BA90157
2026-03-29 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BA90157%27 HTTP/1.1" 200 None
2026-03-29 04:00:41 [auto1.it] INFO: Scrape type for BA90157: 2
2026-03-29 04:00:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a11cc15d-b310-5934-8168-33443b41faf9 with identifier: BA90157
2026-03-29 04:00:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a11cc15d-b310-5934-8168-33443b41faf9 with scrape type 2
2026-03-29 04:00:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a11cc15d-b310-5934-8168-33443b41faf9 with scrape type 2
2026-03-29 04:00:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a11cc15d-b310-5934-8168-33443b41faf9, identifier: BA90157
2026-03-29 04:00:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a11cc15d-b310-5934-8168-33443b41faf9 with identifier: BA90157
2026-03-29 04:00:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a11cc15d-b310-5934-8168-33443b41faf9 with identifier: BA90157
2026-03-29 04:00:41 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a11cc15d-b310-5934-8168-33443b41faf9 with identifier: BA90157 to the API
2026-03-29 04:00:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:42:34Z',
'fuel_type': 'diesel',
'id': 'a11cc15d-b310-5934-8168-33443b41faf9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BA90157',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'B-Klasse',
'odometer': 241131,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-05-31',
'seller_name': None,
'title': 'Mercedes-Benz B-Klasse B 180 CDI',
'transmission': 'manual',
'trim': '',
'year': 2011}
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BA90157%27 HTTP/1.1" 200 None
2026-03-29 04:00:42 [auto1.it] INFO: Saving data for BA90157: {'auction_closing_time': 1774885354.0, 'created_time': 1774558924.46117, 'last_price_update_time': 1774756842.721234}
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BA90157') HTTP/1.1" 204 0
2026-03-29 04:00:42 [auto1.it] INFO: Found listing with ID: DD62614
2026-03-29 04:00:42 [auto1.it] INFO: Found listing with ID: AB06670
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AB06670%27 HTTP/1.1" 200 None
2026-03-29 04:00:42 [auto1.it] INFO: Scrape type for AB06670: 0
2026-03-29 04:00:42 [auto1.it] INFO: Found listing with ID: LV99150
2026-03-29 04:00:42 [auto1.it] INFO: Found listing with ID: VC44140
2026-03-29 04:00:42 [auto1.it] INFO: Found listing with ID: KV39692
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KV39692%27 HTTP/1.1" 200 None
2026-03-29 04:00:42 [auto1.it] INFO: Scrape type for KV39692: 0
2026-03-29 04:00:42 [auto1.it] INFO: Found listing with ID: LM08573
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LM08573%27 HTTP/1.1" 200 None
2026-03-29 04:00:42 [auto1.it] INFO: Scrape type for LM08573: 0
2026-03-29 04:00:42 [auto1.it] INFO: Found listing with ID: UL45556
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UL45556%27 HTTP/1.1" 200 None
2026-03-29 04:00:42 [auto1.it] INFO: Scrape type for UL45556: 0
2026-03-29 04:00:42 [auto1.it] INFO: Found listing with ID: SG91000
2026-03-29 04:00:42 [auto1.it] INFO: Found listing with ID: AA32249
2026-03-29 04:00:42 [auto1.it] INFO: Found listing with ID: CK12538
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CK12538%27 HTTP/1.1" 200 None
2026-03-29 04:00:42 [auto1.it] INFO: Scrape type for CK12538: 2
2026-03-29 04:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abddfef3-12a1-5b5e-a26a-c8d2116a22bf with identifier: CK12538
2026-03-29 04:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abddfef3-12a1-5b5e-a26a-c8d2116a22bf with scrape type 2
2026-03-29 04:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abddfef3-12a1-5b5e-a26a-c8d2116a22bf with scrape type 2
2026-03-29 04:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: abddfef3-12a1-5b5e-a26a-c8d2116a22bf, identifier: CK12538
2026-03-29 04:00:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: abddfef3-12a1-5b5e-a26a-c8d2116a22bf with identifier: CK12538
2026-03-29 04:00:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: abddfef3-12a1-5b5e-a26a-c8d2116a22bf with identifier: CK12538
2026-03-29 04:00:43 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: abddfef3-12a1-5b5e-a26a-c8d2116a22bf with identifier: CK12538 to the API
2026-03-29 04:00:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 2,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:35:17Z',
'fuel_type': 'petrol',
'id': 'abddfef3-12a1-5b5e-a26a-c8d2116a22bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CK12538',
'listing': 'auction',
'make': 'Smart',
'model': 'fortwo',
'odometer': 163876,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-10-31',
'seller_name': None,
'title': 'Smart fortwo 1.0 Basis passion',
'transmission': 'automatic',
'trim': 'Basis passion',
'year': 2008}
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CK12538%27 HTTP/1.1" 200 None
2026-03-29 04:00:44 [auto1.it] INFO: Saving data for CK12538: {'auction_closing_time': 1774884917.0, 'created_time': 1774342867.189787, 'last_price_update_time': 1774756844.245826}
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CK12538') HTTP/1.1" 204 0
2026-03-29 04:00:44 [auto1.it] INFO: Found listing with ID: JP22966
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JP22966%27 HTTP/1.1" 200 None
2026-03-29 04:00:44 [auto1.it] INFO: Scrape type for JP22966: 2
2026-03-29 04:00:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4e6c002-8a33-526b-b227-a36b57fb802d with identifier: JP22966
2026-03-29 04:00:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4e6c002-8a33-526b-b227-a36b57fb802d with scrape type 2
2026-03-29 04:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4e6c002-8a33-526b-b227-a36b57fb802d with scrape type 2
2026-03-29 04:00:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f4e6c002-8a33-526b-b227-a36b57fb802d, identifier: JP22966
2026-03-29 04:00:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f4e6c002-8a33-526b-b227-a36b57fb802d with identifier: JP22966
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=silver HTTP/1.1" 200 None
2026-03-29 04:00:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:00:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f4e6c002-8a33-526b-b227-a36b57fb802d with identifier: JP22966
2026-03-29 04:00:44 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f4e6c002-8a33-526b-b227-a36b57fb802d with identifier: JP22966 to the API
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:42:07Z',
'fuel_type': 'diesel',
'id': 'f4e6c002-8a33-526b-b227-a36b57fb802d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JP22966',
'listing': 'auction',
'make': 'Peugeot',
'model': '3008',
'odometer': 330417,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-06-30',
'seller_name': None,
'title': 'Peugeot 3008 1.6 HDi Active',
'transmission': 'manual',
'trim': 'Active',
'year': 2013}
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JP22966%27 HTTP/1.1" 200 None
2026-03-29 04:00:44 [auto1.it] INFO: Saving data for JP22966: {'auction_closing_time': 1774885327.0, 'created_time': 1774558827.85569, 'last_price_update_time': 1774756844.892678}
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JP22966') HTTP/1.1" 204 0
2026-03-29 04:00:44 [auto1.it] INFO: Found listing with ID: YV19719
2026-03-29 04:00:44 [auto1.it] INFO: Found listing with ID: PW56521
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW56521%27 HTTP/1.1" 200 None
2026-03-29 04:00:44 [auto1.it] INFO: Scrape type for PW56521: 2
2026-03-29 04:00:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c90d0138-175b-5678-86fe-94f13dcf07bd with identifier: PW56521
2026-03-29 04:00:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c90d0138-175b-5678-86fe-94f13dcf07bd with scrape type 2
2026-03-29 04:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c90d0138-175b-5678-86fe-94f13dcf07bd with scrape type 2
2026-03-29 04:00:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c90d0138-175b-5678-86fe-94f13dcf07bd, identifier: PW56521
2026-03-29 04:00:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c90d0138-175b-5678-86fe-94f13dcf07bd with identifier: PW56521
2026-03-29 04:00:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c90d0138-175b-5678-86fe-94f13dcf07bd with identifier: PW56521
2026-03-29 04:00:45 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c90d0138-175b-5678-86fe-94f13dcf07bd with identifier: PW56521 to the API
2026-03-29 04:00:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:06:03Z',
'fuel_type': 'diesel',
'id': 'c90d0138-175b-5678-86fe-94f13dcf07bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PW56521',
'listing': 'auction',
'make': 'Fiat',
'model': '500L',
'odometer': 156241,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-13',
'seller_name': None,
'title': 'Fiat 500L 1.3 JTD Pop Star',
'transmission': 'manual',
'trim': 'Pop Star',
'year': 2015}
2026-03-29 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW56521%27 HTTP/1.1" 200 None
2026-03-29 04:00:45 [auto1.it] INFO: Saving data for PW56521: {'auction_closing_time': 1774883163.0, 'created_time': 1773435987.0928, 'last_price_update_time': 1774756845.443899}
2026-03-29 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PW56521') HTTP/1.1" 204 0
2026-03-29 04:00:45 [auto1.it] INFO: Found listing with ID: ZZ46834
2026-03-29 04:00:45 [auto1.it] INFO: Found listing with ID: BF69187
2026-03-29 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BF69187%27 HTTP/1.1" 200 None
2026-03-29 04:00:45 [auto1.it] INFO: Scrape type for BF69187: 0
2026-03-29 04:00:45 [auto1.it] INFO: Found listing with ID: SV37675
2026-03-29 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SV37675%27 HTTP/1.1" 200 None
2026-03-29 04:00:45 [auto1.it] INFO: Scrape type for SV37675: 2
2026-03-29 04:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed with identifier: SV37675
2026-03-29 04:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed with scrape type 2
2026-03-29 04:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed with scrape type 2
2026-03-29 04:00:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed, identifier: SV37675
2026-03-29 04:00:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed with identifier: SV37675
2026-03-29 04:00:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed with identifier: SV37675
2026-03-29 04:00:45 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed with identifier: SV37675 to the API
2026-03-29 04:00:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 310,
'expiration_date': '2026-03-30T15:03:19Z',
'fuel_type': 'petrol',
'id': '5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SV37675',
'listing': 'auction',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 69621,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-25',
'seller_name': None,
'title': 'Cupra Formentor 2.0 TSI VZ 4Drive',
'transmission': 'automatic',
'trim': 'VZ 4Drive',
'year': 2021}
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SV37675%27 HTTP/1.1" 200 None
2026-03-29 04:00:46 [auto1.it] INFO: Saving data for SV37675: {'auction_closing_time': 1774882999.0, 'created_time': 1773327692.052845, 'last_price_update_time': 1774756846.328357}
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SV37675') HTTP/1.1" 204 0
2026-03-29 04:00:46 [auto1.it] INFO: Found listing with ID: CX68845
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CX68845%27 HTTP/1.1" 200 None
2026-03-29 04:00:46 [auto1.it] INFO: Scrape type for CX68845: 0
2026-03-29 04:00:46 [auto1.it] INFO: Found listing with ID: EV65529
2026-03-29 04:00:46 [auto1.it] INFO: Found listing with ID: YW82008
2026-03-29 04:00:46 [auto1.it] INFO: Found listing with ID: TH21432
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TH21432%27 HTTP/1.1" 200 None
2026-03-29 04:00:46 [auto1.it] INFO: Scrape type for TH21432: 0
2026-03-29 04:00:46 [auto1.it] INFO: Found listing with ID: YF20115
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YF20115%27 HTTP/1.1" 200 None
2026-03-29 04:00:46 [auto1.it] INFO: Scrape type for YF20115: 2
2026-03-29 04:00:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f45dfcf0-995d-5064-aa79-9fd920fb2983 with identifier: YF20115
2026-03-29 04:00:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f45dfcf0-995d-5064-aa79-9fd920fb2983 with scrape type 2
2026-03-29 04:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f45dfcf0-995d-5064-aa79-9fd920fb2983 with scrape type 2
2026-03-29 04:00:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f45dfcf0-995d-5064-aa79-9fd920fb2983, identifier: YF20115
2026-03-29 04:00:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f45dfcf0-995d-5064-aa79-9fd920fb2983 with identifier: YF20115
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=brown HTTP/1.1" 200 None
2026-03-29 04:00:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:00:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f45dfcf0-995d-5064-aa79-9fd920fb2983 with identifier: YF20115
2026-03-29 04:00:46 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f45dfcf0-995d-5064-aa79-9fd920fb2983 with identifier: YF20115 to the API
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'brown',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:44:10Z',
'fuel_type': 'petrol',
'id': 'f45dfcf0-995d-5064-aa79-9fd920fb2983',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YF20115',
'listing': 'auction',
'make': 'Peugeot',
'model': '208',
'odometer': 157300,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-30',
'seller_name': None,
'title': 'Peugeot 208 1.6 Allure',
'transmission': 'manual',
'trim': 'Allure',
'year': 2012}
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YF20115%27 HTTP/1.1" 200 None
2026-03-29 04:00:46 [auto1.it] INFO: Saving data for YF20115: {'auction_closing_time': 1774885450.0, 'created_time': 1774645255.232079, 'last_price_update_time': 1774756846.949721}
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YF20115') HTTP/1.1" 204 0
2026-03-29 04:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:00:49 [auto1.it] INFO: Channel: 24h | Page: 5 | totalHits: 2226 | hits on page: 40
2026-03-29 04:00:49 [auto1.it] INFO: Found listing with ID: CR81411
2026-03-29 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CR81411%27 HTTP/1.1" 200 None
2026-03-29 04:00:49 [auto1.it] INFO: Scrape type for CR81411: 0
2026-03-29 04:00:49 [auto1.it] INFO: Found listing with ID: MH72386
2026-03-29 04:00:49 [auto1.it] INFO: Found listing with ID: NN80859
2026-03-29 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NN80859%27 HTTP/1.1" 200 None
2026-03-29 04:00:49 [auto1.it] INFO: Scrape type for NN80859: 0
2026-03-29 04:00:49 [auto1.it] INFO: Found listing with ID: CX56381
2026-03-29 04:00:49 [auto1.it] INFO: Found listing with ID: FB75949
2026-03-29 04:00:49 [auto1.it] INFO: Found listing with ID: EM60693
2026-03-29 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EM60693%27 HTTP/1.1" 200 None
2026-03-29 04:00:49 [auto1.it] INFO: Scrape type for EM60693: 2
2026-03-29 04:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f with identifier: EM60693
2026-03-29 04:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f with scrape type 2
2026-03-29 04:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f with scrape type 2
2026-03-29 04:00:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f, identifier: EM60693
2026-03-29 04:00:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f with identifier: EM60693
2026-03-29 04:00:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f with identifier: EM60693
2026-03-29 04:00:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f with identifier: EM60693 to the API
2026-03-29 04:00:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:09:34Z',
'fuel_type': 'petrol',
'id': '0b10dcdc-51fb-51c5-8d24-a810fc8ce96f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EM60693',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 58125,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-04-30',
'seller_name': None,
'title': 'Fiat Panda 0.9 4x4',
'transmission': 'manual',
'trim': '4x4',
'year': 2020}
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EM60693%27 HTTP/1.1" 200 None
2026-03-29 04:00:50 [auto1.it] INFO: Saving data for EM60693: {'auction_closing_time': 1774883374.0, 'created_time': 1773781239.423608, 'last_price_update_time': 1774756850.092808}
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EM60693') HTTP/1.1" 204 0
2026-03-29 04:00:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: JA23612
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JA23612%27 HTTP/1.1" 200 None
2026-03-29 04:00:50 [auto1.it] INFO: Scrape type for JA23612: 0
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: LC51604
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: UK70353
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: KM71175
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KM71175%27 HTTP/1.1" 200 None
2026-03-29 04:00:50 [auto1.it] INFO: Scrape type for KM71175: 0
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: AE34833
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AE34833%27 HTTP/1.1" 200 None
2026-03-29 04:00:50 [auto1.it] INFO: Scrape type for AE34833: 0
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: AU35917
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: PB29949
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PB29949%27 HTTP/1.1" 200 None
2026-03-29 04:00:50 [auto1.it] INFO: Scrape type for PB29949: 0
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: DR37659
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: WY72750
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WY72750%27 HTTP/1.1" 200 None
2026-03-29 04:00:50 [auto1.it] INFO: Scrape type for WY72750: 0
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: LC01017
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: MW60739
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: XH41983
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: RR03246
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: HY79670
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: MB50671
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: EC99785
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: LL94615
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: JF90456
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JF90456%27 HTTP/1.1" 200 None
2026-03-29 04:00:50 [auto1.it] INFO: Scrape type for JF90456: 2
2026-03-29 04:00:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efe74962-7408-5e6e-a655-829d37050505 with identifier: JF90456
2026-03-29 04:00:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efe74962-7408-5e6e-a655-829d37050505 with scrape type 2
2026-03-29 04:00:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efe74962-7408-5e6e-a655-829d37050505 with scrape type 2
2026-03-29 04:00:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: efe74962-7408-5e6e-a655-829d37050505, identifier: JF90456
2026-03-29 04:00:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: efe74962-7408-5e6e-a655-829d37050505 with identifier: JF90456
2026-03-29 04:00:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: efe74962-7408-5e6e-a655-829d37050505 with identifier: JF90456
2026-03-29 04:00:50 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: efe74962-7408-5e6e-a655-829d37050505 with identifier: JF90456 to the API
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:32:48Z',
'fuel_type': 'diesel',
'id': 'efe74962-7408-5e6e-a655-829d37050505',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JF90456',
'listing': 'auction',
'make': 'Honda',
'model': 'CR-V',
'odometer': 198518,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-10-30',
'seller_name': None,
'title': 'Honda CR-V 2.2 DTEC Lifestyle',
'transmission': 'automatic',
'trim': 'Lifestyle',
'year': 2011}
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JF90456%27 HTTP/1.1" 200 None
2026-03-29 04:00:50 [auto1.it] INFO: Saving data for JF90456: {'auction_closing_time': 1774884768.0, 'created_time': 1773781304.764786, 'last_price_update_time': 1774756850.682695}
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JF90456') HTTP/1.1" 204 0
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: WZ44056
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WZ44056%27 HTTP/1.1" 200 None
2026-03-29 04:00:50 [auto1.it] INFO: Scrape type for WZ44056: 0
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: BH62739
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BH62739%27 HTTP/1.1" 200 None
2026-03-29 04:00:50 [auto1.it] INFO: Scrape type for BH62739: 0
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: DC03945
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: LR71348
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LR71348%27 HTTP/1.1" 200 None
2026-03-29 04:00:50 [auto1.it] INFO: Scrape type for LR71348: 0
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: ML20734
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: HC48656
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HC48656%27 HTTP/1.1" 200 None
2026-03-29 04:00:50 [auto1.it] INFO: Scrape type for HC48656: 0
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: CZ22961
2026-03-29 04:00:50 [auto1.it] INFO: Found listing with ID: GN54162
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GN54162%27 HTTP/1.1" 200 None
2026-03-29 04:00:50 [auto1.it] INFO: Scrape type for GN54162: 2
2026-03-29 04:00:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f170f548-72d2-547c-9dfd-ebd5759f6b4d with identifier: GN54162
2026-03-29 04:00:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f170f548-72d2-547c-9dfd-ebd5759f6b4d with scrape type 2
2026-03-29 04:00:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f170f548-72d2-547c-9dfd-ebd5759f6b4d with scrape type 2
2026-03-29 04:00:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f170f548-72d2-547c-9dfd-ebd5759f6b4d, identifier: GN54162
2026-03-29 04:00:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f170f548-72d2-547c-9dfd-ebd5759f6b4d with identifier: GN54162
2026-03-29 04:00:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f170f548-72d2-547c-9dfd-ebd5759f6b4d with identifier: GN54162
2026-03-29 04:00:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f170f548-72d2-547c-9dfd-ebd5759f6b4d with identifier: GN54162 to the API
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:28:03Z',
'fuel_type': 'petrol',
'id': 'f170f548-72d2-547c-9dfd-ebd5759f6b4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GN54162',
'listing': 'auction',
'make': 'Dacia',
'model': 'Sandero',
'odometer': 66501,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-17',
'seller_name': None,
'title': 'Dacia Sandero 0.9 TCe Stepway Comfort',
'transmission': 'manual',
'trim': 'Stepway Comfort',
'year': 2019}
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GN54162%27 HTTP/1.1" 200 None
2026-03-29 04:00:51 [auto1.it] INFO: Saving data for GN54162: {'auction_closing_time': 1774884483.0, 'created_time': 1774558886.499925, 'last_price_update_time': 1774756851.309586}
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GN54162') HTTP/1.1" 204 0
2026-03-29 04:00:51 [auto1.it] INFO: Found listing with ID: VS31933
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VS31933%27 HTTP/1.1" 200 None
2026-03-29 04:00:51 [auto1.it] INFO: Scrape type for VS31933: 0
2026-03-29 04:00:51 [auto1.it] INFO: Found listing with ID: RM05411
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RM05411%27 HTTP/1.1" 200 None
2026-03-29 04:00:51 [auto1.it] INFO: Scrape type for RM05411: 2
2026-03-29 04:00:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641 with identifier: RM05411
2026-03-29 04:00:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641 with scrape type 2
2026-03-29 04:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641 with scrape type 2
2026-03-29 04:00:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641, identifier: RM05411
2026-03-29 04:00:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641 with identifier: RM05411
2026-03-29 04:00:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641 with identifier: RM05411
2026-03-29 04:00:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641 with identifier: RM05411 to the API
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 100,
'expiration_date': '2026-03-30T15:59:26Z',
'fuel_type': 'diesel',
'id': 'a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RM05411',
'listing': 'auction',
'make': 'DS Automobiles',
'model': 'DS3',
'odometer': 177137,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-29',
'seller_name': None,
'title': 'DS Automobiles DS3 1.6 Blue-HDi SportChic',
'transmission': 'manual',
'trim': 'SportChic',
'year': 2016}
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RM05411%27 HTTP/1.1" 200 None
2026-03-29 04:00:51 [auto1.it] INFO: Saving data for RM05411: {'auction_closing_time': 1774886366.0, 'created_time': 1774645671.580922, 'last_price_update_time': 1774756851.753672}
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RM05411') HTTP/1.1" 204 0
2026-03-29 04:00:51 [auto1.it] INFO: Found listing with ID: ZC19416
2026-03-29 04:00:51 [auto1.it] INFO: Found listing with ID: DE25222
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DE25222%27 HTTP/1.1" 200 None
2026-03-29 04:00:51 [auto1.it] INFO: Scrape type for DE25222: 0
2026-03-29 04:00:51 [auto1.it] INFO: Found listing with ID: YL89014
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YL89014%27 HTTP/1.1" 200 None
2026-03-29 04:00:51 [auto1.it] INFO: Scrape type for YL89014: 0
2026-03-29 04:00:51 [auto1.it] INFO: Found listing with ID: MA77848
2026-03-29 04:00:51 [auto1.it] INFO: Found listing with ID: CF61926
2026-03-29 04:00:51 [auto1.it] INFO: Found listing with ID: HD82423
2026-03-29 04:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:00:53 [auto1.it] INFO: Channel: 24h | Page: 6 | totalHits: 2226 | hits on page: 40
2026-03-29 04:00:53 [auto1.it] INFO: Found listing with ID: MU03817
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MU03817%27 HTTP/1.1" 200 None
2026-03-29 04:00:53 [auto1.it] INFO: Scrape type for MU03817: 0
2026-03-29 04:00:53 [auto1.it] INFO: Found listing with ID: ZS54460
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZS54460%27 HTTP/1.1" 200 None
2026-03-29 04:00:53 [auto1.it] INFO: Scrape type for ZS54460: 0
2026-03-29 04:00:53 [auto1.it] INFO: Found listing with ID: XR42745
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XR42745%27 HTTP/1.1" 200 None
2026-03-29 04:00:53 [auto1.it] INFO: Scrape type for XR42745: 0
2026-03-29 04:00:53 [auto1.it] INFO: Found listing with ID: AY21125
2026-03-29 04:00:53 [auto1.it] INFO: Found listing with ID: NW60366
2026-03-29 04:00:53 [auto1.it] INFO: Found listing with ID: WV42889
2026-03-29 04:00:53 [auto1.it] INFO: Found listing with ID: UE31204
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UE31204%27 HTTP/1.1" 200 None
2026-03-29 04:00:53 [auto1.it] INFO: Scrape type for UE31204: 0
2026-03-29 04:00:53 [auto1.it] INFO: Found listing with ID: EZ48642
2026-03-29 04:00:53 [auto1.it] INFO: Found listing with ID: SL86512
2026-03-29 04:00:53 [auto1.it] INFO: Found listing with ID: BM42520
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BM42520%27 HTTP/1.1" 200 None
2026-03-29 04:00:53 [auto1.it] INFO: Scrape type for BM42520: 2
2026-03-29 04:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a05db24-86f7-55d7-923e-218aee6b467c with identifier: BM42520
2026-03-29 04:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a05db24-86f7-55d7-923e-218aee6b467c with scrape type 2
2026-03-29 04:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a05db24-86f7-55d7-923e-218aee6b467c with scrape type 2
2026-03-29 04:00:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0a05db24-86f7-55d7-923e-218aee6b467c, identifier: BM42520
2026-03-29 04:00:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0a05db24-86f7-55d7-923e-218aee6b467c with identifier: BM42520
2026-03-29 04:00:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0a05db24-86f7-55d7-923e-218aee6b467c with identifier: BM42520
2026-03-29 04:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0a05db24-86f7-55d7-923e-218aee6b467c with identifier: BM42520 to the API
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:49:48Z',
'fuel_type': 'diesel',
'id': '0a05db24-86f7-55d7-923e-218aee6b467c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BM42520',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Evoque',
'odometer': 124856,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-11',
'seller_name': None,
'title': 'Land Rover Evoque 2.0 Td4 Pure',
'transmission': 'automatic',
'trim': 'Pure',
'year': 2015}
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BM42520%27 HTTP/1.1" 200 None
2026-03-29 04:00:53 [auto1.it] INFO: Saving data for BM42520: {'auction_closing_time': 1774885788.0, 'created_time': 1773781265.253643, 'last_price_update_time': 1774756853.628875}
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BM42520') HTTP/1.1" 204 0
2026-03-29 04:00:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:00:53 [auto1.it] INFO: Found listing with ID: KD02463
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KD02463%27 HTTP/1.1" 200 None
2026-03-29 04:00:53 [auto1.it] INFO: Scrape type for KD02463: 2
2026-03-29 04:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 717aa48a-e0d0-51d4-b967-9f288fa3e8f9 with identifier: KD02463
2026-03-29 04:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 717aa48a-e0d0-51d4-b967-9f288fa3e8f9 with scrape type 2
2026-03-29 04:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 717aa48a-e0d0-51d4-b967-9f288fa3e8f9 with scrape type 2
2026-03-29 04:00:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 717aa48a-e0d0-51d4-b967-9f288fa3e8f9, identifier: KD02463
2026-03-29 04:00:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 717aa48a-e0d0-51d4-b967-9f288fa3e8f9 with identifier: KD02463
2026-03-29 04:00:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 717aa48a-e0d0-51d4-b967-9f288fa3e8f9 with identifier: KD02463
2026-03-29 04:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 717aa48a-e0d0-51d4-b967-9f288fa3e8f9 with identifier: KD02463 to the API
2026-03-29 04:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 116,
'expiration_date': '2026-03-30T15:34:53Z',
'fuel_type': 'diesel',
'id': '717aa48a-e0d0-51d4-b967-9f288fa3e8f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KD02463',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'GLB-Klasse',
'odometer': 27253,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-08',
'seller_name': None,
'title': 'Mercedes-Benz GLB-Klasse GLB 180 d Progressive',
'transmission': 'automatic',
'trim': 'Progressive',
'year': 2023}
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KD02463%27 HTTP/1.1" 200 None
2026-03-29 04:00:54 [auto1.it] INFO: Saving data for KD02463: {'auction_closing_time': 1774884893.0, 'created_time': 1773327905.046466, 'last_price_update_time': 1774756854.203537}
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KD02463') HTTP/1.1" 204 0
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: DN82434
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: AN97971
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AN97971%27 HTTP/1.1" 200 None
2026-03-29 04:00:54 [auto1.it] INFO: Scrape type for AN97971: 0
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: SG31590
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SG31590%27 HTTP/1.1" 200 None
2026-03-29 04:00:54 [auto1.it] INFO: Scrape type for SG31590: 0
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: FP35914
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: RK20934
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RK20934%27 HTTP/1.1" 200 None
2026-03-29 04:00:54 [auto1.it] INFO: Scrape type for RK20934: 0
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: XN27965
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XN27965%27 HTTP/1.1" 200 None
2026-03-29 04:00:54 [auto1.it] INFO: Scrape type for XN27965: 2
2026-03-29 04:00:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f96170ef-5671-57d6-944b-3df8e028b49f with identifier: XN27965
2026-03-29 04:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f96170ef-5671-57d6-944b-3df8e028b49f with scrape type 2
2026-03-29 04:00:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f96170ef-5671-57d6-944b-3df8e028b49f with scrape type 2
2026-03-29 04:00:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f96170ef-5671-57d6-944b-3df8e028b49f, identifier: XN27965
2026-03-29 04:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f96170ef-5671-57d6-944b-3df8e028b49f with identifier: XN27965
2026-03-29 04:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f96170ef-5671-57d6-944b-3df8e028b49f with identifier: XN27965
2026-03-29 04:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f96170ef-5671-57d6-944b-3df8e028b49f with identifier: XN27965 to the API
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:03:01Z',
'fuel_type': 'diesel',
'id': 'f96170ef-5671-57d6-944b-3df8e028b49f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XN27965',
'listing': 'auction',
'make': 'Jeep',
'model': 'Compass',
'odometer': 162733,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-30',
'seller_name': None,
'title': 'Jeep Compass 2.0 M-Jet Limited 4WD',
'transmission': 'automatic',
'trim': 'Limited 4WD',
'year': 2018}
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XN27965%27 HTTP/1.1" 200 None
2026-03-29 04:00:54 [auto1.it] INFO: Saving data for XN27965: {'auction_closing_time': 1774882981.0, 'created_time': 1774645580.480403, 'last_price_update_time': 1774756854.682076}
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XN27965') HTTP/1.1" 204 0
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: ZY56429
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZY56429%27 HTTP/1.1" 200 None
2026-03-29 04:00:54 [auto1.it] INFO: Scrape type for ZY56429: 0
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: VF40015
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VF40015%27 HTTP/1.1" 200 None
2026-03-29 04:00:54 [auto1.it] INFO: Scrape type for VF40015: 0
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: EC84941
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: JJ80566
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: EB44431
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EB44431%27 HTTP/1.1" 200 None
2026-03-29 04:00:54 [auto1.it] INFO: Scrape type for EB44431: 0
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: RL33082
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: WX88611
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: KS43685
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: NH64941
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NH64941%27 HTTP/1.1" 200 None
2026-03-29 04:00:54 [auto1.it] INFO: Scrape type for NH64941: 0
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: FA16942
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: JF75950
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: FE11339
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FE11339%27 HTTP/1.1" 200 None
2026-03-29 04:00:54 [auto1.it] INFO: Scrape type for FE11339: 0
2026-03-29 04:00:54 [auto1.it] INFO: Found listing with ID: TS34792
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TS34792%27 HTTP/1.1" 200 None
2026-03-29 04:00:54 [auto1.it] INFO: Scrape type for TS34792: 2
2026-03-29 04:00:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c604d8ab-5908-5356-ad6c-132d44f8a49a with identifier: TS34792
2026-03-29 04:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c604d8ab-5908-5356-ad6c-132d44f8a49a with scrape type 2
2026-03-29 04:00:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c604d8ab-5908-5356-ad6c-132d44f8a49a with scrape type 2
2026-03-29 04:00:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c604d8ab-5908-5356-ad6c-132d44f8a49a, identifier: TS34792
2026-03-29 04:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c604d8ab-5908-5356-ad6c-132d44f8a49a with identifier: TS34792
2026-03-29 04:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c604d8ab-5908-5356-ad6c-132d44f8a49a with identifier: TS34792
2026-03-29 04:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c604d8ab-5908-5356-ad6c-132d44f8a49a with identifier: TS34792 to the API
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 131,
'expiration_date': '2026-03-30T15:57:07Z',
'fuel_type': 'diesel',
'id': 'c604d8ab-5908-5356-ad6c-132d44f8a49a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TS34792',
'listing': 'auction',
'make': 'Jeep',
'model': 'Compass',
'odometer': 47180,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'seller_name': None,
'title': 'Jeep Compass 1.6 M-Jet 80th Anniversary FWD',
'transmission': 'manual',
'trim': '80th Anniversary FWD',
'year': 2022}
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TS34792%27 HTTP/1.1" 200 None
2026-03-29 04:00:55 [auto1.it] INFO: Saving data for TS34792: {'auction_closing_time': 1774886227.0, 'created_time': 1774645351.938573, 'last_price_update_time': 1774756855.251319}
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TS34792') HTTP/1.1" 204 0
2026-03-29 04:00:55 [auto1.it] INFO: Found listing with ID: RY64752
2026-03-29 04:00:55 [auto1.it] INFO: Found listing with ID: CS00409
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CS00409%27 HTTP/1.1" 200 None
2026-03-29 04:00:55 [auto1.it] INFO: Scrape type for CS00409: 0
2026-03-29 04:00:55 [auto1.it] INFO: Found listing with ID: HD95534
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HD95534%27 HTTP/1.1" 200 None
2026-03-29 04:00:55 [auto1.it] INFO: Scrape type for HD95534: 0
2026-03-29 04:00:55 [auto1.it] INFO: Found listing with ID: ET79230
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ET79230%27 HTTP/1.1" 200 None
2026-03-29 04:00:55 [auto1.it] INFO: Scrape type for ET79230: 2
2026-03-29 04:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0 with identifier: ET79230
2026-03-29 04:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0 with scrape type 2
2026-03-29 04:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0 with scrape type 2
2026-03-29 04:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0, identifier: ET79230
2026-03-29 04:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0 with identifier: ET79230
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=green HTTP/1.1" 200 None
2026-03-29 04:00:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0 with identifier: ET79230
2026-03-29 04:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0 with identifier: ET79230 to the API
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'green',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:53:41Z',
'fuel_type': 'diesel',
'id': 'a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ET79230',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 217746,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-26',
'seller_name': None,
'title': 'Volkswagen Tiguan 2.0 TDI Sport & Style 4Motion',
'transmission': 'automatic',
'trim': 'Sport & Style 4Motion',
'year': 2011}
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ET79230%27 HTTP/1.1" 200 None
2026-03-29 04:00:55 [auto1.it] INFO: Saving data for ET79230: {'auction_closing_time': 1774886021.0, 'created_time': 1774645377.965798, 'last_price_update_time': 1774756855.939394}
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ET79230') HTTP/1.1" 204 0
2026-03-29 04:00:55 [auto1.it] INFO: Found listing with ID: KL55117
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KL55117%27 HTTP/1.1" 200 None
2026-03-29 04:00:55 [auto1.it] INFO: Scrape type for KL55117: 2
2026-03-29 04:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a968e53f-6229-50d1-b880-6452c9fdfab5 with identifier: KL55117
2026-03-29 04:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a968e53f-6229-50d1-b880-6452c9fdfab5 with scrape type 2
2026-03-29 04:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a968e53f-6229-50d1-b880-6452c9fdfab5 with scrape type 2
2026-03-29 04:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a968e53f-6229-50d1-b880-6452c9fdfab5, identifier: KL55117
2026-03-29 04:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a968e53f-6229-50d1-b880-6452c9fdfab5 with identifier: KL55117
2026-03-29 04:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a968e53f-6229-50d1-b880-6452c9fdfab5 with identifier: KL55117
2026-03-29 04:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a968e53f-6229-50d1-b880-6452c9fdfab5 with identifier: KL55117 to the API
2026-03-29 04:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:53:01Z',
'fuel_type': 'diesel',
'id': 'a968e53f-6229-50d1-b880-6452c9fdfab5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KL55117',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VII',
'odometer': 169898,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-27',
'seller_name': None,
'title': 'Volkswagen Golf VII 2.0 TDI Highline BlueMotion Tech',
'transmission': 'automatic',
'trim': 'Highline BlueMotion Tech',
'year': 2015}
2026-03-29 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KL55117%27 HTTP/1.1" 200 None
2026-03-29 04:00:56 [auto1.it] INFO: Saving data for KL55117: {'auction_closing_time': 1774885981.0, 'created_time': 1773868081.024811, 'last_price_update_time': 1774756856.408602}
2026-03-29 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KL55117') HTTP/1.1" 204 0
2026-03-29 04:00:56 [auto1.it] INFO: Found listing with ID: CH57446
2026-03-29 04:00:56 [auto1.it] INFO: Found listing with ID: KB12646
2026-03-29 04:00:56 [auto1.it] INFO: Found listing with ID: NC67394
2026-03-29 04:00:56 [auto1.it] INFO: Found listing with ID: WM00919
2026-03-29 04:00:56 [auto1.it] INFO: Found listing with ID: ZD65765
2026-03-29 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZD65765%27 HTTP/1.1" 200 None
2026-03-29 04:00:56 [auto1.it] INFO: Scrape type for ZD65765: 0
2026-03-29 04:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:00:57 [auto1.it] INFO: Channel: 24h | Page: 7 | totalHits: 2226 | hits on page: 40
2026-03-29 04:00:57 [auto1.it] INFO: Found listing with ID: UR83709
2026-03-29 04:00:57 [auto1.it] INFO: Found listing with ID: XJ91749
2026-03-29 04:00:57 [auto1.it] INFO: Found listing with ID: JB13262
2026-03-29 04:00:57 [auto1.it] INFO: Found listing with ID: JE85806
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JE85806%27 HTTP/1.1" 200 None
2026-03-29 04:00:57 [auto1.it] INFO: Scrape type for JE85806: 0
2026-03-29 04:00:57 [auto1.it] INFO: Found listing with ID: RZ16714
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RZ16714%27 HTTP/1.1" 200 None
2026-03-29 04:00:57 [auto1.it] INFO: Scrape type for RZ16714: 2
2026-03-29 04:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc with identifier: RZ16714
2026-03-29 04:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc with scrape type 2
2026-03-29 04:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc with scrape type 2
2026-03-29 04:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc, identifier: RZ16714
2026-03-29 04:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc with identifier: RZ16714
2026-03-29 04:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc with identifier: RZ16714
2026-03-29 04:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc with identifier: RZ16714 to the API
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 101,
'expiration_date': '2026-03-30T15:45:00Z',
'fuel_type': 'petrol',
'id': '20e9a189-a5ae-5111-8ef8-ae7c79c31ffc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RZ16714',
'listing': 'auction',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 17089,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-24',
'seller_name': None,
'title': 'Jeep Avenger 1.2 T-GDI Summit',
'transmission': 'manual',
'trim': 'Summit',
'year': 2023}
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RZ16714%27 HTTP/1.1" 200 None
2026-03-29 04:00:57 [auto1.it] INFO: Saving data for RZ16714: {'auction_closing_time': 1774885500.0, 'created_time': 1774645389.58347, 'last_price_update_time': 1774756857.474989}
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RZ16714') HTTP/1.1" 204 0
2026-03-29 04:00:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:00:57 [auto1.it] INFO: Found listing with ID: AR28136
2026-03-29 04:00:57 [auto1.it] INFO: Found listing with ID: TU38446
2026-03-29 04:00:57 [auto1.it] INFO: Found listing with ID: EV19228
2026-03-29 04:00:57 [auto1.it] INFO: Found listing with ID: CN88471
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CN88471%27 HTTP/1.1" 200 None
2026-03-29 04:00:57 [auto1.it] INFO: Scrape type for CN88471: 0
2026-03-29 04:00:57 [auto1.it] INFO: Found listing with ID: EH45262
2026-03-29 04:00:57 [auto1.it] INFO: Found listing with ID: XX59557
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XX59557%27 HTTP/1.1" 200 None
2026-03-29 04:00:57 [auto1.it] INFO: Scrape type for XX59557: 0
2026-03-29 04:00:57 [auto1.it] INFO: Found listing with ID: BV63915
2026-03-29 04:00:57 [auto1.it] INFO: Found listing with ID: CN85628
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CN85628%27 HTTP/1.1" 200 None
2026-03-29 04:00:57 [auto1.it] INFO: Scrape type for CN85628: 2
2026-03-29 04:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab with identifier: CN85628
2026-03-29 04:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab with scrape type 2
2026-03-29 04:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab with scrape type 2
2026-03-29 04:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab, identifier: CN85628
2026-03-29 04:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab with identifier: CN85628
2026-03-29 04:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab with identifier: CN85628
2026-03-29 04:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab with identifier: CN85628 to the API
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 163,
'expiration_date': '2026-03-30T15:52:47Z',
'fuel_type': 'diesel',
'id': '6b1b4c3d-a4c6-5a01-9a28-3cb686acefab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CN85628',
'listing': 'auction',
'make': 'Audi',
'model': 'A4',
'odometer': 174212,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-24',
'seller_name': None,
'title': 'Audi A4 35 TDI Mild-Hybrid S line',
'transmission': 'automatic',
'trim': 'S line',
'year': 2020}
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CN85628%27 HTTP/1.1" 200 None
2026-03-29 04:00:58 [auto1.it] INFO: Saving data for CN85628: {'auction_closing_time': 1774885967.0, 'created_time': 1774645665.429154, 'last_price_update_time': 1774756858.097097}
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CN85628') HTTP/1.1" 204 0
2026-03-29 04:00:58 [auto1.it] INFO: Found listing with ID: TH28502
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TH28502%27 HTTP/1.1" 200 None
2026-03-29 04:00:58 [auto1.it] INFO: Scrape type for TH28502: 2
2026-03-29 04:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66259792-0d12-51cc-af59-74b5dd28ad63 with identifier: TH28502
2026-03-29 04:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66259792-0d12-51cc-af59-74b5dd28ad63 with scrape type 2
2026-03-29 04:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66259792-0d12-51cc-af59-74b5dd28ad63 with scrape type 2
2026-03-29 04:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 66259792-0d12-51cc-af59-74b5dd28ad63, identifier: TH28502
2026-03-29 04:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 66259792-0d12-51cc-af59-74b5dd28ad63 with identifier: TH28502
2026-03-29 04:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 66259792-0d12-51cc-af59-74b5dd28ad63 with identifier: TH28502
2026-03-29 04:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 66259792-0d12-51cc-af59-74b5dd28ad63 with identifier: TH28502 to the API
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 101,
'expiration_date': '2026-03-30T15:53:37Z',
'fuel_type': 'petrol',
'id': '66259792-0d12-51cc-af59-74b5dd28ad63',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TH28502',
'listing': 'auction',
'make': 'Kia',
'model': 'Stonic',
'odometer': 85296,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-13',
'seller_name': None,
'title': 'Kia Stonic 1.0 TGDI Mild-Hybrid GT Line',
'transmission': 'manual',
'trim': 'GT Line',
'year': 2021}
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TH28502%27 HTTP/1.1" 200 None
2026-03-29 04:00:58 [auto1.it] INFO: Saving data for TH28502: {'auction_closing_time': 1774886017.0, 'created_time': 1774645628.896682, 'last_price_update_time': 1774756858.532626}
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TH28502') HTTP/1.1" 204 0
2026-03-29 04:00:58 [auto1.it] INFO: Found listing with ID: KS79524
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KS79524%27 HTTP/1.1" 200 None
2026-03-29 04:00:58 [auto1.it] INFO: Scrape type for KS79524: 2
2026-03-29 04:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0999d43-20a9-574f-a076-afbbe455d197 with identifier: KS79524
2026-03-29 04:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0999d43-20a9-574f-a076-afbbe455d197 with scrape type 2
2026-03-29 04:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0999d43-20a9-574f-a076-afbbe455d197 with scrape type 2
2026-03-29 04:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d0999d43-20a9-574f-a076-afbbe455d197, identifier: KS79524
2026-03-29 04:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d0999d43-20a9-574f-a076-afbbe455d197 with identifier: KS79524
2026-03-29 04:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d0999d43-20a9-574f-a076-afbbe455d197 with identifier: KS79524
2026-03-29 04:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d0999d43-20a9-574f-a076-afbbe455d197 with identifier: KS79524 to the API
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 68,
'expiration_date': '2026-03-30T15:51:21Z',
'fuel_type': 'petrol',
'id': 'd0999d43-20a9-574f-a076-afbbe455d197',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KS79524',
'listing': 'auction',
'make': 'Citroen',
'model': 'C1',
'odometer': 92139,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-05-30',
'seller_name': None,
'title': 'Citroen C1 1.0',
'transmission': 'manual',
'trim': '',
'year': 2011}
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KS79524%27 HTTP/1.1" 200 None
2026-03-29 04:00:58 [auto1.it] INFO: Saving data for KS79524: {'auction_closing_time': 1774885881.0, 'created_time': 1774558917.541965, 'last_price_update_time': 1774756858.983374}
2026-03-29 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KS79524') HTTP/1.1" 204 0
2026-03-29 04:00:59 [auto1.it] INFO: Found listing with ID: JU83939
2026-03-29 04:00:59 [auto1.it] INFO: Found listing with ID: WD53289
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WD53289%27 HTTP/1.1" 200 None
2026-03-29 04:00:59 [auto1.it] INFO: Scrape type for WD53289: 0
2026-03-29 04:00:59 [auto1.it] INFO: Found listing with ID: SE27388
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SE27388%27 HTTP/1.1" 200 None
2026-03-29 04:00:59 [auto1.it] INFO: Scrape type for SE27388: 0
2026-03-29 04:00:59 [auto1.it] INFO: Found listing with ID: NX73202
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NX73202%27 HTTP/1.1" 200 None
2026-03-29 04:00:59 [auto1.it] INFO: Scrape type for NX73202: 0
2026-03-29 04:00:59 [auto1.it] INFO: Found listing with ID: FT94062
2026-03-29 04:00:59 [auto1.it] INFO: Found listing with ID: PW65105
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW65105%27 HTTP/1.1" 200 None
2026-03-29 04:00:59 [auto1.it] INFO: Scrape type for PW65105: 0
2026-03-29 04:00:59 [auto1.it] INFO: Found listing with ID: DV90531
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DV90531%27 HTTP/1.1" 200 None
2026-03-29 04:00:59 [auto1.it] INFO: Scrape type for DV90531: 0
2026-03-29 04:00:59 [auto1.it] INFO: Found listing with ID: TT80777
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TT80777%27 HTTP/1.1" 200 None
2026-03-29 04:00:59 [auto1.it] INFO: Scrape type for TT80777: 2
2026-03-29 04:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf2583bc-79ee-57db-8c18-7afae3ae20bf with identifier: TT80777
2026-03-29 04:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf2583bc-79ee-57db-8c18-7afae3ae20bf with scrape type 2
2026-03-29 04:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf2583bc-79ee-57db-8c18-7afae3ae20bf with scrape type 2
2026-03-29 04:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: cf2583bc-79ee-57db-8c18-7afae3ae20bf, identifier: TT80777
2026-03-29 04:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: cf2583bc-79ee-57db-8c18-7afae3ae20bf with identifier: TT80777
2026-03-29 04:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: cf2583bc-79ee-57db-8c18-7afae3ae20bf with identifier: TT80777
2026-03-29 04:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: cf2583bc-79ee-57db-8c18-7afae3ae20bf with identifier: TT80777 to the API
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:09:07Z',
'fuel_type': 'diesel',
'id': 'cf2583bc-79ee-57db-8c18-7afae3ae20bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TT80777',
'listing': 'auction',
'make': 'Ford',
'model': 'B-Max',
'odometer': 208856,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-30',
'seller_name': None,
'title': 'Ford B-Max 1.5 TDCi Titanium',
'transmission': 'manual',
'trim': 'Titanium',
'year': 2015}
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TT80777%27 HTTP/1.1" 200 None
2026-03-29 04:00:59 [auto1.it] INFO: Saving data for TT80777: {'auction_closing_time': 1774883347.0, 'created_time': 1774645473.720969, 'last_price_update_time': 1774756859.539758}
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TT80777') HTTP/1.1" 204 0
2026-03-29 04:00:59 [auto1.it] INFO: Found listing with ID: BR63865
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BR63865%27 HTTP/1.1" 200 None
2026-03-29 04:00:59 [auto1.it] INFO: Scrape type for BR63865: 0
2026-03-29 04:00:59 [auto1.it] INFO: Found listing with ID: LX11958
2026-03-29 04:00:59 [auto1.it] INFO: Found listing with ID: PA53057
2026-03-29 04:00:59 [auto1.it] INFO: Found listing with ID: XW51036
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XW51036%27 HTTP/1.1" 200 None
2026-03-29 04:00:59 [auto1.it] INFO: Scrape type for XW51036: 0
2026-03-29 04:00:59 [auto1.it] INFO: Found listing with ID: RJ33574
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RJ33574%27 HTTP/1.1" 200 None
2026-03-29 04:00:59 [auto1.it] INFO: Scrape type for RJ33574: 2
2026-03-29 04:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4996536a-4d10-5f8a-aaa2-06a22a189cd2 with identifier: RJ33574
2026-03-29 04:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4996536a-4d10-5f8a-aaa2-06a22a189cd2 with scrape type 2
2026-03-29 04:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4996536a-4d10-5f8a-aaa2-06a22a189cd2 with scrape type 2
2026-03-29 04:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4996536a-4d10-5f8a-aaa2-06a22a189cd2, identifier: RJ33574
2026-03-29 04:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4996536a-4d10-5f8a-aaa2-06a22a189cd2 with identifier: RJ33574
2026-03-29 04:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4996536a-4d10-5f8a-aaa2-06a22a189cd2 with identifier: RJ33574
2026-03-29 04:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4996536a-4d10-5f8a-aaa2-06a22a189cd2 with identifier: RJ33574 to the API
2026-03-29 04:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:16:09Z',
'fuel_type': 'petrol',
'id': '4996536a-4d10-5f8a-aaa2-06a22a189cd2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RJ33574',
'listing': 'auction',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 36797,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-09-30',
'seller_name': None,
'title': 'Skoda Fabia 1.2 TSI Style',
'transmission': 'manual',
'trim': 'Style',
'year': 2010}
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RJ33574%27 HTTP/1.1" 200 None
2026-03-29 04:01:00 [auto1.it] INFO: Saving data for RJ33574: {'auction_closing_time': 1774883769.0, 'created_time': 1774645657.089389, 'last_price_update_time': 1774756860.162739}
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RJ33574') HTTP/1.1" 204 0
2026-03-29 04:01:00 [auto1.it] INFO: Found listing with ID: DW12322
2026-03-29 04:01:00 [auto1.it] INFO: Found listing with ID: RT39388
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RT39388%27 HTTP/1.1" 200 None
2026-03-29 04:01:00 [auto1.it] INFO: Scrape type for RT39388: 0
2026-03-29 04:01:00 [auto1.it] INFO: Found listing with ID: ET07404
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ET07404%27 HTTP/1.1" 200 None
2026-03-29 04:01:00 [auto1.it] INFO: Scrape type for ET07404: 0
2026-03-29 04:01:00 [auto1.it] INFO: Found listing with ID: ZR50624
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZR50624%27 HTTP/1.1" 200 None
2026-03-29 04:01:00 [auto1.it] INFO: Scrape type for ZR50624: 0
2026-03-29 04:01:00 [auto1.it] INFO: Found listing with ID: GM86126
2026-03-29 04:01:00 [auto1.it] INFO: Found listing with ID: WH19380
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WH19380%27 HTTP/1.1" 200 None
2026-03-29 04:01:00 [auto1.it] INFO: Scrape type for WH19380: 0
2026-03-29 04:01:00 [auto1.it] INFO: Found listing with ID: LR70211
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LR70211%27 HTTP/1.1" 200 None
2026-03-29 04:01:00 [auto1.it] INFO: Scrape type for LR70211: 0
2026-03-29 04:01:00 [auto1.it] INFO: Found listing with ID: GF15997
2026-03-29 04:01:00 [auto1.it] INFO: Found listing with ID: MS58907
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MS58907%27 HTTP/1.1" 200 None
2026-03-29 04:01:00 [auto1.it] INFO: Scrape type for MS58907: 0
2026-03-29 04:01:00 [auto1.it] INFO: Found listing with ID: DA24771
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DA24771%27 HTTP/1.1" 200 None
2026-03-29 04:01:00 [auto1.it] INFO: Scrape type for DA24771: 2
2026-03-29 04:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90fec16e-cf3f-5fc9-a0b9-27e635554a3c with identifier: DA24771
2026-03-29 04:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90fec16e-cf3f-5fc9-a0b9-27e635554a3c with scrape type 2
2026-03-29 04:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90fec16e-cf3f-5fc9-a0b9-27e635554a3c with scrape type 2
2026-03-29 04:01:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 90fec16e-cf3f-5fc9-a0b9-27e635554a3c, identifier: DA24771
2026-03-29 04:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 90fec16e-cf3f-5fc9-a0b9-27e635554a3c with identifier: DA24771
2026-03-29 04:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 90fec16e-cf3f-5fc9-a0b9-27e635554a3c with identifier: DA24771
2026-03-29 04:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 90fec16e-cf3f-5fc9-a0b9-27e635554a3c with identifier: DA24771 to the API
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:12:05Z',
'fuel_type': 'diesel',
'id': '90fec16e-cf3f-5fc9-a0b9-27e635554a3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DA24771',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'GLB-Klasse',
'odometer': 57987,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-23',
'seller_name': None,
'title': 'Mercedes-Benz GLB-Klasse GLB 200 d 4Matic Progressive',
'transmission': 'automatic',
'trim': '4Matic Progressive',
'year': 2023}
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DA24771%27 HTTP/1.1" 200 None
2026-03-29 04:01:00 [auto1.it] INFO: Saving data for DA24771: {'auction_closing_time': 1774883525.0, 'created_time': 1774645548.061705, 'last_price_update_time': 1774756860.764397}
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DA24771') HTTP/1.1" 204 0
2026-03-29 04:01:00 [auto1.it] INFO: Found listing with ID: LE49462
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LE49462%27 HTTP/1.1" 200 None
2026-03-29 04:01:00 [auto1.it] INFO: Scrape type for LE49462: 0
2026-03-29 04:01:00 [auto1.it] INFO: Found listing with ID: AL22636
2026-03-29 04:01:00 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:01 [auto1.it] INFO: Channel: 24h | Page: 8 | totalHits: 2226 | hits on page: 40
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: JT08977
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JT08977%27 HTTP/1.1" 200 None
2026-03-29 04:01:01 [auto1.it] INFO: Scrape type for JT08977: 0
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: MF61265
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: ZX69560
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: ZC80598
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZC80598%27 HTTP/1.1" 200 None
2026-03-29 04:01:01 [auto1.it] INFO: Scrape type for ZC80598: 0
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: EG89993
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: CB33793
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: KJ52341
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KJ52341%27 HTTP/1.1" 200 None
2026-03-29 04:01:01 [auto1.it] INFO: Scrape type for KJ52341: 0
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: DN48840
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DN48840%27 HTTP/1.1" 200 None
2026-03-29 04:01:01 [auto1.it] INFO: Scrape type for DN48840: 2
2026-03-29 04:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f577e10-87ca-5592-b3dc-ff343b1d8e82 with identifier: DN48840
2026-03-29 04:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f577e10-87ca-5592-b3dc-ff343b1d8e82 with scrape type 2
2026-03-29 04:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f577e10-87ca-5592-b3dc-ff343b1d8e82 with scrape type 2
2026-03-29 04:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3f577e10-87ca-5592-b3dc-ff343b1d8e82, identifier: DN48840
2026-03-29 04:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3f577e10-87ca-5592-b3dc-ff343b1d8e82 with identifier: DN48840
2026-03-29 04:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3f577e10-87ca-5592-b3dc-ff343b1d8e82 with identifier: DN48840
2026-03-29 04:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3f577e10-87ca-5592-b3dc-ff343b1d8e82 with identifier: DN48840 to the API
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:14:48Z',
'fuel_type': 'petrol',
'id': '3f577e10-87ca-5592-b3dc-ff343b1d8e82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DN48840',
'listing': 'auction',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 30523,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-12-14',
'seller_name': None,
'title': 'Toyota Yaris 1.0 VVT-i Active',
'transmission': 'manual',
'trim': 'Active',
'year': 2011}
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DN48840%27 HTTP/1.1" 200 None
2026-03-29 04:01:01 [auto1.it] INFO: Saving data for DN48840: {'auction_closing_time': 1774883688.0, 'created_time': 1774645674.648839, 'last_price_update_time': 1774756861.52772}
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DN48840') HTTP/1.1" 204 0
2026-03-29 04:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: MH68095
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: KD49699
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KD49699%27 HTTP/1.1" 200 None
2026-03-29 04:01:01 [auto1.it] INFO: Scrape type for KD49699: 0
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: HC25835
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: FZ95983
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FZ95983%27 HTTP/1.1" 200 None
2026-03-29 04:01:01 [auto1.it] INFO: Scrape type for FZ95983: 0
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: VZ70094
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VZ70094%27 HTTP/1.1" 200 None
2026-03-29 04:01:01 [auto1.it] INFO: Scrape type for VZ70094: 0
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: RD83320
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: GP15834
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GP15834%27 HTTP/1.1" 200 None
2026-03-29 04:01:01 [auto1.it] INFO: Scrape type for GP15834: 0
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: KR95959
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KR95959%27 HTTP/1.1" 200 None
2026-03-29 04:01:01 [auto1.it] INFO: Scrape type for KR95959: 0
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: KD20323
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: HP12790
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HP12790%27 HTTP/1.1" 200 None
2026-03-29 04:01:01 [auto1.it] INFO: Scrape type for HP12790: 0
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: KT78402
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: TZ23741
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: XT36875
2026-03-29 04:01:01 [auto1.it] INFO: Found listing with ID: ZL03111
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZL03111%27 HTTP/1.1" 200 None
2026-03-29 04:01:01 [auto1.it] INFO: Scrape type for ZL03111: 2
2026-03-29 04:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bebbb069-e423-50d6-af4c-d483596be063 with identifier: ZL03111
2026-03-29 04:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bebbb069-e423-50d6-af4c-d483596be063 with scrape type 2
2026-03-29 04:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bebbb069-e423-50d6-af4c-d483596be063 with scrape type 2
2026-03-29 04:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bebbb069-e423-50d6-af4c-d483596be063, identifier: ZL03111
2026-03-29 04:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bebbb069-e423-50d6-af4c-d483596be063 with identifier: ZL03111
2026-03-29 04:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bebbb069-e423-50d6-af4c-d483596be063 with identifier: ZL03111
2026-03-29 04:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bebbb069-e423-50d6-af4c-d483596be063 with identifier: ZL03111 to the API
2026-03-29 04:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 258,
'expiration_date': '2026-03-30T15:12:45Z',
'fuel_type': 'diesel',
'id': 'bebbb069-e423-50d6-af4c-d483596be063',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZL03111',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'E-Klasse',
'odometer': 193653,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-03',
'seller_name': None,
'title': 'Mercedes-Benz E-Klasse E 350 d T AMG Line',
'transmission': 'automatic',
'trim': 'T AMG Line',
'year': 2017}
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZL03111%27 HTTP/1.1" 200 None
2026-03-29 04:01:02 [auto1.it] INFO: Saving data for ZL03111: {'auction_closing_time': 1774883565.0, 'created_time': 1773131514.49995, 'last_price_update_time': 1774756862.113868}
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZL03111') HTTP/1.1" 204 0
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: TL13450
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TL13450%27 HTTP/1.1" 200 None
2026-03-29 04:01:02 [auto1.it] INFO: Scrape type for TL13450: 0
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: NC12493
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: ZP73975
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: AY77506
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: BT65910
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: TW94655
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TW94655%27 HTTP/1.1" 200 None
2026-03-29 04:01:02 [auto1.it] INFO: Scrape type for TW94655: 0
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: KZ49625
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: XM03029
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XM03029%27 HTTP/1.1" 200 None
2026-03-29 04:01:02 [auto1.it] INFO: Scrape type for XM03029: 0
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: ED22447
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: PZ63395
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: CW24266
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: TY62021
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: LX97199
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LX97199%27 HTTP/1.1" 200 None
2026-03-29 04:01:02 [auto1.it] INFO: Scrape type for LX97199: 2
2026-03-29 04:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02ecae96-2416-5e19-91bc-aa980790c577 with identifier: LX97199
2026-03-29 04:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02ecae96-2416-5e19-91bc-aa980790c577 with scrape type 2
2026-03-29 04:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02ecae96-2416-5e19-91bc-aa980790c577 with scrape type 2
2026-03-29 04:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 02ecae96-2416-5e19-91bc-aa980790c577, identifier: LX97199
2026-03-29 04:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 02ecae96-2416-5e19-91bc-aa980790c577 with identifier: LX97199
2026-03-29 04:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 02ecae96-2416-5e19-91bc-aa980790c577 with identifier: LX97199
2026-03-29 04:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 02ecae96-2416-5e19-91bc-aa980790c577 with identifier: LX97199 to the API
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 136,
'expiration_date': '2026-03-30T15:37:39Z',
'fuel_type': 'petrol',
'id': '02ecae96-2416-5e19-91bc-aa980790c577',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LX97199',
'listing': 'auction',
'make': 'Opel',
'model': 'Mokka',
'odometer': 5828,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-03',
'seller_name': None,
'title': 'Opel Mokka 1.2 Mild-Hybrid Edition',
'transmission': 'automatic',
'trim': 'Edition',
'year': 2024}
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LX97199%27 HTTP/1.1" 200 None
2026-03-29 04:01:02 [auto1.it] INFO: Saving data for LX97199: {'auction_closing_time': 1774885059.0, 'created_time': 1773435978.048063, 'last_price_update_time': 1774756862.75672}
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LX97199') HTTP/1.1" 204 0
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: BR49145
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: CT62115
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: ND06570
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: FX03621
2026-03-29 04:01:02 [auto1.it] INFO: Found listing with ID: BX57696
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BX57696%27 HTTP/1.1" 200 None
2026-03-29 04:01:02 [auto1.it] INFO: Scrape type for BX57696: 0
2026-03-29 04:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:03 [auto1.it] INFO: Channel: 24h | Page: 9 | totalHits: 2226 | hits on page: 40
2026-03-29 04:01:03 [auto1.it] INFO: Found listing with ID: SS09351
2026-03-29 04:01:03 [auto1.it] INFO: Found listing with ID: PW70389
2026-03-29 04:01:03 [auto1.it] INFO: Found listing with ID: DA57942
2026-03-29 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DA57942%27 HTTP/1.1" 200 None
2026-03-29 04:01:03 [auto1.it] INFO: Scrape type for DA57942: 0
2026-03-29 04:01:03 [auto1.it] INFO: Found listing with ID: MJ97902
2026-03-29 04:01:03 [auto1.it] INFO: Found listing with ID: EZ75087
2026-03-29 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EZ75087%27 HTTP/1.1" 200 None
2026-03-29 04:01:04 [auto1.it] INFO: Scrape type for EZ75087: 0
2026-03-29 04:01:04 [auto1.it] INFO: Found listing with ID: BR31613
2026-03-29 04:01:04 [auto1.it] INFO: Found listing with ID: FH51436
2026-03-29 04:01:04 [auto1.it] INFO: Found listing with ID: AU78491
2026-03-29 04:01:04 [auto1.it] INFO: Found listing with ID: FX08227
2026-03-29 04:01:04 [auto1.it] INFO: Found listing with ID: ZY63215
2026-03-29 04:01:04 [auto1.it] INFO: Found listing with ID: ST39288
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ST39288%27 HTTP/1.1" 200 None
2026-03-29 04:01:04 [auto1.it] INFO: Scrape type for ST39288: 0
2026-03-29 04:01:04 [auto1.it] INFO: Found listing with ID: TH24600
2026-03-29 04:01:04 [auto1.it] INFO: Found listing with ID: EA21012
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EA21012%27 HTTP/1.1" 200 None
2026-03-29 04:01:04 [auto1.it] INFO: Scrape type for EA21012: 0
2026-03-29 04:01:04 [auto1.it] INFO: Found listing with ID: HD23157
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HD23157%27 HTTP/1.1" 200 None
2026-03-29 04:01:04 [auto1.it] INFO: Scrape type for HD23157: 0
2026-03-29 04:01:04 [auto1.it] INFO: Found listing with ID: JZ39412
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JZ39412%27 HTTP/1.1" 200 None
2026-03-29 04:01:04 [auto1.it] INFO: Scrape type for JZ39412: 2
2026-03-29 04:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bad654fe-3d78-5741-83bf-70a72a0cc492 with identifier: JZ39412
2026-03-29 04:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bad654fe-3d78-5741-83bf-70a72a0cc492 with scrape type 2
2026-03-29 04:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bad654fe-3d78-5741-83bf-70a72a0cc492 with scrape type 2
2026-03-29 04:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bad654fe-3d78-5741-83bf-70a72a0cc492, identifier: JZ39412
2026-03-29 04:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bad654fe-3d78-5741-83bf-70a72a0cc492 with identifier: JZ39412
2026-03-29 04:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bad654fe-3d78-5741-83bf-70a72a0cc492 with identifier: JZ39412
2026-03-29 04:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bad654fe-3d78-5741-83bf-70a72a0cc492 with identifier: JZ39412 to the API
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:45:21Z',
'fuel_type': 'petrol',
'id': 'bad654fe-3d78-5741-83bf-70a72a0cc492',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JZ39412',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 144653,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-22',
'seller_name': None,
'title': 'Volkswagen Tiguan 1.5 TSI ACT R-Line',
'transmission': 'automatic',
'trim': 'R-Line',
'year': 2023}
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JZ39412%27 HTTP/1.1" 200 None
2026-03-29 04:01:04 [auto1.it] INFO: Saving data for JZ39412: {'auction_closing_time': 1774885521.0, 'created_time': 1774645576.192055, 'last_price_update_time': 1774756864.503587}
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JZ39412') HTTP/1.1" 204 0
2026-03-29 04:01:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:01:04 [auto1.it] INFO: Found listing with ID: UD54750
2026-03-29 04:01:04 [auto1.it] INFO: Found listing with ID: GN89134
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GN89134%27 HTTP/1.1" 200 None
2026-03-29 04:01:04 [auto1.it] INFO: Scrape type for GN89134: 2
2026-03-29 04:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d62652b4-8f35-54db-a67d-41c1e87be53a with identifier: GN89134
2026-03-29 04:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d62652b4-8f35-54db-a67d-41c1e87be53a with scrape type 2
2026-03-29 04:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d62652b4-8f35-54db-a67d-41c1e87be53a with scrape type 2
2026-03-29 04:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d62652b4-8f35-54db-a67d-41c1e87be53a, identifier: GN89134
2026-03-29 04:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d62652b4-8f35-54db-a67d-41c1e87be53a with identifier: GN89134
2026-03-29 04:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d62652b4-8f35-54db-a67d-41c1e87be53a with identifier: GN89134
2026-03-29 04:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d62652b4-8f35-54db-a67d-41c1e87be53a with identifier: GN89134 to the API
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 77,
'expiration_date': '2026-03-30T15:53:19Z',
'fuel_type': 'gas',
'id': 'd62652b4-8f35-54db-a67d-41c1e87be53a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GN89134',
'listing': 'auction',
'make': 'Fiat',
'model': 'Grande Punto',
'odometer': 182616,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-10-28',
'seller_name': None,
'title': 'Fiat Grande Punto 1.4 Actual GPL',
'transmission': 'manual',
'trim': 'Actual GPL',
'year': 2010}
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GN89134%27 HTTP/1.1" 200 None
2026-03-29 04:01:05 [auto1.it] INFO: Saving data for GN89134: {'auction_closing_time': 1774885999.0, 'created_time': 1774645644.465971, 'last_price_update_time': 1774756865.037672}
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GN89134') HTTP/1.1" 204 0
2026-03-29 04:01:05 [auto1.it] INFO: Found listing with ID: TU52552
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TU52552%27 HTTP/1.1" 200 None
2026-03-29 04:01:05 [auto1.it] INFO: Scrape type for TU52552: 2
2026-03-29 04:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d2ccc42-56bd-5912-b571-fc3e18834608 with identifier: TU52552
2026-03-29 04:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d2ccc42-56bd-5912-b571-fc3e18834608 with scrape type 2
2026-03-29 04:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d2ccc42-56bd-5912-b571-fc3e18834608 with scrape type 2
2026-03-29 04:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8d2ccc42-56bd-5912-b571-fc3e18834608, identifier: TU52552
2026-03-29 04:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8d2ccc42-56bd-5912-b571-fc3e18834608 with identifier: TU52552
2026-03-29 04:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8d2ccc42-56bd-5912-b571-fc3e18834608 with identifier: TU52552
2026-03-29 04:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8d2ccc42-56bd-5912-b571-fc3e18834608 with identifier: TU52552 to the API
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 130,
'expiration_date': '2026-03-30T15:39:59Z',
'fuel_type': 'diesel',
'id': '8d2ccc42-56bd-5912-b571-fc3e18834608',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TU52552',
'listing': 'auction',
'make': 'Opel',
'model': 'Mokka',
'odometer': 114208,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-30',
'seller_name': None,
'title': 'Opel Mokka 1.7 CDTI Cosmo',
'transmission': 'automatic',
'trim': 'Cosmo',
'year': 2014}
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TU52552%27 HTTP/1.1" 200 None
2026-03-29 04:01:05 [auto1.it] INFO: Saving data for TU52552: {'auction_closing_time': 1774885199.0, 'created_time': 1773867636.798587, 'last_price_update_time': 1774756865.48406}
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TU52552') HTTP/1.1" 204 0
2026-03-29 04:01:05 [auto1.it] INFO: Found listing with ID: SP76824
2026-03-29 04:01:05 [auto1.it] INFO: Found listing with ID: NT95206
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NT95206%27 HTTP/1.1" 200 None
2026-03-29 04:01:05 [auto1.it] INFO: Scrape type for NT95206: 2
2026-03-29 04:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf with identifier: NT95206
2026-03-29 04:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf with scrape type 2
2026-03-29 04:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf with scrape type 2
2026-03-29 04:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf, identifier: NT95206
2026-03-29 04:01:05 [scrapy.extensions.logstats] INFO: Crawled 13 pages (at 13 pages/min), scraped 49 items (at 49 items/min)
2026-03-29 04:01:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 157MiB
2026-03-29 04:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf with identifier: NT95206
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=hybrid HTTP/1.1" 200 None
2026-03-29 04:01:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf with identifier: NT95206
2026-03-29 04:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf with identifier: NT95206 to the API
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 230,
'expiration_date': '2026-03-30T15:03:34Z',
'fuel_type': 'hybrid',
'id': '1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NT95206',
'listing': 'auction',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 50473,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-21',
'seller_name': None,
'title': 'Hyundai Tucson 1.6 T-GDI Hybrid N Line 2WD',
'transmission': 'automatic',
'trim': 'N Line 2WD',
'year': 2024}
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NT95206%27 HTTP/1.1" 200 None
2026-03-29 04:01:06 [auto1.it] INFO: Saving data for NT95206: {'auction_closing_time': 1774883014.0, 'created_time': 1774645277.984254, 'last_price_update_time': 1774756866.108165}
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NT95206') HTTP/1.1" 204 0
2026-03-29 04:01:06 [auto1.it] INFO: Found listing with ID: LK41226
2026-03-29 04:01:06 [auto1.it] INFO: Found listing with ID: UC24034
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UC24034%27 HTTP/1.1" 200 None
2026-03-29 04:01:06 [auto1.it] INFO: Scrape type for UC24034: 2
2026-03-29 04:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7 with identifier: UC24034
2026-03-29 04:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7 with scrape type 2
2026-03-29 04:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7 with scrape type 2
2026-03-29 04:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7, identifier: UC24034
2026-03-29 04:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7 with identifier: UC24034
2026-03-29 04:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7 with identifier: UC24034
2026-03-29 04:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7 with identifier: UC24034 to the API
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 170,
'expiration_date': '2026-03-30T15:03:00Z',
'fuel_type': 'diesel',
'id': '1a571147-c8a7-5dfc-bc14-7af7fba9d7a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UC24034',
'listing': 'auction',
'make': 'Audi',
'model': 'A4',
'odometer': 367313,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-10-20',
'seller_name': None,
'title': 'Audi A4 2.0 TDI Ambiente',
'transmission': 'manual',
'trim': 'Ambiente',
'year': 2008}
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UC24034%27 HTTP/1.1" 200 None
2026-03-29 04:01:06 [auto1.it] INFO: Saving data for UC24034: {'auction_closing_time': 1774882980.0, 'created_time': 1773304741.481908, 'last_price_update_time': 1774756866.577531}
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UC24034') HTTP/1.1" 204 0
2026-03-29 04:01:06 [auto1.it] INFO: Found listing with ID: ZW62743
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZW62743%27 HTTP/1.1" 200 None
2026-03-29 04:01:06 [auto1.it] INFO: Scrape type for ZW62743: 0
2026-03-29 04:01:06 [auto1.it] INFO: Found listing with ID: SK49323
2026-03-29 04:01:06 [auto1.it] INFO: Found listing with ID: YG84271
2026-03-29 04:01:06 [auto1.it] INFO: Found listing with ID: MZ19905
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MZ19905%27 HTTP/1.1" 200 None
2026-03-29 04:01:06 [auto1.it] INFO: Scrape type for MZ19905: 0
2026-03-29 04:01:06 [auto1.it] INFO: Found listing with ID: SF43415
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SF43415%27 HTTP/1.1" 200 None
2026-03-29 04:01:06 [auto1.it] INFO: Scrape type for SF43415: 0
2026-03-29 04:01:06 [auto1.it] INFO: Found listing with ID: DW53696
2026-03-29 04:01:06 [auto1.it] INFO: Found listing with ID: SV52525
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SV52525%27 HTTP/1.1" 200 None
2026-03-29 04:01:06 [auto1.it] INFO: Scrape type for SV52525: 0
2026-03-29 04:01:06 [auto1.it] INFO: Found listing with ID: HG71843
2026-03-29 04:01:06 [auto1.it] INFO: Found listing with ID: VX04337
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VX04337%27 HTTP/1.1" 200 None
2026-03-29 04:01:06 [auto1.it] INFO: Scrape type for VX04337: 2
2026-03-29 04:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d6219fa-ffc7-5a28-807a-1dcc879fa270 with identifier: VX04337
2026-03-29 04:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d6219fa-ffc7-5a28-807a-1dcc879fa270 with scrape type 2
2026-03-29 04:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d6219fa-ffc7-5a28-807a-1dcc879fa270 with scrape type 2
2026-03-29 04:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9d6219fa-ffc7-5a28-807a-1dcc879fa270, identifier: VX04337
2026-03-29 04:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9d6219fa-ffc7-5a28-807a-1dcc879fa270 with identifier: VX04337
2026-03-29 04:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9d6219fa-ffc7-5a28-807a-1dcc879fa270 with identifier: VX04337
2026-03-29 04:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9d6219fa-ffc7-5a28-807a-1dcc879fa270 with identifier: VX04337 to the API
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:30:54Z',
'fuel_type': 'gas',
'id': '9d6219fa-ffc7-5a28-807a-1dcc879fa270',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VX04337',
'listing': 'auction',
'make': 'Fiat',
'model': '500X',
'odometer': 175299,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-23',
'seller_name': None,
'title': 'Fiat 500X 1.4 T-Jet Easypower S-Design Cross',
'transmission': 'manual',
'trim': 'S-Design Cross',
'year': 2018}
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VX04337%27 HTTP/1.1" 200 None
2026-03-29 04:01:07 [auto1.it] INFO: Saving data for VX04337: {'auction_closing_time': 1774884654.0, 'created_time': 1774645617.242787, 'last_price_update_time': 1774756867.103813}
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VX04337') HTTP/1.1" 204 0
2026-03-29 04:01:07 [auto1.it] INFO: Found listing with ID: DD82932
2026-03-29 04:01:07 [auto1.it] INFO: Found listing with ID: NF97325
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NF97325%27 HTTP/1.1" 200 None
2026-03-29 04:01:07 [auto1.it] INFO: Scrape type for NF97325: 0
2026-03-29 04:01:07 [auto1.it] INFO: Found listing with ID: FK85417
2026-03-29 04:01:07 [auto1.it] INFO: Found listing with ID: SY54017
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SY54017%27 HTTP/1.1" 200 None
2026-03-29 04:01:07 [auto1.it] INFO: Scrape type for SY54017: 0
2026-03-29 04:01:07 [auto1.it] INFO: Found listing with ID: RN99841
2026-03-29 04:01:07 [auto1.it] INFO: Found listing with ID: CP55584
2026-03-29 04:01:07 [auto1.it] INFO: Found listing with ID: GK72900
2026-03-29 04:01:07 [auto1.it] INFO: Found listing with ID: JR96571
2026-03-29 04:01:07 [auto1.it] INFO: Found listing with ID: YZ66981
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YZ66981%27 HTTP/1.1" 200 None
2026-03-29 04:01:07 [auto1.it] INFO: Scrape type for YZ66981: 2
2026-03-29 04:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 623216c4-f33b-5c87-9b5a-8bed221caefc with identifier: YZ66981
2026-03-29 04:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 623216c4-f33b-5c87-9b5a-8bed221caefc with scrape type 2
2026-03-29 04:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 623216c4-f33b-5c87-9b5a-8bed221caefc with scrape type 2
2026-03-29 04:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 623216c4-f33b-5c87-9b5a-8bed221caefc, identifier: YZ66981
2026-03-29 04:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 623216c4-f33b-5c87-9b5a-8bed221caefc with identifier: YZ66981
2026-03-29 04:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 623216c4-f33b-5c87-9b5a-8bed221caefc with identifier: YZ66981
2026-03-29 04:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 623216c4-f33b-5c87-9b5a-8bed221caefc with identifier: YZ66981 to the API
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 197,
'expiration_date': '2026-03-30T15:21:07Z',
'fuel_type': 'diesel',
'id': '623216c4-f33b-5c87-9b5a-8bed221caefc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YZ66981',
'listing': 'auction',
'make': 'Volvo',
'model': 'V60 Cross Country',
'odometer': 175052,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-15',
'seller_name': None,
'title': 'Volvo V60 Cross Country 2.0 B4 Mild-Hybrid Business Pro AWD',
'transmission': 'automatic',
'trim': 'Business Pro AWD',
'year': 2021}
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YZ66981%27 HTTP/1.1" 200 None
2026-03-29 04:01:07 [auto1.it] INFO: Saving data for YZ66981: {'auction_closing_time': 1774884067.0, 'created_time': 1773835328.562755, 'last_price_update_time': 1774756867.76656}
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YZ66981') HTTP/1.1" 204 0
2026-03-29 04:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:07 [auto1.it] INFO: Channel: 24h | Page: 10 | totalHits: 2226 | hits on page: 40
2026-03-29 04:01:07 [auto1.it] INFO: Found listing with ID: HE91199
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HE91199%27 HTTP/1.1" 200 None
2026-03-29 04:01:07 [auto1.it] INFO: Scrape type for HE91199: 2
2026-03-29 04:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c96b9d8f-7f3b-51a6-b9b9-a98207c0722e with identifier: HE91199
2026-03-29 04:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c96b9d8f-7f3b-51a6-b9b9-a98207c0722e with scrape type 2
2026-03-29 04:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c96b9d8f-7f3b-51a6-b9b9-a98207c0722e with scrape type 2
2026-03-29 04:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c96b9d8f-7f3b-51a6-b9b9-a98207c0722e, identifier: HE91199
2026-03-29 04:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c96b9d8f-7f3b-51a6-b9b9-a98207c0722e with identifier: HE91199
2026-03-29 04:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c96b9d8f-7f3b-51a6-b9b9-a98207c0722e with identifier: HE91199
2026-03-29 04:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c96b9d8f-7f3b-51a6-b9b9-a98207c0722e with identifier: HE91199 to the API
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'green',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:47:15Z',
'fuel_type': 'diesel',
'id': 'c96b9d8f-7f3b-51a6-b9b9-a98207c0722e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/HE91199',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 232699,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-05-15',
'seller_name': None,
'title': 'Volkswagen Tiguan 2.0 TDI Track & Style 4Motion',
'transmission': 'automatic',
'trim': 'Track & Style 4Motion',
'year': 2012}
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HE91199%27 HTTP/1.1" 200 None
2026-03-29 04:01:08 [auto1.it] INFO: Saving data for HE91199: {'auction_closing_time': 1774885635.0, 'created_time': 1772785193.162901, 'last_price_update_time': 1774756868.421854}
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HE91199') HTTP/1.1" 204 0
2026-03-29 04:01:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:01:08 [auto1.it] INFO: Found listing with ID: FR96632
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FR96632%27 HTTP/1.1" 200 None
2026-03-29 04:01:08 [auto1.it] INFO: Scrape type for FR96632: 0
2026-03-29 04:01:08 [auto1.it] INFO: Found listing with ID: TU01190
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TU01190%27 HTTP/1.1" 200 None
2026-03-29 04:01:08 [auto1.it] INFO: Scrape type for TU01190: 2
2026-03-29 04:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3d9d27f-e9da-56cf-9b83-6d7fb73b1498 with identifier: TU01190
2026-03-29 04:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3d9d27f-e9da-56cf-9b83-6d7fb73b1498 with scrape type 2
2026-03-29 04:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3d9d27f-e9da-56cf-9b83-6d7fb73b1498 with scrape type 2
2026-03-29 04:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f3d9d27f-e9da-56cf-9b83-6d7fb73b1498, identifier: TU01190
2026-03-29 04:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f3d9d27f-e9da-56cf-9b83-6d7fb73b1498 with identifier: TU01190
2026-03-29 04:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f3d9d27f-e9da-56cf-9b83-6d7fb73b1498 with identifier: TU01190
2026-03-29 04:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f3d9d27f-e9da-56cf-9b83-6d7fb73b1498 with identifier: TU01190 to the API
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:33:02Z',
'fuel_type': 'diesel',
'id': 'f3d9d27f-e9da-56cf-9b83-6d7fb73b1498',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TU01190',
'listing': 'auction',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 198608,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-24',
'seller_name': None,
'title': 'Hyundai Tucson 1.7 CRDi Comfort ISG 2WD',
'transmission': 'manual',
'trim': 'Comfort ISG 2WD',
'year': 2016}
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TU01190%27 HTTP/1.1" 200 None
2026-03-29 04:01:08 [auto1.it] INFO: Saving data for TU01190: {'auction_closing_time': 1774884782.0, 'created_time': 1774558862.993148, 'last_price_update_time': 1774756868.923076}
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TU01190') HTTP/1.1" 204 0
2026-03-29 04:01:09 [auto1.it] INFO: Found listing with ID: XN45534
2026-03-29 04:01:09 [auto1.it] INFO: Found listing with ID: CK25903
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CK25903%27 HTTP/1.1" 200 None
2026-03-29 04:01:09 [auto1.it] INFO: Scrape type for CK25903: 0
2026-03-29 04:01:09 [auto1.it] INFO: Found listing with ID: YG22381
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YG22381%27 HTTP/1.1" 200 None
2026-03-29 04:01:09 [auto1.it] INFO: Scrape type for YG22381: 2
2026-03-29 04:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5645afe5-b0d3-5e43-9f2a-76905cf9445a with identifier: YG22381
2026-03-29 04:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5645afe5-b0d3-5e43-9f2a-76905cf9445a with scrape type 2
2026-03-29 04:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5645afe5-b0d3-5e43-9f2a-76905cf9445a with scrape type 2
2026-03-29 04:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5645afe5-b0d3-5e43-9f2a-76905cf9445a, identifier: YG22381
2026-03-29 04:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5645afe5-b0d3-5e43-9f2a-76905cf9445a with identifier: YG22381
2026-03-29 04:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5645afe5-b0d3-5e43-9f2a-76905cf9445a with identifier: YG22381
2026-03-29 04:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5645afe5-b0d3-5e43-9f2a-76905cf9445a with identifier: YG22381 to the API
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:16:22Z',
'fuel_type': 'diesel',
'id': '5645afe5-b0d3-5e43-9f2a-76905cf9445a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YG22381',
'listing': 'auction',
'make': 'Audi',
'model': 'A1',
'odometer': 103486,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-25',
'seller_name': None,
'title': 'Audi A1 1.6 TDI Ambition',
'transmission': 'automatic',
'trim': 'Ambition',
'year': 2013}
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YG22381%27 HTTP/1.1" 200 None
2026-03-29 04:01:09 [auto1.it] INFO: Saving data for YG22381: {'auction_closing_time': 1774883782.0, 'created_time': 1774342885.468074, 'last_price_update_time': 1774756869.566666}
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YG22381') HTTP/1.1" 204 0
2026-03-29 04:01:09 [auto1.it] INFO: Found listing with ID: EC13131
2026-03-29 04:01:09 [auto1.it] INFO: Found listing with ID: CS14469
2026-03-29 04:01:09 [auto1.it] INFO: Found listing with ID: VR70375
2026-03-29 04:01:09 [auto1.it] INFO: Found listing with ID: WS86957
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WS86957%27 HTTP/1.1" 200 None
2026-03-29 04:01:09 [auto1.it] INFO: Scrape type for WS86957: 0
2026-03-29 04:01:09 [auto1.it] INFO: Found listing with ID: BE49358
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BE49358%27 HTTP/1.1" 200 None
2026-03-29 04:01:09 [auto1.it] INFO: Scrape type for BE49358: 0
2026-03-29 04:01:09 [auto1.it] INFO: Found listing with ID: NC51724
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC51724%27 HTTP/1.1" 200 None
2026-03-29 04:01:09 [auto1.it] INFO: Scrape type for NC51724: 2
2026-03-29 04:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64299a3a-b413-57ae-bbd6-d353e874eea1 with identifier: NC51724
2026-03-29 04:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64299a3a-b413-57ae-bbd6-d353e874eea1 with scrape type 2
2026-03-29 04:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64299a3a-b413-57ae-bbd6-d353e874eea1 with scrape type 2
2026-03-29 04:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 64299a3a-b413-57ae-bbd6-d353e874eea1, identifier: NC51724
2026-03-29 04:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 64299a3a-b413-57ae-bbd6-d353e874eea1 with identifier: NC51724
2026-03-29 04:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 64299a3a-b413-57ae-bbd6-d353e874eea1 with identifier: NC51724
2026-03-29 04:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 64299a3a-b413-57ae-bbd6-d353e874eea1 with identifier: NC51724 to the API
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 165,
'expiration_date': '2026-03-30T15:49:25Z',
'fuel_type': 'petrol',
'id': '64299a3a-b413-57ae-bbd6-d353e874eea1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NC51724',
'listing': 'auction',
'make': 'Peugeot',
'model': '3008',
'odometer': 175802,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-25',
'seller_name': None,
'title': 'Peugeot 3008 1.6 THP GT Line',
'transmission': 'automatic',
'trim': 'GT Line',
'year': 2018}
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC51724%27 HTTP/1.1" 200 None
2026-03-29 04:01:10 [auto1.it] INFO: Saving data for NC51724: {'auction_closing_time': 1774885765.0, 'created_time': 1774645590.873494, 'last_price_update_time': 1774756870.084377}
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NC51724') HTTP/1.1" 204 0
2026-03-29 04:01:10 [auto1.it] INFO: Found listing with ID: BD99197
2026-03-29 04:01:10 [auto1.it] INFO: Found listing with ID: EN53386
2026-03-29 04:01:10 [auto1.it] INFO: Found listing with ID: TJ19111
2026-03-29 04:01:10 [auto1.it] INFO: Found listing with ID: LX30829
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LX30829%27 HTTP/1.1" 200 None
2026-03-29 04:01:10 [auto1.it] INFO: Scrape type for LX30829: 0
2026-03-29 04:01:10 [auto1.it] INFO: Found listing with ID: EW42527
2026-03-29 04:01:10 [auto1.it] INFO: Found listing with ID: KX10481
2026-03-29 04:01:10 [auto1.it] INFO: Found listing with ID: SK41395
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SK41395%27 HTTP/1.1" 200 None
2026-03-29 04:01:10 [auto1.it] INFO: Scrape type for SK41395: 2
2026-03-29 04:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7f90b85-59d2-542d-ab57-68192c6fe0ec with identifier: SK41395
2026-03-29 04:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7f90b85-59d2-542d-ab57-68192c6fe0ec with scrape type 2
2026-03-29 04:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7f90b85-59d2-542d-ab57-68192c6fe0ec with scrape type 2
2026-03-29 04:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f7f90b85-59d2-542d-ab57-68192c6fe0ec, identifier: SK41395
2026-03-29 04:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f7f90b85-59d2-542d-ab57-68192c6fe0ec with identifier: SK41395
2026-03-29 04:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f7f90b85-59d2-542d-ab57-68192c6fe0ec with identifier: SK41395
2026-03-29 04:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f7f90b85-59d2-542d-ab57-68192c6fe0ec with identifier: SK41395 to the API
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:17:08Z',
'fuel_type': 'diesel',
'id': 'f7f90b85-59d2-542d-ab57-68192c6fe0ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SK41395',
'listing': 'auction',
'make': 'Peugeot',
'model': '3008',
'odometer': 183568,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-07-18',
'seller_name': None,
'title': 'Peugeot 3008 2.0 HDi Platinum',
'transmission': 'manual',
'trim': 'Platinum',
'year': 2011}
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SK41395%27 HTTP/1.1" 200 None
2026-03-29 04:01:10 [auto1.it] INFO: Saving data for SK41395: {'auction_closing_time': 1774883828.0, 'created_time': 1774645689.265285, 'last_price_update_time': 1774756870.552694}
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SK41395') HTTP/1.1" 204 0
2026-03-29 04:01:10 [auto1.it] INFO: Found listing with ID: AC58297
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AC58297%27 HTTP/1.1" 200 None
2026-03-29 04:01:10 [auto1.it] INFO: Scrape type for AC58297: 0
2026-03-29 04:01:10 [auto1.it] INFO: Found listing with ID: YD65292
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YD65292%27 HTTP/1.1" 200 None
2026-03-29 04:01:10 [auto1.it] INFO: Scrape type for YD65292: 2
2026-03-29 04:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08a8f50a-307b-51a4-836f-de7ab03b2b07 with identifier: YD65292
2026-03-29 04:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08a8f50a-307b-51a4-836f-de7ab03b2b07 with scrape type 2
2026-03-29 04:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08a8f50a-307b-51a4-836f-de7ab03b2b07 with scrape type 2
2026-03-29 04:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 08a8f50a-307b-51a4-836f-de7ab03b2b07, identifier: YD65292
2026-03-29 04:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 08a8f50a-307b-51a4-836f-de7ab03b2b07 with identifier: YD65292
2026-03-29 04:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 08a8f50a-307b-51a4-836f-de7ab03b2b07 with identifier: YD65292
2026-03-29 04:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 08a8f50a-307b-51a4-836f-de7ab03b2b07 with identifier: YD65292 to the API
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 72,
'expiration_date': '2026-03-30T15:13:23Z',
'fuel_type': 'petrol',
'id': '08a8f50a-307b-51a4-836f-de7ab03b2b07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YD65292',
'listing': 'auction',
'make': 'Toyota',
'model': 'Aygo X',
'odometer': 6135,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-30',
'seller_name': None,
'title': 'Toyota Aygo X 1.0 Lounge',
'transmission': 'manual',
'trim': 'Lounge',
'year': 2022}
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YD65292%27 HTTP/1.1" 200 None
2026-03-29 04:01:11 [auto1.it] INFO: Saving data for YD65292: {'auction_closing_time': 1774883603.0, 'created_time': 1774645290.437076, 'last_price_update_time': 1774756871.095217}
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YD65292') HTTP/1.1" 204 0
2026-03-29 04:01:11 [auto1.it] INFO: Found listing with ID: GB22303
2026-03-29 04:01:11 [auto1.it] INFO: Found listing with ID: VU11306
2026-03-29 04:01:11 [auto1.it] INFO: Found listing with ID: RG08819
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RG08819%27 HTTP/1.1" 200 None
2026-03-29 04:01:11 [auto1.it] INFO: Scrape type for RG08819: 0
2026-03-29 04:01:11 [auto1.it] INFO: Found listing with ID: JD40027
2026-03-29 04:01:11 [auto1.it] INFO: Found listing with ID: TY97368
2026-03-29 04:01:11 [auto1.it] INFO: Found listing with ID: BH88586
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BH88586%27 HTTP/1.1" 200 None
2026-03-29 04:01:11 [auto1.it] INFO: Scrape type for BH88586: 0
2026-03-29 04:01:11 [auto1.it] INFO: Found listing with ID: KF78303
2026-03-29 04:01:11 [auto1.it] INFO: Found listing with ID: RL62360
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RL62360%27 HTTP/1.1" 200 None
2026-03-29 04:01:11 [auto1.it] INFO: Scrape type for RL62360: 0
2026-03-29 04:01:11 [auto1.it] INFO: Found listing with ID: LG34418
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LG34418%27 HTTP/1.1" 200 None
2026-03-29 04:01:11 [auto1.it] INFO: Scrape type for LG34418: 2
2026-03-29 04:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c with identifier: LG34418
2026-03-29 04:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c with scrape type 2
2026-03-29 04:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c with scrape type 2
2026-03-29 04:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c, identifier: LG34418
2026-03-29 04:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c with identifier: LG34418
2026-03-29 04:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c with identifier: LG34418
2026-03-29 04:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c with identifier: LG34418 to the API
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:53:41Z',
'fuel_type': 'petrol',
'id': '7a6c1202-8348-5b1b-bafe-6dc1710c4e6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LG34418',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 145900,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-04-29',
'seller_name': None,
'title': 'Fiat 500 1.2 Lounge',
'transmission': 'manual',
'trim': 'Lounge',
'year': 2014}
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LG34418%27 HTTP/1.1" 200 None
2026-03-29 04:01:11 [auto1.it] INFO: Saving data for LG34418: {'auction_closing_time': 1774886021.0, 'created_time': 1774645678.548345, 'last_price_update_time': 1774756871.698809}
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LG34418') HTTP/1.1" 204 0
2026-03-29 04:01:11 [auto1.it] INFO: Found listing with ID: SK90576
2026-03-29 04:01:11 [auto1.it] INFO: Found listing with ID: MT68027
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MT68027%27 HTTP/1.1" 200 None
2026-03-29 04:01:11 [auto1.it] INFO: Scrape type for MT68027: 0
2026-03-29 04:01:11 [auto1.it] INFO: Found listing with ID: GU05332
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GU05332%27 HTTP/1.1" 200 None
2026-03-29 04:01:11 [auto1.it] INFO: Scrape type for GU05332: 0
2026-03-29 04:01:11 [auto1.it] INFO: Found listing with ID: AN40699
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AN40699%27 HTTP/1.1" 200 None
2026-03-29 04:01:11 [auto1.it] INFO: Scrape type for AN40699: 2
2026-03-29 04:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6d323c6-a4f4-59bb-adea-a1444fdf2ccd with identifier: AN40699
2026-03-29 04:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6d323c6-a4f4-59bb-adea-a1444fdf2ccd with scrape type 2
2026-03-29 04:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6d323c6-a4f4-59bb-adea-a1444fdf2ccd with scrape type 2
2026-03-29 04:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f6d323c6-a4f4-59bb-adea-a1444fdf2ccd, identifier: AN40699
2026-03-29 04:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f6d323c6-a4f4-59bb-adea-a1444fdf2ccd with identifier: AN40699
2026-03-29 04:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f6d323c6-a4f4-59bb-adea-a1444fdf2ccd with identifier: AN40699
2026-03-29 04:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f6d323c6-a4f4-59bb-adea-a1444fdf2ccd with identifier: AN40699 to the API
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 205,
'expiration_date': '2026-03-30T15:32:36Z',
'fuel_type': 'diesel',
'id': 'f6d323c6-a4f4-59bb-adea-a1444fdf2ccd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AN40699',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'C-Klasse',
'odometer': 125870,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-27',
'seller_name': None,
'title': 'Mercedes-Benz C-Klasse C 250 CDI BlueEfficiency Avantgarde',
'transmission': 'automatic',
'trim': 'BlueEfficiency Avantgarde',
'year': 2011}
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AN40699%27 HTTP/1.1" 200 None
2026-03-29 04:01:12 [auto1.it] INFO: Saving data for AN40699: {'auction_closing_time': 1774884756.0, 'created_time': 1774558943.849301, 'last_price_update_time': 1774756872.295814}
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AN40699') HTTP/1.1" 204 0
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: WW70884
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: CK01527
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CK01527%27 HTTP/1.1" 200 None
2026-03-29 04:01:12 [auto1.it] INFO: Scrape type for CK01527: 0
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: AT74871
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: BJ21664
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BJ21664%27 HTTP/1.1" 200 None
2026-03-29 04:01:12 [auto1.it] INFO: Scrape type for BJ21664: 2
2026-03-29 04:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1eeae497-0203-55ad-a237-b239c34a8c96 with identifier: BJ21664
2026-03-29 04:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eeae497-0203-55ad-a237-b239c34a8c96 with scrape type 2
2026-03-29 04:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1eeae497-0203-55ad-a237-b239c34a8c96 with scrape type 2
2026-03-29 04:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1eeae497-0203-55ad-a237-b239c34a8c96, identifier: BJ21664
2026-03-29 04:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1eeae497-0203-55ad-a237-b239c34a8c96 with identifier: BJ21664
2026-03-29 04:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1eeae497-0203-55ad-a237-b239c34a8c96 with identifier: BJ21664
2026-03-29 04:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1eeae497-0203-55ad-a237-b239c34a8c96 with identifier: BJ21664 to the API
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:35:43Z',
'fuel_type': 'petrol',
'id': '1eeae497-0203-55ad-a237-b239c34a8c96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BJ21664',
'listing': 'auction',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 219005,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-03-12',
'seller_name': None,
'title': 'Seat Ibiza 1.4 Special Edition',
'transmission': 'manual',
'trim': 'Special Edition',
'year': 2008}
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BJ21664%27 HTTP/1.1" 200 None
2026-03-29 04:01:12 [auto1.it] INFO: Saving data for BJ21664: {'auction_closing_time': 1774884943.0, 'created_time': 1774558860.968159, 'last_price_update_time': 1774756872.772108}
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BJ21664') HTTP/1.1" 204 0
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: FP22884
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: SN99997
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SN99997%27 HTTP/1.1" 200 None
2026-03-29 04:01:12 [auto1.it] INFO: Scrape type for SN99997: 0
2026-03-29 04:01:12 [auto1.it] INFO: Channel: 24h | Page: 11 | totalHits: 2226 | hits on page: 40
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: YL87875
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YL87875%27 HTTP/1.1" 200 None
2026-03-29 04:01:12 [auto1.it] INFO: Scrape type for YL87875: 0
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: SP92634
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SP92634%27 HTTP/1.1" 200 None
2026-03-29 04:01:12 [auto1.it] INFO: Scrape type for SP92634: 0
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: AH31892
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AH31892%27 HTTP/1.1" 200 None
2026-03-29 04:01:12 [auto1.it] INFO: Scrape type for AH31892: 0
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: RE87143
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RE87143%27 HTTP/1.1" 200 None
2026-03-29 04:01:12 [auto1.it] INFO: Scrape type for RE87143: 0
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: ZE89719
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZE89719%27 HTTP/1.1" 200 None
2026-03-29 04:01:12 [auto1.it] INFO: Scrape type for ZE89719: 0
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: FH04610
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: PU90509
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PU90509%27 HTTP/1.1" 200 None
2026-03-29 04:01:12 [auto1.it] INFO: Scrape type for PU90509: 0
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: TG60202
2026-03-29 04:01:12 [auto1.it] INFO: Found listing with ID: BJ73113
2026-03-29 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BJ73113%27 HTTP/1.1" 200 None
2026-03-29 04:01:13 [auto1.it] INFO: Scrape type for BJ73113: 0
2026-03-29 04:01:13 [auto1.it] INFO: Found listing with ID: TX50484
2026-03-29 04:01:13 [auto1.it] INFO: Found listing with ID: XF07692
2026-03-29 04:01:13 [auto1.it] INFO: Found listing with ID: DE48831
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DE48831%27 HTTP/1.1" 200 None
2026-03-29 04:01:13 [auto1.it] INFO: Scrape type for DE48831: 2
2026-03-29 04:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5075000d-5be2-5835-a394-4f2715e493ae with identifier: DE48831
2026-03-29 04:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5075000d-5be2-5835-a394-4f2715e493ae with scrape type 2
2026-03-29 04:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5075000d-5be2-5835-a394-4f2715e493ae with scrape type 2
2026-03-29 04:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5075000d-5be2-5835-a394-4f2715e493ae, identifier: DE48831
2026-03-29 04:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5075000d-5be2-5835-a394-4f2715e493ae with identifier: DE48831
2026-03-29 04:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5075000d-5be2-5835-a394-4f2715e493ae with identifier: DE48831
2026-03-29 04:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5075000d-5be2-5835-a394-4f2715e493ae with identifier: DE48831 to the API
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:14:11Z',
'fuel_type': 'diesel',
'id': '5075000d-5be2-5835-a394-4f2715e493ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DE48831',
'listing': 'auction',
'make': 'Audi',
'model': 'Q5',
'odometer': 212163,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-22',
'seller_name': None,
'title': 'Audi Q5 40 TDI quattro S Line',
'transmission': 'automatic',
'trim': 'quattro S Line',
'year': 2019}
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DE48831%27 HTTP/1.1" 200 None
2026-03-29 04:01:13 [auto1.it] INFO: Saving data for DE48831: {'auction_closing_time': 1774883651.0, 'created_time': 1773749121.382893, 'last_price_update_time': 1774756873.468556}
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DE48831') HTTP/1.1" 204 0
2026-03-29 04:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:01:13 [auto1.it] INFO: Found listing with ID: PG69305
2026-03-29 04:01:13 [auto1.it] INFO: Found listing with ID: JU23021
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JU23021%27 HTTP/1.1" 200 None
2026-03-29 04:01:13 [auto1.it] INFO: Scrape type for JU23021: 0
2026-03-29 04:01:13 [auto1.it] INFO: Found listing with ID: JS62412
2026-03-29 04:01:13 [auto1.it] INFO: Found listing with ID: RW64625
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RW64625%27 HTTP/1.1" 200 None
2026-03-29 04:01:13 [auto1.it] INFO: Scrape type for RW64625: 0
2026-03-29 04:01:13 [auto1.it] INFO: Found listing with ID: WX67440
2026-03-29 04:01:13 [auto1.it] INFO: Found listing with ID: ZR26877
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZR26877%27 HTTP/1.1" 200 None
2026-03-29 04:01:13 [auto1.it] INFO: Scrape type for ZR26877: 0
2026-03-29 04:01:13 [auto1.it] INFO: Found listing with ID: SE55523
2026-03-29 04:01:13 [auto1.it] INFO: Found listing with ID: YF34065
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YF34065%27 HTTP/1.1" 200 None
2026-03-29 04:01:13 [auto1.it] INFO: Scrape type for YF34065: 0
2026-03-29 04:01:13 [auto1.it] INFO: Found listing with ID: CV31826
2026-03-29 04:01:13 [auto1.it] INFO: Found listing with ID: MN82158
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MN82158%27 HTTP/1.1" 200 None
2026-03-29 04:01:13 [auto1.it] INFO: Scrape type for MN82158: 2
2026-03-29 04:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21439079-21f2-524b-8b45-7d0e9e9e5781 with identifier: MN82158
2026-03-29 04:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21439079-21f2-524b-8b45-7d0e9e9e5781 with scrape type 2
2026-03-29 04:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21439079-21f2-524b-8b45-7d0e9e9e5781 with scrape type 2
2026-03-29 04:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 21439079-21f2-524b-8b45-7d0e9e9e5781, identifier: MN82158
2026-03-29 04:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 21439079-21f2-524b-8b45-7d0e9e9e5781 with identifier: MN82158
2026-03-29 04:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 21439079-21f2-524b-8b45-7d0e9e9e5781 with identifier: MN82158
2026-03-29 04:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 21439079-21f2-524b-8b45-7d0e9e9e5781 with identifier: MN82158 to the API
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:59:36Z',
'fuel_type': 'diesel',
'id': '21439079-21f2-524b-8b45-7d0e9e9e5781',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MN82158',
'listing': 'auction',
'make': 'Ford',
'model': 'Grand C-Max',
'odometer': 331088,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-07',
'seller_name': None,
'title': 'Ford Grand C-Max 1.6 TDCi Titanium',
'transmission': 'manual',
'trim': 'Titanium',
'year': 2013}
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MN82158%27 HTTP/1.1" 200 None
2026-03-29 04:01:14 [auto1.it] INFO: Saving data for MN82158: {'auction_closing_time': 1774886376.0, 'created_time': 1774645621.437627, 'last_price_update_time': 1774756874.093016}
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MN82158') HTTP/1.1" 204 0
2026-03-29 04:01:14 [auto1.it] INFO: Found listing with ID: TK22539
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TK22539%27 HTTP/1.1" 200 None
2026-03-29 04:01:14 [auto1.it] INFO: Scrape type for TK22539: 2
2026-03-29 04:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118 with identifier: TK22539
2026-03-29 04:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118 with scrape type 2
2026-03-29 04:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118 with scrape type 2
2026-03-29 04:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118, identifier: TK22539
2026-03-29 04:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118 with identifier: TK22539
2026-03-29 04:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118 with identifier: TK22539
2026-03-29 04:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118 with identifier: TK22539 to the API
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 275,
'expiration_date': '2026-03-30T15:04:07Z',
'fuel_type': 'diesel',
'id': '8f14ad8a-be86-5c52-9fe9-e5cfd8e85118',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TK22539',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Range Rover Velar',
'odometer': 149715,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-16',
'seller_name': None,
'title': 'Land Rover Range Rover Velar 3.0 SD V6 R-Dynamic SE',
'transmission': 'automatic',
'trim': 'R-Dynamic SE',
'year': 2020}
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TK22539%27 HTTP/1.1" 200 None
2026-03-29 04:01:14 [auto1.it] INFO: Saving data for TK22539: {'auction_closing_time': 1774883047.0, 'created_time': 1773824510.792399, 'last_price_update_time': 1774756874.559182}
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TK22539') HTTP/1.1" 204 0
2026-03-29 04:01:14 [auto1.it] INFO: Found listing with ID: NJ83998
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NJ83998%27 HTTP/1.1" 200 None
2026-03-29 04:01:14 [auto1.it] INFO: Scrape type for NJ83998: 0
2026-03-29 04:01:14 [auto1.it] INFO: Found listing with ID: NW47878
2026-03-29 04:01:14 [auto1.it] INFO: Found listing with ID: TZ83635
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ83635%27 HTTP/1.1" 200 None
2026-03-29 04:01:14 [auto1.it] INFO: Scrape type for TZ83635: 2
2026-03-29 04:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dd61324-c32c-547a-8769-571d683345a4 with identifier: TZ83635
2026-03-29 04:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dd61324-c32c-547a-8769-571d683345a4 with scrape type 2
2026-03-29 04:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dd61324-c32c-547a-8769-571d683345a4 with scrape type 2
2026-03-29 04:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9dd61324-c32c-547a-8769-571d683345a4, identifier: TZ83635
2026-03-29 04:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9dd61324-c32c-547a-8769-571d683345a4 with identifier: TZ83635
2026-03-29 04:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9dd61324-c32c-547a-8769-571d683345a4 with identifier: TZ83635
2026-03-29 04:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9dd61324-c32c-547a-8769-571d683345a4 with identifier: TZ83635 to the API
2026-03-29 04:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:19:31Z',
'fuel_type': 'diesel',
'id': '9dd61324-c32c-547a-8769-571d683345a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TZ83635',
'listing': 'auction',
'make': 'Audi',
'model': 'A1 Sportback',
'odometer': 121162,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-30',
'seller_name': None,
'title': 'Audi A1 Sportback 1.4 TDI',
'transmission': 'manual',
'trim': '',
'year': 2017}
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ83635%27 HTTP/1.1" 200 None
2026-03-29 04:01:15 [auto1.it] INFO: Saving data for TZ83635: {'auction_closing_time': 1774883971.0, 'created_time': 1774558858.114377, 'last_price_update_time': 1774756875.194635}
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TZ83635') HTTP/1.1" 204 0
2026-03-29 04:01:15 [auto1.it] INFO: Found listing with ID: XY34648
2026-03-29 04:01:15 [auto1.it] INFO: Found listing with ID: WH83035
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WH83035%27 HTTP/1.1" 200 None
2026-03-29 04:01:15 [auto1.it] INFO: Scrape type for WH83035: 2
2026-03-29 04:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c44d129f-65b4-551f-9d9f-f46d52ec0a37 with identifier: WH83035
2026-03-29 04:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c44d129f-65b4-551f-9d9f-f46d52ec0a37 with scrape type 2
2026-03-29 04:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c44d129f-65b4-551f-9d9f-f46d52ec0a37 with scrape type 2
2026-03-29 04:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c44d129f-65b4-551f-9d9f-f46d52ec0a37, identifier: WH83035
2026-03-29 04:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c44d129f-65b4-551f-9d9f-f46d52ec0a37 with identifier: WH83035
2026-03-29 04:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c44d129f-65b4-551f-9d9f-f46d52ec0a37 with identifier: WH83035
2026-03-29 04:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c44d129f-65b4-551f-9d9f-f46d52ec0a37 with identifier: WH83035 to the API
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 132,
'expiration_date': '2026-03-30T15:20:01Z',
'fuel_type': 'petrol',
'id': 'c44d129f-65b4-551f-9d9f-f46d52ec0a37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WH83035',
'listing': 'auction',
'make': 'Kia',
'model': 'Sportage',
'odometer': 59546,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-06',
'seller_name': None,
'title': 'Kia Sportage 1.6 GDI Business Class 2WD',
'transmission': 'manual',
'trim': 'Business Class 2WD',
'year': 2018}
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WH83035%27 HTTP/1.1" 200 None
2026-03-29 04:01:15 [auto1.it] INFO: Saving data for WH83035: {'auction_closing_time': 1774884001.0, 'created_time': 1773327689.756205, 'last_price_update_time': 1774756875.639428}
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WH83035') HTTP/1.1" 204 0
2026-03-29 04:01:15 [auto1.it] INFO: Found listing with ID: XJ39556
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XJ39556%27 HTTP/1.1" 200 None
2026-03-29 04:01:15 [auto1.it] INFO: Scrape type for XJ39556: 0
2026-03-29 04:01:15 [auto1.it] INFO: Found listing with ID: PG99334
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PG99334%27 HTTP/1.1" 200 None
2026-03-29 04:01:15 [auto1.it] INFO: Scrape type for PG99334: 0
2026-03-29 04:01:15 [auto1.it] INFO: Found listing with ID: BC39052
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BC39052%27 HTTP/1.1" 200 None
2026-03-29 04:01:15 [auto1.it] INFO: Scrape type for BC39052: 0
2026-03-29 04:01:15 [auto1.it] INFO: Found listing with ID: HS01763
2026-03-29 04:01:15 [auto1.it] INFO: Found listing with ID: HY24657
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HY24657%27 HTTP/1.1" 200 None
2026-03-29 04:01:15 [auto1.it] INFO: Scrape type for HY24657: 0
2026-03-29 04:01:15 [auto1.it] INFO: Found listing with ID: TL14575
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TL14575%27 HTTP/1.1" 200 None
2026-03-29 04:01:15 [auto1.it] INFO: Scrape type for TL14575: 0
2026-03-29 04:01:15 [auto1.it] INFO: Found listing with ID: KB32662
2026-03-29 04:01:15 [auto1.it] INFO: Found listing with ID: RC58822
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RC58822%27 HTTP/1.1" 200 None
2026-03-29 04:01:15 [auto1.it] INFO: Scrape type for RC58822: 2
2026-03-29 04:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd37c27b-f488-5237-ab84-76d84bd92b2c with identifier: RC58822
2026-03-29 04:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd37c27b-f488-5237-ab84-76d84bd92b2c with scrape type 2
2026-03-29 04:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd37c27b-f488-5237-ab84-76d84bd92b2c with scrape type 2
2026-03-29 04:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: fd37c27b-f488-5237-ab84-76d84bd92b2c, identifier: RC58822
2026-03-29 04:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: fd37c27b-f488-5237-ab84-76d84bd92b2c with identifier: RC58822
2026-03-29 04:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: fd37c27b-f488-5237-ab84-76d84bd92b2c with identifier: RC58822
2026-03-29 04:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: fd37c27b-f488-5237-ab84-76d84bd92b2c with identifier: RC58822 to the API
2026-03-29 04:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 180,
'expiration_date': '2026-03-30T15:18:50Z',
'fuel_type': 'petrol',
'id': 'fd37c27b-f488-5237-ab84-76d84bd92b2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RC58822',
'listing': 'auction',
'make': 'Audi',
'model': 'A3 Sportback',
'odometer': 170185,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-28',
'seller_name': None,
'title': 'Audi A3 Sportback 1.8 TFSI quattro S line Sportpaket',
'transmission': 'automatic',
'trim': 'quattro S line Sportpaket',
'year': 2016}
2026-03-29 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RC58822%27 HTTP/1.1" 200 None
2026-03-29 04:01:16 [auto1.it] INFO: Saving data for RC58822: {'auction_closing_time': 1774883930.0, 'created_time': 1774645268.066652, 'last_price_update_time': 1774756876.188967}
2026-03-29 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RC58822') HTTP/1.1" 204 0
2026-03-29 04:01:16 [auto1.it] INFO: Found listing with ID: GX95672
2026-03-29 04:01:16 [auto1.it] INFO: Found listing with ID: FT43083
2026-03-29 04:01:16 [auto1.it] INFO: Found listing with ID: KW54926
2026-03-29 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KW54926%27 HTTP/1.1" 200 None
2026-03-29 04:01:16 [auto1.it] INFO: Scrape type for KW54926: 2
2026-03-29 04:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae with identifier: KW54926
2026-03-29 04:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae with scrape type 2
2026-03-29 04:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae with scrape type 2
2026-03-29 04:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae, identifier: KW54926
2026-03-29 04:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae with identifier: KW54926
2026-03-29 04:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae with identifier: KW54926
2026-03-29 04:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae with identifier: KW54926 to the API
2026-03-29 04:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 135,
'expiration_date': '2026-03-30T15:49:33Z',
'fuel_type': 'diesel',
'id': '0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KW54926',
'listing': 'auction',
'make': 'Opel',
'model': 'Insignia Grand Sport',
'odometer': 87446,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-30',
'seller_name': None,
'title': 'Opel Insignia Grand Sport 1.6 CDTI DPF Innovation',
'transmission': 'automatic',
'trim': 'Innovation',
'year': 2019}
2026-03-29 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KW54926%27 HTTP/1.1" 200 None
2026-03-29 04:01:16 [auto1.it] INFO: Saving data for KW54926: {'auction_closing_time': 1774885773.0, 'created_time': 1773781563.505678, 'last_price_update_time': 1774756876.735052}
2026-03-29 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KW54926') HTTP/1.1" 204 0
2026-03-29 04:01:16 [auto1.it] INFO: Found listing with ID: GD67829
2026-03-29 04:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:17 [auto1.it] INFO: Channel: 24h | Page: 12 | totalHits: 2226 | hits on page: 40
2026-03-29 04:01:17 [auto1.it] INFO: Found listing with ID: CW25523
2026-03-29 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CW25523%27 HTTP/1.1" 200 None
2026-03-29 04:01:17 [auto1.it] INFO: Scrape type for CW25523: 0
2026-03-29 04:01:17 [auto1.it] INFO: Found listing with ID: NC97185
2026-03-29 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC97185%27 HTTP/1.1" 200 None
2026-03-29 04:01:17 [auto1.it] INFO: Scrape type for NC97185: 0
2026-03-29 04:01:17 [auto1.it] INFO: Found listing with ID: MH53431
2026-03-29 04:01:17 [auto1.it] INFO: Found listing with ID: XR70694
2026-03-29 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XR70694%27 HTTP/1.1" 200 None
2026-03-29 04:01:17 [auto1.it] INFO: Scrape type for XR70694: 2
2026-03-29 04:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaf9ee38-bb80-5c79-bb3f-4e7ff38b428b with identifier: XR70694
2026-03-29 04:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaf9ee38-bb80-5c79-bb3f-4e7ff38b428b with scrape type 2
2026-03-29 04:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaf9ee38-bb80-5c79-bb3f-4e7ff38b428b with scrape type 2
2026-03-29 04:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: aaf9ee38-bb80-5c79-bb3f-4e7ff38b428b, identifier: XR70694
2026-03-29 04:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: aaf9ee38-bb80-5c79-bb3f-4e7ff38b428b with identifier: XR70694
2026-03-29 04:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:01:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=orange HTTP/1.1" 200 None
2026-03-29 04:01:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: aaf9ee38-bb80-5c79-bb3f-4e7ff38b428b with identifier: XR70694
2026-03-29 04:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: aaf9ee38-bb80-5c79-bb3f-4e7ff38b428b with identifier: XR70694 to the API
2026-03-29 04:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'orange',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:06:05Z',
'fuel_type': 'diesel',
'id': 'aaf9ee38-bb80-5c79-bb3f-4e7ff38b428b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XR70694',
'listing': 'auction',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 145594,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-16',
'seller_name': None,
'title': 'Jeep Renegade 1.6 M-Jet Business FWD',
'transmission': 'automatic',
'trim': 'Business FWD',
'year': 2017}
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XR70694%27 HTTP/1.1" 200 None
2026-03-29 04:01:18 [auto1.it] INFO: Saving data for XR70694: {'auction_closing_time': 1774883165.0, 'created_time': 1773130286.190537, 'last_price_update_time': 1774756878.176427}
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XR70694') HTTP/1.1" 204 0
2026-03-29 04:01:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:01:18 [auto1.it] INFO: Found listing with ID: MS98879
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MS98879%27 HTTP/1.1" 200 None
2026-03-29 04:01:18 [auto1.it] INFO: Scrape type for MS98879: 0
2026-03-29 04:01:18 [auto1.it] INFO: Found listing with ID: GW90153
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GW90153%27 HTTP/1.1" 200 None
2026-03-29 04:01:18 [auto1.it] INFO: Scrape type for GW90153: 0
2026-03-29 04:01:18 [auto1.it] INFO: Found listing with ID: XM00417
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XM00417%27 HTTP/1.1" 200 None
2026-03-29 04:01:18 [auto1.it] INFO: Scrape type for XM00417: 2
2026-03-29 04:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f5baf21-3991-5da7-8088-75a34938c13e with identifier: XM00417
2026-03-29 04:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f5baf21-3991-5da7-8088-75a34938c13e with scrape type 2
2026-03-29 04:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f5baf21-3991-5da7-8088-75a34938c13e with scrape type 2
2026-03-29 04:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9f5baf21-3991-5da7-8088-75a34938c13e, identifier: XM00417
2026-03-29 04:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9f5baf21-3991-5da7-8088-75a34938c13e with identifier: XM00417
2026-03-29 04:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9f5baf21-3991-5da7-8088-75a34938c13e with identifier: XM00417
2026-03-29 04:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9f5baf21-3991-5da7-8088-75a34938c13e with identifier: XM00417 to the API
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:03:02Z',
'fuel_type': 'diesel',
'id': '9f5baf21-3991-5da7-8088-75a34938c13e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XM00417',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Freelander',
'odometer': 209740,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-15',
'seller_name': None,
'title': 'Land Rover Freelander 2.2 Td4 SD4 SE',
'transmission': 'automatic',
'trim': 'SD4 SE',
'year': 2013}
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XM00417%27 HTTP/1.1" 200 None
2026-03-29 04:01:18 [auto1.it] INFO: Saving data for XM00417: {'auction_closing_time': 1774882982.0, 'created_time': 1774645697.802212, 'last_price_update_time': 1774756878.638648}
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XM00417') HTTP/1.1" 204 0
2026-03-29 04:01:18 [auto1.it] INFO: Found listing with ID: HZ95408
2026-03-29 04:01:18 [auto1.it] INFO: Found listing with ID: EK65593
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EK65593%27 HTTP/1.1" 200 None
2026-03-29 04:01:18 [auto1.it] INFO: Scrape type for EK65593: 2
2026-03-29 04:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f0a25de-4c18-589f-9e9a-fe911b50dd0c with identifier: EK65593
2026-03-29 04:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f0a25de-4c18-589f-9e9a-fe911b50dd0c with scrape type 2
2026-03-29 04:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f0a25de-4c18-589f-9e9a-fe911b50dd0c with scrape type 2
2026-03-29 04:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0f0a25de-4c18-589f-9e9a-fe911b50dd0c, identifier: EK65593
2026-03-29 04:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0f0a25de-4c18-589f-9e9a-fe911b50dd0c with identifier: EK65593
2026-03-29 04:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0f0a25de-4c18-589f-9e9a-fe911b50dd0c with identifier: EK65593
2026-03-29 04:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0f0a25de-4c18-589f-9e9a-fe911b50dd0c with identifier: EK65593 to the API
2026-03-29 04:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 215,
'expiration_date': '2026-03-30T15:39:13Z',
'fuel_type': 'diesel',
'id': '0f0a25de-4c18-589f-9e9a-fe911b50dd0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EK65593',
'listing': 'auction',
'make': 'Volvo',
'model': 'XC70',
'odometer': 248146,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-18',
'seller_name': None,
'title': 'Volvo XC70 2.4 D5 Summum AWD',
'transmission': 'automatic',
'trim': 'Summum AWD',
'year': 2013}
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EK65593%27 HTTP/1.1" 200 None
2026-03-29 04:01:19 [auto1.it] INFO: Saving data for EK65593: {'auction_closing_time': 1774885153.0, 'created_time': 1774558875.133243, 'last_price_update_time': 1774756879.223435}
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EK65593') HTTP/1.1" 204 0
2026-03-29 04:01:19 [auto1.it] INFO: Found listing with ID: TT44801
2026-03-29 04:01:19 [auto1.it] INFO: Found listing with ID: ZV86353
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZV86353%27 HTTP/1.1" 200 None
2026-03-29 04:01:19 [auto1.it] INFO: Scrape type for ZV86353: 2
2026-03-29 04:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83d7b17b-bd9d-59d5-bfd6-8434e1e8e1b9 with identifier: ZV86353
2026-03-29 04:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83d7b17b-bd9d-59d5-bfd6-8434e1e8e1b9 with scrape type 2
2026-03-29 04:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83d7b17b-bd9d-59d5-bfd6-8434e1e8e1b9 with scrape type 2
2026-03-29 04:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 83d7b17b-bd9d-59d5-bfd6-8434e1e8e1b9, identifier: ZV86353
2026-03-29 04:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 83d7b17b-bd9d-59d5-bfd6-8434e1e8e1b9 with identifier: ZV86353
2026-03-29 04:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 83d7b17b-bd9d-59d5-bfd6-8434e1e8e1b9 with identifier: ZV86353
2026-03-29 04:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 83d7b17b-bd9d-59d5-bfd6-8434e1e8e1b9 with identifier: ZV86353 to the API
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 102,
'expiration_date': '2026-03-30T15:11:24Z',
'fuel_type': 'petrol',
'id': '83d7b17b-bd9d-59d5-bfd6-8434e1e8e1b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZV86353',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'A-Klasse',
'odometer': 148815,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2001-11-20',
'seller_name': None,
'title': 'Mercedes-Benz A-Klasse A 160 Elegance',
'transmission': 'manual',
'trim': 'Elegance',
'year': 2001}
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZV86353%27 HTTP/1.1" 200 None
2026-03-29 04:01:19 [auto1.it] INFO: Saving data for ZV86353: {'auction_closing_time': 1774883484.0, 'created_time': 1774558970.476431, 'last_price_update_time': 1774756879.656329}
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZV86353') HTTP/1.1" 204 0
2026-03-29 04:01:19 [auto1.it] INFO: Found listing with ID: CU49337
2026-03-29 04:01:19 [auto1.it] INFO: Found listing with ID: YX87347
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YX87347%27 HTTP/1.1" 200 None
2026-03-29 04:01:19 [auto1.it] INFO: Scrape type for YX87347: 0
2026-03-29 04:01:19 [auto1.it] INFO: Found listing with ID: AG84200
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AG84200%27 HTTP/1.1" 200 None
2026-03-29 04:01:19 [auto1.it] INFO: Scrape type for AG84200: 2
2026-03-29 04:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74b08cec-99b9-5f30-9756-901ddcf8315f with identifier: AG84200
2026-03-29 04:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74b08cec-99b9-5f30-9756-901ddcf8315f with scrape type 2
2026-03-29 04:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74b08cec-99b9-5f30-9756-901ddcf8315f with scrape type 2
2026-03-29 04:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 74b08cec-99b9-5f30-9756-901ddcf8315f, identifier: AG84200
2026-03-29 04:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 74b08cec-99b9-5f30-9756-901ddcf8315f with identifier: AG84200
2026-03-29 04:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 74b08cec-99b9-5f30-9756-901ddcf8315f with identifier: AG84200
2026-03-29 04:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 74b08cec-99b9-5f30-9756-901ddcf8315f with identifier: AG84200 to the API
2026-03-29 04:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 135,
'expiration_date': '2026-03-30T15:20:40Z',
'fuel_type': 'diesel',
'id': '74b08cec-99b9-5f30-9756-901ddcf8315f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AG84200',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'C-Klasse',
'odometer': 236291,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-16',
'seller_name': None,
'title': 'Mercedes-Benz C-Klasse C 200 d BlueTEC sport',
'transmission': 'automatic',
'trim': 'BlueTEC sport',
'year': 2015}
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AG84200%27 HTTP/1.1" 200 None
2026-03-29 04:01:20 [auto1.it] INFO: Saving data for AG84200: {'auction_closing_time': 1774884040.0, 'created_time': 1774645722.601625, 'last_price_update_time': 1774756880.113467}
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AG84200') HTTP/1.1" 204 0
2026-03-29 04:01:20 [auto1.it] INFO: Found listing with ID: UW94573
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UW94573%27 HTTP/1.1" 200 None
2026-03-29 04:01:20 [auto1.it] INFO: Scrape type for UW94573: 2
2026-03-29 04:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6cac266-381f-5051-b034-51b7b13fa125 with identifier: UW94573
2026-03-29 04:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6cac266-381f-5051-b034-51b7b13fa125 with scrape type 2
2026-03-29 04:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6cac266-381f-5051-b034-51b7b13fa125 with scrape type 2
2026-03-29 04:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a6cac266-381f-5051-b034-51b7b13fa125, identifier: UW94573
2026-03-29 04:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a6cac266-381f-5051-b034-51b7b13fa125 with identifier: UW94573
2026-03-29 04:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a6cac266-381f-5051-b034-51b7b13fa125 with identifier: UW94573
2026-03-29 04:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a6cac266-381f-5051-b034-51b7b13fa125 with identifier: UW94573 to the API
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:31:06Z',
'fuel_type': 'diesel',
'id': 'a6cac266-381f-5051-b034-51b7b13fa125',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UW94573',
'listing': 'auction',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 220893,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-05-31',
'seller_name': None,
'title': 'Toyota RAV 4 2.2 D-4D Crossover Luxury',
'transmission': 'automatic',
'trim': 'Crossover Luxury',
'year': 2009}
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UW94573%27 HTTP/1.1" 200 None
2026-03-29 04:01:20 [auto1.it] INFO: Saving data for UW94573: {'auction_closing_time': 1774884666.0, 'created_time': 1773403779.734526, 'last_price_update_time': 1774756880.590789}
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UW94573') HTTP/1.1" 204 0
2026-03-29 04:01:20 [auto1.it] INFO: Found listing with ID: WN29902
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WN29902%27 HTTP/1.1" 200 None
2026-03-29 04:01:20 [auto1.it] INFO: Scrape type for WN29902: 2
2026-03-29 04:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d71a7734-15f9-57bb-8674-67e54a6ec876 with identifier: WN29902
2026-03-29 04:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d71a7734-15f9-57bb-8674-67e54a6ec876 with scrape type 2
2026-03-29 04:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d71a7734-15f9-57bb-8674-67e54a6ec876 with scrape type 2
2026-03-29 04:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d71a7734-15f9-57bb-8674-67e54a6ec876, identifier: WN29902
2026-03-29 04:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d71a7734-15f9-57bb-8674-67e54a6ec876 with identifier: WN29902
2026-03-29 04:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d71a7734-15f9-57bb-8674-67e54a6ec876 with identifier: WN29902
2026-03-29 04:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d71a7734-15f9-57bb-8674-67e54a6ec876 with identifier: WN29902 to the API
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 101,
'expiration_date': '2026-03-30T15:48:32Z',
'fuel_type': 'petrol',
'id': 'd71a7734-15f9-57bb-8674-67e54a6ec876',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WN29902',
'listing': 'auction',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 33995,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-29',
'seller_name': None,
'title': 'Jeep Avenger 1.2 T-GDI Altitude',
'transmission': 'manual',
'trim': 'Altitude',
'year': 2025}
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WN29902%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Saving data for WN29902: {'auction_closing_time': 1774885712.0, 'created_time': 1773435678.159746, 'last_price_update_time': 1774756881.074147}
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WN29902') HTTP/1.1" 204 0
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: GA39078
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: HF24893
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: KZ16799
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: SR16589
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: YT67370
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YT67370%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Scrape type for YT67370: 0
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: FZ10631
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: NL55256
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: VN35608
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VN35608%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Scrape type for VN35608: 0
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: LC36038
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LC36038%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Scrape type for LC36038: 0
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: UF75242
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UF75242%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Scrape type for UF75242: 0
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: EC29909
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EC29909%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Scrape type for EC29909: 0
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: PE07911
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PE07911%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Scrape type for PE07911: 0
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: XD70855
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: JW87652
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: NC90447
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC90447%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Scrape type for NC90447: 0
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: RF52556
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF52556%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Scrape type for RF52556: 2
2026-03-29 04:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3255b7fb-898b-5a40-a1b9-63c214f3e427 with identifier: RF52556
2026-03-29 04:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3255b7fb-898b-5a40-a1b9-63c214f3e427 with scrape type 2
2026-03-29 04:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3255b7fb-898b-5a40-a1b9-63c214f3e427 with scrape type 2
2026-03-29 04:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3255b7fb-898b-5a40-a1b9-63c214f3e427, identifier: RF52556
2026-03-29 04:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3255b7fb-898b-5a40-a1b9-63c214f3e427 with identifier: RF52556
2026-03-29 04:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3255b7fb-898b-5a40-a1b9-63c214f3e427 with identifier: RF52556
2026-03-29 04:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3255b7fb-898b-5a40-a1b9-63c214f3e427 with identifier: RF52556 to the API
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 185,
'expiration_date': '2026-03-30T15:14:50Z',
'fuel_type': 'diesel',
'id': '3255b7fb-898b-5a40-a1b9-63c214f3e427',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RF52556',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 282155,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-11-20',
'seller_name': None,
'title': 'BMW X3 xDrive 20d',
'transmission': 'automatic',
'trim': '',
'year': 2011}
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF52556%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Saving data for RF52556: {'auction_closing_time': 1774883690.0, 'created_time': 1774559079.506529, 'last_price_update_time': 1774756881.651738}
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RF52556') HTTP/1.1" 204 0
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: KC88615
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KC88615%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Scrape type for KC88615: 0
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: GC55004
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GC55004%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Scrape type for GC55004: 0
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: TV99764
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: ZG57893
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZG57893%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Scrape type for ZG57893: 0
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: YG18020
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: WH55866
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: HD54235
2026-03-29 04:01:21 [auto1.it] INFO: Found listing with ID: FD29696
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FD29696%27 HTTP/1.1" 200 None
2026-03-29 04:01:21 [auto1.it] INFO: Scrape type for FD29696: 0
2026-03-29 04:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:22 [auto1.it] INFO: Channel: 24h | Page: 13 | totalHits: 2226 | hits on page: 40
2026-03-29 04:01:22 [auto1.it] INFO: Found listing with ID: GT76958
2026-03-29 04:01:22 [auto1.it] INFO: Found listing with ID: EZ73351
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EZ73351%27 HTTP/1.1" 200 None
2026-03-29 04:01:22 [auto1.it] INFO: Scrape type for EZ73351: 0
2026-03-29 04:01:22 [auto1.it] INFO: Found listing with ID: NH73732
2026-03-29 04:01:22 [auto1.it] INFO: Found listing with ID: EZ12960
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EZ12960%27 HTTP/1.1" 200 None
2026-03-29 04:01:22 [auto1.it] INFO: Scrape type for EZ12960: 2
2026-03-29 04:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1736290b-710c-5edd-96e9-a0924328d5d7 with identifier: EZ12960
2026-03-29 04:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1736290b-710c-5edd-96e9-a0924328d5d7 with scrape type 2
2026-03-29 04:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1736290b-710c-5edd-96e9-a0924328d5d7 with scrape type 2
2026-03-29 04:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1736290b-710c-5edd-96e9-a0924328d5d7, identifier: EZ12960
2026-03-29 04:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1736290b-710c-5edd-96e9-a0924328d5d7 with identifier: EZ12960
2026-03-29 04:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1736290b-710c-5edd-96e9-a0924328d5d7 with identifier: EZ12960
2026-03-29 04:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1736290b-710c-5edd-96e9-a0924328d5d7 with identifier: EZ12960 to the API
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 131,
'expiration_date': '2026-03-30T15:22:16Z',
'fuel_type': 'diesel',
'id': '1736290b-710c-5edd-96e9-a0924328d5d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EZ12960',
'listing': 'auction',
'make': 'DS Automobiles',
'model': 'DS7',
'odometer': 52415,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-28',
'seller_name': None,
'title': 'DS Automobiles DS7 1.5 Blue-HDi Rivoli',
'transmission': 'automatic',
'trim': 'Rivoli',
'year': 2022}
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EZ12960%27 HTTP/1.1" 200 None
2026-03-29 04:01:22 [auto1.it] INFO: Saving data for EZ12960: {'auction_closing_time': 1774884136.0, 'created_time': 1774645670.984214, 'last_price_update_time': 1774756882.635968}
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EZ12960') HTTP/1.1" 204 0
2026-03-29 04:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:01:22 [auto1.it] INFO: Found listing with ID: PM88021
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PM88021%27 HTTP/1.1" 200 None
2026-03-29 04:01:22 [auto1.it] INFO: Scrape type for PM88021: 0
2026-03-29 04:01:22 [auto1.it] INFO: Found listing with ID: GT16338
2026-03-29 04:01:22 [auto1.it] INFO: Found listing with ID: WZ40427
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WZ40427%27 HTTP/1.1" 200 None
2026-03-29 04:01:22 [auto1.it] INFO: Scrape type for WZ40427: 2
2026-03-29 04:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c60290e3-01ba-5492-8a54-096bcf910888 with identifier: WZ40427
2026-03-29 04:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c60290e3-01ba-5492-8a54-096bcf910888 with scrape type 2
2026-03-29 04:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c60290e3-01ba-5492-8a54-096bcf910888 with scrape type 2
2026-03-29 04:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c60290e3-01ba-5492-8a54-096bcf910888, identifier: WZ40427
2026-03-29 04:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c60290e3-01ba-5492-8a54-096bcf910888 with identifier: WZ40427
2026-03-29 04:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c60290e3-01ba-5492-8a54-096bcf910888 with identifier: WZ40427
2026-03-29 04:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c60290e3-01ba-5492-8a54-096bcf910888 with identifier: WZ40427 to the API
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:07:57Z',
'fuel_type': 'diesel',
'id': 'c60290e3-01ba-5492-8a54-096bcf910888',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WZ40427',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VII',
'odometer': 127069,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-09',
'seller_name': None,
'title': 'Volkswagen Golf VII 1.6 TDI Tech & Sound BlueMotion',
'transmission': 'manual',
'trim': 'Tech & Sound BlueMotion',
'year': 2014}
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WZ40427%27 HTTP/1.1" 200 None
2026-03-29 04:01:23 [auto1.it] INFO: Saving data for WZ40427: {'auction_closing_time': 1774883277.0, 'created_time': 1774558879.794538, 'last_price_update_time': 1774756883.392509}
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WZ40427') HTTP/1.1" 204 0
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: WV44347
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WV44347%27 HTTP/1.1" 200 None
2026-03-29 04:01:23 [auto1.it] INFO: Scrape type for WV44347: 2
2026-03-29 04:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd1c81f5-168e-5594-b3c2-9661fd6e3cc3 with identifier: WV44347
2026-03-29 04:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd1c81f5-168e-5594-b3c2-9661fd6e3cc3 with scrape type 2
2026-03-29 04:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd1c81f5-168e-5594-b3c2-9661fd6e3cc3 with scrape type 2
2026-03-29 04:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: cd1c81f5-168e-5594-b3c2-9661fd6e3cc3, identifier: WV44347
2026-03-29 04:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: cd1c81f5-168e-5594-b3c2-9661fd6e3cc3 with identifier: WV44347
2026-03-29 04:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: cd1c81f5-168e-5594-b3c2-9661fd6e3cc3 with identifier: WV44347
2026-03-29 04:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: cd1c81f5-168e-5594-b3c2-9661fd6e3cc3 with identifier: WV44347 to the API
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 125,
'expiration_date': '2026-03-30T15:02:03Z',
'fuel_type': 'petrol',
'id': 'cd1c81f5-168e-5594-b3c2-9661fd6e3cc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WV44347',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VII',
'odometer': 172379,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-22',
'seller_name': None,
'title': 'Volkswagen Golf VII 1.4 TSI Executive BlueMotion',
'transmission': 'automatic',
'trim': 'Executive BlueMotion',
'year': 2018}
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WV44347%27 HTTP/1.1" 200 None
2026-03-29 04:01:23 [auto1.it] INFO: Saving data for WV44347: {'auction_closing_time': 1774882923.0, 'created_time': 1774645653.054804, 'last_price_update_time': 1774756883.817351}
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WV44347') HTTP/1.1" 204 0
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: FH81414
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: NM56587
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NM56587%27 HTTP/1.1" 200 None
2026-03-29 04:01:23 [auto1.it] INFO: Scrape type for NM56587: 0
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: RC69852
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RC69852%27 HTTP/1.1" 200 None
2026-03-29 04:01:23 [auto1.it] INFO: Scrape type for RC69852: 0
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: AP78180
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AP78180%27 HTTP/1.1" 200 None
2026-03-29 04:01:23 [auto1.it] INFO: Scrape type for AP78180: 0
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: XB17509
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XB17509%27 HTTP/1.1" 200 None
2026-03-29 04:01:23 [auto1.it] INFO: Scrape type for XB17509: 0
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: DW69714
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DW69714%27 HTTP/1.1" 200 None
2026-03-29 04:01:23 [auto1.it] INFO: Scrape type for DW69714: 0
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: JC86695
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JC86695%27 HTTP/1.1" 200 None
2026-03-29 04:01:23 [auto1.it] INFO: Scrape type for JC86695: 0
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: DS58810
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: SE79185
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: HN90303
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: GT17675
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: JT48153
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: PD12623
2026-03-29 04:01:23 [auto1.it] INFO: Found listing with ID: KT77401
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KT77401%27 HTTP/1.1" 200 None
2026-03-29 04:01:23 [auto1.it] INFO: Scrape type for KT77401: 2
2026-03-29 04:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d235dea-8e83-57cd-8278-cebc9c75ae6f with identifier: KT77401
2026-03-29 04:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d235dea-8e83-57cd-8278-cebc9c75ae6f with scrape type 2
2026-03-29 04:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d235dea-8e83-57cd-8278-cebc9c75ae6f with scrape type 2
2026-03-29 04:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9d235dea-8e83-57cd-8278-cebc9c75ae6f, identifier: KT77401
2026-03-29 04:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9d235dea-8e83-57cd-8278-cebc9c75ae6f with identifier: KT77401
2026-03-29 04:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9d235dea-8e83-57cd-8278-cebc9c75ae6f with identifier: KT77401
2026-03-29 04:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9d235dea-8e83-57cd-8278-cebc9c75ae6f with identifier: KT77401 to the API
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:14:29Z',
'fuel_type': 'diesel',
'id': '9d235dea-8e83-57cd-8278-cebc9c75ae6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KT77401',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VII',
'odometer': 135153,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-21',
'seller_name': None,
'title': 'Volkswagen Golf VII 1.6 TDI Executive BlueMotion',
'transmission': 'automatic',
'trim': 'Executive BlueMotion',
'year': 2018}
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KT77401%27 HTTP/1.1" 200 None
2026-03-29 04:01:24 [auto1.it] INFO: Saving data for KT77401: {'auction_closing_time': 1774883669.0, 'created_time': 1774645643.729469, 'last_price_update_time': 1774756884.401433}
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KT77401') HTTP/1.1" 204 0
2026-03-29 04:01:24 [auto1.it] INFO: Found listing with ID: UC06691
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UC06691%27 HTTP/1.1" 200 None
2026-03-29 04:01:24 [auto1.it] INFO: Scrape type for UC06691: 0
2026-03-29 04:01:24 [auto1.it] INFO: Found listing with ID: FZ12921
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FZ12921%27 HTTP/1.1" 200 None
2026-03-29 04:01:24 [auto1.it] INFO: Scrape type for FZ12921: 0
2026-03-29 04:01:24 [auto1.it] INFO: Found listing with ID: JN59652
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JN59652%27 HTTP/1.1" 200 None
2026-03-29 04:01:24 [auto1.it] INFO: Scrape type for JN59652: 0
2026-03-29 04:01:24 [auto1.it] INFO: Found listing with ID: ED34625
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ED34625%27 HTTP/1.1" 200 None
2026-03-29 04:01:24 [auto1.it] INFO: Scrape type for ED34625: 0
2026-03-29 04:01:24 [auto1.it] INFO: Found listing with ID: JB83291
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JB83291%27 HTTP/1.1" 200 None
2026-03-29 04:01:24 [auto1.it] INFO: Scrape type for JB83291: 0
2026-03-29 04:01:24 [auto1.it] INFO: Found listing with ID: LG12773
2026-03-29 04:01:24 [auto1.it] INFO: Found listing with ID: TL40655
2026-03-29 04:01:24 [auto1.it] INFO: Found listing with ID: KZ84746
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KZ84746%27 HTTP/1.1" 200 None
2026-03-29 04:01:24 [auto1.it] INFO: Scrape type for KZ84746: 2
2026-03-29 04:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 836c01b8-d4d3-5bdf-ae29-054d289c479d with identifier: KZ84746
2026-03-29 04:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 836c01b8-d4d3-5bdf-ae29-054d289c479d with scrape type 2
2026-03-29 04:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 836c01b8-d4d3-5bdf-ae29-054d289c479d with scrape type 2
2026-03-29 04:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 836c01b8-d4d3-5bdf-ae29-054d289c479d, identifier: KZ84746
2026-03-29 04:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 836c01b8-d4d3-5bdf-ae29-054d289c479d with identifier: KZ84746
2026-03-29 04:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 836c01b8-d4d3-5bdf-ae29-054d289c479d with identifier: KZ84746
2026-03-29 04:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 836c01b8-d4d3-5bdf-ae29-054d289c479d with identifier: KZ84746 to the API
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:28:03Z',
'fuel_type': 'diesel',
'id': '836c01b8-d4d3-5bdf-ae29-054d289c479d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KZ84746',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VII',
'odometer': 154414,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-05',
'seller_name': None,
'title': 'Volkswagen Golf VII 1.6 TDI Comfortline BlueMotion Tech',
'transmission': 'manual',
'trim': 'Comfortline BlueMotion Tech',
'year': 2014}
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KZ84746%27 HTTP/1.1" 200 None
2026-03-29 04:01:25 [auto1.it] INFO: Saving data for KZ84746: {'auction_closing_time': 1774884483.0, 'created_time': 1774558939.506976, 'last_price_update_time': 1774756885.053464}
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KZ84746') HTTP/1.1" 204 0
2026-03-29 04:01:25 [auto1.it] INFO: Found listing with ID: ST64226
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ST64226%27 HTTP/1.1" 200 None
2026-03-29 04:01:25 [auto1.it] INFO: Scrape type for ST64226: 2
2026-03-29 04:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52fe7615-292c-5081-be42-e9ce3dd943a4 with identifier: ST64226
2026-03-29 04:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52fe7615-292c-5081-be42-e9ce3dd943a4 with scrape type 2
2026-03-29 04:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52fe7615-292c-5081-be42-e9ce3dd943a4 with scrape type 2
2026-03-29 04:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 52fe7615-292c-5081-be42-e9ce3dd943a4, identifier: ST64226
2026-03-29 04:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 52fe7615-292c-5081-be42-e9ce3dd943a4 with identifier: ST64226
2026-03-29 04:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 52fe7615-292c-5081-be42-e9ce3dd943a4 with identifier: ST64226
2026-03-29 04:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 52fe7615-292c-5081-be42-e9ce3dd943a4 with identifier: ST64226 to the API
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 102,
'expiration_date': '2026-03-30T15:10:59Z',
'fuel_type': 'diesel',
'id': '52fe7615-292c-5081-be42-e9ce3dd943a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ST64226',
'listing': 'auction',
'make': 'Opel',
'model': 'Corsa',
'odometer': 149921,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-22',
'seller_name': None,
'title': 'Opel Corsa 1.5 CDTI GS Line',
'transmission': 'manual',
'trim': 'GS Line',
'year': 2020}
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ST64226%27 HTTP/1.1" 200 None
2026-03-29 04:01:25 [auto1.it] INFO: Saving data for ST64226: {'auction_closing_time': 1774883459.0, 'created_time': 1773304990.520048, 'last_price_update_time': 1774756885.51848}
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ST64226') HTTP/1.1" 204 0
2026-03-29 04:01:25 [auto1.it] INFO: Found listing with ID: FT05147
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FT05147%27 HTTP/1.1" 200 None
2026-03-29 04:01:25 [auto1.it] INFO: Scrape type for FT05147: 0
2026-03-29 04:01:25 [auto1.it] INFO: Found listing with ID: LE96160
2026-03-29 04:01:25 [auto1.it] INFO: Found listing with ID: SV71044
2026-03-29 04:01:25 [auto1.it] INFO: Found listing with ID: XL03216
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XL03216%27 HTTP/1.1" 200 None
2026-03-29 04:01:25 [auto1.it] INFO: Scrape type for XL03216: 0
2026-03-29 04:01:25 [auto1.it] INFO: Found listing with ID: ZW92714
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZW92714%27 HTTP/1.1" 200 None
2026-03-29 04:01:25 [auto1.it] INFO: Scrape type for ZW92714: 0
2026-03-29 04:01:25 [auto1.it] INFO: Found listing with ID: DR27432
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DR27432%27 HTTP/1.1" 200 None
2026-03-29 04:01:25 [auto1.it] INFO: Scrape type for DR27432: 2
2026-03-29 04:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 747725c9-068e-57d3-9b0f-ed0f9ea7eb1d with identifier: DR27432
2026-03-29 04:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 747725c9-068e-57d3-9b0f-ed0f9ea7eb1d with scrape type 2
2026-03-29 04:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 747725c9-068e-57d3-9b0f-ed0f9ea7eb1d with scrape type 2
2026-03-29 04:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 747725c9-068e-57d3-9b0f-ed0f9ea7eb1d, identifier: DR27432
2026-03-29 04:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 747725c9-068e-57d3-9b0f-ed0f9ea7eb1d with identifier: DR27432
2026-03-29 04:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 747725c9-068e-57d3-9b0f-ed0f9ea7eb1d with identifier: DR27432
2026-03-29 04:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 747725c9-068e-57d3-9b0f-ed0f9ea7eb1d with identifier: DR27432 to the API
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 2,
'engine_horse_power': 300,
'expiration_date': '2026-03-30T15:18:12Z',
'fuel_type': 'petrol',
'id': '747725c9-068e-57d3-9b0f-ed0f9ea7eb1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DR27432',
'listing': 'auction',
'make': 'Porsche',
'model': '718 Cayman',
'odometer': 42741,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-24',
'seller_name': None,
'title': 'Porsche 718 Cayman 2.0',
'transmission': 'automatic',
'trim': '',
'year': 2019}
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DR27432%27 HTTP/1.1" 200 None
2026-03-29 04:01:26 [auto1.it] INFO: Saving data for DR27432: {'auction_closing_time': 1774883892.0, 'created_time': 1774645680.871329, 'last_price_update_time': 1774756886.028937}
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DR27432') HTTP/1.1" 204 0
2026-03-29 04:01:26 [auto1.it] INFO: Found listing with ID: SC05419
2026-03-29 04:01:26 [auto1.it] INFO: Found listing with ID: HS22715
2026-03-29 04:01:26 [auto1.it] INFO: Found listing with ID: GL53946
2026-03-29 04:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:26 [auto1.it] INFO: Channel: 24h | Page: 14 | totalHits: 2226 | hits on page: 40
2026-03-29 04:01:26 [auto1.it] INFO: Found listing with ID: TC64761
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TC64761%27 HTTP/1.1" 200 None
2026-03-29 04:01:26 [auto1.it] INFO: Scrape type for TC64761: 0
2026-03-29 04:01:26 [auto1.it] INFO: Found listing with ID: XU52863
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XU52863%27 HTTP/1.1" 200 None
2026-03-29 04:01:26 [auto1.it] INFO: Scrape type for XU52863: 2
2026-03-29 04:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d264189-7757-5d33-8dcb-f56ef9858e65 with identifier: XU52863
2026-03-29 04:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d264189-7757-5d33-8dcb-f56ef9858e65 with scrape type 2
2026-03-29 04:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d264189-7757-5d33-8dcb-f56ef9858e65 with scrape type 2
2026-03-29 04:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0d264189-7757-5d33-8dcb-f56ef9858e65, identifier: XU52863
2026-03-29 04:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0d264189-7757-5d33-8dcb-f56ef9858e65 with identifier: XU52863
2026-03-29 04:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0d264189-7757-5d33-8dcb-f56ef9858e65 with identifier: XU52863
2026-03-29 04:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0d264189-7757-5d33-8dcb-f56ef9858e65 with identifier: XU52863 to the API
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 275,
'expiration_date': '2026-03-30T15:47:10Z',
'fuel_type': 'diesel',
'id': '0d264189-7757-5d33-8dcb-f56ef9858e65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XU52863',
'listing': 'auction',
'make': 'Maserati',
'model': 'Levante',
'odometer': 203836,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-26',
'seller_name': None,
'title': 'Maserati Levante 3.0 V6 Diesel GranLusso',
'transmission': 'automatic',
'trim': 'GranLusso',
'year': 2018}
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XU52863%27 HTTP/1.1" 200 None
2026-03-29 04:01:26 [auto1.it] INFO: Saving data for XU52863: {'auction_closing_time': 1774885630.0, 'created_time': 1774645395.911791, 'last_price_update_time': 1774756886.684032}
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XU52863') HTTP/1.1" 204 0
2026-03-29 04:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:01:26 [auto1.it] INFO: Found listing with ID: UC13059
2026-03-29 04:01:26 [auto1.it] INFO: Found listing with ID: WB86834
2026-03-29 04:01:26 [auto1.it] INFO: Found listing with ID: FF76752
2026-03-29 04:01:26 [auto1.it] INFO: Found listing with ID: WU65183
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WU65183%27 HTTP/1.1" 200 None
2026-03-29 04:01:26 [auto1.it] INFO: Scrape type for WU65183: 2
2026-03-29 04:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 298a0621-b2f8-5f80-90a2-f01d5d0fb369 with identifier: WU65183
2026-03-29 04:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 298a0621-b2f8-5f80-90a2-f01d5d0fb369 with scrape type 2
2026-03-29 04:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 298a0621-b2f8-5f80-90a2-f01d5d0fb369 with scrape type 2
2026-03-29 04:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 298a0621-b2f8-5f80-90a2-f01d5d0fb369, identifier: WU65183
2026-03-29 04:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 298a0621-b2f8-5f80-90a2-f01d5d0fb369 with identifier: WU65183
2026-03-29 04:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 298a0621-b2f8-5f80-90a2-f01d5d0fb369 with identifier: WU65183
2026-03-29 04:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 298a0621-b2f8-5f80-90a2-f01d5d0fb369 with identifier: WU65183 to the API
2026-03-29 04:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 130,
'expiration_date': '2026-03-30T15:40:26Z',
'fuel_type': 'diesel',
'id': '298a0621-b2f8-5f80-90a2-f01d5d0fb369',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WU65183',
'listing': 'auction',
'make': 'Nissan',
'model': 'X-Trail',
'odometer': 228640,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-27',
'seller_name': None,
'title': 'Nissan X-Trail 1.6 dCi Tekna',
'transmission': 'automatic',
'trim': 'Tekna',
'year': 2016}
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WU65183%27 HTTP/1.1" 200 None
2026-03-29 04:01:27 [auto1.it] INFO: Saving data for WU65183: {'auction_closing_time': 1774885226.0, 'created_time': 1774558919.519668, 'last_price_update_time': 1774756887.168679}
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WU65183') HTTP/1.1" 204 0
2026-03-29 04:01:27 [auto1.it] INFO: Found listing with ID: HK62879
2026-03-29 04:01:27 [auto1.it] INFO: Found listing with ID: PR79135
2026-03-29 04:01:27 [auto1.it] INFO: Found listing with ID: GX06628
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GX06628%27 HTTP/1.1" 200 None
2026-03-29 04:01:27 [auto1.it] INFO: Scrape type for GX06628: 2
2026-03-29 04:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 758f809d-ed7f-5390-be0f-58503231a92b with identifier: GX06628
2026-03-29 04:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 758f809d-ed7f-5390-be0f-58503231a92b with scrape type 2
2026-03-29 04:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 758f809d-ed7f-5390-be0f-58503231a92b with scrape type 2
2026-03-29 04:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 758f809d-ed7f-5390-be0f-58503231a92b, identifier: GX06628
2026-03-29 04:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 758f809d-ed7f-5390-be0f-58503231a92b with identifier: GX06628
2026-03-29 04:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 758f809d-ed7f-5390-be0f-58503231a92b with identifier: GX06628
2026-03-29 04:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 758f809d-ed7f-5390-be0f-58503231a92b with identifier: GX06628 to the API
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 210,
'expiration_date': '2026-03-30T15:13:59Z',
'fuel_type': 'diesel',
'id': '758f809d-ed7f-5390-be0f-58503231a92b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GX06628',
'listing': 'auction',
'make': 'Alfa Romeo',
'model': 'Giulia',
'odometer': 227436,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-30',
'seller_name': None,
'title': 'Alfa Romeo Giulia 2.2 JTDM Veloce',
'transmission': 'automatic',
'trim': 'Veloce',
'year': 2018}
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GX06628%27 HTTP/1.1" 200 None
2026-03-29 04:01:27 [auto1.it] INFO: Saving data for GX06628: {'auction_closing_time': 1774883639.0, 'created_time': 1774645279.003468, 'last_price_update_time': 1774756887.627551}
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GX06628') HTTP/1.1" 204 0
2026-03-29 04:01:27 [auto1.it] INFO: Found listing with ID: RB72441
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB72441%27 HTTP/1.1" 200 None
2026-03-29 04:01:27 [auto1.it] INFO: Scrape type for RB72441: 2
2026-03-29 04:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0bc3f86-7db2-524f-8fe8-b7e5d75ab4d1 with identifier: RB72441
2026-03-29 04:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0bc3f86-7db2-524f-8fe8-b7e5d75ab4d1 with scrape type 2
2026-03-29 04:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0bc3f86-7db2-524f-8fe8-b7e5d75ab4d1 with scrape type 2
2026-03-29 04:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a0bc3f86-7db2-524f-8fe8-b7e5d75ab4d1, identifier: RB72441
2026-03-29 04:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a0bc3f86-7db2-524f-8fe8-b7e5d75ab4d1 with identifier: RB72441
2026-03-29 04:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a0bc3f86-7db2-524f-8fe8-b7e5d75ab4d1 with identifier: RB72441
2026-03-29 04:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a0bc3f86-7db2-524f-8fe8-b7e5d75ab4d1 with identifier: RB72441 to the API
2026-03-29 04:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 80,
'expiration_date': '2026-03-30T15:14:31Z',
'fuel_type': 'petrol',
'id': 'a0bc3f86-7db2-524f-8fe8-b7e5d75ab4d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RB72441',
'listing': 'auction',
'make': 'Lancia',
'model': 'Ypsilon',
'odometer': 217168,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-07-13',
'seller_name': None,
'title': 'Lancia Ypsilon 1.2 Oro',
'transmission': 'manual',
'trim': 'Oro',
'year': 2005}
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB72441%27 HTTP/1.1" 200 None
2026-03-29 04:01:28 [auto1.it] INFO: Saving data for RB72441: {'auction_closing_time': 1774883671.0, 'created_time': 1774645314.132862, 'last_price_update_time': 1774756888.157165}
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RB72441') HTTP/1.1" 204 0
2026-03-29 04:01:28 [auto1.it] INFO: Found listing with ID: LR54413
2026-03-29 04:01:28 [auto1.it] INFO: Found listing with ID: XW11641
2026-03-29 04:01:28 [auto1.it] INFO: Found listing with ID: BR31309
2026-03-29 04:01:28 [auto1.it] INFO: Found listing with ID: CD07087
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CD07087%27 HTTP/1.1" 200 None
2026-03-29 04:01:28 [auto1.it] INFO: Scrape type for CD07087: 0
2026-03-29 04:01:28 [auto1.it] INFO: Found listing with ID: FF49180
2026-03-29 04:01:28 [auto1.it] INFO: Found listing with ID: TZ83708
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ83708%27 HTTP/1.1" 200 None
2026-03-29 04:01:28 [auto1.it] INFO: Scrape type for TZ83708: 2
2026-03-29 04:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 915cec92-e071-5bf5-80cc-9bc514170474 with identifier: TZ83708
2026-03-29 04:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 915cec92-e071-5bf5-80cc-9bc514170474 with scrape type 2
2026-03-29 04:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 915cec92-e071-5bf5-80cc-9bc514170474 with scrape type 2
2026-03-29 04:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 915cec92-e071-5bf5-80cc-9bc514170474, identifier: TZ83708
2026-03-29 04:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 915cec92-e071-5bf5-80cc-9bc514170474 with identifier: TZ83708
2026-03-29 04:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 915cec92-e071-5bf5-80cc-9bc514170474 with identifier: TZ83708
2026-03-29 04:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 915cec92-e071-5bf5-80cc-9bc514170474 with identifier: TZ83708 to the API
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:03:43Z',
'fuel_type': 'diesel',
'id': '915cec92-e071-5bf5-80cc-9bc514170474',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TZ83708',
'listing': 'auction',
'make': 'Fiat',
'model': '500L',
'odometer': 133489,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-28',
'seller_name': None,
'title': 'Fiat 500L 1.3 JTD Pop Star',
'transmission': 'manual',
'trim': 'Pop Star',
'year': 2015}
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ83708%27 HTTP/1.1" 200 None
2026-03-29 04:01:28 [auto1.it] INFO: Saving data for TZ83708: {'auction_closing_time': 1774883023.0, 'created_time': 1774558893.039404, 'last_price_update_time': 1774756888.628051}
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TZ83708') HTTP/1.1" 204 0
2026-03-29 04:01:28 [auto1.it] INFO: Found listing with ID: UE17288
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UE17288%27 HTTP/1.1" 200 None
2026-03-29 04:01:28 [auto1.it] INFO: Scrape type for UE17288: 0
2026-03-29 04:01:28 [auto1.it] INFO: Found listing with ID: CS05902
2026-03-29 04:01:28 [auto1.it] INFO: Found listing with ID: VB70261
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VB70261%27 HTTP/1.1" 200 None
2026-03-29 04:01:28 [auto1.it] INFO: Scrape type for VB70261: 0
2026-03-29 04:01:28 [auto1.it] INFO: Found listing with ID: ZV11200
2026-03-29 04:01:28 [auto1.it] INFO: Found listing with ID: DA61571
2026-03-29 04:01:28 [auto1.it] INFO: Found listing with ID: DX02178
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DX02178%27 HTTP/1.1" 200 None
2026-03-29 04:01:28 [auto1.it] INFO: Scrape type for DX02178: 2
2026-03-29 04:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a99cf1a6-dbfa-53b5-a054-3338c593f4c8 with identifier: DX02178
2026-03-29 04:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a99cf1a6-dbfa-53b5-a054-3338c593f4c8 with scrape type 2
2026-03-29 04:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a99cf1a6-dbfa-53b5-a054-3338c593f4c8 with scrape type 2
2026-03-29 04:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a99cf1a6-dbfa-53b5-a054-3338c593f4c8, identifier: DX02178
2026-03-29 04:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a99cf1a6-dbfa-53b5-a054-3338c593f4c8 with identifier: DX02178
2026-03-29 04:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a99cf1a6-dbfa-53b5-a054-3338c593f4c8 with identifier: DX02178
2026-03-29 04:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a99cf1a6-dbfa-53b5-a054-3338c593f4c8 with identifier: DX02178 to the API
2026-03-29 04:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:13:12Z',
'fuel_type': 'diesel',
'id': 'a99cf1a6-dbfa-53b5-a054-3338c593f4c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DX02178',
'listing': 'auction',
'make': 'Renault',
'model': 'Scenic',
'odometer': 166593,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-12',
'seller_name': None,
'title': 'Renault Scenic 1.5 dCi Live',
'transmission': 'manual',
'trim': 'Live',
'year': 2014}
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DX02178%27 HTTP/1.1" 200 None
2026-03-29 04:01:29 [auto1.it] INFO: Saving data for DX02178: {'auction_closing_time': 1774883592.0, 'created_time': 1773835353.580987, 'last_price_update_time': 1774756889.117066}
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DX02178') HTTP/1.1" 204 0
2026-03-29 04:01:29 [auto1.it] INFO: Found listing with ID: YG03340
2026-03-29 04:01:29 [auto1.it] INFO: Found listing with ID: FF98619
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FF98619%27 HTTP/1.1" 200 None
2026-03-29 04:01:29 [auto1.it] INFO: Scrape type for FF98619: 2
2026-03-29 04:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f798995-e024-5086-b1d3-2d5b4514e60c with identifier: FF98619
2026-03-29 04:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f798995-e024-5086-b1d3-2d5b4514e60c with scrape type 2
2026-03-29 04:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f798995-e024-5086-b1d3-2d5b4514e60c with scrape type 2
2026-03-29 04:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8f798995-e024-5086-b1d3-2d5b4514e60c, identifier: FF98619
2026-03-29 04:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8f798995-e024-5086-b1d3-2d5b4514e60c with identifier: FF98619
2026-03-29 04:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8f798995-e024-5086-b1d3-2d5b4514e60c with identifier: FF98619
2026-03-29 04:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8f798995-e024-5086-b1d3-2d5b4514e60c with identifier: FF98619 to the API
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:09:29Z',
'fuel_type': 'diesel',
'id': '8f798995-e024-5086-b1d3-2d5b4514e60c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FF98619',
'listing': 'auction',
'make': 'Volvo',
'model': 'XC40',
'odometer': 108983,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-20',
'seller_name': None,
'title': 'Volvo XC40 2.0 D4 R-Design AWD',
'transmission': 'automatic',
'trim': 'R-Design AWD',
'year': 2019}
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FF98619%27 HTTP/1.1" 200 None
2026-03-29 04:01:29 [auto1.it] INFO: Saving data for FF98619: {'auction_closing_time': 1774883369.0, 'created_time': 1774342893.582344, 'last_price_update_time': 1774756889.766839}
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FF98619') HTTP/1.1" 204 0
2026-03-29 04:01:29 [auto1.it] INFO: Found listing with ID: NF96122
2026-03-29 04:01:29 [auto1.it] INFO: Found listing with ID: YP32890
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YP32890%27 HTTP/1.1" 200 None
2026-03-29 04:01:29 [auto1.it] INFO: Scrape type for YP32890: 0
2026-03-29 04:01:29 [auto1.it] INFO: Found listing with ID: LK74824
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LK74824%27 HTTP/1.1" 200 None
2026-03-29 04:01:29 [auto1.it] INFO: Scrape type for LK74824: 2
2026-03-29 04:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09ac24f2-a053-51c3-8f8d-5f7bbcecc0ac with identifier: LK74824
2026-03-29 04:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09ac24f2-a053-51c3-8f8d-5f7bbcecc0ac with scrape type 2
2026-03-29 04:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09ac24f2-a053-51c3-8f8d-5f7bbcecc0ac with scrape type 2
2026-03-29 04:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 09ac24f2-a053-51c3-8f8d-5f7bbcecc0ac, identifier: LK74824
2026-03-29 04:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 09ac24f2-a053-51c3-8f8d-5f7bbcecc0ac with identifier: LK74824
2026-03-29 04:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 09ac24f2-a053-51c3-8f8d-5f7bbcecc0ac with identifier: LK74824
2026-03-29 04:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 09ac24f2-a053-51c3-8f8d-5f7bbcecc0ac with identifier: LK74824 to the API
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 292,
'expiration_date': '2026-03-30T15:36:28Z',
'fuel_type': 'diesel',
'id': '09ac24f2-a053-51c3-8f8d-5f7bbcecc0ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LK74824',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Range Rover Sport',
'odometer': 186156,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-10',
'seller_name': None,
'title': 'Land Rover Range Rover Sport 3.0 SD V6 Autobiography',
'transmission': 'automatic',
'trim': 'Autobiography',
'year': 2014}
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LK74824%27 HTTP/1.1" 200 None
2026-03-29 04:01:30 [auto1.it] INFO: Saving data for LK74824: {'auction_closing_time': 1774884988.0, 'created_time': 1773327835.737931, 'last_price_update_time': 1774756890.272318}
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LK74824') HTTP/1.1" 204 0
2026-03-29 04:01:30 [auto1.it] INFO: Found listing with ID: ZJ55913
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZJ55913%27 HTTP/1.1" 200 None
2026-03-29 04:01:30 [auto1.it] INFO: Scrape type for ZJ55913: 0
2026-03-29 04:01:30 [auto1.it] INFO: Found listing with ID: GN63834
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GN63834%27 HTTP/1.1" 200 None
2026-03-29 04:01:30 [auto1.it] INFO: Scrape type for GN63834: 2
2026-03-29 04:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 361a3a23-fa11-5d2c-8ce4-3c7394762930 with identifier: GN63834
2026-03-29 04:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 361a3a23-fa11-5d2c-8ce4-3c7394762930 with scrape type 2
2026-03-29 04:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 361a3a23-fa11-5d2c-8ce4-3c7394762930 with scrape type 2
2026-03-29 04:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 361a3a23-fa11-5d2c-8ce4-3c7394762930, identifier: GN63834
2026-03-29 04:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 361a3a23-fa11-5d2c-8ce4-3c7394762930 with identifier: GN63834
2026-03-29 04:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 361a3a23-fa11-5d2c-8ce4-3c7394762930 with identifier: GN63834
2026-03-29 04:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 361a3a23-fa11-5d2c-8ce4-3c7394762930 with identifier: GN63834 to the API
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 116,
'expiration_date': '2026-03-30T15:21:49Z',
'fuel_type': 'diesel',
'id': '361a3a23-fa11-5d2c-8ce4-3c7394762930',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GN63834',
'listing': 'auction',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 82780,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-27',
'seller_name': None,
'title': 'Nissan Qashqai 1.5 dCi Business',
'transmission': 'manual',
'trim': 'Business',
'year': 2019}
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GN63834%27 HTTP/1.1" 200 None
2026-03-29 04:01:30 [auto1.it] INFO: Saving data for GN63834: {'auction_closing_time': 1774884109.0, 'created_time': 1774256423.547333, 'last_price_update_time': 1774756890.737898}
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GN63834') HTTP/1.1" 204 0
2026-03-29 04:01:30 [auto1.it] INFO: Found listing with ID: VL10175
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VL10175%27 HTTP/1.1" 200 None
2026-03-29 04:01:30 [auto1.it] INFO: Scrape type for VL10175: 0
2026-03-29 04:01:30 [auto1.it] INFO: Found listing with ID: YS71318
2026-03-29 04:01:30 [auto1.it] INFO: Found listing with ID: CJ66066
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CJ66066%27 HTTP/1.1" 200 None
2026-03-29 04:01:30 [auto1.it] INFO: Scrape type for CJ66066: 2
2026-03-29 04:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd035635-f34d-5c3f-97ee-c16a7876a403 with identifier: CJ66066
2026-03-29 04:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd035635-f34d-5c3f-97ee-c16a7876a403 with scrape type 2
2026-03-29 04:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd035635-f34d-5c3f-97ee-c16a7876a403 with scrape type 2
2026-03-29 04:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bd035635-f34d-5c3f-97ee-c16a7876a403, identifier: CJ66066
2026-03-29 04:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bd035635-f34d-5c3f-97ee-c16a7876a403 with identifier: CJ66066
2026-03-29 04:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bd035635-f34d-5c3f-97ee-c16a7876a403 with identifier: CJ66066
2026-03-29 04:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bd035635-f34d-5c3f-97ee-c16a7876a403 with identifier: CJ66066 to the API
2026-03-29 04:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gold',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 116,
'expiration_date': '2026-03-30T15:19:44Z',
'fuel_type': 'diesel',
'id': 'bd035635-f34d-5c3f-97ee-c16a7876a403',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CJ66066',
'listing': 'auction',
'make': 'Dacia',
'model': 'Duster',
'odometer': 121483,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-10',
'seller_name': None,
'title': 'Dacia Duster 1.5 Blue dCi Prestige 4x4',
'transmission': 'manual',
'trim': 'Prestige 4x4',
'year': 2020}
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CJ66066%27 HTTP/1.1" 200 None
2026-03-29 04:01:31 [auto1.it] INFO: Saving data for CJ66066: {'auction_closing_time': 1774883984.0, 'created_time': 1773759835.662596, 'last_price_update_time': 1774756891.467234}
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CJ66066') HTTP/1.1" 204 0
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: UR23669
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: DN72005
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: AP13803
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AP13803%27 HTTP/1.1" 200 None
2026-03-29 04:01:31 [auto1.it] INFO: Scrape type for AP13803: 0
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: FJ79920
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: CF78450
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CF78450%27 HTTP/1.1" 200 None
2026-03-29 04:01:31 [auto1.it] INFO: Scrape type for CF78450: 0
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: DK34642
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: BN52557
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: CM00839
2026-03-29 04:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:31 [auto1.it] INFO: Channel: 24h | Page: 15 | totalHits: 2226 | hits on page: 40
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: TV74767
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: KA06591
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KA06591%27 HTTP/1.1" 200 None
2026-03-29 04:01:31 [auto1.it] INFO: Scrape type for KA06591: 0
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: ZA06304
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZA06304%27 HTTP/1.1" 200 None
2026-03-29 04:01:31 [auto1.it] INFO: Scrape type for ZA06304: 0
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: LJ91384
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: FL80694
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FL80694%27 HTTP/1.1" 200 None
2026-03-29 04:01:31 [auto1.it] INFO: Scrape type for FL80694: 0
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: FL90232
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: XC85106
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: YR53882
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YR53882%27 HTTP/1.1" 200 None
2026-03-29 04:01:31 [auto1.it] INFO: Scrape type for YR53882: 0
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: KT79218
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KT79218%27 HTTP/1.1" 200 None
2026-03-29 04:01:31 [auto1.it] INFO: Scrape type for KT79218: 0
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: TT97007
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: CP26264
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: DP39396
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DP39396%27 HTTP/1.1" 200 None
2026-03-29 04:01:31 [auto1.it] INFO: Scrape type for DP39396: 0
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: GN74108
2026-03-29 04:01:31 [auto1.it] INFO: Found listing with ID: NC00198
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC00198%27 HTTP/1.1" 200 None
2026-03-29 04:01:31 [auto1.it] INFO: Scrape type for NC00198: 2
2026-03-29 04:01:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e97a6c3-b350-5577-9c94-93e4fdc8d7c6 with identifier: NC00198
2026-03-29 04:01:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e97a6c3-b350-5577-9c94-93e4fdc8d7c6 with scrape type 2
2026-03-29 04:01:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e97a6c3-b350-5577-9c94-93e4fdc8d7c6 with scrape type 2
2026-03-29 04:01:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0e97a6c3-b350-5577-9c94-93e4fdc8d7c6, identifier: NC00198
2026-03-29 04:01:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0e97a6c3-b350-5577-9c94-93e4fdc8d7c6 with identifier: NC00198
2026-03-29 04:01:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0e97a6c3-b350-5577-9c94-93e4fdc8d7c6 with identifier: NC00198
2026-03-29 04:01:31 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0e97a6c3-b350-5577-9c94-93e4fdc8d7c6 with identifier: NC00198 to the API
2026-03-29 04:01:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 250,
'expiration_date': '2026-03-30T15:49:40Z',
'fuel_type': 'diesel',
'id': '0e97a6c3-b350-5577-9c94-93e4fdc8d7c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NC00198',
'listing': 'auction',
'make': 'Jeep',
'model': 'Grand Cherokee',
'odometer': 263799,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-02',
'seller_name': None,
'title': 'Jeep Grand Cherokee 3.0 CRD Summit',
'transmission': 'automatic',
'trim': 'Summit',
'year': 2014}
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC00198%27 HTTP/1.1" 200 None
2026-03-29 04:01:32 [auto1.it] INFO: Saving data for NC00198: {'auction_closing_time': 1774885780.0, 'created_time': 1773848580.644763, 'last_price_update_time': 1774756892.23318}
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NC00198') HTTP/1.1" 204 0
2026-03-29 04:01:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: AG54549
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: HY77897
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HY77897%27 HTTP/1.1" 200 None
2026-03-29 04:01:32 [auto1.it] INFO: Scrape type for HY77897: 0
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: UX44191
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: BW34835
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BW34835%27 HTTP/1.1" 200 None
2026-03-29 04:01:32 [auto1.it] INFO: Scrape type for BW34835: 2
2026-03-29 04:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2cf3473-fad7-597b-97f1-1d4faa65967b with identifier: BW34835
2026-03-29 04:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2cf3473-fad7-597b-97f1-1d4faa65967b with scrape type 2
2026-03-29 04:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2cf3473-fad7-597b-97f1-1d4faa65967b with scrape type 2
2026-03-29 04:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f2cf3473-fad7-597b-97f1-1d4faa65967b, identifier: BW34835
2026-03-29 04:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f2cf3473-fad7-597b-97f1-1d4faa65967b with identifier: BW34835
2026-03-29 04:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f2cf3473-fad7-597b-97f1-1d4faa65967b with identifier: BW34835
2026-03-29 04:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f2cf3473-fad7-597b-97f1-1d4faa65967b with identifier: BW34835 to the API
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:46:52Z',
'fuel_type': 'diesel',
'id': 'f2cf3473-fad7-597b-97f1-1d4faa65967b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BW34835',
'listing': 'auction',
'make': 'BMW',
'model': '3er',
'odometer': 233877,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-11-11',
'seller_name': None,
'title': 'BMW 3er 320d',
'transmission': 'manual',
'trim': '',
'year': 2003}
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BW34835%27 HTTP/1.1" 200 None
2026-03-29 04:01:32 [auto1.it] INFO: Saving data for BW34835: {'auction_closing_time': 1774885612.0, 'created_time': 1774645588.884798, 'last_price_update_time': 1774756892.774406}
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BW34835') HTTP/1.1" 204 0
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: BW24813
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: JF07503
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: UC47461
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UC47461%27 HTTP/1.1" 200 None
2026-03-29 04:01:32 [auto1.it] INFO: Scrape type for UC47461: 0
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: HS75117
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HS75117%27 HTTP/1.1" 200 None
2026-03-29 04:01:32 [auto1.it] INFO: Scrape type for HS75117: 0
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: NC89315
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC89315%27 HTTP/1.1" 200 None
2026-03-29 04:01:32 [auto1.it] INFO: Scrape type for NC89315: 0
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: EM22547
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EM22547%27 HTTP/1.1" 200 None
2026-03-29 04:01:32 [auto1.it] INFO: Scrape type for EM22547: 0
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: AJ89778
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AJ89778%27 HTTP/1.1" 200 None
2026-03-29 04:01:32 [auto1.it] INFO: Scrape type for AJ89778: 0
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: FR80508
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: YP04797
2026-03-29 04:01:32 [auto1.it] INFO: Found listing with ID: UN42756
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UN42756%27 HTTP/1.1" 200 None
2026-03-29 04:01:32 [auto1.it] INFO: Scrape type for UN42756: 2
2026-03-29 04:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5324e246-47e8-527c-9783-ea4ac7e30248 with identifier: UN42756
2026-03-29 04:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5324e246-47e8-527c-9783-ea4ac7e30248 with scrape type 2
2026-03-29 04:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5324e246-47e8-527c-9783-ea4ac7e30248 with scrape type 2
2026-03-29 04:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5324e246-47e8-527c-9783-ea4ac7e30248, identifier: UN42756
2026-03-29 04:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5324e246-47e8-527c-9783-ea4ac7e30248 with identifier: UN42756
2026-03-29 04:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5324e246-47e8-527c-9783-ea4ac7e30248 with identifier: UN42756
2026-03-29 04:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5324e246-47e8-527c-9783-ea4ac7e30248 with identifier: UN42756 to the API
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:13:31Z',
'fuel_type': 'diesel',
'id': '5324e246-47e8-527c-9783-ea4ac7e30248',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UN42756',
'listing': 'auction',
'make': 'Fiat',
'model': '500X',
'odometer': 173195,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-02',
'seller_name': None,
'title': 'Fiat 500X 1.6 JTDM Pop Star',
'transmission': 'manual',
'trim': 'Pop Star',
'year': 2016}
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UN42756%27 HTTP/1.1" 200 None
2026-03-29 04:01:33 [auto1.it] INFO: Saving data for UN42756: {'auction_closing_time': 1774883611.0, 'created_time': 1774558910.250286, 'last_price_update_time': 1774756893.450839}
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UN42756') HTTP/1.1" 204 0
2026-03-29 04:01:33 [auto1.it] INFO: Found listing with ID: DM32670
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DM32670%27 HTTP/1.1" 200 None
2026-03-29 04:01:33 [auto1.it] INFO: Scrape type for DM32670: 0
2026-03-29 04:01:33 [auto1.it] INFO: Found listing with ID: PN03774
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PN03774%27 HTTP/1.1" 200 None
2026-03-29 04:01:33 [auto1.it] INFO: Scrape type for PN03774: 0
2026-03-29 04:01:33 [auto1.it] INFO: Found listing with ID: UN16063
2026-03-29 04:01:33 [auto1.it] INFO: Found listing with ID: SJ00829
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SJ00829%27 HTTP/1.1" 200 None
2026-03-29 04:01:33 [auto1.it] INFO: Scrape type for SJ00829: 0
2026-03-29 04:01:33 [auto1.it] INFO: Found listing with ID: NH03785
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NH03785%27 HTTP/1.1" 200 None
2026-03-29 04:01:33 [auto1.it] INFO: Scrape type for NH03785: 0
2026-03-29 04:01:33 [auto1.it] INFO: Found listing with ID: MS47082
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MS47082%27 HTTP/1.1" 200 None
2026-03-29 04:01:33 [auto1.it] INFO: Scrape type for MS47082: 2
2026-03-29 04:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d70570ae-6117-5213-90a8-083de7d3686f with identifier: MS47082
2026-03-29 04:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d70570ae-6117-5213-90a8-083de7d3686f with scrape type 2
2026-03-29 04:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d70570ae-6117-5213-90a8-083de7d3686f with scrape type 2
2026-03-29 04:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d70570ae-6117-5213-90a8-083de7d3686f, identifier: MS47082
2026-03-29 04:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d70570ae-6117-5213-90a8-083de7d3686f with identifier: MS47082
2026-03-29 04:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d70570ae-6117-5213-90a8-083de7d3686f with identifier: MS47082
2026-03-29 04:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d70570ae-6117-5213-90a8-083de7d3686f with identifier: MS47082 to the API
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:00:36Z',
'fuel_type': 'diesel',
'id': 'd70570ae-6117-5213-90a8-083de7d3686f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MS47082',
'listing': 'auction',
'make': 'Seat',
'model': 'Altea',
'odometer': 124874,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-02-28',
'seller_name': None,
'title': 'Seat Altea 1.6 TDI Style Ecomotive',
'transmission': 'manual',
'trim': 'Style Ecomotive',
'year': 2010}
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MS47082%27 HTTP/1.1" 200 None
2026-03-29 04:01:34 [auto1.it] INFO: Saving data for MS47082: {'auction_closing_time': 1774882836.0, 'created_time': 1774559037.662994, 'last_price_update_time': 1774756894.211906}
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MS47082') HTTP/1.1" 204 0
2026-03-29 04:01:34 [auto1.it] INFO: Found listing with ID: CV79259
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CV79259%27 HTTP/1.1" 200 None
2026-03-29 04:01:34 [auto1.it] INFO: Scrape type for CV79259: 0
2026-03-29 04:01:34 [auto1.it] INFO: Found listing with ID: RM97748
2026-03-29 04:01:34 [auto1.it] INFO: Found listing with ID: SM10455
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SM10455%27 HTTP/1.1" 200 None
2026-03-29 04:01:34 [auto1.it] INFO: Scrape type for SM10455: 2
2026-03-29 04:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c178f2ff-21a2-5137-b819-54564da6aad9 with identifier: SM10455
2026-03-29 04:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c178f2ff-21a2-5137-b819-54564da6aad9 with scrape type 2
2026-03-29 04:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c178f2ff-21a2-5137-b819-54564da6aad9 with scrape type 2
2026-03-29 04:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c178f2ff-21a2-5137-b819-54564da6aad9, identifier: SM10455
2026-03-29 04:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c178f2ff-21a2-5137-b819-54564da6aad9 with identifier: SM10455
2026-03-29 04:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c178f2ff-21a2-5137-b819-54564da6aad9 with identifier: SM10455
2026-03-29 04:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c178f2ff-21a2-5137-b819-54564da6aad9 with identifier: SM10455 to the API
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 116,
'expiration_date': '2026-03-30T15:25:37Z',
'fuel_type': 'hybrid',
'id': 'c178f2ff-21a2-5137-b819-54564da6aad9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SM10455',
'listing': 'auction',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 8799,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-18',
'seller_name': None,
'title': 'Toyota Yaris 1.5 Hybrid Trend',
'transmission': 'automatic',
'trim': 'Trend',
'year': 2023}
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SM10455%27 HTTP/1.1" 200 None
2026-03-29 04:01:34 [auto1.it] INFO: Saving data for SM10455: {'auction_closing_time': 1774884337.0, 'created_time': 1774645593.34811, 'last_price_update_time': 1774756894.698513}
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SM10455') HTTP/1.1" 204 0
2026-03-29 04:01:34 [auto1.it] INFO: Found listing with ID: RJ82738
2026-03-29 04:01:34 [auto1.it] INFO: Found listing with ID: LH97251
2026-03-29 04:01:34 [auto1.it] INFO: Found listing with ID: JX68223
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JX68223%27 HTTP/1.1" 200 None
2026-03-29 04:01:34 [auto1.it] INFO: Scrape type for JX68223: 0
2026-03-29 04:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:35 [auto1.it] INFO: Channel: 24h | Page: 16 | totalHits: 2226 | hits on page: 40
2026-03-29 04:01:35 [auto1.it] INFO: Found listing with ID: KH49254
2026-03-29 04:01:35 [auto1.it] INFO: Found listing with ID: TT50547
2026-03-29 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TT50547%27 HTTP/1.1" 200 None
2026-03-29 04:01:35 [auto1.it] INFO: Scrape type for TT50547: 0
2026-03-29 04:01:35 [auto1.it] INFO: Found listing with ID: JV05910
2026-03-29 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JV05910%27 HTTP/1.1" 200 None
2026-03-29 04:01:35 [auto1.it] INFO: Scrape type for JV05910: 0
2026-03-29 04:01:35 [auto1.it] INFO: Found listing with ID: MA17223
2026-03-29 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MA17223%27 HTTP/1.1" 200 None
2026-03-29 04:01:35 [auto1.it] INFO: Scrape type for MA17223: 2
2026-03-29 04:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9cb7d9c-49be-5208-81ab-8cdd1b9a669f with identifier: MA17223
2026-03-29 04:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9cb7d9c-49be-5208-81ab-8cdd1b9a669f with scrape type 2
2026-03-29 04:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9cb7d9c-49be-5208-81ab-8cdd1b9a669f with scrape type 2
2026-03-29 04:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c9cb7d9c-49be-5208-81ab-8cdd1b9a669f, identifier: MA17223
2026-03-29 04:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c9cb7d9c-49be-5208-81ab-8cdd1b9a669f with identifier: MA17223
2026-03-29 04:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c9cb7d9c-49be-5208-81ab-8cdd1b9a669f with identifier: MA17223
2026-03-29 04:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c9cb7d9c-49be-5208-81ab-8cdd1b9a669f with identifier: MA17223 to the API
2026-03-29 04:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 205,
'expiration_date': '2026-03-30T15:01:37Z',
'fuel_type': 'diesel',
'id': 'c9cb7d9c-49be-5208-81ab-8cdd1b9a669f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MA17223',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'M-Klasse',
'odometer': 163767,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-27',
'seller_name': None,
'title': 'Mercedes-Benz M-Klasse ML 250 CDI Sport',
'transmission': 'automatic',
'trim': 'Sport',
'year': 2012}
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MA17223%27 HTTP/1.1" 200 None
2026-03-29 04:01:36 [auto1.it] INFO: Saving data for MA17223: {'auction_closing_time': 1774882897.0, 'created_time': 1773867656.260227, 'last_price_update_time': 1774756896.119819}
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MA17223') HTTP/1.1" 204 0
2026-03-29 04:01:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:01:36 [auto1.it] INFO: Found listing with ID: PC08204
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PC08204%27 HTTP/1.1" 200 None
2026-03-29 04:01:36 [auto1.it] INFO: Scrape type for PC08204: 0
2026-03-29 04:01:36 [auto1.it] INFO: Found listing with ID: PV94920
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PV94920%27 HTTP/1.1" 200 None
2026-03-29 04:01:36 [auto1.it] INFO: Scrape type for PV94920: 0
2026-03-29 04:01:36 [auto1.it] INFO: Found listing with ID: DK51991
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DK51991%27 HTTP/1.1" 200 None
2026-03-29 04:01:36 [auto1.it] INFO: Scrape type for DK51991: 2
2026-03-29 04:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e76171f0-2b6e-58a6-acc2-040064516ac8 with identifier: DK51991
2026-03-29 04:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e76171f0-2b6e-58a6-acc2-040064516ac8 with scrape type 2
2026-03-29 04:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e76171f0-2b6e-58a6-acc2-040064516ac8 with scrape type 2
2026-03-29 04:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e76171f0-2b6e-58a6-acc2-040064516ac8, identifier: DK51991
2026-03-29 04:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e76171f0-2b6e-58a6-acc2-040064516ac8 with identifier: DK51991
2026-03-29 04:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e76171f0-2b6e-58a6-acc2-040064516ac8 with identifier: DK51991
2026-03-29 04:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e76171f0-2b6e-58a6-acc2-040064516ac8 with identifier: DK51991 to the API
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 205,
'expiration_date': '2026-03-30T15:41:04Z',
'fuel_type': 'diesel',
'id': 'e76171f0-2b6e-58a6-acc2-040064516ac8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DK51991',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'GLC-Klasse',
'odometer': 257848,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-19',
'seller_name': None,
'title': 'Mercedes-Benz GLC-Klasse GLC 250 4Matic Exclusive',
'transmission': 'automatic',
'trim': '4Matic Exclusive',
'year': 2018}
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DK51991%27 HTTP/1.1" 200 None
2026-03-29 04:01:36 [auto1.it] INFO: Saving data for DK51991: {'auction_closing_time': 1774885264.0, 'created_time': 1773305222.958797, 'last_price_update_time': 1774756896.77184}
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DK51991') HTTP/1.1" 204 0
2026-03-29 04:01:36 [auto1.it] INFO: Found listing with ID: ZW61080
2026-03-29 04:01:36 [auto1.it] INFO: Found listing with ID: GG10303
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GG10303%27 HTTP/1.1" 200 None
2026-03-29 04:01:36 [auto1.it] INFO: Scrape type for GG10303: 2
2026-03-29 04:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f3e5d53-2c96-5926-a0c8-0415c0c3985e with identifier: GG10303
2026-03-29 04:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f3e5d53-2c96-5926-a0c8-0415c0c3985e with scrape type 2
2026-03-29 04:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f3e5d53-2c96-5926-a0c8-0415c0c3985e with scrape type 2
2026-03-29 04:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0f3e5d53-2c96-5926-a0c8-0415c0c3985e, identifier: GG10303
2026-03-29 04:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0f3e5d53-2c96-5926-a0c8-0415c0c3985e with identifier: GG10303
2026-03-29 04:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0f3e5d53-2c96-5926-a0c8-0415c0c3985e with identifier: GG10303
2026-03-29 04:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0f3e5d53-2c96-5926-a0c8-0415c0c3985e with identifier: GG10303 to the API
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:03:09Z',
'fuel_type': 'diesel',
'id': '0f3e5d53-2c96-5926-a0c8-0415c0c3985e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GG10303',
'listing': 'auction',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 261019,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-24',
'seller_name': None,
'title': 'Jeep Renegade 1.6 M-Jet Night Eagle FWD',
'transmission': 'manual',
'trim': 'Night Eagle FWD',
'year': 2017}
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GG10303%27 HTTP/1.1" 200 None
2026-03-29 04:01:37 [auto1.it] INFO: Saving data for GG10303: {'auction_closing_time': 1774882989.0, 'created_time': 1774645276.981146, 'last_price_update_time': 1774756897.325956}
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GG10303') HTTP/1.1" 204 0
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: SY54924
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SY54924%27 HTTP/1.1" 200 None
2026-03-29 04:01:37 [auto1.it] INFO: Scrape type for SY54924: 0
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: GW48563
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GW48563%27 HTTP/1.1" 200 None
2026-03-29 04:01:37 [auto1.it] INFO: Scrape type for GW48563: 0
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: YE38738
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: JC71555
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: RN44276
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: AN07116
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AN07116%27 HTTP/1.1" 200 None
2026-03-29 04:01:37 [auto1.it] INFO: Scrape type for AN07116: 2
2026-03-29 04:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d5ac30b-f48f-5911-bd69-39f99e4b882b with identifier: AN07116
2026-03-29 04:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d5ac30b-f48f-5911-bd69-39f99e4b882b with scrape type 2
2026-03-29 04:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d5ac30b-f48f-5911-bd69-39f99e4b882b with scrape type 2
2026-03-29 04:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2d5ac30b-f48f-5911-bd69-39f99e4b882b, identifier: AN07116
2026-03-29 04:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2d5ac30b-f48f-5911-bd69-39f99e4b882b with identifier: AN07116
2026-03-29 04:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2d5ac30b-f48f-5911-bd69-39f99e4b882b with identifier: AN07116
2026-03-29 04:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2d5ac30b-f48f-5911-bd69-39f99e4b882b with identifier: AN07116 to the API
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 2,
'engine_horse_power': 170,
'expiration_date': '2026-03-30T15:16:20Z',
'fuel_type': 'diesel',
'id': '2d5ac30b-f48f-5911-bd69-39f99e4b882b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AN07116',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'C-Klasse',
'odometer': 168358,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-20',
'seller_name': None,
'title': 'Mercedes-Benz C-Klasse C 220 d 4Matic Premium',
'transmission': 'automatic',
'trim': '4Matic Premium',
'year': 2017}
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AN07116%27 HTTP/1.1" 200 None
2026-03-29 04:01:37 [auto1.it] INFO: Saving data for AN07116: {'auction_closing_time': 1774883780.0, 'created_time': 1774256562.131047, 'last_price_update_time': 1774756897.824314}
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AN07116') HTTP/1.1" 204 0
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: LH59018
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: NF80846
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: XG00486
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: SG75657
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SG75657%27 HTTP/1.1" 200 None
2026-03-29 04:01:37 [auto1.it] INFO: Scrape type for SG75657: 0
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: UK64691
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: XW75946
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: SF23261
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SF23261%27 HTTP/1.1" 200 None
2026-03-29 04:01:37 [auto1.it] INFO: Scrape type for SF23261: 0
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: SN49105
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: SZ00349
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: UH39950
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: EU38381
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: RM88416
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: MA83267
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MA83267%27 HTTP/1.1" 200 None
2026-03-29 04:01:37 [auto1.it] INFO: Scrape type for MA83267: 0
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: VY08024
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: SV89112
2026-03-29 04:01:37 [auto1.it] INFO: Found listing with ID: ZX85690
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZX85690%27 HTTP/1.1" 200 None
2026-03-29 04:01:38 [auto1.it] INFO: Scrape type for ZX85690: 0
2026-03-29 04:01:38 [auto1.it] INFO: Found listing with ID: WE98269
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WE98269%27 HTTP/1.1" 200 None
2026-03-29 04:01:38 [auto1.it] INFO: Scrape type for WE98269: 0
2026-03-29 04:01:38 [auto1.it] INFO: Found listing with ID: AH42596
2026-03-29 04:01:38 [auto1.it] INFO: Found listing with ID: JA21524
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JA21524%27 HTTP/1.1" 200 None
2026-03-29 04:01:38 [auto1.it] INFO: Scrape type for JA21524: 2
2026-03-29 04:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaa8b773-36c1-5704-85c0-6980885dfae5 with identifier: JA21524
2026-03-29 04:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaa8b773-36c1-5704-85c0-6980885dfae5 with scrape type 2
2026-03-29 04:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaa8b773-36c1-5704-85c0-6980885dfae5 with scrape type 2
2026-03-29 04:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: aaa8b773-36c1-5704-85c0-6980885dfae5, identifier: JA21524
2026-03-29 04:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: aaa8b773-36c1-5704-85c0-6980885dfae5 with identifier: JA21524
2026-03-29 04:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: aaa8b773-36c1-5704-85c0-6980885dfae5 with identifier: JA21524
2026-03-29 04:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: aaa8b773-36c1-5704-85c0-6980885dfae5 with identifier: JA21524 to the API
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 185,
'expiration_date': '2026-03-30T15:28:38Z',
'fuel_type': 'diesel',
'id': 'aaa8b773-36c1-5704-85c0-6980885dfae5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JA21524',
'listing': 'auction',
'make': 'Audi',
'model': 'A3 Sportback',
'odometer': 226973,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-12-31',
'seller_name': None,
'title': 'Audi A3 Sportback 2.0 TDI quattro S line Sportpaket',
'transmission': 'automatic',
'trim': 'quattro S line Sportpaket',
'year': 2014}
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JA21524%27 HTTP/1.1" 200 None
2026-03-29 04:01:38 [auto1.it] INFO: Saving data for JA21524: {'auction_closing_time': 1774884518.0, 'created_time': 1773130853.972664, 'last_price_update_time': 1774756898.560915}
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JA21524') HTTP/1.1" 204 0
2026-03-29 04:01:38 [auto1.it] INFO: Found listing with ID: PA07928
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PA07928%27 HTTP/1.1" 200 None
2026-03-29 04:01:38 [auto1.it] INFO: Scrape type for PA07928: 2
2026-03-29 04:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2072f613-4d78-568e-98e6-94ba28174786 with identifier: PA07928
2026-03-29 04:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2072f613-4d78-568e-98e6-94ba28174786 with scrape type 2
2026-03-29 04:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2072f613-4d78-568e-98e6-94ba28174786 with scrape type 2
2026-03-29 04:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2072f613-4d78-568e-98e6-94ba28174786, identifier: PA07928
2026-03-29 04:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2072f613-4d78-568e-98e6-94ba28174786 with identifier: PA07928
2026-03-29 04:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2072f613-4d78-568e-98e6-94ba28174786 with identifier: PA07928
2026-03-29 04:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2072f613-4d78-568e-98e6-94ba28174786 with identifier: PA07928 to the API
2026-03-29 04:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:15:43Z',
'fuel_type': 'diesel',
'id': '2072f613-4d78-568e-98e6-94ba28174786',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PA07928',
'listing': 'auction',
'make': 'Hyundai',
'model': 'ix35',
'odometer': 216704,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-23',
'seller_name': None,
'title': 'Hyundai ix35 1.7 CRDi Comfort 2WD',
'transmission': 'manual',
'trim': 'Comfort 2WD',
'year': 2013}
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PA07928%27 HTTP/1.1" 200 None
2026-03-29 04:01:39 [auto1.it] INFO: Saving data for PA07928: {'auction_closing_time': 1774883743.0, 'created_time': 1773305157.634485, 'last_price_update_time': 1774756899.116246}
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PA07928') HTTP/1.1" 204 0
2026-03-29 04:01:39 [auto1.it] INFO: Found listing with ID: LW29692
2026-03-29 04:01:39 [auto1.it] INFO: Found listing with ID: RF58149
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF58149%27 HTTP/1.1" 200 None
2026-03-29 04:01:39 [auto1.it] INFO: Scrape type for RF58149: 2
2026-03-29 04:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 162a4470-6889-571d-a0f4-89b1985e2509 with identifier: RF58149
2026-03-29 04:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 162a4470-6889-571d-a0f4-89b1985e2509 with scrape type 2
2026-03-29 04:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 162a4470-6889-571d-a0f4-89b1985e2509 with scrape type 2
2026-03-29 04:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 162a4470-6889-571d-a0f4-89b1985e2509, identifier: RF58149
2026-03-29 04:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 162a4470-6889-571d-a0f4-89b1985e2509 with identifier: RF58149
2026-03-29 04:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 162a4470-6889-571d-a0f4-89b1985e2509 with identifier: RF58149
2026-03-29 04:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 162a4470-6889-571d-a0f4-89b1985e2509 with identifier: RF58149 to the API
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:33:28Z',
'fuel_type': 'petrol',
'id': '162a4470-6889-571d-a0f4-89b1985e2509',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RF58149',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 179527,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-19',
'seller_name': None,
'title': 'Fiat 500 1.2 Lounge',
'transmission': 'manual',
'trim': 'Lounge',
'year': 2015}
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF58149%27 HTTP/1.1" 200 None
2026-03-29 04:01:39 [auto1.it] INFO: Saving data for RF58149: {'auction_closing_time': 1774884808.0, 'created_time': 1774342915.89903, 'last_price_update_time': 1774756899.567271}
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RF58149') HTTP/1.1" 204 0
2026-03-29 04:01:39 [auto1.it] INFO: Found listing with ID: LY31332
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LY31332%27 HTTP/1.1" 200 None
2026-03-29 04:01:39 [auto1.it] INFO: Scrape type for LY31332: 0
2026-03-29 04:01:39 [auto1.it] INFO: Found listing with ID: KP29994
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KP29994%27 HTTP/1.1" 200 None
2026-03-29 04:01:39 [auto1.it] INFO: Scrape type for KP29994: 0
2026-03-29 04:01:39 [auto1.it] INFO: Found listing with ID: BJ69368
2026-03-29 04:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:39 [auto1.it] INFO: Channel: 24h | Page: 17 | totalHits: 2226 | hits on page: 40
2026-03-29 04:01:39 [auto1.it] INFO: Found listing with ID: XF08656
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XF08656%27 HTTP/1.1" 200 None
2026-03-29 04:01:39 [auto1.it] INFO: Scrape type for XF08656: 0
2026-03-29 04:01:39 [auto1.it] INFO: Found listing with ID: CD59978
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CD59978%27 HTTP/1.1" 200 None
2026-03-29 04:01:39 [auto1.it] INFO: Scrape type for CD59978: 2
2026-03-29 04:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e123633-8e8e-56d9-9e37-7870d3311c3d with identifier: CD59978
2026-03-29 04:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e123633-8e8e-56d9-9e37-7870d3311c3d with scrape type 2
2026-03-29 04:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e123633-8e8e-56d9-9e37-7870d3311c3d with scrape type 2
2026-03-29 04:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6e123633-8e8e-56d9-9e37-7870d3311c3d, identifier: CD59978
2026-03-29 04:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6e123633-8e8e-56d9-9e37-7870d3311c3d with identifier: CD59978
2026-03-29 04:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6e123633-8e8e-56d9-9e37-7870d3311c3d with identifier: CD59978
2026-03-29 04:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6e123633-8e8e-56d9-9e37-7870d3311c3d with identifier: CD59978 to the API
2026-03-29 04:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 136,
'expiration_date': '2026-03-30T15:40:18Z',
'fuel_type': 'hybrid',
'id': '6e123633-8e8e-56d9-9e37-7870d3311c3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CD59978',
'listing': 'auction',
'make': 'Toyota',
'model': 'Auris Touring Sports',
'odometer': 302103,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-22',
'seller_name': None,
'title': 'Toyota Auris Touring Sports 1.8 Hybrid Black Edition',
'transmission': 'automatic',
'trim': 'Black Edition',
'year': 2017}
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CD59978%27 HTTP/1.1" 200 None
2026-03-29 04:01:40 [auto1.it] INFO: Saving data for CD59978: {'auction_closing_time': 1774885218.0, 'created_time': 1774645626.892869, 'last_price_update_time': 1774756900.186769}
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CD59978') HTTP/1.1" 204 0
2026-03-29 04:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:01:40 [auto1.it] INFO: Found listing with ID: BD54797
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BD54797%27 HTTP/1.1" 200 None
2026-03-29 04:01:40 [auto1.it] INFO: Scrape type for BD54797: 2
2026-03-29 04:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c49df124-78fd-55b5-ac93-189527429097 with identifier: BD54797
2026-03-29 04:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c49df124-78fd-55b5-ac93-189527429097 with scrape type 2
2026-03-29 04:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c49df124-78fd-55b5-ac93-189527429097 with scrape type 2
2026-03-29 04:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c49df124-78fd-55b5-ac93-189527429097, identifier: BD54797
2026-03-29 04:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c49df124-78fd-55b5-ac93-189527429097 with identifier: BD54797
2026-03-29 04:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c49df124-78fd-55b5-ac93-189527429097 with identifier: BD54797
2026-03-29 04:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c49df124-78fd-55b5-ac93-189527429097 with identifier: BD54797 to the API
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:01:43Z',
'fuel_type': 'diesel',
'id': 'c49df124-78fd-55b5-ac93-189527429097',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BD54797',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 239471,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-15',
'seller_name': None,
'title': 'Volkswagen Polo 1.4 TDI Trendline BlueMotion Tech',
'transmission': 'manual',
'trim': 'Trendline BlueMotion Tech',
'year': 2017}
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BD54797%27 HTTP/1.1" 200 None
2026-03-29 04:01:40 [auto1.it] INFO: Saving data for BD54797: {'auction_closing_time': 1774882903.0, 'created_time': 1773349342.573278, 'last_price_update_time': 1774756900.667636}
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BD54797') HTTP/1.1" 204 0
2026-03-29 04:01:40 [auto1.it] INFO: Found listing with ID: WY54071
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WY54071%27 HTTP/1.1" 200 None
2026-03-29 04:01:40 [auto1.it] INFO: Scrape type for WY54071: 2
2026-03-29 04:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7b56812-17d6-5443-a651-bb4cee4e9d81 with identifier: WY54071
2026-03-29 04:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7b56812-17d6-5443-a651-bb4cee4e9d81 with scrape type 2
2026-03-29 04:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7b56812-17d6-5443-a651-bb4cee4e9d81 with scrape type 2
2026-03-29 04:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a7b56812-17d6-5443-a651-bb4cee4e9d81, identifier: WY54071
2026-03-29 04:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a7b56812-17d6-5443-a651-bb4cee4e9d81 with identifier: WY54071
2026-03-29 04:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a7b56812-17d6-5443-a651-bb4cee4e9d81 with identifier: WY54071
2026-03-29 04:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a7b56812-17d6-5443-a651-bb4cee4e9d81 with identifier: WY54071 to the API
2026-03-29 04:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:32:01Z',
'fuel_type': 'diesel',
'id': 'a7b56812-17d6-5443-a651-bb4cee4e9d81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WY54071',
'listing': 'auction',
'make': 'Hyundai',
'model': 'ix35',
'odometer': 155811,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-05-20',
'seller_name': None,
'title': 'Hyundai ix35 1.7 CRDi XPossible 2WD',
'transmission': 'manual',
'trim': 'XPossible 2WD',
'year': 2013}
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WY54071%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Saving data for WY54071: {'auction_closing_time': 1774884721.0, 'created_time': 1773738218.901736, 'last_price_update_time': 1774756901.132261}
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WY54071') HTTP/1.1" 204 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: TA36833
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: LX42454
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LX42454%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for LX42454: 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: ZT44032
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: LN05453
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LN05453%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for LN05453: 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: TD38619
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: GT16147
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: VA41104
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VA41104%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for VA41104: 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: ES59878
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ES59878%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for ES59878: 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: ZT67877
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: DJ48929
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DJ48929%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for DJ48929: 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: DV09922
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DV09922%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for DV09922: 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: UW92889
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UW92889%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for UW92889: 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: NJ63404
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: TV86323
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: HV87754
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: TJ75665
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TJ75665%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for TJ75665: 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: DM40972
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DM40972%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for DM40972: 2
2026-03-29 04:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8a32018-c986-5303-ba17-5b0ab1b2e707 with identifier: DM40972
2026-03-29 04:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8a32018-c986-5303-ba17-5b0ab1b2e707 with scrape type 2
2026-03-29 04:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8a32018-c986-5303-ba17-5b0ab1b2e707 with scrape type 2
2026-03-29 04:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f8a32018-c986-5303-ba17-5b0ab1b2e707, identifier: DM40972
2026-03-29 04:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f8a32018-c986-5303-ba17-5b0ab1b2e707 with identifier: DM40972
2026-03-29 04:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f8a32018-c986-5303-ba17-5b0ab1b2e707 with identifier: DM40972
2026-03-29 04:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f8a32018-c986-5303-ba17-5b0ab1b2e707 with identifier: DM40972 to the API
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:42:27Z',
'fuel_type': 'petrol',
'id': 'f8a32018-c986-5303-ba17-5b0ab1b2e707',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DM40972',
'listing': 'auction',
'make': 'Mazda',
'model': '2',
'odometer': 224159,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-06-29',
'seller_name': None,
'title': 'Mazda 2 1.3 Independence',
'transmission': 'manual',
'trim': 'Independence',
'year': 2010}
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DM40972%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Saving data for DM40972: {'auction_closing_time': 1774885347.0, 'created_time': 1774645628.472231, 'last_price_update_time': 1774756901.744814}
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DM40972') HTTP/1.1" 204 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: TH27811
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: RL48638
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: MB12953
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: YB75201
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YB75201%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for YB75201: 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: TC65145
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: JR93194
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JR93194%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for JR93194: 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: ZM66429
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: ZW84587
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZW84587%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for ZW84587: 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: DC70843
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DC70843%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for DC70843: 0
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: WU80477
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: AL30811
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: NF87616
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: UT43750
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: AF97148
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: ZU39445
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: AM53032
2026-03-29 04:01:41 [auto1.it] INFO: Found listing with ID: ZU37783
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZU37783%27 HTTP/1.1" 200 None
2026-03-29 04:01:41 [auto1.it] INFO: Scrape type for ZU37783: 2
2026-03-29 04:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 760b5c0d-aa10-5670-badf-f8dc9705090a with identifier: ZU37783
2026-03-29 04:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 760b5c0d-aa10-5670-badf-f8dc9705090a with scrape type 2
2026-03-29 04:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 760b5c0d-aa10-5670-badf-f8dc9705090a with scrape type 2
2026-03-29 04:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 760b5c0d-aa10-5670-badf-f8dc9705090a, identifier: ZU37783
2026-03-29 04:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 760b5c0d-aa10-5670-badf-f8dc9705090a with identifier: ZU37783
2026-03-29 04:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 760b5c0d-aa10-5670-badf-f8dc9705090a with identifier: ZU37783
2026-03-29 04:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 760b5c0d-aa10-5670-badf-f8dc9705090a with identifier: ZU37783 to the API
2026-03-29 04:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:11:44Z',
'fuel_type': 'diesel',
'id': '760b5c0d-aa10-5670-badf-f8dc9705090a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZU37783',
'listing': 'auction',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 230559,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-28',
'seller_name': None,
'title': 'Hyundai Tucson 1.7 CRDi Classic blue 2WD',
'transmission': 'manual',
'trim': 'Classic blue 2WD',
'year': 2016}
2026-03-29 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZU37783%27 HTTP/1.1" 200 None
2026-03-29 04:01:42 [auto1.it] INFO: Saving data for ZU37783: {'auction_closing_time': 1774883504.0, 'created_time': 1773867694.759177, 'last_price_update_time': 1774756902.400478}
2026-03-29 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZU37783') HTTP/1.1" 204 0
2026-03-29 04:01:42 [auto1.it] INFO: Found listing with ID: KA22424
2026-03-29 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KA22424%27 HTTP/1.1" 200 None
2026-03-29 04:01:42 [auto1.it] INFO: Scrape type for KA22424: 0
2026-03-29 04:01:42 [auto1.it] INFO: Found listing with ID: GC28590
2026-03-29 04:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:43 [auto1.it] INFO: Channel: 24h | Page: 18 | totalHits: 2226 | hits on page: 40
2026-03-29 04:01:43 [auto1.it] INFO: Found listing with ID: XF95831
2026-03-29 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XF95831%27 HTTP/1.1" 200 None
2026-03-29 04:01:43 [auto1.it] INFO: Scrape type for XF95831: 0
2026-03-29 04:01:43 [auto1.it] INFO: Found listing with ID: WW13816
2026-03-29 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WW13816%27 HTTP/1.1" 200 None
2026-03-29 04:01:43 [auto1.it] INFO: Scrape type for WW13816: 0
2026-03-29 04:01:43 [auto1.it] INFO: Found listing with ID: FN78187
2026-03-29 04:01:43 [auto1.it] INFO: Found listing with ID: ZV13161
2026-03-29 04:01:43 [auto1.it] INFO: Found listing with ID: CR75802
2026-03-29 04:01:43 [auto1.it] INFO: Found listing with ID: GY86444
2026-03-29 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GY86444%27 HTTP/1.1" 200 None
2026-03-29 04:01:43 [auto1.it] INFO: Scrape type for GY86444: 2
2026-03-29 04:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c57cdf46-a48d-5a89-8ebe-193eb23339f6 with identifier: GY86444
2026-03-29 04:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c57cdf46-a48d-5a89-8ebe-193eb23339f6 with scrape type 2
2026-03-29 04:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c57cdf46-a48d-5a89-8ebe-193eb23339f6 with scrape type 2
2026-03-29 04:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c57cdf46-a48d-5a89-8ebe-193eb23339f6, identifier: GY86444
2026-03-29 04:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c57cdf46-a48d-5a89-8ebe-193eb23339f6 with identifier: GY86444
2026-03-29 04:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c57cdf46-a48d-5a89-8ebe-193eb23339f6 with identifier: GY86444
2026-03-29 04:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c57cdf46-a48d-5a89-8ebe-193eb23339f6 with identifier: GY86444 to the API
2026-03-29 04:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:12:44Z',
'fuel_type': 'diesel',
'id': 'c57cdf46-a48d-5a89-8ebe-193eb23339f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GY86444',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VII',
'odometer': 170545,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-01',
'seller_name': None,
'title': 'Volkswagen Golf VII 1.6 TDI Trendline BlueMotion Tech',
'transmission': 'manual',
'trim': 'Trendline BlueMotion Tech',
'year': 2013}
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GY86444%27 HTTP/1.1" 200 None
2026-03-29 04:01:44 [auto1.it] INFO: Saving data for GY86444: {'auction_closing_time': 1774883564.0, 'created_time': 1774645589.217858, 'last_price_update_time': 1774756904.07437}
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GY86444') HTTP/1.1" 204 0
2026-03-29 04:01:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: SE74727
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SE74727%27 HTTP/1.1" 200 None
2026-03-29 04:01:44 [auto1.it] INFO: Scrape type for SE74727: 2
2026-03-29 04:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 045ade15-e9cc-50e2-ade8-bb89d9ba3ed1 with identifier: SE74727
2026-03-29 04:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 045ade15-e9cc-50e2-ade8-bb89d9ba3ed1 with scrape type 2
2026-03-29 04:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 045ade15-e9cc-50e2-ade8-bb89d9ba3ed1 with scrape type 2
2026-03-29 04:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 045ade15-e9cc-50e2-ade8-bb89d9ba3ed1, identifier: SE74727
2026-03-29 04:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 045ade15-e9cc-50e2-ade8-bb89d9ba3ed1 with identifier: SE74727
2026-03-29 04:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 045ade15-e9cc-50e2-ade8-bb89d9ba3ed1 with identifier: SE74727
2026-03-29 04:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 045ade15-e9cc-50e2-ade8-bb89d9ba3ed1 with identifier: SE74727 to the API
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 141,
'expiration_date': '2026-03-30T15:01:42Z',
'fuel_type': 'hybrid',
'id': '045ade15-e9cc-50e2-ade8-bb89d9ba3ed1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SE74727',
'listing': 'auction',
'make': 'Kia',
'model': 'Niro',
'odometer': 123900,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-21',
'seller_name': None,
'title': 'Kia Niro 1.6 Plug-in Hybrid',
'transmission': 'automatic',
'trim': '',
'year': 2018}
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SE74727%27 HTTP/1.1" 200 None
2026-03-29 04:01:44 [auto1.it] INFO: Saving data for SE74727: {'auction_closing_time': 1774882902.0, 'created_time': 1774645625.649312, 'last_price_update_time': 1774756904.484913}
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SE74727') HTTP/1.1" 204 0
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: DC79490
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: HJ71706
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HJ71706%27 HTTP/1.1" 200 None
2026-03-29 04:01:44 [auto1.it] INFO: Scrape type for HJ71706: 0
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: ZW42216
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: WP65731
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WP65731%27 HTTP/1.1" 200 None
2026-03-29 04:01:44 [auto1.it] INFO: Scrape type for WP65731: 0
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: MC91027
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: FG66384
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: DW35808
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: CN54432
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CN54432%27 HTTP/1.1" 200 None
2026-03-29 04:01:44 [auto1.it] INFO: Scrape type for CN54432: 0
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: NL99769
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NL99769%27 HTTP/1.1" 200 None
2026-03-29 04:01:44 [auto1.it] INFO: Scrape type for NL99769: 0
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: MZ97051
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: DW91233
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DW91233%27 HTTP/1.1" 200 None
2026-03-29 04:01:44 [auto1.it] INFO: Scrape type for DW91233: 0
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: BF95758
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: RG91775
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RG91775%27 HTTP/1.1" 200 None
2026-03-29 04:01:44 [auto1.it] INFO: Scrape type for RG91775: 0
2026-03-29 04:01:44 [auto1.it] INFO: Found listing with ID: FT00845
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FT00845%27 HTTP/1.1" 200 None
2026-03-29 04:01:44 [auto1.it] INFO: Scrape type for FT00845: 2
2026-03-29 04:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ba80537-3442-5da5-8868-fa2e2a0155b9 with identifier: FT00845
2026-03-29 04:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ba80537-3442-5da5-8868-fa2e2a0155b9 with scrape type 2
2026-03-29 04:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ba80537-3442-5da5-8868-fa2e2a0155b9 with scrape type 2
2026-03-29 04:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9ba80537-3442-5da5-8868-fa2e2a0155b9, identifier: FT00845
2026-03-29 04:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9ba80537-3442-5da5-8868-fa2e2a0155b9 with identifier: FT00845
2026-03-29 04:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9ba80537-3442-5da5-8868-fa2e2a0155b9 with identifier: FT00845
2026-03-29 04:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9ba80537-3442-5da5-8868-fa2e2a0155b9 with identifier: FT00845 to the API
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 185,
'expiration_date': '2026-03-30T15:52:44Z',
'fuel_type': 'diesel',
'id': '9ba80537-3442-5da5-8868-fa2e2a0155b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FT00845',
'listing': 'auction',
'make': 'BMW',
'model': 'X1',
'odometer': 105566,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-28',
'seller_name': None,
'title': 'BMW X1 xDrive 20d',
'transmission': 'automatic',
'trim': '',
'year': 2014}
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FT00845%27 HTTP/1.1" 200 None
2026-03-29 04:01:45 [auto1.it] INFO: Saving data for FT00845: {'auction_closing_time': 1774885964.0, 'created_time': 1774645653.492871, 'last_price_update_time': 1774756905.071547}
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FT00845') HTTP/1.1" 204 0
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: ZF37954
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZF37954%27 HTTP/1.1" 200 None
2026-03-29 04:01:45 [auto1.it] INFO: Scrape type for ZF37954: 0
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: RG06778
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: PS40086
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: LB35454
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: XH07717
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: FC72088
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FC72088%27 HTTP/1.1" 200 None
2026-03-29 04:01:45 [auto1.it] INFO: Scrape type for FC72088: 0
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: WK88793
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WK88793%27 HTTP/1.1" 200 None
2026-03-29 04:01:45 [auto1.it] INFO: Scrape type for WK88793: 0
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: XY56734
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XY56734%27 HTTP/1.1" 200 None
2026-03-29 04:01:45 [auto1.it] INFO: Scrape type for XY56734: 0
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: UH63202
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UH63202%27 HTTP/1.1" 200 None
2026-03-29 04:01:45 [auto1.it] INFO: Scrape type for UH63202: 2
2026-03-29 04:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9f78161-b0b1-558f-972d-3b4d739eacea with identifier: UH63202
2026-03-29 04:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9f78161-b0b1-558f-972d-3b4d739eacea with scrape type 2
2026-03-29 04:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9f78161-b0b1-558f-972d-3b4d739eacea with scrape type 2
2026-03-29 04:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d9f78161-b0b1-558f-972d-3b4d739eacea, identifier: UH63202
2026-03-29 04:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d9f78161-b0b1-558f-972d-3b4d739eacea with identifier: UH63202
2026-03-29 04:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d9f78161-b0b1-558f-972d-3b4d739eacea with identifier: UH63202
2026-03-29 04:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d9f78161-b0b1-558f-972d-3b4d739eacea with identifier: UH63202 to the API
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:15:17Z',
'fuel_type': 'diesel',
'id': 'd9f78161-b0b1-558f-972d-3b4d739eacea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UH63202',
'listing': 'auction',
'make': 'Volvo',
'model': 'V60',
'odometer': 192250,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-06',
'seller_name': None,
'title': 'Volvo V60 2.0 D3 Kinetic',
'transmission': 'automatic',
'trim': 'Kinetic',
'year': 2015}
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UH63202%27 HTTP/1.1" 200 None
2026-03-29 04:01:45 [auto1.it] INFO: Saving data for UH63202: {'auction_closing_time': 1774883717.0, 'created_time': 1774558861.683441, 'last_price_update_time': 1774756905.688655}
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UH63202') HTTP/1.1" 204 0
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: RF41966
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF41966%27 HTTP/1.1" 200 None
2026-03-29 04:01:45 [auto1.it] INFO: Scrape type for RF41966: 0
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: HU04780
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: JV49964
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: VY30881
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY30881%27 HTTP/1.1" 200 None
2026-03-29 04:01:45 [auto1.it] INFO: Scrape type for VY30881: 0
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: HE58096
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: HY50336
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HY50336%27 HTTP/1.1" 200 None
2026-03-29 04:01:45 [auto1.it] INFO: Scrape type for HY50336: 0
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: FG41149
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: YM68683
2026-03-29 04:01:45 [auto1.it] INFO: Found listing with ID: AK04319
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AK04319%27 HTTP/1.1" 200 None
2026-03-29 04:01:45 [auto1.it] INFO: Scrape type for AK04319: 2
2026-03-29 04:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dbc3aeb-e8fd-5f93-ab53-d0f4943aeea3 with identifier: AK04319
2026-03-29 04:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dbc3aeb-e8fd-5f93-ab53-d0f4943aeea3 with scrape type 2
2026-03-29 04:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dbc3aeb-e8fd-5f93-ab53-d0f4943aeea3 with scrape type 2
2026-03-29 04:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4dbc3aeb-e8fd-5f93-ab53-d0f4943aeea3, identifier: AK04319
2026-03-29 04:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4dbc3aeb-e8fd-5f93-ab53-d0f4943aeea3 with identifier: AK04319
2026-03-29 04:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4dbc3aeb-e8fd-5f93-ab53-d0f4943aeea3 with identifier: AK04319
2026-03-29 04:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4dbc3aeb-e8fd-5f93-ab53-d0f4943aeea3 with identifier: AK04319 to the API
2026-03-29 04:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 82,
'expiration_date': '2026-03-30T15:51:17Z',
'fuel_type': 'petrol',
'id': '4dbc3aeb-e8fd-5f93-ab53-d0f4943aeea3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AK04319',
'listing': 'auction',
'make': 'Chevrolet',
'model': 'Spark',
'odometer': 170914,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-04-19',
'seller_name': None,
'title': 'Chevrolet Spark 1.2 LT',
'transmission': 'manual',
'trim': 'LT',
'year': 2011}
2026-03-29 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AK04319%27 HTTP/1.1" 200 None
2026-03-29 04:01:46 [auto1.it] INFO: Saving data for AK04319: {'auction_closing_time': 1774885877.0, 'created_time': 1773327720.404709, 'last_price_update_time': 1774756906.234204}
2026-03-29 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AK04319') HTTP/1.1" 204 0
2026-03-29 04:01:46 [auto1.it] INFO: Found listing with ID: BR57787
2026-03-29 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BR57787%27 HTTP/1.1" 200 None
2026-03-29 04:01:46 [auto1.it] INFO: Scrape type for BR57787: 0
2026-03-29 04:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:47 [auto1.it] INFO: Channel: 24h | Page: 19 | totalHits: 2226 | hits on page: 40
2026-03-29 04:01:47 [auto1.it] INFO: Found listing with ID: BD43330
2026-03-29 04:01:47 [auto1.it] INFO: Found listing with ID: EW75020
2026-03-29 04:01:47 [auto1.it] INFO: Found listing with ID: JU21728
2026-03-29 04:01:47 [auto1.it] INFO: Found listing with ID: SS18980
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SS18980%27 HTTP/1.1" 200 None
2026-03-29 04:01:47 [auto1.it] INFO: Scrape type for SS18980: 2
2026-03-29 04:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0838869c-31af-5ad6-bc1f-e8247551da59 with identifier: SS18980
2026-03-29 04:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0838869c-31af-5ad6-bc1f-e8247551da59 with scrape type 2
2026-03-29 04:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0838869c-31af-5ad6-bc1f-e8247551da59 with scrape type 2
2026-03-29 04:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0838869c-31af-5ad6-bc1f-e8247551da59, identifier: SS18980
2026-03-29 04:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0838869c-31af-5ad6-bc1f-e8247551da59 with identifier: SS18980
2026-03-29 04:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0838869c-31af-5ad6-bc1f-e8247551da59 with identifier: SS18980
2026-03-29 04:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0838869c-31af-5ad6-bc1f-e8247551da59 with identifier: SS18980 to the API
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 131,
'expiration_date': '2026-03-30T15:37:21Z',
'fuel_type': 'hybrid',
'id': '0838869c-31af-5ad6-bc1f-e8247551da59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SS18980',
'listing': 'auction',
'make': 'Honda',
'model': 'HR-V',
'odometer': 55894,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-15',
'seller_name': None,
'title': 'Honda HR-V 1.5 i-MMD Hybrid Elegance',
'transmission': 'automatic',
'trim': 'Elegance',
'year': 2023}
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SS18980%27 HTTP/1.1" 200 None
2026-03-29 04:01:47 [auto1.it] INFO: Saving data for SS18980: {'auction_closing_time': 1774885041.0, 'created_time': 1773867647.341459, 'last_price_update_time': 1774756907.717402}
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SS18980') HTTP/1.1" 204 0
2026-03-29 04:01:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:01:47 [auto1.it] INFO: Found listing with ID: PA42280
2026-03-29 04:01:47 [auto1.it] INFO: Found listing with ID: WP88184
2026-03-29 04:01:47 [auto1.it] INFO: Found listing with ID: FT22704
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FT22704%27 HTTP/1.1" 200 None
2026-03-29 04:01:47 [auto1.it] INFO: Scrape type for FT22704: 0
2026-03-29 04:01:47 [auto1.it] INFO: Found listing with ID: YS49191
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YS49191%27 HTTP/1.1" 200 None
2026-03-29 04:01:47 [auto1.it] INFO: Scrape type for YS49191: 0
2026-03-29 04:01:47 [auto1.it] INFO: Found listing with ID: CS16004
2026-03-29 04:01:47 [auto1.it] INFO: Found listing with ID: LY57551
2026-03-29 04:01:47 [auto1.it] INFO: Found listing with ID: WS24501
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WS24501%27 HTTP/1.1" 200 None
2026-03-29 04:01:47 [auto1.it] INFO: Scrape type for WS24501: 2
2026-03-29 04:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc30c7b2-bbdb-5168-ac62-89c569003884 with identifier: WS24501
2026-03-29 04:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc30c7b2-bbdb-5168-ac62-89c569003884 with scrape type 2
2026-03-29 04:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc30c7b2-bbdb-5168-ac62-89c569003884 with scrape type 2
2026-03-29 04:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bc30c7b2-bbdb-5168-ac62-89c569003884, identifier: WS24501
2026-03-29 04:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bc30c7b2-bbdb-5168-ac62-89c569003884 with identifier: WS24501
2026-03-29 04:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bc30c7b2-bbdb-5168-ac62-89c569003884 with identifier: WS24501
2026-03-29 04:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bc30c7b2-bbdb-5168-ac62-89c569003884 with identifier: WS24501 to the API
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:29:51Z',
'fuel_type': 'diesel',
'id': 'bc30c7b2-bbdb-5168-ac62-89c569003884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WS24501',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'C-Klasse',
'odometer': 176584,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-24',
'seller_name': None,
'title': 'Mercedes-Benz C-Klasse C 180 d BlueTEC Executive',
'transmission': 'manual',
'trim': 'BlueTEC Executive',
'year': 2016}
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WS24501%27 HTTP/1.1" 200 None
2026-03-29 04:01:48 [auto1.it] INFO: Saving data for WS24501: {'auction_closing_time': 1774884591.0, 'created_time': 1772783800.995986, 'last_price_update_time': 1774756908.253529}
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WS24501') HTTP/1.1" 204 0
2026-03-29 04:01:48 [auto1.it] INFO: Found listing with ID: LT75746
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LT75746%27 HTTP/1.1" 200 None
2026-03-29 04:01:48 [auto1.it] INFO: Scrape type for LT75746: 0
2026-03-29 04:01:48 [auto1.it] INFO: Found listing with ID: JS42398
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JS42398%27 HTTP/1.1" 200 None
2026-03-29 04:01:48 [auto1.it] INFO: Scrape type for JS42398: 2
2026-03-29 04:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9bac395-e7b7-5990-98f1-187cc017448a with identifier: JS42398
2026-03-29 04:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9bac395-e7b7-5990-98f1-187cc017448a with scrape type 2
2026-03-29 04:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9bac395-e7b7-5990-98f1-187cc017448a with scrape type 2
2026-03-29 04:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e9bac395-e7b7-5990-98f1-187cc017448a, identifier: JS42398
2026-03-29 04:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e9bac395-e7b7-5990-98f1-187cc017448a with identifier: JS42398
2026-03-29 04:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e9bac395-e7b7-5990-98f1-187cc017448a with identifier: JS42398
2026-03-29 04:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e9bac395-e7b7-5990-98f1-187cc017448a with identifier: JS42398 to the API
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:18:06Z',
'fuel_type': 'diesel',
'id': 'e9bac395-e7b7-5990-98f1-187cc017448a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JS42398',
'listing': 'auction',
'make': 'Volvo',
'model': 'V40 Cross Country',
'odometer': 200759,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-19',
'seller_name': None,
'title': 'Volvo V40 Cross Country 2.0 D2 Business',
'transmission': 'manual',
'trim': 'Business',
'year': 2015}
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JS42398%27 HTTP/1.1" 200 None
2026-03-29 04:01:48 [auto1.it] INFO: Saving data for JS42398: {'auction_closing_time': 1774883886.0, 'created_time': 1773135862.772643, 'last_price_update_time': 1774756908.817598}
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JS42398') HTTP/1.1" 204 0
2026-03-29 04:01:48 [auto1.it] INFO: Found listing with ID: HA44632
2026-03-29 04:01:48 [auto1.it] INFO: Found listing with ID: FU42856
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FU42856%27 HTTP/1.1" 200 None
2026-03-29 04:01:48 [auto1.it] INFO: Scrape type for FU42856: 0
2026-03-29 04:01:48 [auto1.it] INFO: Found listing with ID: EN82101
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EN82101%27 HTTP/1.1" 200 None
2026-03-29 04:01:48 [auto1.it] INFO: Scrape type for EN82101: 2
2026-03-29 04:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b3fdfed-8c69-50e5-93be-ed1c07bae2c1 with identifier: EN82101
2026-03-29 04:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b3fdfed-8c69-50e5-93be-ed1c07bae2c1 with scrape type 2
2026-03-29 04:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b3fdfed-8c69-50e5-93be-ed1c07bae2c1 with scrape type 2
2026-03-29 04:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2b3fdfed-8c69-50e5-93be-ed1c07bae2c1, identifier: EN82101
2026-03-29 04:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2b3fdfed-8c69-50e5-93be-ed1c07bae2c1 with identifier: EN82101
2026-03-29 04:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=beige HTTP/1.1" 200 None
2026-03-29 04:01:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2b3fdfed-8c69-50e5-93be-ed1c07bae2c1 with identifier: EN82101
2026-03-29 04:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2b3fdfed-8c69-50e5-93be-ed1c07bae2c1 with identifier: EN82101 to the API
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'beige',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 272,
'expiration_date': '2026-03-30T15:01:35Z',
'fuel_type': 'diesel',
'id': '2b3fdfed-8c69-50e5-93be-ed1c07bae2c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EN82101',
'listing': 'auction',
'make': 'Audi',
'model': 'A6 Allroad',
'odometer': 204959,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-30',
'seller_name': None,
'title': 'Audi A6 Allroad 3.0 V6 TDI clean diesel',
'transmission': 'automatic',
'trim': '',
'year': 2017}
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EN82101%27 HTTP/1.1" 200 None
2026-03-29 04:01:49 [auto1.it] INFO: Saving data for EN82101: {'auction_closing_time': 1774882895.0, 'created_time': 1774558952.293012, 'last_price_update_time': 1774756909.413021}
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EN82101') HTTP/1.1" 204 0
2026-03-29 04:01:49 [auto1.it] INFO: Found listing with ID: LW40364
2026-03-29 04:01:49 [auto1.it] INFO: Found listing with ID: RB41794
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB41794%27 HTTP/1.1" 200 None
2026-03-29 04:01:49 [auto1.it] INFO: Scrape type for RB41794: 0
2026-03-29 04:01:49 [auto1.it] INFO: Found listing with ID: HU53243
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HU53243%27 HTTP/1.1" 200 None
2026-03-29 04:01:49 [auto1.it] INFO: Scrape type for HU53243: 0
2026-03-29 04:01:49 [auto1.it] INFO: Found listing with ID: CP99007
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CP99007%27 HTTP/1.1" 200 None
2026-03-29 04:01:49 [auto1.it] INFO: Scrape type for CP99007: 0
2026-03-29 04:01:49 [auto1.it] INFO: Found listing with ID: NF26556
2026-03-29 04:01:49 [auto1.it] INFO: Found listing with ID: LC07756
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LC07756%27 HTTP/1.1" 200 None
2026-03-29 04:01:49 [auto1.it] INFO: Scrape type for LC07756: 0
2026-03-29 04:01:49 [auto1.it] INFO: Found listing with ID: LG11183
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LG11183%27 HTTP/1.1" 200 None
2026-03-29 04:01:49 [auto1.it] INFO: Scrape type for LG11183: 2
2026-03-29 04:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e095d278-200d-5499-a81e-afaf1513cc4d with identifier: LG11183
2026-03-29 04:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e095d278-200d-5499-a81e-afaf1513cc4d with scrape type 2
2026-03-29 04:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e095d278-200d-5499-a81e-afaf1513cc4d with scrape type 2
2026-03-29 04:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e095d278-200d-5499-a81e-afaf1513cc4d, identifier: LG11183
2026-03-29 04:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e095d278-200d-5499-a81e-afaf1513cc4d with identifier: LG11183
2026-03-29 04:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e095d278-200d-5499-a81e-afaf1513cc4d with identifier: LG11183
2026-03-29 04:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e095d278-200d-5499-a81e-afaf1513cc4d with identifier: LG11183 to the API
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 116,
'expiration_date': '2026-03-30T15:02:07Z',
'fuel_type': 'diesel',
'id': 'e095d278-200d-5499-a81e-afaf1513cc4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LG11183',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VIII',
'odometer': 27709,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-20',
'seller_name': None,
'title': 'Volkswagen Golf VIII 2.0 TDI Style',
'transmission': 'automatic',
'trim': 'Style',
'year': 2022}
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LG11183%27 HTTP/1.1" 200 None
2026-03-29 04:01:49 [auto1.it] INFO: Saving data for LG11183: {'auction_closing_time': 1774882927.0, 'created_time': 1774645701.684057, 'last_price_update_time': 1774756909.950517}
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LG11183') HTTP/1.1" 204 0
2026-03-29 04:01:50 [auto1.it] INFO: Found listing with ID: RU03062
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RU03062%27 HTTP/1.1" 200 None
2026-03-29 04:01:50 [auto1.it] INFO: Scrape type for RU03062: 2
2026-03-29 04:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07830c29-c813-5933-ae8e-d14c86fcdd51 with identifier: RU03062
2026-03-29 04:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07830c29-c813-5933-ae8e-d14c86fcdd51 with scrape type 2
2026-03-29 04:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07830c29-c813-5933-ae8e-d14c86fcdd51 with scrape type 2
2026-03-29 04:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 07830c29-c813-5933-ae8e-d14c86fcdd51, identifier: RU03062
2026-03-29 04:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 07830c29-c813-5933-ae8e-d14c86fcdd51 with identifier: RU03062
2026-03-29 04:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 07830c29-c813-5933-ae8e-d14c86fcdd51 with identifier: RU03062
2026-03-29 04:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 07830c29-c813-5933-ae8e-d14c86fcdd51 with identifier: RU03062 to the API
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:26:05Z',
'fuel_type': 'diesel',
'id': '07830c29-c813-5933-ae8e-d14c86fcdd51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RU03062',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 63402,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-27',
'seller_name': None,
'title': 'BMW X3 xDrive 20d Mild-Hybrid xLine',
'transmission': 'automatic',
'trim': 'xLine',
'year': 2020}
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RU03062%27 HTTP/1.1" 200 None
2026-03-29 04:01:50 [auto1.it] INFO: Saving data for RU03062: {'auction_closing_time': 1774884365.0, 'created_time': 1773136055.613397, 'last_price_update_time': 1774756910.522947}
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RU03062') HTTP/1.1" 204 0
2026-03-29 04:01:50 [auto1.it] INFO: Found listing with ID: SA71650
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SA71650%27 HTTP/1.1" 200 None
2026-03-29 04:01:50 [auto1.it] INFO: Scrape type for SA71650: 0
2026-03-29 04:01:50 [auto1.it] INFO: Found listing with ID: SN43721
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SN43721%27 HTTP/1.1" 200 None
2026-03-29 04:01:50 [auto1.it] INFO: Scrape type for SN43721: 0
2026-03-29 04:01:50 [auto1.it] INFO: Found listing with ID: NZ37386
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NZ37386%27 HTTP/1.1" 200 None
2026-03-29 04:01:50 [auto1.it] INFO: Scrape type for NZ37386: 2
2026-03-29 04:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 984681eb-5ab3-550f-aa59-ad913e7a7705 with identifier: NZ37386
2026-03-29 04:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 984681eb-5ab3-550f-aa59-ad913e7a7705 with scrape type 2
2026-03-29 04:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 984681eb-5ab3-550f-aa59-ad913e7a7705 with scrape type 2
2026-03-29 04:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 984681eb-5ab3-550f-aa59-ad913e7a7705, identifier: NZ37386
2026-03-29 04:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 984681eb-5ab3-550f-aa59-ad913e7a7705 with identifier: NZ37386
2026-03-29 04:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 984681eb-5ab3-550f-aa59-ad913e7a7705 with identifier: NZ37386
2026-03-29 04:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 984681eb-5ab3-550f-aa59-ad913e7a7705 with identifier: NZ37386 to the API
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 67,
'expiration_date': '2026-03-30T15:16:06Z',
'fuel_type': 'petrol',
'id': '984681eb-5ab3-550f-aa59-ad913e7a7705',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NZ37386',
'listing': 'auction',
'make': 'Hyundai',
'model': 'i10',
'odometer': 99934,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-10-18',
'seller_name': None,
'title': 'Hyundai i10 1.0 Login',
'transmission': 'manual',
'trim': 'Login',
'year': 2017}
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NZ37386%27 HTTP/1.1" 200 None
2026-03-29 04:01:51 [auto1.it] INFO: Saving data for NZ37386: {'auction_closing_time': 1774883766.0, 'created_time': 1774267479.596894, 'last_price_update_time': 1774756911.052897}
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NZ37386') HTTP/1.1" 204 0
2026-03-29 04:01:51 [auto1.it] INFO: Found listing with ID: SH22107
2026-03-29 04:01:51 [auto1.it] INFO: Found listing with ID: DB18786
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DB18786%27 HTTP/1.1" 200 None
2026-03-29 04:01:51 [auto1.it] INFO: Scrape type for DB18786: 2
2026-03-29 04:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61b7fb32-c722-57e5-81a2-1559c791bad2 with identifier: DB18786
2026-03-29 04:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61b7fb32-c722-57e5-81a2-1559c791bad2 with scrape type 2
2026-03-29 04:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61b7fb32-c722-57e5-81a2-1559c791bad2 with scrape type 2
2026-03-29 04:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 61b7fb32-c722-57e5-81a2-1559c791bad2, identifier: DB18786
2026-03-29 04:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 61b7fb32-c722-57e5-81a2-1559c791bad2 with identifier: DB18786
2026-03-29 04:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 61b7fb32-c722-57e5-81a2-1559c791bad2 with identifier: DB18786
2026-03-29 04:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 61b7fb32-c722-57e5-81a2-1559c791bad2 with identifier: DB18786 to the API
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:48:13Z',
'fuel_type': 'diesel',
'id': '61b7fb32-c722-57e5-81a2-1559c791bad2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DB18786',
'listing': 'auction',
'make': 'BMW',
'model': '1er',
'odometer': 108034,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-27',
'seller_name': None,
'title': 'BMW 1er 118d M Sport',
'transmission': 'automatic',
'trim': 'M Sport',
'year': 2021}
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DB18786%27 HTTP/1.1" 200 None
2026-03-29 04:01:51 [auto1.it] INFO: Saving data for DB18786: {'auction_closing_time': 1774885693.0, 'created_time': 1773305150.197253, 'last_price_update_time': 1774756911.530266}
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DB18786') HTTP/1.1" 204 0
2026-03-29 04:01:51 [auto1.it] INFO: Found listing with ID: ZR59714
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZR59714%27 HTTP/1.1" 200 None
2026-03-29 04:01:51 [auto1.it] INFO: Scrape type for ZR59714: 0
2026-03-29 04:01:51 [auto1.it] INFO: Found listing with ID: GV78973
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GV78973%27 HTTP/1.1" 200 None
2026-03-29 04:01:51 [auto1.it] INFO: Scrape type for GV78973: 2
2026-03-29 04:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 257abedb-3d08-5c40-b29f-70378261230e with identifier: GV78973
2026-03-29 04:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 257abedb-3d08-5c40-b29f-70378261230e with scrape type 2
2026-03-29 04:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 257abedb-3d08-5c40-b29f-70378261230e with scrape type 2
2026-03-29 04:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 257abedb-3d08-5c40-b29f-70378261230e, identifier: GV78973
2026-03-29 04:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 257abedb-3d08-5c40-b29f-70378261230e with identifier: GV78973
2026-03-29 04:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 257abedb-3d08-5c40-b29f-70378261230e with identifier: GV78973
2026-03-29 04:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 257abedb-3d08-5c40-b29f-70378261230e with identifier: GV78973 to the API
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:38:38Z',
'fuel_type': 'diesel',
'id': '257abedb-3d08-5c40-b29f-70378261230e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GV78973',
'listing': 'auction',
'make': 'Alfa Romeo',
'model': 'Giulietta',
'odometer': 118945,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-27',
'seller_name': None,
'title': 'Alfa Romeo Giulietta 1.6 JTD Super',
'transmission': 'manual',
'trim': 'Super',
'year': 2017}
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GV78973%27 HTTP/1.1" 200 None
2026-03-29 04:01:51 [auto1.it] INFO: Saving data for GV78973: {'auction_closing_time': 1774885118.0, 'created_time': 1774558870.716489, 'last_price_update_time': 1774756911.983151}
2026-03-29 04:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GV78973') HTTP/1.1" 204 0
2026-03-29 04:01:52 [auto1.it] INFO: Found listing with ID: VE23835
2026-03-29 04:01:52 [auto1.it] INFO: Found listing with ID: VC26054
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VC26054%27 HTTP/1.1" 200 None
2026-03-29 04:01:52 [auto1.it] INFO: Scrape type for VC26054: 0
2026-03-29 04:01:52 [auto1.it] INFO: Found listing with ID: UZ55357
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UZ55357%27 HTTP/1.1" 200 None
2026-03-29 04:01:52 [auto1.it] INFO: Scrape type for UZ55357: 2
2026-03-29 04:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aae14d7e-c18e-5ae6-b895-18fac22530f0 with identifier: UZ55357
2026-03-29 04:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aae14d7e-c18e-5ae6-b895-18fac22530f0 with scrape type 2
2026-03-29 04:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aae14d7e-c18e-5ae6-b895-18fac22530f0 with scrape type 2
2026-03-29 04:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: aae14d7e-c18e-5ae6-b895-18fac22530f0, identifier: UZ55357
2026-03-29 04:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: aae14d7e-c18e-5ae6-b895-18fac22530f0 with identifier: UZ55357
2026-03-29 04:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: aae14d7e-c18e-5ae6-b895-18fac22530f0 with identifier: UZ55357
2026-03-29 04:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: aae14d7e-c18e-5ae6-b895-18fac22530f0 with identifier: UZ55357 to the API
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 135,
'expiration_date': '2026-03-30T15:58:46Z',
'fuel_type': 'diesel',
'id': 'aae14d7e-c18e-5ae6-b895-18fac22530f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UZ55357',
'listing': 'auction',
'make': 'Hyundai',
'model': 'ix35',
'odometer': 158712,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-04-22',
'seller_name': None,
'title': 'Hyundai ix35 2.0 CRDi Comfort AWD',
'transmission': 'manual',
'trim': 'Comfort AWD',
'year': 2012}
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UZ55357%27 HTTP/1.1" 200 None
2026-03-29 04:01:52 [auto1.it] INFO: Saving data for UZ55357: {'auction_closing_time': 1774886326.0, 'created_time': 1774645647.7773, 'last_price_update_time': 1774756912.43781}
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UZ55357') HTTP/1.1" 204 0
2026-03-29 04:01:52 [auto1.it] INFO: Found listing with ID: US69373
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27US69373%27 HTTP/1.1" 200 None
2026-03-29 04:01:52 [auto1.it] INFO: Scrape type for US69373: 2
2026-03-29 04:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e6f427e-f76b-58cd-a8b3-6a6a7f78ae3f with identifier: US69373
2026-03-29 04:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e6f427e-f76b-58cd-a8b3-6a6a7f78ae3f with scrape type 2
2026-03-29 04:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e6f427e-f76b-58cd-a8b3-6a6a7f78ae3f with scrape type 2
2026-03-29 04:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0e6f427e-f76b-58cd-a8b3-6a6a7f78ae3f, identifier: US69373
2026-03-29 04:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0e6f427e-f76b-58cd-a8b3-6a6a7f78ae3f with identifier: US69373
2026-03-29 04:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0e6f427e-f76b-58cd-a8b3-6a6a7f78ae3f with identifier: US69373
2026-03-29 04:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0e6f427e-f76b-58cd-a8b3-6a6a7f78ae3f with identifier: US69373 to the API
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 100,
'expiration_date': '2026-03-30T15:33:19Z',
'fuel_type': 'petrol',
'id': '0e6f427e-f76b-58cd-a8b3-6a6a7f78ae3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/US69373',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 35879,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-11-14',
'seller_name': None,
'title': 'Fiat 500 1.4 Lounge',
'transmission': 'automatic',
'trim': 'Lounge',
'year': 2011}
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27US69373%27 HTTP/1.1" 200 None
2026-03-29 04:01:52 [auto1.it] INFO: Saving data for US69373: {'auction_closing_time': 1774884799.0, 'created_time': 1773759785.889286, 'last_price_update_time': 1774756912.95797}
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='US69373') HTTP/1.1" 204 0
2026-03-29 04:01:52 [auto1.it] INFO: Found listing with ID: RZ15516
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RZ15516%27 HTTP/1.1" 200 None
2026-03-29 04:01:53 [auto1.it] INFO: Scrape type for RZ15516: 0
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: EJ70164
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EJ70164%27 HTTP/1.1" 200 None
2026-03-29 04:01:53 [auto1.it] INFO: Scrape type for EJ70164: 0
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: DW16027
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: EZ15489
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EZ15489%27 HTTP/1.1" 200 None
2026-03-29 04:01:53 [auto1.it] INFO: Scrape type for EZ15489: 0
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: XC90090
2026-03-29 04:01:53 [auto1.it] INFO: Channel: 24h | Page: 20 | totalHits: 2226 | hits on page: 40
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: PZ08956
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: LB78915
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LB78915%27 HTTP/1.1" 200 None
2026-03-29 04:01:53 [auto1.it] INFO: Scrape type for LB78915: 0
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: BV29552
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: DX23883
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DX23883%27 HTTP/1.1" 200 None
2026-03-29 04:01:53 [auto1.it] INFO: Scrape type for DX23883: 0
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: XT45099
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XT45099%27 HTTP/1.1" 200 None
2026-03-29 04:01:53 [auto1.it] INFO: Scrape type for XT45099: 0
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: TK94629
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: FM13591
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FM13591%27 HTTP/1.1" 200 None
2026-03-29 04:01:53 [auto1.it] INFO: Scrape type for FM13591: 0
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: VS11522
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: YA27066
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YA27066%27 HTTP/1.1" 200 None
2026-03-29 04:01:53 [auto1.it] INFO: Scrape type for YA27066: 0
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: YC82026
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: AM02692
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AM02692%27 HTTP/1.1" 200 None
2026-03-29 04:01:53 [auto1.it] INFO: Scrape type for AM02692: 2
2026-03-29 04:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b98c5cac-afa7-5e70-a8a5-de8c3abbf94e with identifier: AM02692
2026-03-29 04:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b98c5cac-afa7-5e70-a8a5-de8c3abbf94e with scrape type 2
2026-03-29 04:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b98c5cac-afa7-5e70-a8a5-de8c3abbf94e with scrape type 2
2026-03-29 04:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b98c5cac-afa7-5e70-a8a5-de8c3abbf94e, identifier: AM02692
2026-03-29 04:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b98c5cac-afa7-5e70-a8a5-de8c3abbf94e with identifier: AM02692
2026-03-29 04:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b98c5cac-afa7-5e70-a8a5-de8c3abbf94e with identifier: AM02692
2026-03-29 04:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b98c5cac-afa7-5e70-a8a5-de8c3abbf94e with identifier: AM02692 to the API
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 135,
'expiration_date': '2026-03-30T15:53:53Z',
'fuel_type': 'diesel',
'id': 'b98c5cac-afa7-5e70-a8a5-de8c3abbf94e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AM02692',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'CLA-Klasse',
'odometer': 142850,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-13',
'seller_name': None,
'title': 'Mercedes-Benz CLA-Klasse CLA 200 d Shooting Brake Sport',
'transmission': 'automatic',
'trim': 'Sport',
'year': 2016}
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AM02692%27 HTTP/1.1" 200 None
2026-03-29 04:01:53 [auto1.it] INFO: Saving data for AM02692: {'auction_closing_time': 1774886033.0, 'created_time': 1774645372.185528, 'last_price_update_time': 1774756913.572521}
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AM02692') HTTP/1.1" 204 0
2026-03-29 04:01:53 [auto1.it] INFO: Found listing with ID: TZ10573
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ10573%27 HTTP/1.1" 200 None
2026-03-29 04:01:53 [auto1.it] INFO: Scrape type for TZ10573: 2
2026-03-29 04:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b94fd688-7df4-53f0-be1c-095378f98f65 with identifier: TZ10573
2026-03-29 04:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b94fd688-7df4-53f0-be1c-095378f98f65 with scrape type 2
2026-03-29 04:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b94fd688-7df4-53f0-be1c-095378f98f65 with scrape type 2
2026-03-29 04:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b94fd688-7df4-53f0-be1c-095378f98f65, identifier: TZ10573
2026-03-29 04:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b94fd688-7df4-53f0-be1c-095378f98f65 with identifier: TZ10573
2026-03-29 04:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b94fd688-7df4-53f0-be1c-095378f98f65 with identifier: TZ10573
2026-03-29 04:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b94fd688-7df4-53f0-be1c-095378f98f65 with identifier: TZ10573 to the API
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:06:00Z',
'fuel_type': 'diesel',
'id': 'b94fd688-7df4-53f0-be1c-095378f98f65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TZ10573',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 166490,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-10-25',
'seller_name': None,
'title': 'Fiat Panda 1.3 JTD Dynamic',
'transmission': 'manual',
'trim': 'Dynamic',
'year': 2011}
2026-03-29 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ10573%27 HTTP/1.1" 200 None
2026-03-29 04:01:54 [auto1.it] INFO: Saving data for TZ10573: {'auction_closing_time': 1774883160.0, 'created_time': 1774645694.512846, 'last_price_update_time': 1774756914.081186}
2026-03-29 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TZ10573') HTTP/1.1" 204 0
2026-03-29 04:01:54 [auto1.it] INFO: Found listing with ID: MU47199
2026-03-29 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MU47199%27 HTTP/1.1" 200 None
2026-03-29 04:01:54 [auto1.it] INFO: Scrape type for MU47199: 2
2026-03-29 04:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74eb655c-0bae-5b08-8bd3-860e83d4b6c0 with identifier: MU47199
2026-03-29 04:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74eb655c-0bae-5b08-8bd3-860e83d4b6c0 with scrape type 2
2026-03-29 04:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74eb655c-0bae-5b08-8bd3-860e83d4b6c0 with scrape type 2
2026-03-29 04:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 74eb655c-0bae-5b08-8bd3-860e83d4b6c0, identifier: MU47199
2026-03-29 04:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 74eb655c-0bae-5b08-8bd3-860e83d4b6c0 with identifier: MU47199
2026-03-29 04:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 74eb655c-0bae-5b08-8bd3-860e83d4b6c0 with identifier: MU47199
2026-03-29 04:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 74eb655c-0bae-5b08-8bd3-860e83d4b6c0 with identifier: MU47199 to the API
2026-03-29 04:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 125,
'expiration_date': '2026-03-30T15:35:06Z',
'fuel_type': 'petrol',
'id': '74eb655c-0bae-5b08-8bd3-860e83d4b6c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MU47199',
'listing': 'auction',
'make': 'Ford',
'model': 'Focus',
'odometer': 186925,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-04-23',
'seller_name': None,
'title': 'Ford Focus 1.0 EcoBoost',
'transmission': 'manual',
'trim': '',
'year': 2012}
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MU47199%27 HTTP/1.1" 200 None
2026-03-29 04:01:55 [auto1.it] INFO: Saving data for MU47199: {'auction_closing_time': 1774884906.0, 'created_time': 1774558904.673582, 'last_price_update_time': 1774756915.259196}
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MU47199') HTTP/1.1" 204 0
2026-03-29 04:01:55 [auto1.it] INFO: Found listing with ID: BF81880
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BF81880%27 HTTP/1.1" 200 None
2026-03-29 04:01:55 [auto1.it] INFO: Scrape type for BF81880: 0
2026-03-29 04:01:55 [auto1.it] INFO: Found listing with ID: SL34558
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SL34558%27 HTTP/1.1" 200 None
2026-03-29 04:01:55 [auto1.it] INFO: Scrape type for SL34558: 2
2026-03-29 04:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 501e41ed-979c-5bcc-81cd-0f7ed999d296 with identifier: SL34558
2026-03-29 04:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 501e41ed-979c-5bcc-81cd-0f7ed999d296 with scrape type 2
2026-03-29 04:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 501e41ed-979c-5bcc-81cd-0f7ed999d296 with scrape type 2
2026-03-29 04:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 501e41ed-979c-5bcc-81cd-0f7ed999d296, identifier: SL34558
2026-03-29 04:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 501e41ed-979c-5bcc-81cd-0f7ed999d296 with identifier: SL34558
2026-03-29 04:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 501e41ed-979c-5bcc-81cd-0f7ed999d296 with identifier: SL34558
2026-03-29 04:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 501e41ed-979c-5bcc-81cd-0f7ed999d296 with identifier: SL34558 to the API
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 2,
'engine_horse_power': 195,
'expiration_date': '2026-03-30T15:28:14Z',
'fuel_type': 'diesel',
'id': '501e41ed-979c-5bcc-81cd-0f7ed999d296',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SL34558',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'E-Klasse',
'odometer': 220095,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-04',
'seller_name': None,
'title': 'Mercedes-Benz E-Klasse E 220 d AMG Line',
'transmission': 'automatic',
'trim': 'AMG Line',
'year': 2020}
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SL34558%27 HTTP/1.1" 200 None
2026-03-29 04:01:55 [auto1.it] INFO: Saving data for SL34558: {'auction_closing_time': 1774884494.0, 'created_time': 1773738230.769253, 'last_price_update_time': 1774756915.750818}
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SL34558') HTTP/1.1" 204 0
2026-03-29 04:01:55 [auto1.it] INFO: Found listing with ID: RJ45303
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RJ45303%27 HTTP/1.1" 200 None
2026-03-29 04:01:55 [auto1.it] INFO: Scrape type for RJ45303: 0
2026-03-29 04:01:55 [auto1.it] INFO: Found listing with ID: NP01679
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NP01679%27 HTTP/1.1" 200 None
2026-03-29 04:01:55 [auto1.it] INFO: Scrape type for NP01679: 0
2026-03-29 04:01:55 [auto1.it] INFO: Found listing with ID: ZJ24732
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZJ24732%27 HTTP/1.1" 200 None
2026-03-29 04:01:55 [auto1.it] INFO: Scrape type for ZJ24732: 2
2026-03-29 04:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d44794e-fdf0-5d4f-a41a-40e52ef4cd30 with identifier: ZJ24732
2026-03-29 04:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d44794e-fdf0-5d4f-a41a-40e52ef4cd30 with scrape type 2
2026-03-29 04:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d44794e-fdf0-5d4f-a41a-40e52ef4cd30 with scrape type 2
2026-03-29 04:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 7d44794e-fdf0-5d4f-a41a-40e52ef4cd30, identifier: ZJ24732
2026-03-29 04:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 7d44794e-fdf0-5d4f-a41a-40e52ef4cd30 with identifier: ZJ24732
2026-03-29 04:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 7d44794e-fdf0-5d4f-a41a-40e52ef4cd30 with identifier: ZJ24732
2026-03-29 04:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 7d44794e-fdf0-5d4f-a41a-40e52ef4cd30 with identifier: ZJ24732 to the API
2026-03-29 04:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:12:27Z',
'fuel_type': 'diesel',
'id': '7d44794e-fdf0-5d4f-a41a-40e52ef4cd30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZJ24732',
'listing': 'auction',
'make': 'Fiat',
'model': '500L',
'odometer': 104936,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-02-25',
'seller_name': None,
'title': 'Fiat 500L 1.6 JTDM Pop Star',
'transmission': 'manual',
'trim': 'Pop Star',
'year': 2014}
2026-03-29 04:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZJ24732%27 HTTP/1.1" 200 None
2026-03-29 04:01:56 [auto1.it] INFO: Saving data for ZJ24732: {'auction_closing_time': 1774883547.0, 'created_time': 1774558881.652723, 'last_price_update_time': 1774756916.750462}
2026-03-29 04:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZJ24732') HTTP/1.1" 204 0
2026-03-29 04:01:56 [auto1.it] INFO: Found listing with ID: LA76603
2026-03-29 04:01:56 [auto1.it] INFO: Found listing with ID: FY53013
2026-03-29 04:01:56 [auto1.it] INFO: Found listing with ID: UK76860
2026-03-29 04:01:56 [auto1.it] INFO: Found listing with ID: AY40178
2026-03-29 04:01:56 [auto1.it] INFO: Found listing with ID: RD96225
2026-03-29 04:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RD96225%27 HTTP/1.1" 200 None
2026-03-29 04:01:56 [auto1.it] INFO: Scrape type for RD96225: 2
2026-03-29 04:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cde14d93-876a-57fc-a664-3a49b4abab03 with identifier: RD96225
2026-03-29 04:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cde14d93-876a-57fc-a664-3a49b4abab03 with scrape type 2
2026-03-29 04:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cde14d93-876a-57fc-a664-3a49b4abab03 with scrape type 2
2026-03-29 04:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: cde14d93-876a-57fc-a664-3a49b4abab03, identifier: RD96225
2026-03-29 04:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: cde14d93-876a-57fc-a664-3a49b4abab03 with identifier: RD96225
2026-03-29 04:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: cde14d93-876a-57fc-a664-3a49b4abab03 with identifier: RD96225
2026-03-29 04:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: cde14d93-876a-57fc-a664-3a49b4abab03 with identifier: RD96225 to the API
2026-03-29 04:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 240,
'expiration_date': '2026-03-30T15:14:54Z',
'fuel_type': 'diesel',
'id': 'cde14d93-876a-57fc-a664-3a49b4abab03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RD96225',
'listing': 'auction',
'make': 'Audi',
'model': 'A4',
'odometer': 363518,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-07-06',
'seller_name': None,
'title': 'Audi A4 3.0 V6 TDI quattro',
'transmission': 'manual',
'trim': 'quattro',
'year': 2011}
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RD96225%27 HTTP/1.1" 200 None
2026-03-29 04:01:57 [auto1.it] INFO: Saving data for RD96225: {'auction_closing_time': 1774883694.0, 'created_time': 1773749191.966224, 'last_price_update_time': 1774756917.242812}
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RD96225') HTTP/1.1" 204 0
2026-03-29 04:01:57 [auto1.it] INFO: Found listing with ID: ES67961
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ES67961%27 HTTP/1.1" 200 None
2026-03-29 04:01:57 [auto1.it] INFO: Scrape type for ES67961: 0
2026-03-29 04:01:57 [auto1.it] INFO: Found listing with ID: WH06276
2026-03-29 04:01:57 [auto1.it] INFO: Found listing with ID: AH91466
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AH91466%27 HTTP/1.1" 200 None
2026-03-29 04:01:57 [auto1.it] INFO: Scrape type for AH91466: 2
2026-03-29 04:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e867f44d-315e-5e25-88d7-49aa58ae0576 with identifier: AH91466
2026-03-29 04:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e867f44d-315e-5e25-88d7-49aa58ae0576 with scrape type 2
2026-03-29 04:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e867f44d-315e-5e25-88d7-49aa58ae0576 with scrape type 2
2026-03-29 04:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e867f44d-315e-5e25-88d7-49aa58ae0576, identifier: AH91466
2026-03-29 04:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e867f44d-315e-5e25-88d7-49aa58ae0576 with identifier: AH91466
2026-03-29 04:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e867f44d-315e-5e25-88d7-49aa58ae0576 with identifier: AH91466
2026-03-29 04:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e867f44d-315e-5e25-88d7-49aa58ae0576 with identifier: AH91466 to the API
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:04:27Z',
'fuel_type': 'diesel',
'id': 'e867f44d-315e-5e25-88d7-49aa58ae0576',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AH91466',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 213683,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-27',
'seller_name': None,
'title': 'Volkswagen Touran 1.6 TDI Executive BlueMotion Tech',
'transmission': 'manual',
'trim': 'Executive BlueMotion Tech',
'year': 2017}
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AH91466%27 HTTP/1.1" 200 None
2026-03-29 04:01:57 [auto1.it] INFO: Saving data for AH91466: {'auction_closing_time': 1774883067.0, 'created_time': 1774559021.230962, 'last_price_update_time': 1774756917.816494}
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AH91466') HTTP/1.1" 204 0
2026-03-29 04:01:57 [auto1.it] INFO: Found listing with ID: JY18899
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JY18899%27 HTTP/1.1" 200 None
2026-03-29 04:01:57 [auto1.it] INFO: Scrape type for JY18899: 2
2026-03-29 04:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c92e31b-fb0a-51d7-a771-f0c4b134101b with identifier: JY18899
2026-03-29 04:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c92e31b-fb0a-51d7-a771-f0c4b134101b with scrape type 2
2026-03-29 04:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c92e31b-fb0a-51d7-a771-f0c4b134101b with scrape type 2
2026-03-29 04:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5c92e31b-fb0a-51d7-a771-f0c4b134101b, identifier: JY18899
2026-03-29 04:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5c92e31b-fb0a-51d7-a771-f0c4b134101b with identifier: JY18899
2026-03-29 04:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5c92e31b-fb0a-51d7-a771-f0c4b134101b with identifier: JY18899
2026-03-29 04:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5c92e31b-fb0a-51d7-a771-f0c4b134101b with identifier: JY18899 to the API
2026-03-29 04:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:29:20Z',
'fuel_type': 'diesel',
'id': '5c92e31b-fb0a-51d7-a771-f0c4b134101b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JY18899',
'listing': 'auction',
'make': 'Opel',
'model': 'Meriva',
'odometer': 237446,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-08-06',
'seller_name': None,
'title': 'Opel Meriva 1.7 CDTI Elective',
'transmission': 'manual',
'trim': 'Elective',
'year': 2012}
2026-03-29 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JY18899%27 HTTP/1.1" 200 None
2026-03-29 04:01:58 [auto1.it] INFO: Saving data for JY18899: {'auction_closing_time': 1774884560.0, 'created_time': 1772573677.40764, 'last_price_update_time': 1774756918.764616}
2026-03-29 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JY18899') HTTP/1.1" 204 0
2026-03-29 04:01:58 [auto1.it] INFO: Found listing with ID: CH37521
2026-03-29 04:01:58 [auto1.it] INFO: Found listing with ID: UW72001
2026-03-29 04:01:58 [auto1.it] INFO: Found listing with ID: SN82896
2026-03-29 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SN82896%27 HTTP/1.1" 200 None
2026-03-29 04:01:58 [auto1.it] INFO: Scrape type for SN82896: 0
2026-03-29 04:01:58 [auto1.it] INFO: Found listing with ID: UM78803
2026-03-29 04:01:58 [auto1.it] INFO: Found listing with ID: KR43222
2026-03-29 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KR43222%27 HTTP/1.1" 200 None
2026-03-29 04:01:58 [auto1.it] INFO: Scrape type for KR43222: 0
2026-03-29 04:01:58 [auto1.it] INFO: Found listing with ID: BR67394
2026-03-29 04:01:58 [auto1.it] INFO: Found listing with ID: LV68988
2026-03-29 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LV68988%27 HTTP/1.1" 200 None
2026-03-29 04:01:58 [auto1.it] INFO: Scrape type for LV68988: 2
2026-03-29 04:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc5c81b4-8038-5e86-9660-3c1a4a94f24d with identifier: LV68988
2026-03-29 04:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc5c81b4-8038-5e86-9660-3c1a4a94f24d with scrape type 2
2026-03-29 04:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc5c81b4-8038-5e86-9660-3c1a4a94f24d with scrape type 2
2026-03-29 04:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: fc5c81b4-8038-5e86-9660-3c1a4a94f24d, identifier: LV68988
2026-03-29 04:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: fc5c81b4-8038-5e86-9660-3c1a4a94f24d with identifier: LV68988
2026-03-29 04:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: fc5c81b4-8038-5e86-9660-3c1a4a94f24d with identifier: LV68988
2026-03-29 04:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: fc5c81b4-8038-5e86-9660-3c1a4a94f24d with identifier: LV68988 to the API
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:42:35Z',
'fuel_type': 'petrol',
'id': 'fc5c81b4-8038-5e86-9660-3c1a4a94f24d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LV68988',
'listing': 'auction',
'make': 'Renault',
'model': 'Kadjar',
'odometer': 78751,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-12',
'seller_name': None,
'title': 'Renault Kadjar 1.3 TCe Sport Edition',
'transmission': 'manual',
'trim': 'Sport Edition',
'year': 2019}
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LV68988%27 HTTP/1.1" 200 None
2026-03-29 04:01:59 [auto1.it] INFO: Saving data for LV68988: {'auction_closing_time': 1774885355.0, 'created_time': 1774342919.389466, 'last_price_update_time': 1774756919.285539}
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LV68988') HTTP/1.1" 204 0
2026-03-29 04:01:59 [auto1.it] INFO: Found listing with ID: CY31858
2026-03-29 04:01:59 [auto1.it] INFO: Found listing with ID: CD01213
2026-03-29 04:01:59 [auto1.it] INFO: Found listing with ID: RD78006
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RD78006%27 HTTP/1.1" 200 None
2026-03-29 04:01:59 [auto1.it] INFO: Scrape type for RD78006: 2
2026-03-29 04:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29bd2d5a-1b67-5f27-843f-80fc783e5ff5 with identifier: RD78006
2026-03-29 04:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29bd2d5a-1b67-5f27-843f-80fc783e5ff5 with scrape type 2
2026-03-29 04:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29bd2d5a-1b67-5f27-843f-80fc783e5ff5 with scrape type 2
2026-03-29 04:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 29bd2d5a-1b67-5f27-843f-80fc783e5ff5, identifier: RD78006
2026-03-29 04:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 29bd2d5a-1b67-5f27-843f-80fc783e5ff5 with identifier: RD78006
2026-03-29 04:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 29bd2d5a-1b67-5f27-843f-80fc783e5ff5 with identifier: RD78006
2026-03-29 04:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 29bd2d5a-1b67-5f27-843f-80fc783e5ff5 with identifier: RD78006 to the API
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 250,
'expiration_date': '2026-03-30T15:42:50Z',
'fuel_type': 'diesel',
'id': '29bd2d5a-1b67-5f27-843f-80fc783e5ff5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RD78006',
'listing': 'auction',
'make': 'Jeep',
'model': 'Grand Cherokee',
'odometer': 57155,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-28',
'seller_name': None,
'title': 'Jeep Grand Cherokee 3.0 CRD Overland',
'transmission': 'automatic',
'trim': 'Overland',
'year': 2020}
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RD78006%27 HTTP/1.1" 200 None
2026-03-29 04:01:59 [auto1.it] INFO: Saving data for RD78006: {'auction_closing_time': 1774885370.0, 'created_time': 1774645698.936117, 'last_price_update_time': 1774756919.806923}
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RD78006') HTTP/1.1" 204 0
2026-03-29 04:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:01:59 [auto1.it] INFO: Found listing with ID: SN26450
2026-03-29 04:01:59 [auto1.it] INFO: Found listing with ID: YX83263
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YX83263%27 HTTP/1.1" 200 None
2026-03-29 04:01:59 [auto1.it] INFO: Scrape type for YX83263: 0
2026-03-29 04:01:59 [auto1.it] INFO: Found listing with ID: MT71865
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MT71865%27 HTTP/1.1" 200 None
2026-03-29 04:01:59 [auto1.it] INFO: Scrape type for MT71865: 2
2026-03-29 04:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be561692-0ede-56eb-901b-0e4aefa48d6e with identifier: MT71865
2026-03-29 04:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be561692-0ede-56eb-901b-0e4aefa48d6e with scrape type 2
2026-03-29 04:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be561692-0ede-56eb-901b-0e4aefa48d6e with scrape type 2
2026-03-29 04:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: be561692-0ede-56eb-901b-0e4aefa48d6e, identifier: MT71865
2026-03-29 04:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: be561692-0ede-56eb-901b-0e4aefa48d6e with identifier: MT71865
2026-03-29 04:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: be561692-0ede-56eb-901b-0e4aefa48d6e with identifier: MT71865
2026-03-29 04:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: be561692-0ede-56eb-901b-0e4aefa48d6e with identifier: MT71865 to the API
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:11:05Z',
'fuel_type': 'diesel',
'id': 'be561692-0ede-56eb-901b-0e4aefa48d6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MT71865',
'listing': 'auction',
'make': 'Audi',
'model': 'A3 Sportback',
'odometer': 223052,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-04',
'seller_name': None,
'title': 'Audi A3 Sportback 2.0 TDI quattro Ambition',
'transmission': 'manual',
'trim': 'quattro Ambition',
'year': 2014}
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MT71865%27 HTTP/1.1" 200 None
2026-03-29 04:02:00 [auto1.it] INFO: Saving data for MT71865: {'auction_closing_time': 1774883465.0, 'created_time': 1774342964.93512, 'last_price_update_time': 1774756920.302806}
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MT71865') HTTP/1.1" 204 0
2026-03-29 04:02:00 [auto1.it] INFO: Channel: 24h | Page: 21 | totalHits: 2226 | hits on page: 40
2026-03-29 04:02:00 [auto1.it] INFO: Found listing with ID: CP76510
2026-03-29 04:02:00 [auto1.it] INFO: Found listing with ID: PZ52577
2026-03-29 04:02:00 [auto1.it] INFO: Found listing with ID: VS54724
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VS54724%27 HTTP/1.1" 200 None
2026-03-29 04:02:00 [auto1.it] INFO: Scrape type for VS54724: 0
2026-03-29 04:02:00 [auto1.it] INFO: Found listing with ID: KH25019
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KH25019%27 HTTP/1.1" 200 None
2026-03-29 04:02:00 [auto1.it] INFO: Scrape type for KH25019: 0
2026-03-29 04:02:00 [auto1.it] INFO: Found listing with ID: PN56075
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PN56075%27 HTTP/1.1" 200 None
2026-03-29 04:02:00 [auto1.it] INFO: Scrape type for PN56075: 0
2026-03-29 04:02:00 [auto1.it] INFO: Found listing with ID: HZ92978
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HZ92978%27 HTTP/1.1" 200 None
2026-03-29 04:02:00 [auto1.it] INFO: Scrape type for HZ92978: 0
2026-03-29 04:02:00 [auto1.it] INFO: Found listing with ID: EC20535
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EC20535%27 HTTP/1.1" 200 None
2026-03-29 04:02:00 [auto1.it] INFO: Scrape type for EC20535: 2
2026-03-29 04:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c10095b-e967-5394-b601-bb458e3e1fe8 with identifier: EC20535
2026-03-29 04:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c10095b-e967-5394-b601-bb458e3e1fe8 with scrape type 2
2026-03-29 04:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c10095b-e967-5394-b601-bb458e3e1fe8 with scrape type 2
2026-03-29 04:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6c10095b-e967-5394-b601-bb458e3e1fe8, identifier: EC20535
2026-03-29 04:02:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6c10095b-e967-5394-b601-bb458e3e1fe8 with identifier: EC20535
2026-03-29 04:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6c10095b-e967-5394-b601-bb458e3e1fe8 with identifier: EC20535
2026-03-29 04:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6c10095b-e967-5394-b601-bb458e3e1fe8 with identifier: EC20535 to the API
2026-03-29 04:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 205,
'expiration_date': '2026-03-30T15:25:08Z',
'fuel_type': 'diesel',
'id': '6c10095b-e967-5394-b601-bb458e3e1fe8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EC20535',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 322304,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-04-11',
'seller_name': None,
'title': 'BMW X3 3.0d',
'transmission': 'manual',
'trim': '',
'year': 2005}
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EC20535%27 HTTP/1.1" 200 None
2026-03-29 04:02:01 [auto1.it] INFO: Saving data for EC20535: {'auction_closing_time': 1774884308.0, 'created_time': 1774558964.931766, 'last_price_update_time': 1774756921.245203}
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EC20535') HTTP/1.1" 204 0
2026-03-29 04:02:01 [auto1.it] INFO: Found listing with ID: VX84045
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VX84045%27 HTTP/1.1" 200 None
2026-03-29 04:02:01 [auto1.it] INFO: Scrape type for VX84045: 2
2026-03-29 04:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96abc4a4-0c96-5530-abf1-bcfc6276b39a with identifier: VX84045
2026-03-29 04:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96abc4a4-0c96-5530-abf1-bcfc6276b39a with scrape type 2
2026-03-29 04:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96abc4a4-0c96-5530-abf1-bcfc6276b39a with scrape type 2
2026-03-29 04:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 96abc4a4-0c96-5530-abf1-bcfc6276b39a, identifier: VX84045
2026-03-29 04:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 96abc4a4-0c96-5530-abf1-bcfc6276b39a with identifier: VX84045
2026-03-29 04:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 96abc4a4-0c96-5530-abf1-bcfc6276b39a with identifier: VX84045
2026-03-29 04:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 96abc4a4-0c96-5530-abf1-bcfc6276b39a with identifier: VX84045 to the API
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:48:26Z',
'fuel_type': 'diesel',
'id': '96abc4a4-0c96-5530-abf1-bcfc6276b39a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VX84045',
'listing': 'auction',
'make': 'Mazda',
'model': '6',
'odometer': 141984,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-02-25',
'seller_name': None,
'title': 'Mazda 6 2.2 Turbodiesel Evolve',
'transmission': 'manual',
'trim': 'Evolve',
'year': 2014}
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VX84045%27 HTTP/1.1" 200 None
2026-03-29 04:02:01 [auto1.it] INFO: Saving data for VX84045: {'auction_closing_time': 1774885706.0, 'created_time': 1773868245.38926, 'last_price_update_time': 1774756921.789088}
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VX84045') HTTP/1.1" 204 0
2026-03-29 04:02:01 [auto1.it] INFO: Found listing with ID: YJ87795
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YJ87795%27 HTTP/1.1" 200 None
2026-03-29 04:02:01 [auto1.it] INFO: Scrape type for YJ87795: 2
2026-03-29 04:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8b998ee-bdc6-5fde-808b-311fb9e6731a with identifier: YJ87795
2026-03-29 04:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8b998ee-bdc6-5fde-808b-311fb9e6731a with scrape type 2
2026-03-29 04:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8b998ee-bdc6-5fde-808b-311fb9e6731a with scrape type 2
2026-03-29 04:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a8b998ee-bdc6-5fde-808b-311fb9e6731a, identifier: YJ87795
2026-03-29 04:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a8b998ee-bdc6-5fde-808b-311fb9e6731a with identifier: YJ87795
2026-03-29 04:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a8b998ee-bdc6-5fde-808b-311fb9e6731a with identifier: YJ87795
2026-03-29 04:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a8b998ee-bdc6-5fde-808b-311fb9e6731a with identifier: YJ87795 to the API
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:45:17Z',
'fuel_type': 'diesel',
'id': 'a8b998ee-bdc6-5fde-808b-311fb9e6731a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YJ87795',
'listing': 'auction',
'make': 'Jeep',
'model': 'Compass',
'odometer': 191256,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-29',
'seller_name': None,
'title': 'Jeep Compass 1.6 M-Jet Longitude FWD',
'transmission': 'manual',
'trim': 'Longitude FWD',
'year': 2019}
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YJ87795%27 HTTP/1.1" 200 None
2026-03-29 04:02:02 [auto1.it] INFO: Saving data for YJ87795: {'auction_closing_time': 1774885517.0, 'created_time': 1774645474.487622, 'last_price_update_time': 1774756922.250271}
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YJ87795') HTTP/1.1" 204 0
2026-03-29 04:02:02 [auto1.it] INFO: Found listing with ID: JT68367
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JT68367%27 HTTP/1.1" 200 None
2026-03-29 04:02:02 [auto1.it] INFO: Scrape type for JT68367: 0
2026-03-29 04:02:02 [auto1.it] INFO: Found listing with ID: XZ26785
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XZ26785%27 HTTP/1.1" 200 None
2026-03-29 04:02:02 [auto1.it] INFO: Scrape type for XZ26785: 2
2026-03-29 04:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6893a9bd-e646-5a1d-af64-b1dec6a55f77 with identifier: XZ26785
2026-03-29 04:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6893a9bd-e646-5a1d-af64-b1dec6a55f77 with scrape type 2
2026-03-29 04:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6893a9bd-e646-5a1d-af64-b1dec6a55f77 with scrape type 2
2026-03-29 04:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6893a9bd-e646-5a1d-af64-b1dec6a55f77, identifier: XZ26785
2026-03-29 04:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6893a9bd-e646-5a1d-af64-b1dec6a55f77 with identifier: XZ26785
2026-03-29 04:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6893a9bd-e646-5a1d-af64-b1dec6a55f77 with identifier: XZ26785
2026-03-29 04:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6893a9bd-e646-5a1d-af64-b1dec6a55f77 with identifier: XZ26785 to the API
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:58:16Z',
'fuel_type': 'diesel',
'id': '6893a9bd-e646-5a1d-af64-b1dec6a55f77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XZ26785',
'listing': 'auction',
'make': 'Volvo',
'model': 'XC40',
'odometer': 58882,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-08',
'seller_name': None,
'title': 'Volvo XC40 2.0 D3 Momentum Core 2WD',
'transmission': 'automatic',
'trim': 'Momentum Core 2WD',
'year': 2020}
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XZ26785%27 HTTP/1.1" 200 None
2026-03-29 04:02:02 [auto1.it] INFO: Saving data for XZ26785: {'auction_closing_time': 1774886296.0, 'created_time': 1774645365.851386, 'last_price_update_time': 1774756922.782901}
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XZ26785') HTTP/1.1" 204 0
2026-03-29 04:02:02 [auto1.it] INFO: Found listing with ID: YZ06369
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YZ06369%27 HTTP/1.1" 200 None
2026-03-29 04:02:02 [auto1.it] INFO: Scrape type for YZ06369: 0
2026-03-29 04:02:02 [auto1.it] INFO: Found listing with ID: ZS94509
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZS94509%27 HTTP/1.1" 200 None
2026-03-29 04:02:02 [auto1.it] INFO: Scrape type for ZS94509: 0
2026-03-29 04:02:02 [auto1.it] INFO: Found listing with ID: SM34278
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SM34278%27 HTTP/1.1" 200 None
2026-03-29 04:02:02 [auto1.it] INFO: Scrape type for SM34278: 0
2026-03-29 04:02:02 [auto1.it] INFO: Found listing with ID: RG49415
2026-03-29 04:02:02 [auto1.it] INFO: Found listing with ID: CV42265
2026-03-29 04:02:02 [auto1.it] INFO: Found listing with ID: EB44721
2026-03-29 04:02:02 [auto1.it] INFO: Found listing with ID: LM72883
2026-03-29 04:02:02 [auto1.it] INFO: Found listing with ID: JC85025
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JC85025%27 HTTP/1.1" 200 None
2026-03-29 04:02:02 [auto1.it] INFO: Scrape type for JC85025: 2
2026-03-29 04:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b537c67a-425a-5fdd-acd4-4a8a496d427f with identifier: JC85025
2026-03-29 04:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b537c67a-425a-5fdd-acd4-4a8a496d427f with scrape type 2
2026-03-29 04:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b537c67a-425a-5fdd-acd4-4a8a496d427f with scrape type 2
2026-03-29 04:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b537c67a-425a-5fdd-acd4-4a8a496d427f, identifier: JC85025
2026-03-29 04:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b537c67a-425a-5fdd-acd4-4a8a496d427f with identifier: JC85025
2026-03-29 04:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b537c67a-425a-5fdd-acd4-4a8a496d427f with identifier: JC85025
2026-03-29 04:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b537c67a-425a-5fdd-acd4-4a8a496d427f with identifier: JC85025 to the API
2026-03-29 04:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 160,
'expiration_date': '2026-03-30T15:22:20Z',
'fuel_type': 'diesel',
'id': 'b537c67a-425a-5fdd-acd4-4a8a496d427f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JC85025',
'listing': 'auction',
'make': 'Renault',
'model': 'Talisman',
'odometer': 182739,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-25',
'seller_name': None,
'title': 'Renault Talisman 1.6 dCi Energy Initiale Paris',
'transmission': 'automatic',
'trim': 'Initiale Paris',
'year': 2018}
2026-03-29 04:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JC85025%27 HTTP/1.1" 200 None
2026-03-29 04:02:03 [auto1.it] INFO: Saving data for JC85025: {'auction_closing_time': 1774884140.0, 'created_time': 1774645630.244639, 'last_price_update_time': 1774756923.479708}
2026-03-29 04:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JC85025') HTTP/1.1" 204 0
2026-03-29 04:02:03 [auto1.it] INFO: Found listing with ID: FC91970
2026-03-29 04:02:03 [auto1.it] INFO: Found listing with ID: PR30387
2026-03-29 04:02:03 [auto1.it] INFO: Found listing with ID: BE28605
2026-03-29 04:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BE28605%27 HTTP/1.1" 200 None
2026-03-29 04:02:03 [auto1.it] INFO: Scrape type for BE28605: 2
2026-03-29 04:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4453287b-8183-5a6a-93f2-1b44acfbb5c9 with identifier: BE28605
2026-03-29 04:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4453287b-8183-5a6a-93f2-1b44acfbb5c9 with scrape type 2
2026-03-29 04:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4453287b-8183-5a6a-93f2-1b44acfbb5c9 with scrape type 2
2026-03-29 04:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4453287b-8183-5a6a-93f2-1b44acfbb5c9, identifier: BE28605
2026-03-29 04:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4453287b-8183-5a6a-93f2-1b44acfbb5c9 with identifier: BE28605
2026-03-29 04:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4453287b-8183-5a6a-93f2-1b44acfbb5c9 with identifier: BE28605
2026-03-29 04:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4453287b-8183-5a6a-93f2-1b44acfbb5c9 with identifier: BE28605 to the API
2026-03-29 04:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 258,
'expiration_date': '2026-03-30T15:42:52Z',
'fuel_type': 'diesel',
'id': '4453287b-8183-5a6a-93f2-1b44acfbb5c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BE28605',
'listing': 'auction',
'make': 'BMW',
'model': 'X6',
'odometer': 213857,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-10',
'seller_name': None,
'title': 'BMW X6 xDrive 30d',
'transmission': 'automatic',
'trim': '',
'year': 2015}
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BE28605%27 HTTP/1.1" 200 None
2026-03-29 04:02:04 [auto1.it] INFO: Saving data for BE28605: {'auction_closing_time': 1774885372.0, 'created_time': 1774558944.983323, 'last_price_update_time': 1774756924.046631}
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BE28605') HTTP/1.1" 204 0
2026-03-29 04:02:04 [auto1.it] INFO: Found listing with ID: BS72965
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BS72965%27 HTTP/1.1" 200 None
2026-03-29 04:02:04 [auto1.it] INFO: Scrape type for BS72965: 0
2026-03-29 04:02:04 [auto1.it] INFO: Found listing with ID: NN68396
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NN68396%27 HTTP/1.1" 200 None
2026-03-29 04:02:04 [auto1.it] INFO: Scrape type for NN68396: 0
2026-03-29 04:02:04 [auto1.it] INFO: Found listing with ID: JF19899
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JF19899%27 HTTP/1.1" 200 None
2026-03-29 04:02:04 [auto1.it] INFO: Scrape type for JF19899: 0
2026-03-29 04:02:04 [auto1.it] INFO: Found listing with ID: TG15136
2026-03-29 04:02:04 [auto1.it] INFO: Found listing with ID: DT34666
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DT34666%27 HTTP/1.1" 200 None
2026-03-29 04:02:04 [auto1.it] INFO: Scrape type for DT34666: 0
2026-03-29 04:02:04 [auto1.it] INFO: Found listing with ID: YG71564
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YG71564%27 HTTP/1.1" 200 None
2026-03-29 04:02:04 [auto1.it] INFO: Scrape type for YG71564: 0
2026-03-29 04:02:04 [auto1.it] INFO: Found listing with ID: TK41328
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TK41328%27 HTTP/1.1" 200 None
2026-03-29 04:02:04 [auto1.it] INFO: Scrape type for TK41328: 2
2026-03-29 04:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f1e7cc9-0ec7-5429-87e2-3ea63e900195 with identifier: TK41328
2026-03-29 04:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f1e7cc9-0ec7-5429-87e2-3ea63e900195 with scrape type 2
2026-03-29 04:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f1e7cc9-0ec7-5429-87e2-3ea63e900195 with scrape type 2
2026-03-29 04:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6f1e7cc9-0ec7-5429-87e2-3ea63e900195, identifier: TK41328
2026-03-29 04:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6f1e7cc9-0ec7-5429-87e2-3ea63e900195 with identifier: TK41328
2026-03-29 04:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6f1e7cc9-0ec7-5429-87e2-3ea63e900195 with identifier: TK41328
2026-03-29 04:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6f1e7cc9-0ec7-5429-87e2-3ea63e900195 with identifier: TK41328 to the API
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gold',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:40:47Z',
'fuel_type': 'petrol',
'id': '6f1e7cc9-0ec7-5429-87e2-3ea63e900195',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TK41328',
'listing': 'auction',
'make': 'Honda',
'model': 'CR-V',
'odometer': 163280,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-24',
'seller_name': None,
'title': 'Honda CR-V 2.0 VTEC Exclusive',
'transmission': 'manual',
'trim': 'Exclusive',
'year': 2012}
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TK41328%27 HTTP/1.1" 200 None
2026-03-29 04:02:04 [auto1.it] INFO: Saving data for TK41328: {'auction_closing_time': 1774885247.0, 'created_time': 1773824455.75578, 'last_price_update_time': 1774756924.595219}
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TK41328') HTTP/1.1" 204 0
2026-03-29 04:02:04 [auto1.it] INFO: Found listing with ID: NP33035
2026-03-29 04:02:04 [auto1.it] INFO: Found listing with ID: LH23447
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LH23447%27 HTTP/1.1" 200 None
2026-03-29 04:02:04 [auto1.it] INFO: Scrape type for LH23447: 2
2026-03-29 04:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e44b1a16-29cd-51e0-aea3-c073017bf51a with identifier: LH23447
2026-03-29 04:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e44b1a16-29cd-51e0-aea3-c073017bf51a with scrape type 2
2026-03-29 04:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e44b1a16-29cd-51e0-aea3-c073017bf51a with scrape type 2
2026-03-29 04:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e44b1a16-29cd-51e0-aea3-c073017bf51a, identifier: LH23447
2026-03-29 04:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e44b1a16-29cd-51e0-aea3-c073017bf51a with identifier: LH23447
2026-03-29 04:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e44b1a16-29cd-51e0-aea3-c073017bf51a with identifier: LH23447
2026-03-29 04:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e44b1a16-29cd-51e0-aea3-c073017bf51a with identifier: LH23447 to the API
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 252,
'expiration_date': '2026-03-30T15:39:07Z',
'fuel_type': 'petrol',
'id': 'e44b1a16-29cd-51e0-aea3-c073017bf51a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LH23447',
'listing': 'auction',
'make': 'Porsche',
'model': 'Macan',
'odometer': 156589,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-08',
'seller_name': None,
'title': 'Porsche Macan 2.0',
'transmission': 'automatic',
'trim': '',
'year': 2017}
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LH23447%27 HTTP/1.1" 200 None
2026-03-29 04:02:05 [auto1.it] INFO: Saving data for LH23447: {'auction_closing_time': 1774885147.0, 'created_time': 1774559014.255279, 'last_price_update_time': 1774756925.080127}
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LH23447') HTTP/1.1" 204 0
2026-03-29 04:02:05 [auto1.it] INFO: Found listing with ID: NT98508
2026-03-29 04:02:05 [auto1.it] INFO: Found listing with ID: BW44627
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BW44627%27 HTTP/1.1" 200 None
2026-03-29 04:02:05 [auto1.it] INFO: Scrape type for BW44627: 0
2026-03-29 04:02:05 [auto1.it] INFO: Found listing with ID: XE50216
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XE50216%27 HTTP/1.1" 200 None
2026-03-29 04:02:05 [auto1.it] INFO: Scrape type for XE50216: 0
2026-03-29 04:02:05 [auto1.it] INFO: Found listing with ID: SN54717
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SN54717%27 HTTP/1.1" 200 None
2026-03-29 04:02:05 [auto1.it] INFO: Scrape type for SN54717: 2
2026-03-29 04:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd7776f7-2cad-5df8-b724-5e4a8ec5059b with identifier: SN54717
2026-03-29 04:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd7776f7-2cad-5df8-b724-5e4a8ec5059b with scrape type 2
2026-03-29 04:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd7776f7-2cad-5df8-b724-5e4a8ec5059b with scrape type 2
2026-03-29 04:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bd7776f7-2cad-5df8-b724-5e4a8ec5059b, identifier: SN54717
2026-03-29 04:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bd7776f7-2cad-5df8-b724-5e4a8ec5059b with identifier: SN54717
2026-03-29 04:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bd7776f7-2cad-5df8-b724-5e4a8ec5059b with identifier: SN54717
2026-03-29 04:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bd7776f7-2cad-5df8-b724-5e4a8ec5059b with identifier: SN54717 to the API
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 160,
'expiration_date': '2026-03-30T15:54:24Z',
'fuel_type': 'diesel',
'id': 'bd7776f7-2cad-5df8-b724-5e4a8ec5059b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SN54717',
'listing': 'auction',
'make': 'Renault',
'model': 'Espace',
'odometer': 240960,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-14',
'seller_name': None,
'title': 'Renault Espace 1.6 dCi Energy Executive',
'transmission': 'automatic',
'trim': 'Executive',
'year': 2017}
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SN54717%27 HTTP/1.1" 200 None
2026-03-29 04:02:05 [auto1.it] INFO: Saving data for SN54717: {'auction_closing_time': 1774886064.0, 'created_time': 1774645410.078885, 'last_price_update_time': 1774756925.651506}
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SN54717') HTTP/1.1" 204 0
2026-03-29 04:02:05 [auto1.it] INFO: Found listing with ID: RA17642
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RA17642%27 HTTP/1.1" 200 None
2026-03-29 04:02:05 [auto1.it] INFO: Scrape type for RA17642: 2
2026-03-29 04:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 255546d4-ed00-55ae-8fa3-19a6a5bfe9b1 with identifier: RA17642
2026-03-29 04:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 255546d4-ed00-55ae-8fa3-19a6a5bfe9b1 with scrape type 2
2026-03-29 04:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 255546d4-ed00-55ae-8fa3-19a6a5bfe9b1 with scrape type 2
2026-03-29 04:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 255546d4-ed00-55ae-8fa3-19a6a5bfe9b1, identifier: RA17642
2026-03-29 04:02:05 [scrapy.extensions.logstats] INFO: Crawled 25 pages (at 12 pages/min), scraped 147 items (at 98 items/min)
2026-03-29 04:02:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 157MiB
2026-03-29 04:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 255546d4-ed00-55ae-8fa3-19a6a5bfe9b1 with identifier: RA17642
2026-03-29 04:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 255546d4-ed00-55ae-8fa3-19a6a5bfe9b1 with identifier: RA17642
2026-03-29 04:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 255546d4-ed00-55ae-8fa3-19a6a5bfe9b1 with identifier: RA17642 to the API
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:08:00Z',
'fuel_type': 'petrol',
'id': '255546d4-ed00-55ae-8fa3-19a6a5bfe9b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RA17642',
'listing': 'auction',
'make': 'Fiat',
'model': '500X',
'odometer': 49484,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-26',
'seller_name': None,
'title': 'Fiat 500X 1.0 Turbo Connect',
'transmission': 'manual',
'trim': 'Connect',
'year': 2021}
2026-03-29 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RA17642%27 HTTP/1.1" 200 None
2026-03-29 04:02:06 [auto1.it] INFO: Saving data for RA17642: {'auction_closing_time': 1774883280.0, 'created_time': 1774645337.762706, 'last_price_update_time': 1774756926.107062}
2026-03-29 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RA17642') HTTP/1.1" 204 0
2026-03-29 04:02:06 [auto1.it] INFO: Found listing with ID: ZR71790
2026-03-29 04:02:06 [auto1.it] INFO: Found listing with ID: DP78893
2026-03-29 04:02:06 [auto1.it] INFO: Found listing with ID: VS39586
2026-03-29 04:02:06 [auto1.it] INFO: Found listing with ID: WZ23561
2026-03-29 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WZ23561%27 HTTP/1.1" 200 None
2026-03-29 04:02:06 [auto1.it] INFO: Scrape type for WZ23561: 2
2026-03-29 04:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db82f032-482d-52c6-8d3b-1a2de3f9afaa with identifier: WZ23561
2026-03-29 04:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db82f032-482d-52c6-8d3b-1a2de3f9afaa with scrape type 2
2026-03-29 04:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db82f032-482d-52c6-8d3b-1a2de3f9afaa with scrape type 2
2026-03-29 04:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: db82f032-482d-52c6-8d3b-1a2de3f9afaa, identifier: WZ23561
2026-03-29 04:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: db82f032-482d-52c6-8d3b-1a2de3f9afaa with identifier: WZ23561
2026-03-29 04:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: db82f032-482d-52c6-8d3b-1a2de3f9afaa with identifier: WZ23561
2026-03-29 04:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: db82f032-482d-52c6-8d3b-1a2de3f9afaa with identifier: WZ23561 to the API
2026-03-29 04:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 130,
'expiration_date': '2026-03-30T15:29:54Z',
'fuel_type': 'diesel',
'id': 'db82f032-482d-52c6-8d3b-1a2de3f9afaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WZ23561',
'listing': 'auction',
'make': 'Opel',
'model': 'Mokka',
'odometer': 126822,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-29',
'seller_name': None,
'title': 'Opel Mokka 1.7 CDTI Cosmo',
'transmission': 'automatic',
'trim': 'Cosmo',
'year': 2014}
2026-03-29 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WZ23561%27 HTTP/1.1" 200 None
2026-03-29 04:02:06 [auto1.it] INFO: Saving data for WZ23561: {'auction_closing_time': 1774884594.0, 'created_time': 1774645633.978069, 'last_price_update_time': 1774756926.544322}
2026-03-29 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WZ23561') HTTP/1.1" 204 0
2026-03-29 04:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:02:11 [auto1.it] INFO: Channel: 24h | Page: 22 | totalHits: 2226 | hits on page: 40
2026-03-29 04:02:11 [auto1.it] INFO: Found listing with ID: KX90230
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KX90230%27 HTTP/1.1" 200 None
2026-03-29 04:02:11 [auto1.it] INFO: Scrape type for KX90230: 0
2026-03-29 04:02:11 [auto1.it] INFO: Found listing with ID: HU57000
2026-03-29 04:02:11 [auto1.it] INFO: Found listing with ID: MZ03364
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MZ03364%27 HTTP/1.1" 200 None
2026-03-29 04:02:11 [auto1.it] INFO: Scrape type for MZ03364: 0
2026-03-29 04:02:11 [auto1.it] INFO: Found listing with ID: TG59717
2026-03-29 04:02:11 [auto1.it] INFO: Found listing with ID: YH14903
2026-03-29 04:02:11 [auto1.it] INFO: Found listing with ID: JP72281
2026-03-29 04:02:11 [auto1.it] INFO: Found listing with ID: DW12777
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DW12777%27 HTTP/1.1" 200 None
2026-03-29 04:02:11 [auto1.it] INFO: Scrape type for DW12777: 2
2026-03-29 04:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9511c6e9-9a5f-5909-9d5a-dfae09d0a178 with identifier: DW12777
2026-03-29 04:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9511c6e9-9a5f-5909-9d5a-dfae09d0a178 with scrape type 2
2026-03-29 04:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9511c6e9-9a5f-5909-9d5a-dfae09d0a178 with scrape type 2
2026-03-29 04:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9511c6e9-9a5f-5909-9d5a-dfae09d0a178, identifier: DW12777
2026-03-29 04:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9511c6e9-9a5f-5909-9d5a-dfae09d0a178 with identifier: DW12777
2026-03-29 04:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9511c6e9-9a5f-5909-9d5a-dfae09d0a178 with identifier: DW12777
2026-03-29 04:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9511c6e9-9a5f-5909-9d5a-dfae09d0a178 with identifier: DW12777 to the API
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 135,
'expiration_date': '2026-03-30T15:42:54Z',
'fuel_type': 'diesel',
'id': '9511c6e9-9a5f-5909-9d5a-dfae09d0a178',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DW12777',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'CLA-Klasse',
'odometer': 216245,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-15',
'seller_name': None,
'title': 'Mercedes-Benz CLA-Klasse CLA 200 d Shooting Brake Premium',
'transmission': 'automatic',
'trim': 'Premium',
'year': 2018}
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DW12777%27 HTTP/1.1" 200 None
2026-03-29 04:02:11 [auto1.it] INFO: Saving data for DW12777: {'auction_closing_time': 1774885374.0, 'created_time': 1774645559.441431, 'last_price_update_time': 1774756931.663875}
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DW12777') HTTP/1.1" 204 0
2026-03-29 04:02:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:02:11 [auto1.it] INFO: Found listing with ID: RB40748
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB40748%27 HTTP/1.1" 200 None
2026-03-29 04:02:11 [auto1.it] INFO: Scrape type for RB40748: 2
2026-03-29 04:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b6bc151-5f00-5486-b3e2-fda46cc6cbb7 with identifier: RB40748
2026-03-29 04:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b6bc151-5f00-5486-b3e2-fda46cc6cbb7 with scrape type 2
2026-03-29 04:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b6bc151-5f00-5486-b3e2-fda46cc6cbb7 with scrape type 2
2026-03-29 04:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2b6bc151-5f00-5486-b3e2-fda46cc6cbb7, identifier: RB40748
2026-03-29 04:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2b6bc151-5f00-5486-b3e2-fda46cc6cbb7 with identifier: RB40748
2026-03-29 04:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2b6bc151-5f00-5486-b3e2-fda46cc6cbb7 with identifier: RB40748
2026-03-29 04:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2b6bc151-5f00-5486-b3e2-fda46cc6cbb7 with identifier: RB40748 to the API
2026-03-29 04:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:59:03Z',
'fuel_type': 'diesel',
'id': '2b6bc151-5f00-5486-b3e2-fda46cc6cbb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RB40748',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 69699,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-30',
'seller_name': None,
'title': 'Volkswagen Tiguan 2.0 TDI Sport BlueMotion',
'transmission': 'automatic',
'trim': 'Sport BlueMotion',
'year': 2019}
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB40748%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Saving data for RB40748: {'auction_closing_time': 1774886343.0, 'created_time': 1774558825.513754, 'last_price_update_time': 1774756932.206084}
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RB40748') HTTP/1.1" 204 0
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: RM58290
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RM58290%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Scrape type for RM58290: 0
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: RY04213
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: UU51056
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UU51056%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Scrape type for UU51056: 0
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: CW11036
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CW11036%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Scrape type for CW11036: 0
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: WV91656
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: RF27989
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: VV97216
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VV97216%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Scrape type for VV97216: 0
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: HZ65981
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HZ65981%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Scrape type for HZ65981: 0
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: EP92787
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EP92787%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Scrape type for EP92787: 0
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: PD07113
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: WG94514
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: EP88995
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EP88995%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Scrape type for EP88995: 0
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: KT34727
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: LG27793
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: HB10468
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: ZR58855
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: BA64945
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BA64945%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Scrape type for BA64945: 0
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: WT06044
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WT06044%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Scrape type for WT06044: 2
2026-03-29 04:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5f8c18f-d346-52cc-99c8-0a8a2676ae91 with identifier: WT06044
2026-03-29 04:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5f8c18f-d346-52cc-99c8-0a8a2676ae91 with scrape type 2
2026-03-29 04:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5f8c18f-d346-52cc-99c8-0a8a2676ae91 with scrape type 2
2026-03-29 04:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b5f8c18f-d346-52cc-99c8-0a8a2676ae91, identifier: WT06044
2026-03-29 04:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b5f8c18f-d346-52cc-99c8-0a8a2676ae91 with identifier: WT06044
2026-03-29 04:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b5f8c18f-d346-52cc-99c8-0a8a2676ae91 with identifier: WT06044
2026-03-29 04:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b5f8c18f-d346-52cc-99c8-0a8a2676ae91 with identifier: WT06044 to the API
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 130,
'expiration_date': '2026-03-30T15:20:06Z',
'fuel_type': 'diesel',
'id': 'b5f8c18f-d346-52cc-99c8-0a8a2676ae91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WT06044',
'listing': 'auction',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 123580,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-22',
'seller_name': None,
'title': 'Fiat Ducato 2.3 JTD 130',
'transmission': 'manual',
'trim': '130',
'year': 2018}
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WT06044%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Saving data for WT06044: {'auction_closing_time': 1774884006.0, 'created_time': 1774645601.654847, 'last_price_update_time': 1774756932.797994}
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WT06044') HTTP/1.1" 204 0
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: GM73700
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GM73700%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Scrape type for GM73700: 0
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: ER90508
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ER90508%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Scrape type for ER90508: 0
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: VV94396
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: FG85862
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: UN52705
2026-03-29 04:02:12 [auto1.it] INFO: Found listing with ID: RN28631
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RN28631%27 HTTP/1.1" 200 None
2026-03-29 04:02:12 [auto1.it] INFO: Scrape type for RN28631: 2
2026-03-29 04:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b73b4faa-4a00-5d32-92b6-5da1f7460213 with identifier: RN28631
2026-03-29 04:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b73b4faa-4a00-5d32-92b6-5da1f7460213 with scrape type 2
2026-03-29 04:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b73b4faa-4a00-5d32-92b6-5da1f7460213 with scrape type 2
2026-03-29 04:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b73b4faa-4a00-5d32-92b6-5da1f7460213, identifier: RN28631
2026-03-29 04:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b73b4faa-4a00-5d32-92b6-5da1f7460213 with identifier: RN28631
2026-03-29 04:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b73b4faa-4a00-5d32-92b6-5da1f7460213 with identifier: RN28631
2026-03-29 04:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b73b4faa-4a00-5d32-92b6-5da1f7460213 with identifier: RN28631 to the API
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:09:00Z',
'fuel_type': 'diesel',
'id': 'b73b4faa-4a00-5d32-92b6-5da1f7460213',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RN28631',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'A-Klasse',
'odometer': 64857,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-11',
'seller_name': None,
'title': 'Mercedes-Benz A-Klasse A 180 CDI BlueEfficiency AMG Sport',
'transmission': 'manual',
'trim': 'BlueEfficiency AMG Sport',
'year': 2016}
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RN28631%27 HTTP/1.1" 200 None
2026-03-29 04:02:13 [auto1.it] INFO: Saving data for RN28631: {'auction_closing_time': 1774883340.0, 'created_time': 1774645663.697233, 'last_price_update_time': 1774756933.386735}
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RN28631') HTTP/1.1" 204 0
2026-03-29 04:02:13 [auto1.it] INFO: Found listing with ID: NE13837
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NE13837%27 HTTP/1.1" 200 None
2026-03-29 04:02:13 [auto1.it] INFO: Scrape type for NE13837: 0
2026-03-29 04:02:13 [auto1.it] INFO: Found listing with ID: JJ76443
2026-03-29 04:02:13 [auto1.it] INFO: Found listing with ID: SR58570
2026-03-29 04:02:13 [auto1.it] INFO: Found listing with ID: AG93268
2026-03-29 04:02:13 [auto1.it] INFO: Found listing with ID: YM91095
2026-03-29 04:02:13 [auto1.it] INFO: Found listing with ID: SW20348
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SW20348%27 HTTP/1.1" 200 None
2026-03-29 04:02:13 [auto1.it] INFO: Scrape type for SW20348: 2
2026-03-29 04:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2637d16c-4e25-526f-a793-bb8045673c9d with identifier: SW20348
2026-03-29 04:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2637d16c-4e25-526f-a793-bb8045673c9d with scrape type 2
2026-03-29 04:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2637d16c-4e25-526f-a793-bb8045673c9d with scrape type 2
2026-03-29 04:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2637d16c-4e25-526f-a793-bb8045673c9d, identifier: SW20348
2026-03-29 04:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2637d16c-4e25-526f-a793-bb8045673c9d with identifier: SW20348
2026-03-29 04:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2637d16c-4e25-526f-a793-bb8045673c9d with identifier: SW20348
2026-03-29 04:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2637d16c-4e25-526f-a793-bb8045673c9d with identifier: SW20348 to the API
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:25:19Z',
'fuel_type': 'diesel',
'id': '2637d16c-4e25-526f-a793-bb8045673c9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SW20348',
'listing': 'auction',
'make': 'Audi',
'model': 'A3',
'odometer': 252439,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-03-01',
'seller_name': None,
'title': 'Audi A3 2.0 TDI S line Sportpaket plus',
'transmission': 'automatic',
'trim': 'S line Sportpaket plus',
'year': 2007}
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SW20348%27 HTTP/1.1" 200 None
2026-03-29 04:02:13 [auto1.it] INFO: Saving data for SW20348: {'auction_closing_time': 1774884319.0, 'created_time': 1774559057.800022, 'last_price_update_time': 1774756933.910262}
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SW20348') HTTP/1.1" 204 0
2026-03-29 04:02:14 [auto1.it] INFO: Found listing with ID: YD48620
2026-03-29 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YD48620%27 HTTP/1.1" 200 None
2026-03-29 04:02:14 [auto1.it] INFO: Scrape type for YD48620: 2
2026-03-29 04:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 813ba2ed-afaf-5b91-bccf-25a68c4a8309 with identifier: YD48620
2026-03-29 04:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 813ba2ed-afaf-5b91-bccf-25a68c4a8309 with scrape type 2
2026-03-29 04:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 813ba2ed-afaf-5b91-bccf-25a68c4a8309 with scrape type 2
2026-03-29 04:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 813ba2ed-afaf-5b91-bccf-25a68c4a8309, identifier: YD48620
2026-03-29 04:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 813ba2ed-afaf-5b91-bccf-25a68c4a8309 with identifier: YD48620
2026-03-29 04:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 813ba2ed-afaf-5b91-bccf-25a68c4a8309 with identifier: YD48620
2026-03-29 04:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 813ba2ed-afaf-5b91-bccf-25a68c4a8309 with identifier: YD48620 to the API
2026-03-29 04:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:28:04Z',
'fuel_type': 'petrol',
'id': '813ba2ed-afaf-5b91-bccf-25a68c4a8309',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YD48620',
'listing': 'auction',
'make': 'Lancia',
'model': 'Ypsilon',
'odometer': 207751,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-06-06',
'seller_name': None,
'title': 'Lancia Ypsilon 1.2 Diva',
'transmission': 'manual',
'trim': 'Diva',
'year': 2011}
2026-03-29 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YD48620%27 HTTP/1.1" 200 None
2026-03-29 04:02:14 [auto1.it] INFO: Saving data for YD48620: {'auction_closing_time': 1774884484.0, 'created_time': 1773134644.024347, 'last_price_update_time': 1774756934.47624}
2026-03-29 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YD48620') HTTP/1.1" 204 0
2026-03-29 04:02:14 [auto1.it] INFO: Found listing with ID: KH50025
2026-03-29 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KH50025%27 HTTP/1.1" 200 None
2026-03-29 04:02:14 [auto1.it] INFO: Scrape type for KH50025: 0
2026-03-29 04:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:02:46 [auto1.it] INFO: Channel: 24h | Page: 23 | totalHits: 2226 | hits on page: 40
2026-03-29 04:02:46 [auto1.it] INFO: Found listing with ID: CH31271
2026-03-29 04:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CH31271%27 HTTP/1.1" 200 None
2026-03-29 04:02:46 [auto1.it] INFO: Scrape type for CH31271: 0
2026-03-29 04:02:46 [auto1.it] INFO: Found listing with ID: NR94524
2026-03-29 04:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NR94524%27 HTTP/1.1" 200 None
2026-03-29 04:02:46 [auto1.it] INFO: Scrape type for NR94524: 2
2026-03-29 04:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7996cd7-9362-5bf5-a90e-fc6fd4d7fb76 with identifier: NR94524
2026-03-29 04:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7996cd7-9362-5bf5-a90e-fc6fd4d7fb76 with scrape type 2
2026-03-29 04:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7996cd7-9362-5bf5-a90e-fc6fd4d7fb76 with scrape type 2
2026-03-29 04:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f7996cd7-9362-5bf5-a90e-fc6fd4d7fb76, identifier: NR94524
2026-03-29 04:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f7996cd7-9362-5bf5-a90e-fc6fd4d7fb76 with identifier: NR94524
2026-03-29 04:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f7996cd7-9362-5bf5-a90e-fc6fd4d7fb76 with identifier: NR94524
2026-03-29 04:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f7996cd7-9362-5bf5-a90e-fc6fd4d7fb76 with identifier: NR94524 to the API
2026-03-29 04:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:08:50Z',
'fuel_type': 'petrol',
'id': 'f7996cd7-9362-5bf5-a90e-fc6fd4d7fb76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NR94524',
'listing': 'auction',
'make': 'Mitsubishi',
'model': 'Colt',
'odometer': 105970,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-06-23',
'seller_name': None,
'title': 'Mitsubishi Colt 1.1 Basis',
'transmission': 'manual',
'trim': 'Basis',
'year': 2009}
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NR94524%27 HTTP/1.1" 200 None
2026-03-29 04:02:47 [auto1.it] INFO: Saving data for NR94524: {'auction_closing_time': 1774883330.0, 'created_time': 1774559151.787601, 'last_price_update_time': 1774756967.14676}
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NR94524') HTTP/1.1" 204 0
2026-03-29 04:02:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:02:47 [auto1.it] INFO: Found listing with ID: ME64112
2026-03-29 04:02:47 [auto1.it] INFO: Found listing with ID: LC62662
2026-03-29 04:02:47 [auto1.it] INFO: Found listing with ID: NG42330
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NG42330%27 HTTP/1.1" 200 None
2026-03-29 04:02:47 [auto1.it] INFO: Scrape type for NG42330: 2
2026-03-29 04:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e29c2673-56a5-5b6b-88bd-de443e101d6a with identifier: NG42330
2026-03-29 04:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e29c2673-56a5-5b6b-88bd-de443e101d6a with scrape type 2
2026-03-29 04:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e29c2673-56a5-5b6b-88bd-de443e101d6a with scrape type 2
2026-03-29 04:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e29c2673-56a5-5b6b-88bd-de443e101d6a, identifier: NG42330
2026-03-29 04:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e29c2673-56a5-5b6b-88bd-de443e101d6a with identifier: NG42330
2026-03-29 04:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e29c2673-56a5-5b6b-88bd-de443e101d6a with identifier: NG42330
2026-03-29 04:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e29c2673-56a5-5b6b-88bd-de443e101d6a with identifier: NG42330 to the API
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 72,
'expiration_date': '2026-03-30T15:12:35Z',
'fuel_type': 'petrol',
'id': 'e29c2673-56a5-5b6b-88bd-de443e101d6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NG42330',
'listing': 'auction',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 40163,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-31',
'seller_name': None,
'title': 'Toyota Aygo 1.0-VVT-i X-Cool',
'transmission': 'automatic',
'trim': 'X-Cool',
'year': 2019}
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NG42330%27 HTTP/1.1" 200 None
2026-03-29 04:02:47 [auto1.it] INFO: Saving data for NG42330: {'auction_closing_time': 1774883555.0, 'created_time': 1774558975.385333, 'last_price_update_time': 1774756967.629933}
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NG42330') HTTP/1.1" 204 0
2026-03-29 04:02:47 [auto1.it] INFO: Found listing with ID: LY59830
2026-03-29 04:02:47 [auto1.it] INFO: Found listing with ID: KW57065
2026-03-29 04:02:47 [auto1.it] INFO: Found listing with ID: GZ29519
2026-03-29 04:02:47 [auto1.it] INFO: Found listing with ID: XU45966
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XU45966%27 HTTP/1.1" 200 None
2026-03-29 04:02:47 [auto1.it] INFO: Scrape type for XU45966: 2
2026-03-29 04:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffc79519-b7d1-5d7d-bb69-cae1bbd829c7 with identifier: XU45966
2026-03-29 04:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffc79519-b7d1-5d7d-bb69-cae1bbd829c7 with scrape type 2
2026-03-29 04:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffc79519-b7d1-5d7d-bb69-cae1bbd829c7 with scrape type 2
2026-03-29 04:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ffc79519-b7d1-5d7d-bb69-cae1bbd829c7, identifier: XU45966
2026-03-29 04:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ffc79519-b7d1-5d7d-bb69-cae1bbd829c7 with identifier: XU45966
2026-03-29 04:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ffc79519-b7d1-5d7d-bb69-cae1bbd829c7 with identifier: XU45966
2026-03-29 04:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ffc79519-b7d1-5d7d-bb69-cae1bbd829c7 with identifier: XU45966 to the API
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 80,
'expiration_date': '2026-03-30T15:15:52Z',
'fuel_type': 'petrol',
'id': 'ffc79519-b7d1-5d7d-bb69-cae1bbd829c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XU45966',
'listing': 'auction',
'make': 'Nissan',
'model': 'Micra',
'odometer': 120524,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-26',
'seller_name': None,
'title': 'Nissan Micra 1.2 Acenta',
'transmission': 'automatic',
'trim': 'Acenta',
'year': 2014}
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XU45966%27 HTTP/1.1" 200 None
2026-03-29 04:02:48 [auto1.it] INFO: Saving data for XU45966: {'auction_closing_time': 1774883752.0, 'created_time': 1774645631.966252, 'last_price_update_time': 1774756968.068096}
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XU45966') HTTP/1.1" 204 0
2026-03-29 04:02:48 [auto1.it] INFO: Found listing with ID: XP38873
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XP38873%27 HTTP/1.1" 200 None
2026-03-29 04:02:48 [auto1.it] INFO: Scrape type for XP38873: 2
2026-03-29 04:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eddc36e3-39c2-55ae-8052-110fb2e715ce with identifier: XP38873
2026-03-29 04:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eddc36e3-39c2-55ae-8052-110fb2e715ce with scrape type 2
2026-03-29 04:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eddc36e3-39c2-55ae-8052-110fb2e715ce with scrape type 2
2026-03-29 04:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: eddc36e3-39c2-55ae-8052-110fb2e715ce, identifier: XP38873
2026-03-29 04:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: eddc36e3-39c2-55ae-8052-110fb2e715ce with identifier: XP38873
2026-03-29 04:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: eddc36e3-39c2-55ae-8052-110fb2e715ce with identifier: XP38873
2026-03-29 04:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: eddc36e3-39c2-55ae-8052-110fb2e715ce with identifier: XP38873 to the API
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 136,
'expiration_date': '2026-03-30T15:55:01Z',
'fuel_type': 'diesel',
'id': 'eddc36e3-39c2-55ae-8052-110fb2e715ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XP38873',
'listing': 'auction',
'make': 'Kia',
'model': 'Sportage',
'odometer': 211130,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-31',
'seller_name': None,
'title': 'Kia Sportage 1.6 CRDi Business Class 2WD',
'transmission': 'automatic',
'trim': 'Business Class 2WD',
'year': 2019}
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XP38873%27 HTTP/1.1" 200 None
2026-03-29 04:02:48 [auto1.it] INFO: Saving data for XP38873: {'auction_closing_time': 1774886101.0, 'created_time': 1773835766.99403, 'last_price_update_time': 1774756968.601034}
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XP38873') HTTP/1.1" 204 0
2026-03-29 04:02:48 [auto1.it] INFO: Found listing with ID: UA81726
2026-03-29 04:02:48 [auto1.it] INFO: Found listing with ID: ZZ85760
2026-03-29 04:02:48 [auto1.it] INFO: Found listing with ID: LP45822
2026-03-29 04:02:48 [auto1.it] INFO: Found listing with ID: VY12867
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY12867%27 HTTP/1.1" 200 None
2026-03-29 04:02:48 [auto1.it] INFO: Scrape type for VY12867: 2
2026-03-29 04:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be543acb-1d2d-5778-9556-89a25340b801 with identifier: VY12867
2026-03-29 04:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be543acb-1d2d-5778-9556-89a25340b801 with scrape type 2
2026-03-29 04:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be543acb-1d2d-5778-9556-89a25340b801 with scrape type 2
2026-03-29 04:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: be543acb-1d2d-5778-9556-89a25340b801, identifier: VY12867
2026-03-29 04:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: be543acb-1d2d-5778-9556-89a25340b801 with identifier: VY12867
2026-03-29 04:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: be543acb-1d2d-5778-9556-89a25340b801 with identifier: VY12867
2026-03-29 04:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: be543acb-1d2d-5778-9556-89a25340b801 with identifier: VY12867 to the API
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 58,
'expiration_date': '2026-03-30T15:23:38Z',
'fuel_type': 'petrol',
'id': 'be543acb-1d2d-5778-9556-89a25340b801',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VY12867',
'listing': 'auction',
'make': 'Renault',
'model': 'Clio',
'odometer': 124812,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-10',
'seller_name': None,
'title': 'Renault Clio 1.2 Campus Authentique',
'transmission': 'manual',
'trim': 'Campus Authentique',
'year': 2010}
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY12867%27 HTTP/1.1" 200 None
2026-03-29 04:02:49 [auto1.it] INFO: Saving data for VY12867: {'auction_closing_time': 1774884218.0, 'created_time': 1774559019.724112, 'last_price_update_time': 1774756969.097094}
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VY12867') HTTP/1.1" 204 0
2026-03-29 04:02:49 [auto1.it] INFO: Found listing with ID: NR23984
2026-03-29 04:02:49 [auto1.it] INFO: Found listing with ID: ET23172
2026-03-29 04:02:49 [auto1.it] INFO: Found listing with ID: TC50511
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TC50511%27 HTTP/1.1" 200 None
2026-03-29 04:02:49 [auto1.it] INFO: Scrape type for TC50511: 2
2026-03-29 04:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fcaefc6-3abc-50ea-b3ce-2e39e56ad1a8 with identifier: TC50511
2026-03-29 04:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fcaefc6-3abc-50ea-b3ce-2e39e56ad1a8 with scrape type 2
2026-03-29 04:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fcaefc6-3abc-50ea-b3ce-2e39e56ad1a8 with scrape type 2
2026-03-29 04:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9fcaefc6-3abc-50ea-b3ce-2e39e56ad1a8, identifier: TC50511
2026-03-29 04:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9fcaefc6-3abc-50ea-b3ce-2e39e56ad1a8 with identifier: TC50511
2026-03-29 04:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9fcaefc6-3abc-50ea-b3ce-2e39e56ad1a8 with identifier: TC50511
2026-03-29 04:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9fcaefc6-3abc-50ea-b3ce-2e39e56ad1a8 with identifier: TC50511 to the API
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:53:55Z',
'fuel_type': 'diesel',
'id': '9fcaefc6-3abc-50ea-b3ce-2e39e56ad1a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TC50511',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 76684,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-29',
'seller_name': None,
'title': 'BMW X3 xDrive 20d Mild-Hybrid M Sport',
'transmission': 'automatic',
'trim': 'M Sport',
'year': 2022}
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TC50511%27 HTTP/1.1" 200 None
2026-03-29 04:02:49 [auto1.it] INFO: Saving data for TC50511: {'auction_closing_time': 1774886035.0, 'created_time': 1774559108.326207, 'last_price_update_time': 1774756969.513018}
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TC50511') HTTP/1.1" 204 0
2026-03-29 04:02:49 [auto1.it] INFO: Found listing with ID: FN23706
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FN23706%27 HTTP/1.1" 200 None
2026-03-29 04:02:49 [auto1.it] INFO: Scrape type for FN23706: 0
2026-03-29 04:02:49 [auto1.it] INFO: Found listing with ID: FK20941
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FK20941%27 HTTP/1.1" 200 None
2026-03-29 04:02:49 [auto1.it] INFO: Scrape type for FK20941: 2
2026-03-29 04:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baa11704-80c4-57f2-bfda-665cf7d28c5a with identifier: FK20941
2026-03-29 04:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baa11704-80c4-57f2-bfda-665cf7d28c5a with scrape type 2
2026-03-29 04:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baa11704-80c4-57f2-bfda-665cf7d28c5a with scrape type 2
2026-03-29 04:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: baa11704-80c4-57f2-bfda-665cf7d28c5a, identifier: FK20941
2026-03-29 04:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: baa11704-80c4-57f2-bfda-665cf7d28c5a with identifier: FK20941
2026-03-29 04:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: baa11704-80c4-57f2-bfda-665cf7d28c5a with identifier: FK20941
2026-03-29 04:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: baa11704-80c4-57f2-bfda-665cf7d28c5a with identifier: FK20941 to the API
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 144,
'expiration_date': '2026-03-30T15:25:25Z',
'fuel_type': 'diesel',
'id': 'baa11704-80c4-57f2-bfda-665cf7d28c5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FK20941',
'listing': 'auction',
'make': 'Toyota',
'model': 'ProAce Verso',
'odometer': 239653,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-08',
'seller_name': None,
'title': 'Toyota ProAce Verso 2.0 D-4D L2 Lounge',
'transmission': 'manual',
'trim': 'L2 Lounge',
'year': 2022}
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FK20941%27 HTTP/1.1" 200 None
2026-03-29 04:02:49 [auto1.it] INFO: Saving data for FK20941: {'auction_closing_time': 1774884325.0, 'created_time': 1774645697.406584, 'last_price_update_time': 1774756969.96933}
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FK20941') HTTP/1.1" 204 0
2026-03-29 04:02:49 [auto1.it] INFO: Found listing with ID: VC63991
2026-03-29 04:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VC63991%27 HTTP/1.1" 200 None
2026-03-29 04:02:50 [auto1.it] INFO: Scrape type for VC63991: 0
2026-03-29 04:02:50 [auto1.it] INFO: Found listing with ID: ZK25944
2026-03-29 04:02:50 [auto1.it] INFO: Found listing with ID: VP99832
2026-03-29 04:02:50 [auto1.it] INFO: Found listing with ID: MU83341
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MU83341%27 HTTP/1.1" 200 None
2026-03-29 04:02:50 [auto1.it] INFO: Scrape type for MU83341: 0
2026-03-29 04:02:50 [auto1.it] INFO: Found listing with ID: EC55479
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EC55479%27 HTTP/1.1" 200 None
2026-03-29 04:02:50 [auto1.it] INFO: Scrape type for EC55479: 2
2026-03-29 04:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe8a0e12-d471-54c1-89f8-f4cc1c76df32 with identifier: EC55479
2026-03-29 04:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe8a0e12-d471-54c1-89f8-f4cc1c76df32 with scrape type 2
2026-03-29 04:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe8a0e12-d471-54c1-89f8-f4cc1c76df32 with scrape type 2
2026-03-29 04:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: fe8a0e12-d471-54c1-89f8-f4cc1c76df32, identifier: EC55479
2026-03-29 04:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: fe8a0e12-d471-54c1-89f8-f4cc1c76df32 with identifier: EC55479
2026-03-29 04:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: fe8a0e12-d471-54c1-89f8-f4cc1c76df32 with identifier: EC55479
2026-03-29 04:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: fe8a0e12-d471-54c1-89f8-f4cc1c76df32 with identifier: EC55479 to the API
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 258,
'expiration_date': '2026-03-30T15:32:01Z',
'fuel_type': 'diesel',
'id': 'fe8a0e12-d471-54c1-89f8-f4cc1c76df32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EC55479',
'listing': 'auction',
'make': 'Porsche',
'model': 'Macan',
'odometer': 184326,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-20',
'seller_name': None,
'title': 'Porsche Macan S Diesel',
'transmission': 'automatic',
'trim': '',
'year': 2016}
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EC55479%27 HTTP/1.1" 200 None
2026-03-29 04:02:50 [auto1.it] INFO: Saving data for EC55479: {'auction_closing_time': 1774884721.0, 'created_time': 1773824504.167463, 'last_price_update_time': 1774756970.464395}
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EC55479') HTTP/1.1" 204 0
2026-03-29 04:02:50 [auto1.it] INFO: Found listing with ID: VP75887
2026-03-29 04:02:50 [auto1.it] INFO: Found listing with ID: JE16682
2026-03-29 04:02:50 [auto1.it] INFO: Found listing with ID: YH05705
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YH05705%27 HTTP/1.1" 200 None
2026-03-29 04:02:50 [auto1.it] INFO: Scrape type for YH05705: 2
2026-03-29 04:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 969e6156-c938-54cb-9b06-a83ada583e4d with identifier: YH05705
2026-03-29 04:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 969e6156-c938-54cb-9b06-a83ada583e4d with scrape type 2
2026-03-29 04:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 969e6156-c938-54cb-9b06-a83ada583e4d with scrape type 2
2026-03-29 04:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 969e6156-c938-54cb-9b06-a83ada583e4d, identifier: YH05705
2026-03-29 04:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 969e6156-c938-54cb-9b06-a83ada583e4d with identifier: YH05705
2026-03-29 04:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 969e6156-c938-54cb-9b06-a83ada583e4d with identifier: YH05705
2026-03-29 04:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 969e6156-c938-54cb-9b06-a83ada583e4d with identifier: YH05705 to the API
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 235,
'expiration_date': '2026-03-30T15:17:21Z',
'fuel_type': 'diesel',
'id': '969e6156-c938-54cb-9b06-a83ada583e4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YH05705',
'listing': 'auction',
'make': 'BMW',
'model': '5er',
'odometer': 327664,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-03-20',
'seller_name': None,
'title': 'BMW 5er 530d xDrive',
'transmission': 'automatic',
'trim': 'xDrive',
'year': 2007}
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YH05705%27 HTTP/1.1" 200 None
2026-03-29 04:02:50 [auto1.it] INFO: Saving data for YH05705: {'auction_closing_time': 1774883841.0, 'created_time': 1774645617.584739, 'last_price_update_time': 1774756970.991888}
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YH05705') HTTP/1.1" 204 0
2026-03-29 04:02:51 [auto1.it] INFO: Found listing with ID: DN97608
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DN97608%27 HTTP/1.1" 200 None
2026-03-29 04:02:51 [auto1.it] INFO: Scrape type for DN97608: 0
2026-03-29 04:02:51 [auto1.it] INFO: Found listing with ID: AF46529
2026-03-29 04:02:51 [auto1.it] INFO: Found listing with ID: BJ63933
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BJ63933%27 HTTP/1.1" 200 None
2026-03-29 04:02:51 [auto1.it] INFO: Scrape type for BJ63933: 0
2026-03-29 04:02:51 [auto1.it] INFO: Found listing with ID: UT42979
2026-03-29 04:02:51 [auto1.it] INFO: Found listing with ID: PA70519
2026-03-29 04:02:51 [auto1.it] INFO: Found listing with ID: LW86872
2026-03-29 04:02:51 [auto1.it] INFO: Found listing with ID: RS56443
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RS56443%27 HTTP/1.1" 200 None
2026-03-29 04:02:51 [auto1.it] INFO: Scrape type for RS56443: 0
2026-03-29 04:02:51 [auto1.it] INFO: Found listing with ID: LN57194
2026-03-29 04:02:51 [auto1.it] INFO: Found listing with ID: CC46702
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CC46702%27 HTTP/1.1" 200 None
2026-03-29 04:02:51 [auto1.it] INFO: Scrape type for CC46702: 2
2026-03-29 04:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23499c42-46ae-5bf3-b6d3-51a6fff40449 with identifier: CC46702
2026-03-29 04:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23499c42-46ae-5bf3-b6d3-51a6fff40449 with scrape type 2
2026-03-29 04:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23499c42-46ae-5bf3-b6d3-51a6fff40449 with scrape type 2
2026-03-29 04:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 23499c42-46ae-5bf3-b6d3-51a6fff40449, identifier: CC46702
2026-03-29 04:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 23499c42-46ae-5bf3-b6d3-51a6fff40449 with identifier: CC46702
2026-03-29 04:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 23499c42-46ae-5bf3-b6d3-51a6fff40449 with identifier: CC46702
2026-03-29 04:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 23499c42-46ae-5bf3-b6d3-51a6fff40449 with identifier: CC46702 to the API
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:14:28Z',
'fuel_type': 'diesel',
'id': '23499c42-46ae-5bf3-b6d3-51a6fff40449',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CC46702',
'listing': 'auction',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 177120,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-21',
'seller_name': None,
'title': 'Jeep Renegade 1.6 M-Jet Limited FWD',
'transmission': 'automatic',
'trim': 'Limited FWD',
'year': 2017}
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CC46702%27 HTTP/1.1" 200 None
2026-03-29 04:02:51 [auto1.it] INFO: Saving data for CC46702: {'auction_closing_time': 1774883668.0, 'created_time': 1772188124.24208, 'last_price_update_time': 1774756971.523094}
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CC46702') HTTP/1.1" 204 0
2026-03-29 04:02:51 [auto1.it] INFO: Found listing with ID: HY22945
2026-03-29 04:02:51 [auto1.it] INFO: Found listing with ID: PL71131
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PL71131%27 HTTP/1.1" 200 None
2026-03-29 04:02:51 [auto1.it] INFO: Scrape type for PL71131: 0
2026-03-29 04:02:51 [auto1.it] INFO: Found listing with ID: JG85699
2026-03-29 04:02:51 [auto1.it] INFO: Found listing with ID: AK60352
2026-03-29 04:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:02:54 [auto1.it] INFO: Channel: 24h | Page: 24 | totalHits: 2226 | hits on page: 40
2026-03-29 04:02:54 [auto1.it] INFO: Found listing with ID: PN28374
2026-03-29 04:02:54 [auto1.it] INFO: Found listing with ID: YA87774
2026-03-29 04:02:54 [auto1.it] INFO: Found listing with ID: VA22015
2026-03-29 04:02:54 [auto1.it] INFO: Found listing with ID: MR41650
2026-03-29 04:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MR41650%27 HTTP/1.1" 200 None
2026-03-29 04:02:54 [auto1.it] INFO: Scrape type for MR41650: 0
2026-03-29 04:02:54 [auto1.it] INFO: Found listing with ID: AN53744
2026-03-29 04:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AN53744%27 HTTP/1.1" 200 None
2026-03-29 04:02:54 [auto1.it] INFO: Scrape type for AN53744: 2
2026-03-29 04:02:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a05e9c8b-6454-55fe-9c09-b2c7612036f7 with identifier: AN53744
2026-03-29 04:02:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a05e9c8b-6454-55fe-9c09-b2c7612036f7 with scrape type 2
2026-03-29 04:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a05e9c8b-6454-55fe-9c09-b2c7612036f7 with scrape type 2
2026-03-29 04:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a05e9c8b-6454-55fe-9c09-b2c7612036f7, identifier: AN53744
2026-03-29 04:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a05e9c8b-6454-55fe-9c09-b2c7612036f7 with identifier: AN53744
2026-03-29 04:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a05e9c8b-6454-55fe-9c09-b2c7612036f7 with identifier: AN53744
2026-03-29 04:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a05e9c8b-6454-55fe-9c09-b2c7612036f7 with identifier: AN53744 to the API
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:01:16Z',
'fuel_type': 'diesel',
'id': 'a05e9c8b-6454-55fe-9c09-b2c7612036f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AN53744',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 265074,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-12-31',
'seller_name': None,
'title': 'Volkswagen Polo 1.6 TDI Comfortline',
'transmission': 'manual',
'trim': 'Comfortline',
'year': 2009}
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AN53744%27 HTTP/1.1" 200 None
2026-03-29 04:02:55 [auto1.it] INFO: Saving data for AN53744: {'auction_closing_time': 1774882876.0, 'created_time': 1774645563.743632, 'last_price_update_time': 1774756975.39464}
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AN53744') HTTP/1.1" 204 0
2026-03-29 04:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:02:55 [auto1.it] INFO: Found listing with ID: KL25988
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KL25988%27 HTTP/1.1" 200 None
2026-03-29 04:02:55 [auto1.it] INFO: Scrape type for KL25988: 0
2026-03-29 04:02:55 [auto1.it] INFO: Found listing with ID: NL15395
2026-03-29 04:02:55 [auto1.it] INFO: Found listing with ID: ZW56281
2026-03-29 04:02:55 [auto1.it] INFO: Found listing with ID: KK35105
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KK35105%27 HTTP/1.1" 200 None
2026-03-29 04:02:55 [auto1.it] INFO: Scrape type for KK35105: 0
2026-03-29 04:02:55 [auto1.it] INFO: Found listing with ID: ER51817
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ER51817%27 HTTP/1.1" 200 None
2026-03-29 04:02:55 [auto1.it] INFO: Scrape type for ER51817: 0
2026-03-29 04:02:55 [auto1.it] INFO: Found listing with ID: GZ99467
2026-03-29 04:02:55 [auto1.it] INFO: Found listing with ID: SR85753
2026-03-29 04:02:55 [auto1.it] INFO: Found listing with ID: GB19602
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GB19602%27 HTTP/1.1" 200 None
2026-03-29 04:02:55 [auto1.it] INFO: Scrape type for GB19602: 2
2026-03-29 04:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca6345b3-b775-5257-af3b-942d8a0d40ed with identifier: GB19602
2026-03-29 04:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca6345b3-b775-5257-af3b-942d8a0d40ed with scrape type 2
2026-03-29 04:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca6345b3-b775-5257-af3b-942d8a0d40ed with scrape type 2
2026-03-29 04:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ca6345b3-b775-5257-af3b-942d8a0d40ed, identifier: GB19602
2026-03-29 04:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ca6345b3-b775-5257-af3b-942d8a0d40ed with identifier: GB19602
2026-03-29 04:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ca6345b3-b775-5257-af3b-942d8a0d40ed with identifier: GB19602
2026-03-29 04:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ca6345b3-b775-5257-af3b-942d8a0d40ed with identifier: GB19602 to the API
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:32:24Z',
'fuel_type': 'petrol',
'id': 'ca6345b3-b775-5257-af3b-942d8a0d40ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GB19602',
'listing': 'auction',
'make': 'Fiat',
'model': 'Grande Punto',
'odometer': 139924,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-08-30',
'seller_name': None,
'title': 'Fiat Grande Punto 1.2 Basis',
'transmission': 'manual',
'trim': 'Basis',
'year': 2011}
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GB19602%27 HTTP/1.1" 200 None
2026-03-29 04:02:55 [auto1.it] INFO: Saving data for GB19602: {'auction_closing_time': 1774884744.0, 'created_time': 1773868072.278737, 'last_price_update_time': 1774756975.99766}
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GB19602') HTTP/1.1" 204 0
2026-03-29 04:02:56 [auto1.it] INFO: Found listing with ID: WD12881
2026-03-29 04:02:56 [auto1.it] INFO: Found listing with ID: WB02861
2026-03-29 04:02:56 [auto1.it] INFO: Found listing with ID: NP37024
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NP37024%27 HTTP/1.1" 200 None
2026-03-29 04:02:56 [auto1.it] INFO: Scrape type for NP37024: 0
2026-03-29 04:02:56 [auto1.it] INFO: Found listing with ID: YG18213
2026-03-29 04:02:56 [auto1.it] INFO: Found listing with ID: NA90799
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NA90799%27 HTTP/1.1" 200 None
2026-03-29 04:02:56 [auto1.it] INFO: Scrape type for NA90799: 2
2026-03-29 04:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3334e4e4-b749-5743-9ec3-05870e51b78c with identifier: NA90799
2026-03-29 04:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3334e4e4-b749-5743-9ec3-05870e51b78c with scrape type 2
2026-03-29 04:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3334e4e4-b749-5743-9ec3-05870e51b78c with scrape type 2
2026-03-29 04:02:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3334e4e4-b749-5743-9ec3-05870e51b78c, identifier: NA90799
2026-03-29 04:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3334e4e4-b749-5743-9ec3-05870e51b78c with identifier: NA90799
2026-03-29 04:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3334e4e4-b749-5743-9ec3-05870e51b78c with identifier: NA90799
2026-03-29 04:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3334e4e4-b749-5743-9ec3-05870e51b78c with identifier: NA90799 to the API
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 135,
'expiration_date': '2026-03-30T15:55:10Z',
'fuel_type': 'diesel',
'id': '3334e4e4-b749-5743-9ec3-05870e51b78c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NA90799',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'B-Klasse',
'odometer': 199413,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-06',
'seller_name': None,
'title': 'Mercedes-Benz B-Klasse B 200 CDI Urban',
'transmission': 'automatic',
'trim': 'Urban',
'year': 2015}
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NA90799%27 HTTP/1.1" 200 None
2026-03-29 04:02:56 [auto1.it] INFO: Saving data for NA90799: {'auction_closing_time': 1774886110.0, 'created_time': 1774559150.397011, 'last_price_update_time': 1774756976.568355}
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NA90799') HTTP/1.1" 204 0
2026-03-29 04:02:56 [auto1.it] INFO: Found listing with ID: JB43722
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JB43722%27 HTTP/1.1" 200 None
2026-03-29 04:02:56 [auto1.it] INFO: Scrape type for JB43722: 0
2026-03-29 04:02:56 [auto1.it] INFO: Found listing with ID: SY65620
2026-03-29 04:02:56 [auto1.it] INFO: Found listing with ID: VC37401
2026-03-29 04:02:56 [auto1.it] INFO: Found listing with ID: JB22661
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JB22661%27 HTTP/1.1" 200 None
2026-03-29 04:02:56 [auto1.it] INFO: Scrape type for JB22661: 0
2026-03-29 04:02:56 [auto1.it] INFO: Found listing with ID: PS88419
2026-03-29 04:02:56 [auto1.it] INFO: Found listing with ID: CH30071
2026-03-29 04:02:56 [auto1.it] INFO: Found listing with ID: WP29588
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WP29588%27 HTTP/1.1" 200 None
2026-03-29 04:02:56 [auto1.it] INFO: Scrape type for WP29588: 0
2026-03-29 04:02:56 [auto1.it] INFO: Found listing with ID: SG58934
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SG58934%27 HTTP/1.1" 200 None
2026-03-29 04:02:56 [auto1.it] INFO: Scrape type for SG58934: 2
2026-03-29 04:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62abdf56-76ed-5464-9702-505025d0727f with identifier: SG58934
2026-03-29 04:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62abdf56-76ed-5464-9702-505025d0727f with scrape type 2
2026-03-29 04:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62abdf56-76ed-5464-9702-505025d0727f with scrape type 2
2026-03-29 04:02:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 62abdf56-76ed-5464-9702-505025d0727f, identifier: SG58934
2026-03-29 04:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 62abdf56-76ed-5464-9702-505025d0727f with identifier: SG58934
2026-03-29 04:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 62abdf56-76ed-5464-9702-505025d0727f with identifier: SG58934
2026-03-29 04:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 62abdf56-76ed-5464-9702-505025d0727f with identifier: SG58934 to the API
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:56:52Z',
'fuel_type': 'diesel',
'id': '62abdf56-76ed-5464-9702-505025d0727f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SG58934',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VII',
'odometer': 183734,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-18',
'seller_name': None,
'title': 'Volkswagen Golf VII 1.6 TDI Executive BlueMotion Tech',
'transmission': 'automatic',
'trim': 'Executive BlueMotion Tech',
'year': 2016}
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SG58934%27 HTTP/1.1" 200 None
2026-03-29 04:02:57 [auto1.it] INFO: Saving data for SG58934: {'auction_closing_time': 1774886212.0, 'created_time': 1774645682.395451, 'last_price_update_time': 1774756977.10293}
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SG58934') HTTP/1.1" 204 0
2026-03-29 04:02:57 [auto1.it] INFO: Found listing with ID: EH79430
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EH79430%27 HTTP/1.1" 200 None
2026-03-29 04:02:57 [auto1.it] INFO: Scrape type for EH79430: 0
2026-03-29 04:02:57 [auto1.it] INFO: Found listing with ID: ZE54964
2026-03-29 04:02:57 [auto1.it] INFO: Found listing with ID: ZY20684
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZY20684%27 HTTP/1.1" 200 None
2026-03-29 04:02:57 [auto1.it] INFO: Scrape type for ZY20684: 2
2026-03-29 04:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79896cae-1c5a-5b7e-adf8-7a00f19fd894 with identifier: ZY20684
2026-03-29 04:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79896cae-1c5a-5b7e-adf8-7a00f19fd894 with scrape type 2
2026-03-29 04:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79896cae-1c5a-5b7e-adf8-7a00f19fd894 with scrape type 2
2026-03-29 04:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 79896cae-1c5a-5b7e-adf8-7a00f19fd894, identifier: ZY20684
2026-03-29 04:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 79896cae-1c5a-5b7e-adf8-7a00f19fd894 with identifier: ZY20684
2026-03-29 04:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 79896cae-1c5a-5b7e-adf8-7a00f19fd894 with identifier: ZY20684
2026-03-29 04:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 79896cae-1c5a-5b7e-adf8-7a00f19fd894 with identifier: ZY20684 to the API
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:47:48Z',
'fuel_type': 'petrol',
'id': '79896cae-1c5a-5b7e-adf8-7a00f19fd894',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZY20684',
'listing': 'auction',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 143433,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-10-31',
'seller_name': None,
'title': 'Toyota Yaris 1.0 VVT-i',
'transmission': 'manual',
'trim': '',
'year': 2007}
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZY20684%27 HTTP/1.1" 200 None
2026-03-29 04:02:57 [auto1.it] INFO: Saving data for ZY20684: {'auction_closing_time': 1774885668.0, 'created_time': 1774645693.891224, 'last_price_update_time': 1774756977.674517}
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZY20684') HTTP/1.1" 204 0
2026-03-29 04:02:57 [auto1.it] INFO: Found listing with ID: SH99694
2026-03-29 04:02:57 [auto1.it] INFO: Found listing with ID: YD47870
2026-03-29 04:02:57 [auto1.it] INFO: Found listing with ID: HP26181
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HP26181%27 HTTP/1.1" 200 None
2026-03-29 04:02:57 [auto1.it] INFO: Scrape type for HP26181: 0
2026-03-29 04:02:57 [auto1.it] INFO: Found listing with ID: CA11225
2026-03-29 04:02:57 [auto1.it] INFO: Found listing with ID: GZ15334
2026-03-29 04:02:57 [auto1.it] INFO: Found listing with ID: NR19227
2026-03-29 04:02:57 [auto1.it] INFO: Found listing with ID: PE03343
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PE03343%27 HTTP/1.1" 200 None
2026-03-29 04:02:57 [auto1.it] INFO: Scrape type for PE03343: 2
2026-03-29 04:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 262288ba-6ff9-52e8-8981-ace6bcddf367 with identifier: PE03343
2026-03-29 04:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 262288ba-6ff9-52e8-8981-ace6bcddf367 with scrape type 2
2026-03-29 04:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 262288ba-6ff9-52e8-8981-ace6bcddf367 with scrape type 2
2026-03-29 04:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 262288ba-6ff9-52e8-8981-ace6bcddf367, identifier: PE03343
2026-03-29 04:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 262288ba-6ff9-52e8-8981-ace6bcddf367 with identifier: PE03343
2026-03-29 04:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 262288ba-6ff9-52e8-8981-ace6bcddf367 with identifier: PE03343
2026-03-29 04:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 262288ba-6ff9-52e8-8981-ace6bcddf367 with identifier: PE03343 to the API
2026-03-29 04:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 80,
'expiration_date': '2026-03-30T15:34:44Z',
'fuel_type': 'petrol',
'id': '262288ba-6ff9-52e8-8981-ace6bcddf367',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PE03343',
'listing': 'auction',
'make': 'Lancia',
'model': 'Ypsilon',
'odometer': 64663,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-05-04',
'seller_name': None,
'title': 'Lancia Ypsilon 1.2 Oro',
'transmission': 'manual',
'trim': 'Oro',
'year': 2006}
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PE03343%27 HTTP/1.1" 200 None
2026-03-29 04:02:58 [auto1.it] INFO: Saving data for PE03343: {'auction_closing_time': 1774884884.0, 'created_time': 1773135538.04005, 'last_price_update_time': 1774756978.159914}
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PE03343') HTTP/1.1" 204 0
2026-03-29 04:02:58 [auto1.it] INFO: Found listing with ID: CD48597
2026-03-29 04:02:58 [auto1.it] INFO: Found listing with ID: MG44195
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MG44195%27 HTTP/1.1" 200 None
2026-03-29 04:02:58 [auto1.it] INFO: Scrape type for MG44195: 2
2026-03-29 04:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24d56993-9f09-5656-ae3a-2c91353e1f95 with identifier: MG44195
2026-03-29 04:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24d56993-9f09-5656-ae3a-2c91353e1f95 with scrape type 2
2026-03-29 04:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24d56993-9f09-5656-ae3a-2c91353e1f95 with scrape type 2
2026-03-29 04:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 24d56993-9f09-5656-ae3a-2c91353e1f95, identifier: MG44195
2026-03-29 04:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 24d56993-9f09-5656-ae3a-2c91353e1f95 with identifier: MG44195
2026-03-29 04:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 24d56993-9f09-5656-ae3a-2c91353e1f95 with identifier: MG44195
2026-03-29 04:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 24d56993-9f09-5656-ae3a-2c91353e1f95 with identifier: MG44195 to the API
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 135,
'expiration_date': '2026-03-30T15:59:32Z',
'fuel_type': 'diesel',
'id': '24d56993-9f09-5656-ae3a-2c91353e1f95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MG44195',
'listing': 'auction',
'make': 'Hyundai',
'model': 'i40',
'odometer': 221111,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-11-29',
'seller_name': None,
'title': 'Hyundai i40 1.7 CRDi Comfort',
'transmission': 'manual',
'trim': 'Comfort',
'year': 2012}
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MG44195%27 HTTP/1.1" 200 None
2026-03-29 04:02:58 [auto1.it] INFO: Saving data for MG44195: {'auction_closing_time': 1774886372.0, 'created_time': 1773135719.239063, 'last_price_update_time': 1774756978.661751}
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MG44195') HTTP/1.1" 204 0
2026-03-29 04:02:58 [auto1.it] INFO: Found listing with ID: TD16332
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TD16332%27 HTTP/1.1" 200 None
2026-03-29 04:02:58 [auto1.it] INFO: Scrape type for TD16332: 0
2026-03-29 04:02:58 [auto1.it] INFO: Found listing with ID: ZL42866
2026-03-29 04:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:02:59 [auto1.it] INFO: Channel: 24h | Page: 25 | totalHits: 2226 | hits on page: 40
2026-03-29 04:02:59 [auto1.it] INFO: Found listing with ID: FZ15341
2026-03-29 04:02:59 [auto1.it] INFO: Found listing with ID: FB65897
2026-03-29 04:02:59 [auto1.it] INFO: Found listing with ID: XX72612
2026-03-29 04:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XX72612%27 HTTP/1.1" 200 None
2026-03-29 04:02:59 [auto1.it] INFO: Scrape type for XX72612: 2
2026-03-29 04:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35998ffb-020e-508f-a0e7-cc66ed51f33f with identifier: XX72612
2026-03-29 04:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35998ffb-020e-508f-a0e7-cc66ed51f33f with scrape type 2
2026-03-29 04:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35998ffb-020e-508f-a0e7-cc66ed51f33f with scrape type 2
2026-03-29 04:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 35998ffb-020e-508f-a0e7-cc66ed51f33f, identifier: XX72612
2026-03-29 04:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 35998ffb-020e-508f-a0e7-cc66ed51f33f with identifier: XX72612
2026-03-29 04:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 35998ffb-020e-508f-a0e7-cc66ed51f33f with identifier: XX72612
2026-03-29 04:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 35998ffb-020e-508f-a0e7-cc66ed51f33f with identifier: XX72612 to the API
2026-03-29 04:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:02:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:54:22Z',
'fuel_type': 'diesel',
'id': '35998ffb-020e-508f-a0e7-cc66ed51f33f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XX72612',
'listing': 'auction',
'make': 'Peugeot',
'model': '307',
'odometer': 352011,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-02-27',
'seller_name': None,
'title': 'Peugeot 307 1.6 HDi SW Australian',
'transmission': 'manual',
'trim': 'SW Australian',
'year': 2007}
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XX72612%27 HTTP/1.1" 200 None
2026-03-29 04:03:00 [auto1.it] INFO: Saving data for XX72612: {'auction_closing_time': 1774886062.0, 'created_time': 1774645634.594942, 'last_price_update_time': 1774756980.058481}
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XX72612') HTTP/1.1" 204 0
2026-03-29 04:03:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: JD30560
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: LU21739
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LU21739%27 HTTP/1.1" 200 None
2026-03-29 04:03:00 [auto1.it] INFO: Scrape type for LU21739: 0
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: UJ60071
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UJ60071%27 HTTP/1.1" 200 None
2026-03-29 04:03:00 [auto1.it] INFO: Scrape type for UJ60071: 0
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: WM75200
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WM75200%27 HTTP/1.1" 200 None
2026-03-29 04:03:00 [auto1.it] INFO: Scrape type for WM75200: 0
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: TW16481
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: HE90318
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HE90318%27 HTTP/1.1" 200 None
2026-03-29 04:03:00 [auto1.it] INFO: Scrape type for HE90318: 0
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: HG18459
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: RS41050
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: XJ00543
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XJ00543%27 HTTP/1.1" 200 None
2026-03-29 04:03:00 [auto1.it] INFO: Scrape type for XJ00543: 0
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: KD38461
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: YX10047
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YX10047%27 HTTP/1.1" 200 None
2026-03-29 04:03:00 [auto1.it] INFO: Scrape type for YX10047: 0
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: JZ67202
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JZ67202%27 HTTP/1.1" 200 None
2026-03-29 04:03:00 [auto1.it] INFO: Scrape type for JZ67202: 2
2026-03-29 04:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f447a75-9b7d-58d7-ab61-a1fabfc474ff with identifier: JZ67202
2026-03-29 04:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f447a75-9b7d-58d7-ab61-a1fabfc474ff with scrape type 2
2026-03-29 04:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f447a75-9b7d-58d7-ab61-a1fabfc474ff with scrape type 2
2026-03-29 04:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 7f447a75-9b7d-58d7-ab61-a1fabfc474ff, identifier: JZ67202
2026-03-29 04:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 7f447a75-9b7d-58d7-ab61-a1fabfc474ff with identifier: JZ67202
2026-03-29 04:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 7f447a75-9b7d-58d7-ab61-a1fabfc474ff with identifier: JZ67202
2026-03-29 04:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 7f447a75-9b7d-58d7-ab61-a1fabfc474ff with identifier: JZ67202 to the API
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:16:35Z',
'fuel_type': 'diesel',
'id': '7f447a75-9b7d-58d7-ab61-a1fabfc474ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JZ67202',
'listing': 'auction',
'make': 'MINI',
'model': 'Countryman',
'odometer': 86363,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-30',
'seller_name': None,
'title': 'MINI Countryman Cooper D ALL4',
'transmission': 'automatic',
'trim': 'ALL4',
'year': 2011}
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JZ67202%27 HTTP/1.1" 200 None
2026-03-29 04:03:00 [auto1.it] INFO: Saving data for JZ67202: {'auction_closing_time': 1774883795.0, 'created_time': 1774645334.67533, 'last_price_update_time': 1774756980.627269}
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JZ67202') HTTP/1.1" 204 0
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: UA91591
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UA91591%27 HTTP/1.1" 200 None
2026-03-29 04:03:00 [auto1.it] INFO: Scrape type for UA91591: 0
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: HS22192
2026-03-29 04:03:00 [auto1.it] INFO: Found listing with ID: VC28315
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VC28315%27 HTTP/1.1" 200 None
2026-03-29 04:03:00 [auto1.it] INFO: Scrape type for VC28315: 2
2026-03-29 04:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bec828da-d4e8-5b70-a240-feb6358f4209 with identifier: VC28315
2026-03-29 04:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bec828da-d4e8-5b70-a240-feb6358f4209 with scrape type 2
2026-03-29 04:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bec828da-d4e8-5b70-a240-feb6358f4209 with scrape type 2
2026-03-29 04:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bec828da-d4e8-5b70-a240-feb6358f4209, identifier: VC28315
2026-03-29 04:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bec828da-d4e8-5b70-a240-feb6358f4209 with identifier: VC28315
2026-03-29 04:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bec828da-d4e8-5b70-a240-feb6358f4209 with identifier: VC28315
2026-03-29 04:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bec828da-d4e8-5b70-a240-feb6358f4209 with identifier: VC28315 to the API
2026-03-29 04:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 117,
'expiration_date': '2026-03-30T15:20:33Z',
'fuel_type': 'petrol',
'id': 'bec828da-d4e8-5b70-a240-feb6358f4209',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VC28315',
'listing': 'auction',
'make': 'Nissan',
'model': 'Juke',
'odometer': 175997,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-02-03',
'seller_name': None,
'title': 'Nissan Juke 1.6 Acenta',
'transmission': 'manual',
'trim': 'Acenta',
'year': 2011}
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VC28315%27 HTTP/1.1" 200 None
2026-03-29 04:03:01 [auto1.it] INFO: Saving data for VC28315: {'auction_closing_time': 1774884033.0, 'created_time': 1774558833.433333, 'last_price_update_time': 1774756981.178479}
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VC28315') HTTP/1.1" 204 0
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: XC32215
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: VJ93406
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: PE96276
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PE96276%27 HTTP/1.1" 200 None
2026-03-29 04:03:01 [auto1.it] INFO: Scrape type for PE96276: 0
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: HA39708
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: SG53706
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: SU56229
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: RL61545
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: XC82626
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: CU47897
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: PN01400
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: SS15336
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SS15336%27 HTTP/1.1" 200 None
2026-03-29 04:03:01 [auto1.it] INFO: Scrape type for SS15336: 0
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: YW98083
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: XA66823
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XA66823%27 HTTP/1.1" 200 None
2026-03-29 04:03:01 [auto1.it] INFO: Scrape type for XA66823: 0
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: MM82110
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: YM64414
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: EG94847
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EG94847%27 HTTP/1.1" 200 None
2026-03-29 04:03:01 [auto1.it] INFO: Scrape type for EG94847: 0
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: MD14180
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: KW88913
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: BX20882
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: YT99583
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: RJ76809
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RJ76809%27 HTTP/1.1" 200 None
2026-03-29 04:03:01 [auto1.it] INFO: Scrape type for RJ76809: 0
2026-03-29 04:03:01 [auto1.it] INFO: Found listing with ID: MS79311
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MS79311%27 HTTP/1.1" 200 None
2026-03-29 04:03:01 [auto1.it] INFO: Scrape type for MS79311: 0
2026-03-29 04:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:03:02 [auto1.it] INFO: Channel: 24h | Page: 26 | totalHits: 2226 | hits on page: 40
2026-03-29 04:03:02 [auto1.it] INFO: Found listing with ID: WU32452
2026-03-29 04:03:02 [auto1.it] INFO: Found listing with ID: BL33415
2026-03-29 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BL33415%27 HTTP/1.1" 200 None
2026-03-29 04:03:02 [auto1.it] INFO: Scrape type for BL33415: 2
2026-03-29 04:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01ce79c7-30e2-5cbd-bf24-f84b96276ed8 with identifier: BL33415
2026-03-29 04:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01ce79c7-30e2-5cbd-bf24-f84b96276ed8 with scrape type 2
2026-03-29 04:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01ce79c7-30e2-5cbd-bf24-f84b96276ed8 with scrape type 2
2026-03-29 04:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 01ce79c7-30e2-5cbd-bf24-f84b96276ed8, identifier: BL33415
2026-03-29 04:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 01ce79c7-30e2-5cbd-bf24-f84b96276ed8 with identifier: BL33415
2026-03-29 04:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 01ce79c7-30e2-5cbd-bf24-f84b96276ed8 with identifier: BL33415
2026-03-29 04:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 01ce79c7-30e2-5cbd-bf24-f84b96276ed8 with identifier: BL33415 to the API
2026-03-29 04:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:22:41Z',
'fuel_type': 'petrol',
'id': '01ce79c7-30e2-5cbd-bf24-f84b96276ed8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BL33415',
'listing': 'auction',
'make': 'Opel',
'model': 'Mokka',
'odometer': 167059,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-28',
'seller_name': None,
'title': 'Opel Mokka 1.4 Turbo Cosmo ecoFlex',
'transmission': 'manual',
'trim': 'Cosmo ecoFlex',
'year': 2016}
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BL33415%27 HTTP/1.1" 200 None
2026-03-29 04:03:03 [auto1.it] INFO: Saving data for BL33415: {'auction_closing_time': 1774884161.0, 'created_time': 1772625754.70361, 'last_price_update_time': 1774756983.168601}
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BL33415') HTTP/1.1" 204 0
2026-03-29 04:03:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:03 [auto1.it] INFO: Found listing with ID: ZJ46829
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZJ46829%27 HTTP/1.1" 200 None
2026-03-29 04:03:03 [auto1.it] INFO: Scrape type for ZJ46829: 2
2026-03-29 04:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45974b1c-60db-5c29-bb6e-0ace42c0f285 with identifier: ZJ46829
2026-03-29 04:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45974b1c-60db-5c29-bb6e-0ace42c0f285 with scrape type 2
2026-03-29 04:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45974b1c-60db-5c29-bb6e-0ace42c0f285 with scrape type 2
2026-03-29 04:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 45974b1c-60db-5c29-bb6e-0ace42c0f285, identifier: ZJ46829
2026-03-29 04:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 45974b1c-60db-5c29-bb6e-0ace42c0f285 with identifier: ZJ46829
2026-03-29 04:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 45974b1c-60db-5c29-bb6e-0ace42c0f285 with identifier: ZJ46829
2026-03-29 04:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 45974b1c-60db-5c29-bb6e-0ace42c0f285 with identifier: ZJ46829 to the API
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 100,
'expiration_date': '2026-03-30T15:17:35Z',
'fuel_type': 'diesel',
'id': '45974b1c-60db-5c29-bb6e-0ace42c0f285',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZJ46829',
'listing': 'auction',
'make': 'Peugeot',
'model': '2008',
'odometer': 119853,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-11',
'seller_name': None,
'title': 'Peugeot 2008 1.6 Blue-HDi Allure',
'transmission': 'manual',
'trim': 'Allure',
'year': 2016}
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZJ46829%27 HTTP/1.1" 200 None
2026-03-29 04:03:03 [auto1.it] INFO: Saving data for ZJ46829: {'auction_closing_time': 1774883855.0, 'created_time': 1774558967.00803, 'last_price_update_time': 1774756983.696595}
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZJ46829') HTTP/1.1" 204 0
2026-03-29 04:03:03 [auto1.it] INFO: Found listing with ID: ZJ21397
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZJ21397%27 HTTP/1.1" 200 None
2026-03-29 04:03:03 [auto1.it] INFO: Scrape type for ZJ21397: 0
2026-03-29 04:03:03 [auto1.it] INFO: Found listing with ID: JD30640
2026-03-29 04:03:03 [auto1.it] INFO: Found listing with ID: JK56818
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JK56818%27 HTTP/1.1" 200 None
2026-03-29 04:03:03 [auto1.it] INFO: Scrape type for JK56818: 0
2026-03-29 04:03:03 [auto1.it] INFO: Found listing with ID: MZ03960
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MZ03960%27 HTTP/1.1" 200 None
2026-03-29 04:03:03 [auto1.it] INFO: Scrape type for MZ03960: 0
2026-03-29 04:03:03 [auto1.it] INFO: Found listing with ID: MV49803
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MV49803%27 HTTP/1.1" 200 None
2026-03-29 04:03:03 [auto1.it] INFO: Scrape type for MV49803: 0
2026-03-29 04:03:03 [auto1.it] INFO: Found listing with ID: JL83365
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JL83365%27 HTTP/1.1" 200 None
2026-03-29 04:03:03 [auto1.it] INFO: Scrape type for JL83365: 0
2026-03-29 04:03:03 [auto1.it] INFO: Found listing with ID: UX28393
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UX28393%27 HTTP/1.1" 200 None
2026-03-29 04:03:03 [auto1.it] INFO: Scrape type for UX28393: 0
2026-03-29 04:03:03 [auto1.it] INFO: Found listing with ID: MU61390
2026-03-29 04:03:03 [auto1.it] INFO: Found listing with ID: HY18936
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HY18936%27 HTTP/1.1" 200 None
2026-03-29 04:03:03 [auto1.it] INFO: Scrape type for HY18936: 2
2026-03-29 04:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dc05b52-89f3-5ab7-9516-172c462a1734 with identifier: HY18936
2026-03-29 04:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dc05b52-89f3-5ab7-9516-172c462a1734 with scrape type 2
2026-03-29 04:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7dc05b52-89f3-5ab7-9516-172c462a1734 with scrape type 2
2026-03-29 04:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 7dc05b52-89f3-5ab7-9516-172c462a1734, identifier: HY18936
2026-03-29 04:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 7dc05b52-89f3-5ab7-9516-172c462a1734 with identifier: HY18936
2026-03-29 04:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 7dc05b52-89f3-5ab7-9516-172c462a1734 with identifier: HY18936
2026-03-29 04:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 7dc05b52-89f3-5ab7-9516-172c462a1734 with identifier: HY18936 to the API
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:29:12Z',
'fuel_type': 'petrol',
'id': '7dc05b52-89f3-5ab7-9516-172c462a1734',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/HY18936',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 80448,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-11-26',
'seller_name': None,
'title': 'Fiat 500 1.2 Pop',
'transmission': 'manual',
'trim': 'Pop',
'year': 2008}
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HY18936%27 HTTP/1.1" 200 None
2026-03-29 04:03:04 [auto1.it] INFO: Saving data for HY18936: {'auction_closing_time': 1774884552.0, 'created_time': 1774645678.167106, 'last_price_update_time': 1774756984.259667}
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HY18936') HTTP/1.1" 204 0
2026-03-29 04:03:04 [auto1.it] INFO: Found listing with ID: VY08559
2026-03-29 04:03:04 [auto1.it] INFO: Found listing with ID: YU18545
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YU18545%27 HTTP/1.1" 200 None
2026-03-29 04:03:04 [auto1.it] INFO: Scrape type for YU18545: 2
2026-03-29 04:03:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c13c9fb-03dd-5936-8592-ff8d003d3512 with identifier: YU18545
2026-03-29 04:03:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c13c9fb-03dd-5936-8592-ff8d003d3512 with scrape type 2
2026-03-29 04:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c13c9fb-03dd-5936-8592-ff8d003d3512 with scrape type 2
2026-03-29 04:03:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4c13c9fb-03dd-5936-8592-ff8d003d3512, identifier: YU18545
2026-03-29 04:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4c13c9fb-03dd-5936-8592-ff8d003d3512 with identifier: YU18545
2026-03-29 04:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4c13c9fb-03dd-5936-8592-ff8d003d3512 with identifier: YU18545
2026-03-29 04:03:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4c13c9fb-03dd-5936-8592-ff8d003d3512 with identifier: YU18545 to the API
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:35:26Z',
'fuel_type': 'diesel',
'id': '4c13c9fb-03dd-5936-8592-ff8d003d3512',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YU18545',
'listing': 'auction',
'make': 'Fiat',
'model': 'Punto',
'odometer': 140714,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-18',
'seller_name': None,
'title': 'Fiat Punto 1.3 JTD DPF Street',
'transmission': 'manual',
'trim': 'Street',
'year': 2015}
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YU18545%27 HTTP/1.1" 200 None
2026-03-29 04:03:04 [auto1.it] INFO: Saving data for YU18545: {'auction_closing_time': 1774884926.0, 'created_time': 1774342944.469225, 'last_price_update_time': 1774756984.700111}
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YU18545') HTTP/1.1" 204 0
2026-03-29 04:03:04 [auto1.it] INFO: Found listing with ID: PV59173
2026-03-29 04:03:04 [auto1.it] INFO: Found listing with ID: UR28230
2026-03-29 04:03:04 [auto1.it] INFO: Found listing with ID: XJ39462
2026-03-29 04:03:04 [auto1.it] INFO: Found listing with ID: DK87302
2026-03-29 04:03:04 [auto1.it] INFO: Found listing with ID: FN50437
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FN50437%27 HTTP/1.1" 200 None
2026-03-29 04:03:04 [auto1.it] INFO: Scrape type for FN50437: 2
2026-03-29 04:03:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e74460d6-87f8-5b42-859a-93c7f6660117 with identifier: FN50437
2026-03-29 04:03:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e74460d6-87f8-5b42-859a-93c7f6660117 with scrape type 2
2026-03-29 04:03:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e74460d6-87f8-5b42-859a-93c7f6660117 with scrape type 2
2026-03-29 04:03:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e74460d6-87f8-5b42-859a-93c7f6660117, identifier: FN50437
2026-03-29 04:03:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e74460d6-87f8-5b42-859a-93c7f6660117 with identifier: FN50437
2026-03-29 04:03:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e74460d6-87f8-5b42-859a-93c7f6660117 with identifier: FN50437
2026-03-29 04:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e74460d6-87f8-5b42-859a-93c7f6660117 with identifier: FN50437 to the API
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 392,
'expiration_date': '2026-03-30T15:10:14Z',
'fuel_type': 'hybrid',
'id': 'e74460d6-87f8-5b42-859a-93c7f6660117',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FN50437',
'listing': 'auction',
'make': 'Volvo',
'model': 'V60',
'odometer': 294912,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-12',
'seller_name': None,
'title': 'Volvo V60 2.0 T8 Plug-in Hybrid R-Design AWD',
'transmission': 'automatic',
'trim': 'R-Design AWD',
'year': 2020}
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FN50437%27 HTTP/1.1" 200 None
2026-03-29 04:03:05 [auto1.it] INFO: Saving data for FN50437: {'auction_closing_time': 1774883414.0, 'created_time': 1774559035.544163, 'last_price_update_time': 1774756985.258889}
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FN50437') HTTP/1.1" 204 0
2026-03-29 04:03:05 [auto1.it] INFO: Found listing with ID: WD34729
2026-03-29 04:03:05 [auto1.it] INFO: Found listing with ID: HK70439
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HK70439%27 HTTP/1.1" 200 None
2026-03-29 04:03:05 [auto1.it] INFO: Scrape type for HK70439: 0
2026-03-29 04:03:05 [auto1.it] INFO: Found listing with ID: EP08968
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EP08968%27 HTTP/1.1" 200 None
2026-03-29 04:03:05 [auto1.it] INFO: Scrape type for EP08968: 2
2026-03-29 04:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12242d03-8542-5dea-89b9-1a22716f6df8 with identifier: EP08968
2026-03-29 04:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12242d03-8542-5dea-89b9-1a22716f6df8 with scrape type 2
2026-03-29 04:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12242d03-8542-5dea-89b9-1a22716f6df8 with scrape type 2
2026-03-29 04:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 12242d03-8542-5dea-89b9-1a22716f6df8, identifier: EP08968
2026-03-29 04:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 12242d03-8542-5dea-89b9-1a22716f6df8 with identifier: EP08968
2026-03-29 04:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 12242d03-8542-5dea-89b9-1a22716f6df8 with identifier: EP08968
2026-03-29 04:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 12242d03-8542-5dea-89b9-1a22716f6df8 with identifier: EP08968 to the API
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'green',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:44:03Z',
'fuel_type': 'diesel',
'id': '12242d03-8542-5dea-89b9-1a22716f6df8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EP08968',
'listing': 'auction',
'make': 'Fiat',
'model': '500L',
'odometer': 143382,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-10-30',
'seller_name': None,
'title': 'Fiat 500L 1.3 M-Jet Business',
'transmission': 'automatic',
'trim': 'Business',
'year': 2017}
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EP08968%27 HTTP/1.1" 200 None
2026-03-29 04:03:05 [auto1.it] INFO: Saving data for EP08968: {'auction_closing_time': 1774885443.0, 'created_time': 1773781328.281504, 'last_price_update_time': 1774756985.743597}
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EP08968') HTTP/1.1" 204 0
2026-03-29 04:03:05 [auto1.it] INFO: Found listing with ID: EY33952
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EY33952%27 HTTP/1.1" 200 None
2026-03-29 04:03:05 [auto1.it] INFO: Scrape type for EY33952: 0
2026-03-29 04:03:05 [auto1.it] INFO: Found listing with ID: LB07538
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LB07538%27 HTTP/1.1" 200 None
2026-03-29 04:03:05 [auto1.it] INFO: Scrape type for LB07538: 0
2026-03-29 04:03:05 [auto1.it] INFO: Found listing with ID: KG02437
2026-03-29 04:03:05 [auto1.it] INFO: Found listing with ID: PY21369
2026-03-29 04:03:05 [auto1.it] INFO: Found listing with ID: BE36594
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BE36594%27 HTTP/1.1" 200 None
2026-03-29 04:03:05 [auto1.it] INFO: Scrape type for BE36594: 0
2026-03-29 04:03:05 [auto1.it] INFO: Found listing with ID: YH78085
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YH78085%27 HTTP/1.1" 200 None
2026-03-29 04:03:05 [auto1.it] INFO: Scrape type for YH78085: 0
2026-03-29 04:03:05 [auto1.it] INFO: Found listing with ID: VM78443
2026-03-29 04:03:05 [auto1.it] INFO: Found listing with ID: LZ72377
2026-03-29 04:03:05 [auto1.it] INFO: Found listing with ID: MS56995
2026-03-29 04:03:05 [auto1.it] INFO: Found listing with ID: CS68621
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CS68621%27 HTTP/1.1" 200 None
2026-03-29 04:03:05 [auto1.it] INFO: Scrape type for CS68621: 2
2026-03-29 04:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fa64abc-5990-58aa-8b7c-01b3dbb0e593 with identifier: CS68621
2026-03-29 04:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fa64abc-5990-58aa-8b7c-01b3dbb0e593 with scrape type 2
2026-03-29 04:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fa64abc-5990-58aa-8b7c-01b3dbb0e593 with scrape type 2
2026-03-29 04:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2fa64abc-5990-58aa-8b7c-01b3dbb0e593, identifier: CS68621
2026-03-29 04:03:05 [scrapy.extensions.logstats] INFO: Crawled 30 pages (at 5 pages/min), scraped 181 items (at 34 items/min)
2026-03-29 04:03:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 157MiB
2026-03-29 04:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2fa64abc-5990-58aa-8b7c-01b3dbb0e593 with identifier: CS68621
2026-03-29 04:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2fa64abc-5990-58aa-8b7c-01b3dbb0e593 with identifier: CS68621
2026-03-29 04:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2fa64abc-5990-58aa-8b7c-01b3dbb0e593 with identifier: CS68621 to the API
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'brown',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:40:27Z',
'fuel_type': 'diesel',
'id': '2fa64abc-5990-58aa-8b7c-01b3dbb0e593',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CS68621',
'listing': 'auction',
'make': 'MINI',
'model': 'Countryman',
'odometer': 249321,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-09-12',
'seller_name': None,
'title': 'MINI Countryman Cooper D',
'transmission': 'manual',
'trim': '',
'year': 2010}
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CS68621%27 HTTP/1.1" 200 None
2026-03-29 04:03:06 [auto1.it] INFO: Saving data for CS68621: {'auction_closing_time': 1774885227.0, 'created_time': 1773867627.967879, 'last_price_update_time': 1774756986.296228}
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CS68621') HTTP/1.1" 204 0
2026-03-29 04:03:06 [auto1.it] INFO: Found listing with ID: XY41121
2026-03-29 04:03:06 [auto1.it] INFO: Found listing with ID: HG73673
2026-03-29 04:03:06 [auto1.it] INFO: Found listing with ID: GX81106
2026-03-29 04:03:06 [auto1.it] INFO: Found listing with ID: GF63115
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GF63115%27 HTTP/1.1" 200 None
2026-03-29 04:03:06 [auto1.it] INFO: Scrape type for GF63115: 0
2026-03-29 04:03:06 [auto1.it] INFO: Found listing with ID: HK94664
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HK94664%27 HTTP/1.1" 200 None
2026-03-29 04:03:06 [auto1.it] INFO: Scrape type for HK94664: 0
2026-03-29 04:03:06 [auto1.it] INFO: Found listing with ID: PA21374
2026-03-29 04:03:06 [auto1.it] INFO: Found listing with ID: NW58325
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NW58325%27 HTTP/1.1" 200 None
2026-03-29 04:03:06 [auto1.it] INFO: Scrape type for NW58325: 2
2026-03-29 04:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7108e49-4ce2-5f1e-8916-5884121580af with identifier: NW58325
2026-03-29 04:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7108e49-4ce2-5f1e-8916-5884121580af with scrape type 2
2026-03-29 04:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7108e49-4ce2-5f1e-8916-5884121580af with scrape type 2
2026-03-29 04:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d7108e49-4ce2-5f1e-8916-5884121580af, identifier: NW58325
2026-03-29 04:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d7108e49-4ce2-5f1e-8916-5884121580af with identifier: NW58325
2026-03-29 04:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d7108e49-4ce2-5f1e-8916-5884121580af with identifier: NW58325
2026-03-29 04:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d7108e49-4ce2-5f1e-8916-5884121580af with identifier: NW58325 to the API
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 101,
'expiration_date': '2026-03-30T15:27:48Z',
'fuel_type': 'petrol',
'id': 'd7108e49-4ce2-5f1e-8916-5884121580af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NW58325',
'listing': 'auction',
'make': 'Fiat',
'model': 'Tipo',
'odometer': 17362,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-22',
'seller_name': None,
'title': 'Fiat Tipo 1.0 Tipo',
'transmission': 'manual',
'trim': '',
'year': 2022}
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NW58325%27 HTTP/1.1" 200 None
2026-03-29 04:03:06 [auto1.it] INFO: Saving data for NW58325: {'auction_closing_time': 1774884468.0, 'created_time': 1774342903.267193, 'last_price_update_time': 1774756986.907756}
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NW58325') HTTP/1.1" 204 0
2026-03-29 04:03:06 [auto1.it] INFO: Found listing with ID: GT90583
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GT90583%27 HTTP/1.1" 200 None
2026-03-29 04:03:06 [auto1.it] INFO: Scrape type for GT90583: 2
2026-03-29 04:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c17fc6bd-14d7-5403-8637-dc8ff4de08f2 with identifier: GT90583
2026-03-29 04:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c17fc6bd-14d7-5403-8637-dc8ff4de08f2 with scrape type 2
2026-03-29 04:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c17fc6bd-14d7-5403-8637-dc8ff4de08f2 with scrape type 2
2026-03-29 04:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c17fc6bd-14d7-5403-8637-dc8ff4de08f2, identifier: GT90583
2026-03-29 04:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c17fc6bd-14d7-5403-8637-dc8ff4de08f2 with identifier: GT90583
2026-03-29 04:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c17fc6bd-14d7-5403-8637-dc8ff4de08f2 with identifier: GT90583
2026-03-29 04:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c17fc6bd-14d7-5403-8637-dc8ff4de08f2 with identifier: GT90583 to the API
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 2,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:45:17Z',
'fuel_type': 'petrol',
'id': 'c17fc6bd-14d7-5403-8637-dc8ff4de08f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GT90583',
'listing': 'auction',
'make': 'Smart',
'model': 'fortwo',
'odometer': 99955,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-07',
'seller_name': None,
'title': 'Smart fortwo 1.0 Micro Hybrid Drive pure',
'transmission': 'automatic',
'trim': 'Micro Hybrid Drive pure',
'year': 2013}
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GT90583%27 HTTP/1.1" 200 None
2026-03-29 04:03:07 [auto1.it] INFO: Saving data for GT90583: {'auction_closing_time': 1774885517.0, 'created_time': 1774558974.999026, 'last_price_update_time': 1774756987.337328}
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GT90583') HTTP/1.1" 204 0
2026-03-29 04:03:07 [auto1.it] INFO: Channel: 24h | Page: 27 | totalHits: 2226 | hits on page: 40
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: DX18897
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: ZX72389
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZX72389%27 HTTP/1.1" 200 None
2026-03-29 04:03:07 [auto1.it] INFO: Scrape type for ZX72389: 0
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: FC73004
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: LS28867
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: EZ27389
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: EZ66710
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: DP87516
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: WP21128
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WP21128%27 HTTP/1.1" 200 None
2026-03-29 04:03:07 [auto1.it] INFO: Scrape type for WP21128: 0
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: DV60834
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: TG24306
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: PS94410
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PS94410%27 HTTP/1.1" 200 None
2026-03-29 04:03:07 [auto1.it] INFO: Scrape type for PS94410: 0
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: TK35909
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TK35909%27 HTTP/1.1" 200 None
2026-03-29 04:03:07 [auto1.it] INFO: Scrape type for TK35909: 0
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: PC99456
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: CT52714
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CT52714%27 HTTP/1.1" 200 None
2026-03-29 04:03:07 [auto1.it] INFO: Scrape type for CT52714: 2
2026-03-29 04:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56bda81d-996c-5030-8803-dd56737ac2ec with identifier: CT52714
2026-03-29 04:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56bda81d-996c-5030-8803-dd56737ac2ec with scrape type 2
2026-03-29 04:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56bda81d-996c-5030-8803-dd56737ac2ec with scrape type 2
2026-03-29 04:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 56bda81d-996c-5030-8803-dd56737ac2ec, identifier: CT52714
2026-03-29 04:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 56bda81d-996c-5030-8803-dd56737ac2ec with identifier: CT52714
2026-03-29 04:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 56bda81d-996c-5030-8803-dd56737ac2ec with identifier: CT52714
2026-03-29 04:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 56bda81d-996c-5030-8803-dd56737ac2ec with identifier: CT52714 to the API
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 68,
'expiration_date': '2026-03-30T15:19:25Z',
'fuel_type': 'diesel',
'id': '56bda81d-996c-5030-8803-dd56737ac2ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CT52714',
'listing': 'auction',
'make': 'Citroen',
'model': 'C3',
'odometer': 235717,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-04-25',
'seller_name': None,
'title': 'Citroen C3 1.4 HDi Exclusive',
'transmission': 'manual',
'trim': 'Exclusive',
'year': 2012}
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CT52714%27 HTTP/1.1" 200 None
2026-03-29 04:03:07 [auto1.it] INFO: Saving data for CT52714: {'auction_closing_time': 1774883965.0, 'created_time': 1774559060.089316, 'last_price_update_time': 1774756987.853306}
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CT52714') HTTP/1.1" 204 0
2026-03-29 04:03:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: JU67462
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JU67462%27 HTTP/1.1" 200 None
2026-03-29 04:03:07 [auto1.it] INFO: Scrape type for JU67462: 0
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: CG84087
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CG84087%27 HTTP/1.1" 200 None
2026-03-29 04:03:07 [auto1.it] INFO: Scrape type for CG84087: 0
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: VE26782
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: JU78402
2026-03-29 04:03:07 [auto1.it] INFO: Found listing with ID: AE85133
2026-03-29 04:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AE85133%27 HTTP/1.1" 200 None
2026-03-29 04:03:08 [auto1.it] INFO: Scrape type for AE85133: 0
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: PK65337
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PK65337%27 HTTP/1.1" 200 None
2026-03-29 04:03:08 [auto1.it] INFO: Scrape type for PK65337: 0
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: UX29999
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UX29999%27 HTTP/1.1" 200 None
2026-03-29 04:03:08 [auto1.it] INFO: Scrape type for UX29999: 0
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: CZ68446
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: WH17825
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: MT44233
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MT44233%27 HTTP/1.1" 200 None
2026-03-29 04:03:08 [auto1.it] INFO: Scrape type for MT44233: 0
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: UU69652
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: UB12324
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UB12324%27 HTTP/1.1" 200 None
2026-03-29 04:03:08 [auto1.it] INFO: Scrape type for UB12324: 0
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: GF05972
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: UR14764
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: YK06699
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: HR66434
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: JR97776
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: KF31033
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: BE98404
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BE98404%27 HTTP/1.1" 200 None
2026-03-29 04:03:08 [auto1.it] INFO: Scrape type for BE98404: 0
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: FF48098
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FF48098%27 HTTP/1.1" 200 None
2026-03-29 04:03:08 [auto1.it] INFO: Scrape type for FF48098: 0
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: YW01927
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YW01927%27 HTTP/1.1" 200 None
2026-03-29 04:03:08 [auto1.it] INFO: Scrape type for YW01927: 2
2026-03-29 04:03:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58bd8fd4-3c25-5000-829a-c38edd565689 with identifier: YW01927
2026-03-29 04:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58bd8fd4-3c25-5000-829a-c38edd565689 with scrape type 2
2026-03-29 04:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58bd8fd4-3c25-5000-829a-c38edd565689 with scrape type 2
2026-03-29 04:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 58bd8fd4-3c25-5000-829a-c38edd565689, identifier: YW01927
2026-03-29 04:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 58bd8fd4-3c25-5000-829a-c38edd565689 with identifier: YW01927
2026-03-29 04:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 58bd8fd4-3c25-5000-829a-c38edd565689 with identifier: YW01927
2026-03-29 04:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 58bd8fd4-3c25-5000-829a-c38edd565689 with identifier: YW01927 to the API
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 130,
'expiration_date': '2026-03-30T15:56:08Z',
'fuel_type': 'diesel',
'id': '58bd8fd4-3c25-5000-829a-c38edd565689',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YW01927',
'listing': 'auction',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 220721,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-03-10',
'seller_name': None,
'title': 'Nissan Qashqai 1.6 dCi Tekna',
'transmission': 'manual',
'trim': 'Tekna',
'year': 2013}
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YW01927%27 HTTP/1.1" 200 None
2026-03-29 04:03:08 [auto1.it] INFO: Saving data for YW01927: {'auction_closing_time': 1774886168.0, 'created_time': 1774645403.556525, 'last_price_update_time': 1774756988.51622}
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YW01927') HTTP/1.1" 204 0
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: FT76605
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: JY35916
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: JA46265
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: GD10861
2026-03-29 04:03:08 [auto1.it] INFO: Found listing with ID: BM81624
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BM81624%27 HTTP/1.1" 200 None
2026-03-29 04:03:08 [auto1.it] INFO: Scrape type for BM81624: 0
2026-03-29 04:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:03:09 [auto1.it] INFO: Channel: 24h | Page: 28 | totalHits: 2226 | hits on page: 40
2026-03-29 04:03:09 [auto1.it] INFO: Found listing with ID: DN99534
2026-03-29 04:03:09 [auto1.it] INFO: Found listing with ID: ET57280
2026-03-29 04:03:09 [auto1.it] INFO: Found listing with ID: YU33914
2026-03-29 04:03:09 [auto1.it] INFO: Found listing with ID: WF71586
2026-03-29 04:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WF71586%27 HTTP/1.1" 200 None
2026-03-29 04:03:09 [auto1.it] INFO: Scrape type for WF71586: 0
2026-03-29 04:03:09 [auto1.it] INFO: Found listing with ID: XJ23148
2026-03-29 04:03:09 [auto1.it] INFO: Found listing with ID: GC53002
2026-03-29 04:03:09 [auto1.it] INFO: Found listing with ID: PT53216
2026-03-29 04:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PT53216%27 HTTP/1.1" 200 None
2026-03-29 04:03:09 [auto1.it] INFO: Scrape type for PT53216: 0
2026-03-29 04:03:09 [auto1.it] INFO: Found listing with ID: GJ43112
2026-03-29 04:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GJ43112%27 HTTP/1.1" 200 None
2026-03-29 04:03:09 [auto1.it] INFO: Scrape type for GJ43112: 0
2026-03-29 04:03:09 [auto1.it] INFO: Found listing with ID: AZ52753
2026-03-29 04:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AZ52753%27 HTTP/1.1" 200 None
2026-03-29 04:03:09 [auto1.it] INFO: Scrape type for AZ52753: 2
2026-03-29 04:03:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd0b6de0-7ad2-5995-a3c7-29ccf859b8a0 with identifier: AZ52753
2026-03-29 04:03:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd0b6de0-7ad2-5995-a3c7-29ccf859b8a0 with scrape type 2
2026-03-29 04:03:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd0b6de0-7ad2-5995-a3c7-29ccf859b8a0 with scrape type 2
2026-03-29 04:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bd0b6de0-7ad2-5995-a3c7-29ccf859b8a0, identifier: AZ52753
2026-03-29 04:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bd0b6de0-7ad2-5995-a3c7-29ccf859b8a0 with identifier: AZ52753
2026-03-29 04:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bd0b6de0-7ad2-5995-a3c7-29ccf859b8a0 with identifier: AZ52753
2026-03-29 04:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bd0b6de0-7ad2-5995-a3c7-29ccf859b8a0 with identifier: AZ52753 to the API
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:36:23Z',
'fuel_type': 'diesel',
'id': 'bd0b6de0-7ad2-5995-a3c7-29ccf859b8a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AZ52753',
'listing': 'auction',
'make': 'Audi',
'model': 'A3',
'odometer': 214077,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-03-26',
'seller_name': None,
'title': 'Audi A3 2.0 TDI S line Sportpaket plus',
'transmission': 'manual',
'trim': 'S line Sportpaket plus',
'year': 2008}
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AZ52753%27 HTTP/1.1" 200 None
2026-03-29 04:03:10 [auto1.it] INFO: Saving data for AZ52753: {'auction_closing_time': 1774884983.0, 'created_time': 1773849646.719709, 'last_price_update_time': 1774756990.330572}
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AZ52753') HTTP/1.1" 204 0
2026-03-29 04:03:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:10 [auto1.it] INFO: Found listing with ID: CT25036
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CT25036%27 HTTP/1.1" 200 None
2026-03-29 04:03:10 [auto1.it] INFO: Scrape type for CT25036: 0
2026-03-29 04:03:10 [auto1.it] INFO: Found listing with ID: FZ67880
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FZ67880%27 HTTP/1.1" 200 None
2026-03-29 04:03:10 [auto1.it] INFO: Scrape type for FZ67880: 0
2026-03-29 04:03:10 [auto1.it] INFO: Found listing with ID: VY96828
2026-03-29 04:03:10 [auto1.it] INFO: Found listing with ID: GA58857
2026-03-29 04:03:10 [auto1.it] INFO: Found listing with ID: AN61279
2026-03-29 04:03:10 [auto1.it] INFO: Found listing with ID: GX83807
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GX83807%27 HTTP/1.1" 200 None
2026-03-29 04:03:10 [auto1.it] INFO: Scrape type for GX83807: 0
2026-03-29 04:03:10 [auto1.it] INFO: Found listing with ID: FL80724
2026-03-29 04:03:10 [auto1.it] INFO: Found listing with ID: ZT64017
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZT64017%27 HTTP/1.1" 200 None
2026-03-29 04:03:10 [auto1.it] INFO: Scrape type for ZT64017: 2
2026-03-29 04:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26b3355b-3427-5877-b782-6ce18b3b4cff with identifier: ZT64017
2026-03-29 04:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26b3355b-3427-5877-b782-6ce18b3b4cff with scrape type 2
2026-03-29 04:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26b3355b-3427-5877-b782-6ce18b3b4cff with scrape type 2
2026-03-29 04:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 26b3355b-3427-5877-b782-6ce18b3b4cff, identifier: ZT64017
2026-03-29 04:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 26b3355b-3427-5877-b782-6ce18b3b4cff with identifier: ZT64017
2026-03-29 04:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 26b3355b-3427-5877-b782-6ce18b3b4cff with identifier: ZT64017
2026-03-29 04:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 26b3355b-3427-5877-b782-6ce18b3b4cff with identifier: ZT64017 to the API
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 185,
'expiration_date': '2026-03-30T15:58:05Z',
'fuel_type': 'diesel',
'id': '26b3355b-3427-5877-b782-6ce18b3b4cff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZT64017',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 205168,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-27',
'seller_name': None,
'title': 'BMW X3 xDrive 20d',
'transmission': 'automatic',
'trim': '',
'year': 2012}
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZT64017%27 HTTP/1.1" 200 None
2026-03-29 04:03:10 [auto1.it] INFO: Saving data for ZT64017: {'auction_closing_time': 1774886285.0, 'created_time': 1773852169.990517, 'last_price_update_time': 1774756990.965413}
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZT64017') HTTP/1.1" 204 0
2026-03-29 04:03:10 [auto1.it] INFO: Found listing with ID: UW31013
2026-03-29 04:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UW31013%27 HTTP/1.1" 200 None
2026-03-29 04:03:11 [auto1.it] INFO: Scrape type for UW31013: 0
2026-03-29 04:03:11 [auto1.it] INFO: Found listing with ID: AB97936
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AB97936%27 HTTP/1.1" 200 None
2026-03-29 04:03:11 [auto1.it] INFO: Scrape type for AB97936: 0
2026-03-29 04:03:11 [auto1.it] INFO: Found listing with ID: YL77107
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YL77107%27 HTTP/1.1" 200 None
2026-03-29 04:03:11 [auto1.it] INFO: Scrape type for YL77107: 2
2026-03-29 04:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1464869b-369b-5659-a4c0-f4f6ca1d8ebe with identifier: YL77107
2026-03-29 04:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1464869b-369b-5659-a4c0-f4f6ca1d8ebe with scrape type 2
2026-03-29 04:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1464869b-369b-5659-a4c0-f4f6ca1d8ebe with scrape type 2
2026-03-29 04:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1464869b-369b-5659-a4c0-f4f6ca1d8ebe, identifier: YL77107
2026-03-29 04:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1464869b-369b-5659-a4c0-f4f6ca1d8ebe with identifier: YL77107
2026-03-29 04:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1464869b-369b-5659-a4c0-f4f6ca1d8ebe with identifier: YL77107
2026-03-29 04:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1464869b-369b-5659-a4c0-f4f6ca1d8ebe with identifier: YL77107 to the API
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 143,
'expiration_date': '2026-03-30T15:24:20Z',
'fuel_type': 'diesel',
'id': '1464869b-369b-5659-a4c0-f4f6ca1d8ebe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YL77107',
'listing': 'auction',
'make': 'BMW',
'model': '1er',
'odometer': 189718,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-25',
'seller_name': None,
'title': 'BMW 1er 118d',
'transmission': 'manual',
'trim': '',
'year': 2012}
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YL77107%27 HTTP/1.1" 200 None
2026-03-29 04:03:11 [auto1.it] INFO: Saving data for YL77107: {'auction_closing_time': 1774884260.0, 'created_time': 1774645347.806037, 'last_price_update_time': 1774756991.411265}
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YL77107') HTTP/1.1" 204 0
2026-03-29 04:03:11 [auto1.it] INFO: Found listing with ID: SN78206
2026-03-29 04:03:11 [auto1.it] INFO: Found listing with ID: AN14799
2026-03-29 04:03:11 [auto1.it] INFO: Found listing with ID: DD38287
2026-03-29 04:03:11 [auto1.it] INFO: Found listing with ID: UL06285
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UL06285%27 HTTP/1.1" 200 None
2026-03-29 04:03:11 [auto1.it] INFO: Scrape type for UL06285: 0
2026-03-29 04:03:11 [auto1.it] INFO: Found listing with ID: HG91847
2026-03-29 04:03:11 [auto1.it] INFO: Found listing with ID: NW69655
2026-03-29 04:03:11 [auto1.it] INFO: Found listing with ID: ER04044
2026-03-29 04:03:11 [auto1.it] INFO: Found listing with ID: BJ95013
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BJ95013%27 HTTP/1.1" 200 None
2026-03-29 04:03:11 [auto1.it] INFO: Scrape type for BJ95013: 2
2026-03-29 04:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72c08f0c-0983-5732-b1bb-a352b34c5699 with identifier: BJ95013
2026-03-29 04:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72c08f0c-0983-5732-b1bb-a352b34c5699 with scrape type 2
2026-03-29 04:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72c08f0c-0983-5732-b1bb-a352b34c5699 with scrape type 2
2026-03-29 04:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 72c08f0c-0983-5732-b1bb-a352b34c5699, identifier: BJ95013
2026-03-29 04:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 72c08f0c-0983-5732-b1bb-a352b34c5699 with identifier: BJ95013
2026-03-29 04:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 72c08f0c-0983-5732-b1bb-a352b34c5699 with identifier: BJ95013
2026-03-29 04:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 72c08f0c-0983-5732-b1bb-a352b34c5699 with identifier: BJ95013 to the API
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 131,
'expiration_date': '2026-03-30T15:15:23Z',
'fuel_type': 'diesel',
'id': '72c08f0c-0983-5732-b1bb-a352b34c5699',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BJ95013',
'listing': 'auction',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 37578,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-18',
'seller_name': None,
'title': 'Jeep Renegade 1.6 M-Jet Longitude FWD',
'transmission': 'manual',
'trim': 'Longitude FWD',
'year': 2023}
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BJ95013%27 HTTP/1.1" 200 None
2026-03-29 04:03:11 [auto1.it] INFO: Saving data for BJ95013: {'auction_closing_time': 1774883723.0, 'created_time': 1773130052.056409, 'last_price_update_time': 1774756991.963462}
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BJ95013') HTTP/1.1" 204 0
2026-03-29 04:03:11 [auto1.it] INFO: Found listing with ID: AH48855
2026-03-29 04:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AH48855%27 HTTP/1.1" 200 None
2026-03-29 04:03:12 [auto1.it] INFO: Scrape type for AH48855: 0
2026-03-29 04:03:12 [auto1.it] INFO: Found listing with ID: WW83170
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WW83170%27 HTTP/1.1" 200 None
2026-03-29 04:03:12 [auto1.it] INFO: Scrape type for WW83170: 0
2026-03-29 04:03:12 [auto1.it] INFO: Found listing with ID: EX06757
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EX06757%27 HTTP/1.1" 200 None
2026-03-29 04:03:12 [auto1.it] INFO: Scrape type for EX06757: 0
2026-03-29 04:03:12 [auto1.it] INFO: Found listing with ID: HR62667
2026-03-29 04:03:12 [auto1.it] INFO: Found listing with ID: BJ71456
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BJ71456%27 HTTP/1.1" 200 None
2026-03-29 04:03:12 [auto1.it] INFO: Scrape type for BJ71456: 0
2026-03-29 04:03:12 [auto1.it] INFO: Found listing with ID: ZG86392
2026-03-29 04:03:12 [auto1.it] INFO: Found listing with ID: TN35413
2026-03-29 04:03:12 [auto1.it] INFO: Found listing with ID: PH76883
2026-03-29 04:03:12 [auto1.it] INFO: Found listing with ID: YB89619
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YB89619%27 HTTP/1.1" 200 None
2026-03-29 04:03:12 [auto1.it] INFO: Scrape type for YB89619: 0
2026-03-29 04:03:12 [auto1.it] INFO: Found listing with ID: RB12034
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB12034%27 HTTP/1.1" 200 None
2026-03-29 04:03:12 [auto1.it] INFO: Scrape type for RB12034: 2
2026-03-29 04:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b12734c-76cb-542b-b709-3947ebcd2f2f with identifier: RB12034
2026-03-29 04:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b12734c-76cb-542b-b709-3947ebcd2f2f with scrape type 2
2026-03-29 04:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b12734c-76cb-542b-b709-3947ebcd2f2f with scrape type 2
2026-03-29 04:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1b12734c-76cb-542b-b709-3947ebcd2f2f, identifier: RB12034
2026-03-29 04:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1b12734c-76cb-542b-b709-3947ebcd2f2f with identifier: RB12034
2026-03-29 04:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1b12734c-76cb-542b-b709-3947ebcd2f2f with identifier: RB12034
2026-03-29 04:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1b12734c-76cb-542b-b709-3947ebcd2f2f with identifier: RB12034 to the API
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:37:44Z',
'fuel_type': 'diesel',
'id': '1b12734c-76cb-542b-b709-3947ebcd2f2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RB12034',
'listing': 'auction',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 86597,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-31',
'seller_name': None,
'title': 'Ford Fiesta 1.5 TDCi Vignale',
'transmission': 'manual',
'trim': 'Vignale',
'year': 2017}
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB12034%27 HTTP/1.1" 200 None
2026-03-29 04:03:12 [auto1.it] INFO: Saving data for RB12034: {'auction_closing_time': 1774885064.0, 'created_time': 1774645366.663449, 'last_price_update_time': 1774756992.520449}
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RB12034') HTTP/1.1" 204 0
2026-03-29 04:03:12 [auto1.it] INFO: Found listing with ID: MJ42614
2026-03-29 04:03:12 [auto1.it] INFO: Found listing with ID: PZ52639
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PZ52639%27 HTTP/1.1" 200 None
2026-03-29 04:03:12 [auto1.it] INFO: Scrape type for PZ52639: 2
2026-03-29 04:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c22adc5e-2b66-5bb2-acb4-88dda3714007 with identifier: PZ52639
2026-03-29 04:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c22adc5e-2b66-5bb2-acb4-88dda3714007 with scrape type 2
2026-03-29 04:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c22adc5e-2b66-5bb2-acb4-88dda3714007 with scrape type 2
2026-03-29 04:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c22adc5e-2b66-5bb2-acb4-88dda3714007, identifier: PZ52639
2026-03-29 04:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c22adc5e-2b66-5bb2-acb4-88dda3714007 with identifier: PZ52639
2026-03-29 04:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c22adc5e-2b66-5bb2-acb4-88dda3714007 with identifier: PZ52639
2026-03-29 04:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c22adc5e-2b66-5bb2-acb4-88dda3714007 with identifier: PZ52639 to the API
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:59:43Z',
'fuel_type': 'diesel',
'id': 'c22adc5e-2b66-5bb2-acb4-88dda3714007',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PZ52639',
'listing': 'auction',
'make': 'MINI',
'model': 'MINI',
'odometer': 217572,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-08-24',
'seller_name': None,
'title': 'MINI One D',
'transmission': 'manual',
'trim': '',
'year': 2010}
2026-03-29 04:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PZ52639%27 HTTP/1.1" 200 None
2026-03-29 04:03:13 [auto1.it] INFO: Saving data for PZ52639: {'auction_closing_time': 1774886383.0, 'created_time': 1774559031.621961, 'last_price_update_time': 1774756993.028801}
2026-03-29 04:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PZ52639') HTTP/1.1" 204 0
2026-03-29 04:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:03:13 [auto1.it] INFO: Channel: 24h | Page: 29 | totalHits: 2226 | hits on page: 40
2026-03-29 04:03:13 [auto1.it] INFO: Found listing with ID: UA37690
2026-03-29 04:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UA37690%27 HTTP/1.1" 200 None
2026-03-29 04:03:13 [auto1.it] INFO: Scrape type for UA37690: 0
2026-03-29 04:03:13 [auto1.it] INFO: Found listing with ID: PZ93737
2026-03-29 04:03:13 [auto1.it] INFO: Found listing with ID: ED77139
2026-03-29 04:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ED77139%27 HTTP/1.1" 200 None
2026-03-29 04:03:13 [auto1.it] INFO: Scrape type for ED77139: 0
2026-03-29 04:03:13 [auto1.it] INFO: Found listing with ID: FF45161
2026-03-29 04:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FF45161%27 HTTP/1.1" 200 None
2026-03-29 04:03:13 [auto1.it] INFO: Scrape type for FF45161: 0
2026-03-29 04:03:13 [auto1.it] INFO: Found listing with ID: RM13688
2026-03-29 04:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RM13688%27 HTTP/1.1" 200 None
2026-03-29 04:03:13 [auto1.it] INFO: Scrape type for RM13688: 2
2026-03-29 04:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c65ce2d0-5bde-523a-b2ab-a632bd8b0290 with identifier: RM13688
2026-03-29 04:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c65ce2d0-5bde-523a-b2ab-a632bd8b0290 with scrape type 2
2026-03-29 04:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c65ce2d0-5bde-523a-b2ab-a632bd8b0290 with scrape type 2
2026-03-29 04:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c65ce2d0-5bde-523a-b2ab-a632bd8b0290, identifier: RM13688
2026-03-29 04:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c65ce2d0-5bde-523a-b2ab-a632bd8b0290 with identifier: RM13688
2026-03-29 04:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c65ce2d0-5bde-523a-b2ab-a632bd8b0290 with identifier: RM13688
2026-03-29 04:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c65ce2d0-5bde-523a-b2ab-a632bd8b0290 with identifier: RM13688 to the API
2026-03-29 04:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:55:07Z',
'fuel_type': 'diesel',
'id': 'c65ce2d0-5bde-523a-b2ab-a632bd8b0290',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RM13688',
'listing': 'auction',
'make': 'Volvo',
'model': 'XC40',
'odometer': 108326,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-20',
'seller_name': None,
'title': 'Volvo XC40 2.0 D3 Inscription 2WD',
'transmission': 'automatic',
'trim': 'Inscription 2WD',
'year': 2020}
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RM13688%27 HTTP/1.1" 200 None
2026-03-29 04:03:14 [auto1.it] INFO: Saving data for RM13688: {'auction_closing_time': 1774886107.0, 'created_time': 1774267301.732798, 'last_price_update_time': 1774756994.217761}
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RM13688') HTTP/1.1" 204 0
2026-03-29 04:03:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: KU06425
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KU06425%27 HTTP/1.1" 200 None
2026-03-29 04:03:14 [auto1.it] INFO: Scrape type for KU06425: 0
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: ZL07806
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: GV49335
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: XG74352
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: AZ64167
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: JV69341
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JV69341%27 HTTP/1.1" 200 None
2026-03-29 04:03:14 [auto1.it] INFO: Scrape type for JV69341: 0
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: JR54731
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: EH51725
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: BD88975
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: SK38422
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SK38422%27 HTTP/1.1" 200 None
2026-03-29 04:03:14 [auto1.it] INFO: Scrape type for SK38422: 0
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: TG42626
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: YW35893
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: MP39083
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: WN42286
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: XB00155
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: UZ24825
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: XX37698
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XX37698%27 HTTP/1.1" 200 None
2026-03-29 04:03:14 [auto1.it] INFO: Scrape type for XX37698: 0
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: PL52224
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PL52224%27 HTTP/1.1" 200 None
2026-03-29 04:03:14 [auto1.it] INFO: Scrape type for PL52224: 0
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: YG69242
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YG69242%27 HTTP/1.1" 200 None
2026-03-29 04:03:14 [auto1.it] INFO: Scrape type for YG69242: 2
2026-03-29 04:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 461b2ce0-c306-5ab1-9a9e-16d2f8b219b3 with identifier: YG69242
2026-03-29 04:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 461b2ce0-c306-5ab1-9a9e-16d2f8b219b3 with scrape type 2
2026-03-29 04:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 461b2ce0-c306-5ab1-9a9e-16d2f8b219b3 with scrape type 2
2026-03-29 04:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 461b2ce0-c306-5ab1-9a9e-16d2f8b219b3, identifier: YG69242
2026-03-29 04:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 461b2ce0-c306-5ab1-9a9e-16d2f8b219b3 with identifier: YG69242
2026-03-29 04:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 461b2ce0-c306-5ab1-9a9e-16d2f8b219b3 with identifier: YG69242
2026-03-29 04:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 461b2ce0-c306-5ab1-9a9e-16d2f8b219b3 with identifier: YG69242 to the API
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:16:59Z',
'fuel_type': 'petrol',
'id': '461b2ce0-c306-5ab1-9a9e-16d2f8b219b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YG69242',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Sharan',
'odometer': 295529,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-05-03',
'seller_name': None,
'title': 'Volkswagen Sharan 2.0 United',
'transmission': 'manual',
'trim': 'United',
'year': 2009}
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YG69242%27 HTTP/1.1" 200 None
2026-03-29 04:03:14 [auto1.it] INFO: Saving data for YG69242: {'auction_closing_time': 1774883819.0, 'created_time': 1774559080.524079, 'last_price_update_time': 1774756994.720616}
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YG69242') HTTP/1.1" 204 0
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: DU17366
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DU17366%27 HTTP/1.1" 200 None
2026-03-29 04:03:14 [auto1.it] INFO: Scrape type for DU17366: 0
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: WT33776
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: JH67201
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JH67201%27 HTTP/1.1" 200 None
2026-03-29 04:03:14 [auto1.it] INFO: Scrape type for JH67201: 0
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: JU08968
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JU08968%27 HTTP/1.1" 200 None
2026-03-29 04:03:14 [auto1.it] INFO: Scrape type for JU08968: 0
2026-03-29 04:03:14 [auto1.it] INFO: Found listing with ID: RG08940
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RG08940%27 HTTP/1.1" 200 None
2026-03-29 04:03:14 [auto1.it] INFO: Scrape type for RG08940: 2
2026-03-29 04:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3e7b393-fcfa-5493-9ce1-8ceb3c2cb91b with identifier: RG08940
2026-03-29 04:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3e7b393-fcfa-5493-9ce1-8ceb3c2cb91b with scrape type 2
2026-03-29 04:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3e7b393-fcfa-5493-9ce1-8ceb3c2cb91b with scrape type 2
2026-03-29 04:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b3e7b393-fcfa-5493-9ce1-8ceb3c2cb91b, identifier: RG08940
2026-03-29 04:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b3e7b393-fcfa-5493-9ce1-8ceb3c2cb91b with identifier: RG08940
2026-03-29 04:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b3e7b393-fcfa-5493-9ce1-8ceb3c2cb91b with identifier: RG08940
2026-03-29 04:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b3e7b393-fcfa-5493-9ce1-8ceb3c2cb91b with identifier: RG08940 to the API
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:29:37Z',
'fuel_type': 'diesel',
'id': 'b3e7b393-fcfa-5493-9ce1-8ceb3c2cb91b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RG08940',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 44949,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-22',
'seller_name': None,
'title': 'Volkswagen T-Roc 2.0 TDI R-Line',
'transmission': 'automatic',
'trim': 'R-Line',
'year': 2023}
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RG08940%27 HTTP/1.1" 200 None
2026-03-29 04:03:15 [auto1.it] INFO: Saving data for RG08940: {'auction_closing_time': 1774884577.0, 'created_time': 1774645684.839364, 'last_price_update_time': 1774756995.302067}
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RG08940') HTTP/1.1" 204 0
2026-03-29 04:03:15 [auto1.it] INFO: Found listing with ID: PM46324
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PM46324%27 HTTP/1.1" 200 None
2026-03-29 04:03:15 [auto1.it] INFO: Scrape type for PM46324: 0
2026-03-29 04:03:15 [auto1.it] INFO: Found listing with ID: RS22306
2026-03-29 04:03:15 [auto1.it] INFO: Found listing with ID: KZ30481
2026-03-29 04:03:15 [auto1.it] INFO: Found listing with ID: JD45338
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JD45338%27 HTTP/1.1" 200 None
2026-03-29 04:03:15 [auto1.it] INFO: Scrape type for JD45338: 2
2026-03-29 04:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2665f07-a82f-5279-ab47-57c8e135f777 with identifier: JD45338
2026-03-29 04:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2665f07-a82f-5279-ab47-57c8e135f777 with scrape type 2
2026-03-29 04:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2665f07-a82f-5279-ab47-57c8e135f777 with scrape type 2
2026-03-29 04:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b2665f07-a82f-5279-ab47-57c8e135f777, identifier: JD45338
2026-03-29 04:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b2665f07-a82f-5279-ab47-57c8e135f777 with identifier: JD45338
2026-03-29 04:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b2665f07-a82f-5279-ab47-57c8e135f777 with identifier: JD45338
2026-03-29 04:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b2665f07-a82f-5279-ab47-57c8e135f777 with identifier: JD45338 to the API
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:04:00Z',
'fuel_type': 'diesel',
'id': 'b2665f07-a82f-5279-ab47-57c8e135f777',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JD45338',
'listing': 'auction',
'make': 'Volvo',
'model': 'V40',
'odometer': 120862,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-17',
'seller_name': None,
'title': 'Volvo V40 2.0 D2 Plus',
'transmission': 'manual',
'trim': 'Plus',
'year': 2019}
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JD45338%27 HTTP/1.1" 200 None
2026-03-29 04:03:15 [auto1.it] INFO: Saving data for JD45338: {'auction_closing_time': 1774883040.0, 'created_time': 1774645660.12374, 'last_price_update_time': 1774756995.750591}
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JD45338') HTTP/1.1" 204 0
2026-03-29 04:03:15 [auto1.it] INFO: Found listing with ID: NP16593
2026-03-29 04:03:15 [auto1.it] INFO: Found listing with ID: RU70753
2026-03-29 04:03:15 [auto1.it] INFO: Found listing with ID: AW98600
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AW98600%27 HTTP/1.1" 200 None
2026-03-29 04:03:15 [auto1.it] INFO: Scrape type for AW98600: 2
2026-03-29 04:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f908b4d1-cd72-5496-8876-74f4b50b337a with identifier: AW98600
2026-03-29 04:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f908b4d1-cd72-5496-8876-74f4b50b337a with scrape type 2
2026-03-29 04:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f908b4d1-cd72-5496-8876-74f4b50b337a with scrape type 2
2026-03-29 04:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f908b4d1-cd72-5496-8876-74f4b50b337a, identifier: AW98600
2026-03-29 04:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f908b4d1-cd72-5496-8876-74f4b50b337a with identifier: AW98600
2026-03-29 04:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f908b4d1-cd72-5496-8876-74f4b50b337a with identifier: AW98600
2026-03-29 04:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f908b4d1-cd72-5496-8876-74f4b50b337a with identifier: AW98600 to the API
2026-03-29 04:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:02:18Z',
'fuel_type': 'diesel',
'id': 'f908b4d1-cd72-5496-8876-74f4b50b337a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AW98600',
'listing': 'auction',
'make': 'Mazda',
'model': '6',
'odometer': 133290,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-04',
'seller_name': None,
'title': 'Mazda 6 2.2 Turbodiesel Evolve',
'transmission': 'manual',
'trim': 'Evolve',
'year': 2017}
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AW98600%27 HTTP/1.1" 200 None
2026-03-29 04:03:16 [auto1.it] INFO: Saving data for AW98600: {'auction_closing_time': 1774882938.0, 'created_time': 1773759792.118343, 'last_price_update_time': 1774756996.256874}
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AW98600') HTTP/1.1" 204 0
2026-03-29 04:03:16 [auto1.it] INFO: Found listing with ID: RB23819
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB23819%27 HTTP/1.1" 200 None
2026-03-29 04:03:16 [auto1.it] INFO: Scrape type for RB23819: 0
2026-03-29 04:03:16 [auto1.it] INFO: Found listing with ID: JT23346
2026-03-29 04:03:16 [auto1.it] INFO: Found listing with ID: ZC00549
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZC00549%27 HTTP/1.1" 200 None
2026-03-29 04:03:16 [auto1.it] INFO: Scrape type for ZC00549: 2
2026-03-29 04:03:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18b2b1a8-e035-5119-a8f2-f2b99738da62 with identifier: ZC00549
2026-03-29 04:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18b2b1a8-e035-5119-a8f2-f2b99738da62 with scrape type 2
2026-03-29 04:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18b2b1a8-e035-5119-a8f2-f2b99738da62 with scrape type 2
2026-03-29 04:03:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 18b2b1a8-e035-5119-a8f2-f2b99738da62, identifier: ZC00549
2026-03-29 04:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 18b2b1a8-e035-5119-a8f2-f2b99738da62 with identifier: ZC00549
2026-03-29 04:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 18b2b1a8-e035-5119-a8f2-f2b99738da62 with identifier: ZC00549
2026-03-29 04:03:16 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 18b2b1a8-e035-5119-a8f2-f2b99738da62 with identifier: ZC00549 to the API
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 68,
'expiration_date': '2026-03-30T15:42:27Z',
'fuel_type': 'petrol',
'id': '18b2b1a8-e035-5119-a8f2-f2b99738da62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZC00549',
'listing': 'auction',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 166466,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-02-26',
'seller_name': None,
'title': 'Toyota Aygo 1.0 Active',
'transmission': 'manual',
'trim': 'Active',
'year': 2013}
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZC00549%27 HTTP/1.1" 200 None
2026-03-29 04:03:16 [auto1.it] INFO: Saving data for ZC00549: {'auction_closing_time': 1774885347.0, 'created_time': 1774558868.260741, 'last_price_update_time': 1774756996.782688}
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZC00549') HTTP/1.1" 204 0
2026-03-29 04:03:16 [auto1.it] INFO: Found listing with ID: KB15233
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KB15233%27 HTTP/1.1" 200 None
2026-03-29 04:03:16 [auto1.it] INFO: Scrape type for KB15233: 0
2026-03-29 04:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:03:18 [auto1.it] INFO: Channel: 24h | Page: 30 | totalHits: 2226 | hits on page: 40
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: TJ20772
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: ML96661
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ML96661%27 HTTP/1.1" 200 None
2026-03-29 04:03:18 [auto1.it] INFO: Scrape type for ML96661: 0
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: AR12639
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AR12639%27 HTTP/1.1" 200 None
2026-03-29 04:03:18 [auto1.it] INFO: Scrape type for AR12639: 0
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: JM76846
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: DX27899
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DX27899%27 HTTP/1.1" 200 None
2026-03-29 04:03:18 [auto1.it] INFO: Scrape type for DX27899: 0
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: UT67830
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: RU27646
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: UE02945
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UE02945%27 HTTP/1.1" 200 None
2026-03-29 04:03:18 [auto1.it] INFO: Scrape type for UE02945: 0
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: XY73038
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XY73038%27 HTTP/1.1" 200 None
2026-03-29 04:03:18 [auto1.it] INFO: Scrape type for XY73038: 0
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: WM78801
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: RJ37840
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: TZ26377
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: VM43481
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VM43481%27 HTTP/1.1" 200 None
2026-03-29 04:03:18 [auto1.it] INFO: Scrape type for VM43481: 2
2026-03-29 04:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49e888e6-e08b-55b6-b9f8-fdb6743794c4 with identifier: VM43481
2026-03-29 04:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49e888e6-e08b-55b6-b9f8-fdb6743794c4 with scrape type 2
2026-03-29 04:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49e888e6-e08b-55b6-b9f8-fdb6743794c4 with scrape type 2
2026-03-29 04:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 49e888e6-e08b-55b6-b9f8-fdb6743794c4, identifier: VM43481
2026-03-29 04:03:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 49e888e6-e08b-55b6-b9f8-fdb6743794c4 with identifier: VM43481
2026-03-29 04:03:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 49e888e6-e08b-55b6-b9f8-fdb6743794c4 with identifier: VM43481
2026-03-29 04:03:18 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 49e888e6-e08b-55b6-b9f8-fdb6743794c4 with identifier: VM43481 to the API
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 220,
'expiration_date': '2026-03-30T15:49:58Z',
'fuel_type': 'hybrid',
'id': '49e888e6-e08b-55b6-b9f8-fdb6743794c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VM43481',
'listing': 'auction',
'make': 'BMW',
'model': 'X2',
'odometer': 44141,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-26',
'seller_name': None,
'title': 'BMW X2 xDrive 25e Advantage',
'transmission': 'automatic',
'trim': 'Advantage',
'year': 2022}
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VM43481%27 HTTP/1.1" 200 None
2026-03-29 04:03:18 [auto1.it] INFO: Saving data for VM43481: {'auction_closing_time': 1774885798.0, 'created_time': 1773824515.890056, 'last_price_update_time': 1774756998.866609}
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VM43481') HTTP/1.1" 204 0
2026-03-29 04:03:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:18 [auto1.it] INFO: Found listing with ID: FL08980
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FL08980%27 HTTP/1.1" 200 None
2026-03-29 04:03:18 [auto1.it] INFO: Scrape type for FL08980: 2
2026-03-29 04:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a380435-8274-5744-991b-9ee45a57966b with identifier: FL08980
2026-03-29 04:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a380435-8274-5744-991b-9ee45a57966b with scrape type 2
2026-03-29 04:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a380435-8274-5744-991b-9ee45a57966b with scrape type 2
2026-03-29 04:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6a380435-8274-5744-991b-9ee45a57966b, identifier: FL08980
2026-03-29 04:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6a380435-8274-5744-991b-9ee45a57966b with identifier: FL08980
2026-03-29 04:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6a380435-8274-5744-991b-9ee45a57966b with identifier: FL08980
2026-03-29 04:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6a380435-8274-5744-991b-9ee45a57966b with identifier: FL08980 to the API
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 262,
'expiration_date': '2026-03-30T15:12:24Z',
'fuel_type': 'diesel',
'id': '6a380435-8274-5744-991b-9ee45a57966b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FL08980',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Touareg',
'odometer': 130655,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-17',
'seller_name': None,
'title': 'Volkswagen Touareg 3.0 V6 TDI BlueMotion Terrain Tech',
'transmission': 'automatic',
'trim': 'BlueMotion Terrain Tech',
'year': 2015}
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FL08980%27 HTTP/1.1" 200 None
2026-03-29 04:03:19 [auto1.it] INFO: Saving data for FL08980: {'auction_closing_time': 1774883544.0, 'created_time': 1774645690.898581, 'last_price_update_time': 1774756999.383387}
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FL08980') HTTP/1.1" 204 0
2026-03-29 04:03:19 [auto1.it] INFO: Found listing with ID: EG41470
2026-03-29 04:03:19 [auto1.it] INFO: Found listing with ID: HL58093
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HL58093%27 HTTP/1.1" 200 None
2026-03-29 04:03:19 [auto1.it] INFO: Scrape type for HL58093: 2
2026-03-29 04:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c32946ab-cf3c-5c98-97c7-b06ed7d8e463 with identifier: HL58093
2026-03-29 04:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c32946ab-cf3c-5c98-97c7-b06ed7d8e463 with scrape type 2
2026-03-29 04:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c32946ab-cf3c-5c98-97c7-b06ed7d8e463 with scrape type 2
2026-03-29 04:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c32946ab-cf3c-5c98-97c7-b06ed7d8e463, identifier: HL58093
2026-03-29 04:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c32946ab-cf3c-5c98-97c7-b06ed7d8e463 with identifier: HL58093
2026-03-29 04:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c32946ab-cf3c-5c98-97c7-b06ed7d8e463 with identifier: HL58093
2026-03-29 04:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c32946ab-cf3c-5c98-97c7-b06ed7d8e463 with identifier: HL58093 to the API
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'brown',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 73,
'expiration_date': '2026-03-30T15:32:48Z',
'fuel_type': 'petrol',
'id': 'c32946ab-cf3c-5c98-97c7-b06ed7d8e463',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/HL58093',
'listing': 'auction',
'make': 'Dacia',
'model': 'Sandero',
'odometer': 18529,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-17',
'seller_name': None,
'title': 'Dacia Sandero 1.0 SCe Streetway Access',
'transmission': 'manual',
'trim': 'Streetway Access',
'year': 2019}
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HL58093%27 HTTP/1.1" 200 None
2026-03-29 04:03:19 [auto1.it] INFO: Saving data for HL58093: {'auction_closing_time': 1774884768.0, 'created_time': 1774083637.219989, 'last_price_update_time': 1774756999.861628}
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HL58093') HTTP/1.1" 204 0
2026-03-29 04:03:19 [auto1.it] INFO: Found listing with ID: TZ47815
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ47815%27 HTTP/1.1" 200 None
2026-03-29 04:03:19 [auto1.it] INFO: Scrape type for TZ47815: 0
2026-03-29 04:03:19 [auto1.it] INFO: Found listing with ID: ST20254
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ST20254%27 HTTP/1.1" 200 None
2026-03-29 04:03:19 [auto1.it] INFO: Scrape type for ST20254: 0
2026-03-29 04:03:19 [auto1.it] INFO: Found listing with ID: BB73520
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BB73520%27 HTTP/1.1" 200 None
2026-03-29 04:03:19 [auto1.it] INFO: Scrape type for BB73520: 0
2026-03-29 04:03:19 [auto1.it] INFO: Found listing with ID: XJ82802
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XJ82802%27 HTTP/1.1" 200 None
2026-03-29 04:03:19 [auto1.it] INFO: Scrape type for XJ82802: 2
2026-03-29 04:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0702c44-4415-525e-9f2b-2a5dd6e30af7 with identifier: XJ82802
2026-03-29 04:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0702c44-4415-525e-9f2b-2a5dd6e30af7 with scrape type 2
2026-03-29 04:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0702c44-4415-525e-9f2b-2a5dd6e30af7 with scrape type 2
2026-03-29 04:03:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a0702c44-4415-525e-9f2b-2a5dd6e30af7, identifier: XJ82802
2026-03-29 04:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a0702c44-4415-525e-9f2b-2a5dd6e30af7 with identifier: XJ82802
2026-03-29 04:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a0702c44-4415-525e-9f2b-2a5dd6e30af7 with identifier: XJ82802
2026-03-29 04:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a0702c44-4415-525e-9f2b-2a5dd6e30af7 with identifier: XJ82802 to the API
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 65,
'expiration_date': '2026-03-30T15:29:19Z',
'fuel_type': 'petrol',
'id': 'a0702c44-4415-525e-9f2b-2a5dd6e30af7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XJ82802',
'listing': 'auction',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 128959,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-12-28',
'seller_name': None,
'title': 'Toyota Yaris 1.0 VVT-i',
'transmission': 'manual',
'trim': '',
'year': 2003}
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XJ82802%27 HTTP/1.1" 200 None
2026-03-29 04:03:20 [auto1.it] INFO: Saving data for XJ82802: {'auction_closing_time': 1774884559.0, 'created_time': 1774558835.94758, 'last_price_update_time': 1774757000.347459}
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XJ82802') HTTP/1.1" 204 0
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: ZM35614
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: WK74495
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WK74495%27 HTTP/1.1" 200 None
2026-03-29 04:03:20 [auto1.it] INFO: Scrape type for WK74495: 0
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: VC06734
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: CV81447
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CV81447%27 HTTP/1.1" 200 None
2026-03-29 04:03:20 [auto1.it] INFO: Scrape type for CV81447: 0
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: YY46039
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: MD08971
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: JJ50665
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: XN19179
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: YU91907
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YU91907%27 HTTP/1.1" 200 None
2026-03-29 04:03:20 [auto1.it] INFO: Scrape type for YU91907: 2
2026-03-29 04:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e75e820d-40b2-5c8d-8c44-f4f05eaa4838 with identifier: YU91907
2026-03-29 04:03:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e75e820d-40b2-5c8d-8c44-f4f05eaa4838 with scrape type 2
2026-03-29 04:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e75e820d-40b2-5c8d-8c44-f4f05eaa4838 with scrape type 2
2026-03-29 04:03:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e75e820d-40b2-5c8d-8c44-f4f05eaa4838, identifier: YU91907
2026-03-29 04:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e75e820d-40b2-5c8d-8c44-f4f05eaa4838 with identifier: YU91907
2026-03-29 04:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e75e820d-40b2-5c8d-8c44-f4f05eaa4838 with identifier: YU91907
2026-03-29 04:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e75e820d-40b2-5c8d-8c44-f4f05eaa4838 with identifier: YU91907 to the API
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 131,
'expiration_date': '2026-03-30T15:08:05Z',
'fuel_type': 'petrol',
'id': 'e75e820d-40b2-5c8d-8c44-f4f05eaa4838',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YU91907',
'listing': 'auction',
'make': 'Fiat',
'model': '500X',
'odometer': 66883,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-19',
'seller_name': None,
'title': 'Fiat 500X 1.5 Mild-Hybrid',
'transmission': 'automatic',
'trim': '',
'year': 2023}
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YU91907%27 HTTP/1.1" 200 None
2026-03-29 04:03:20 [auto1.it] INFO: Saving data for YU91907: {'auction_closing_time': 1774883285.0, 'created_time': 1774645560.720052, 'last_price_update_time': 1774757000.855315}
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YU91907') HTTP/1.1" 204 0
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: HN39146
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: MG67619
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: KY69981
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: YA22905
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: YG30728
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YG30728%27 HTTP/1.1" 200 None
2026-03-29 04:03:20 [auto1.it] INFO: Scrape type for YG30728: 0
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: SW30840
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: PU63843
2026-03-29 04:03:20 [auto1.it] INFO: Found listing with ID: LK86303
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LK86303%27 HTTP/1.1" 200 None
2026-03-29 04:03:20 [auto1.it] INFO: Scrape type for LK86303: 2
2026-03-29 04:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77a39a52-ce7b-52e7-a0c0-dfb62d4df3e5 with identifier: LK86303
2026-03-29 04:03:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77a39a52-ce7b-52e7-a0c0-dfb62d4df3e5 with scrape type 2
2026-03-29 04:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77a39a52-ce7b-52e7-a0c0-dfb62d4df3e5 with scrape type 2
2026-03-29 04:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 77a39a52-ce7b-52e7-a0c0-dfb62d4df3e5, identifier: LK86303
2026-03-29 04:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 77a39a52-ce7b-52e7-a0c0-dfb62d4df3e5 with identifier: LK86303
2026-03-29 04:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 77a39a52-ce7b-52e7-a0c0-dfb62d4df3e5 with identifier: LK86303
2026-03-29 04:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 77a39a52-ce7b-52e7-a0c0-dfb62d4df3e5 with identifier: LK86303 to the API
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:22:40Z',
'fuel_type': 'diesel',
'id': '77a39a52-ce7b-52e7-a0c0-dfb62d4df3e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LK86303',
'listing': 'auction',
'make': 'Fiat',
'model': 'Tipo',
'odometer': 149562,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-15',
'seller_name': None,
'title': 'Fiat Tipo 1.3 M-Jet Easy',
'transmission': 'manual',
'trim': 'Easy',
'year': 2017}
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LK86303%27 HTTP/1.1" 200 None
2026-03-29 04:03:21 [auto1.it] INFO: Saving data for LK86303: {'auction_closing_time': 1774884160.0, 'created_time': 1774645681.670736, 'last_price_update_time': 1774757001.415256}
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LK86303') HTTP/1.1" 204 0
2026-03-29 04:03:21 [auto1.it] INFO: Found listing with ID: UK17345
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UK17345%27 HTTP/1.1" 200 None
2026-03-29 04:03:21 [auto1.it] INFO: Scrape type for UK17345: 2
2026-03-29 04:03:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50cb5db1-55f8-5b16-bbda-c025ff361a83 with identifier: UK17345
2026-03-29 04:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50cb5db1-55f8-5b16-bbda-c025ff361a83 with scrape type 2
2026-03-29 04:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50cb5db1-55f8-5b16-bbda-c025ff361a83 with scrape type 2
2026-03-29 04:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 50cb5db1-55f8-5b16-bbda-c025ff361a83, identifier: UK17345
2026-03-29 04:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 50cb5db1-55f8-5b16-bbda-c025ff361a83 with identifier: UK17345
2026-03-29 04:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 50cb5db1-55f8-5b16-bbda-c025ff361a83 with identifier: UK17345
2026-03-29 04:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 50cb5db1-55f8-5b16-bbda-c025ff361a83 with identifier: UK17345 to the API
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 135,
'expiration_date': '2026-03-30T15:34:30Z',
'fuel_type': 'diesel',
'id': '50cb5db1-55f8-5b16-bbda-c025ff361a83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UK17345',
'listing': 'auction',
'make': 'Opel',
'model': 'Astra',
'odometer': 145615,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-03',
'seller_name': None,
'title': 'Opel Astra 1.6 CDTI Innovation Start/Stop',
'transmission': 'manual',
'trim': 'Innovation Start/Stop',
'year': 2017}
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UK17345%27 HTTP/1.1" 200 None
2026-03-29 04:03:21 [auto1.it] INFO: Saving data for UK17345: {'auction_closing_time': 1774884870.0, 'created_time': 1773327960.684735, 'last_price_update_time': 1774757001.885943}
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UK17345') HTTP/1.1" 204 0
2026-03-29 04:03:21 [auto1.it] INFO: Found listing with ID: CG66796
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CG66796%27 HTTP/1.1" 200 None
2026-03-29 04:03:21 [auto1.it] INFO: Scrape type for CG66796: 0
2026-03-29 04:03:21 [auto1.it] INFO: Found listing with ID: ZP08653
2026-03-29 04:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:03:22 [auto1.it] INFO: Channel: 24h | Page: 31 | totalHits: 2226 | hits on page: 40
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: LX64348
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: WU48456
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WU48456%27 HTTP/1.1" 200 None
2026-03-29 04:03:22 [auto1.it] INFO: Scrape type for WU48456: 0
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: WW68303
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: LT86375
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: RK63045
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: PG53512
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: SB68054
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SB68054%27 HTTP/1.1" 200 None
2026-03-29 04:03:22 [auto1.it] INFO: Scrape type for SB68054: 0
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: NF38082
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: BE98345
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BE98345%27 HTTP/1.1" 200 None
2026-03-29 04:03:22 [auto1.it] INFO: Scrape type for BE98345: 2
2026-03-29 04:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a810e5d-7500-5ae4-a52f-1edebfb99bd3 with identifier: BE98345
2026-03-29 04:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a810e5d-7500-5ae4-a52f-1edebfb99bd3 with scrape type 2
2026-03-29 04:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a810e5d-7500-5ae4-a52f-1edebfb99bd3 with scrape type 2
2026-03-29 04:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1a810e5d-7500-5ae4-a52f-1edebfb99bd3, identifier: BE98345
2026-03-29 04:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1a810e5d-7500-5ae4-a52f-1edebfb99bd3 with identifier: BE98345
2026-03-29 04:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1a810e5d-7500-5ae4-a52f-1edebfb99bd3 with identifier: BE98345
2026-03-29 04:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1a810e5d-7500-5ae4-a52f-1edebfb99bd3 with identifier: BE98345 to the API
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 100,
'expiration_date': '2026-03-30T15:21:06Z',
'fuel_type': 'petrol',
'id': '1a810e5d-7500-5ae4-a52f-1edebfb99bd3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BE98345',
'listing': 'auction',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 57279,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-11-24',
'seller_name': None,
'title': 'Toyota Yaris 1.33 Dual VVT-i Confort',
'transmission': 'automatic',
'trim': 'Confort',
'year': 2009}
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BE98345%27 HTTP/1.1" 200 None
2026-03-29 04:03:22 [auto1.it] INFO: Saving data for BE98345: {'auction_closing_time': 1774884066.0, 'created_time': 1774645599.291039, 'last_price_update_time': 1774757002.544594}
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BE98345') HTTP/1.1" 204 0
2026-03-29 04:03:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: RA25408
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: YB60466
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YB60466%27 HTTP/1.1" 200 None
2026-03-29 04:03:22 [auto1.it] INFO: Scrape type for YB60466: 0
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: YB05417
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: AF81201
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AF81201%27 HTTP/1.1" 200 None
2026-03-29 04:03:22 [auto1.it] INFO: Scrape type for AF81201: 0
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: PT68883
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: YH73900
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: LH69939
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: XC56824
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XC56824%27 HTTP/1.1" 200 None
2026-03-29 04:03:22 [auto1.it] INFO: Scrape type for XC56824: 0
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: FA93618
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: LD48805
2026-03-29 04:03:22 [auto1.it] INFO: Found listing with ID: GR86359
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GR86359%27 HTTP/1.1" 200 None
2026-03-29 04:03:22 [auto1.it] INFO: Scrape type for GR86359: 2
2026-03-29 04:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b9aa534-d7df-54b4-b0b2-3fb080b92ed4 with identifier: GR86359
2026-03-29 04:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b9aa534-d7df-54b4-b0b2-3fb080b92ed4 with scrape type 2
2026-03-29 04:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b9aa534-d7df-54b4-b0b2-3fb080b92ed4 with scrape type 2
2026-03-29 04:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1b9aa534-d7df-54b4-b0b2-3fb080b92ed4, identifier: GR86359
2026-03-29 04:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1b9aa534-d7df-54b4-b0b2-3fb080b92ed4 with identifier: GR86359
2026-03-29 04:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1b9aa534-d7df-54b4-b0b2-3fb080b92ed4 with identifier: GR86359
2026-03-29 04:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1b9aa534-d7df-54b4-b0b2-3fb080b92ed4 with identifier: GR86359 to the API
2026-03-29 04:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'beige',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 152,
'expiration_date': '2026-03-30T15:54:04Z',
'fuel_type': 'diesel',
'id': '1b9aa534-d7df-54b4-b0b2-3fb080b92ed4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GR86359',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Freelander',
'odometer': 219621,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-06-19',
'seller_name': None,
'title': 'Land Rover Freelander 2.2 Td4 HSE',
'transmission': 'manual',
'trim': 'HSE',
'year': 2008}
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GR86359%27 HTTP/1.1" 200 None
2026-03-29 04:03:23 [auto1.it] INFO: Saving data for GR86359: {'auction_closing_time': 1774886044.0, 'created_time': 1773129789.077306, 'last_price_update_time': 1774757003.172536}
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GR86359') HTTP/1.1" 204 0
2026-03-29 04:03:23 [auto1.it] INFO: Found listing with ID: BR14904
2026-03-29 04:03:23 [auto1.it] INFO: Found listing with ID: HX42058
2026-03-29 04:03:23 [auto1.it] INFO: Found listing with ID: BN39787
2026-03-29 04:03:23 [auto1.it] INFO: Found listing with ID: LZ05951
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LZ05951%27 HTTP/1.1" 200 None
2026-03-29 04:03:23 [auto1.it] INFO: Scrape type for LZ05951: 2
2026-03-29 04:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc8dcf41-73bb-50d1-bbb1-70e783bb295b with identifier: LZ05951
2026-03-29 04:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc8dcf41-73bb-50d1-bbb1-70e783bb295b with scrape type 2
2026-03-29 04:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc8dcf41-73bb-50d1-bbb1-70e783bb295b with scrape type 2
2026-03-29 04:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bc8dcf41-73bb-50d1-bbb1-70e783bb295b, identifier: LZ05951
2026-03-29 04:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bc8dcf41-73bb-50d1-bbb1-70e783bb295b with identifier: LZ05951
2026-03-29 04:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bc8dcf41-73bb-50d1-bbb1-70e783bb295b with identifier: LZ05951
2026-03-29 04:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bc8dcf41-73bb-50d1-bbb1-70e783bb295b with identifier: LZ05951 to the API
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:30:30Z',
'fuel_type': 'diesel',
'id': 'bc8dcf41-73bb-50d1-bbb1-70e783bb295b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LZ05951',
'listing': 'auction',
'make': 'BMW',
'model': 'X1',
'odometer': 71735,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-20',
'seller_name': None,
'title': 'BMW X1 sDrive 18d Advantage',
'transmission': 'automatic',
'trim': 'Advantage',
'year': 2019}
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LZ05951%27 HTTP/1.1" 200 None
2026-03-29 04:03:23 [auto1.it] INFO: Saving data for LZ05951: {'auction_closing_time': 1774884630.0, 'created_time': 1773328065.984043, 'last_price_update_time': 1774757003.717223}
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LZ05951') HTTP/1.1" 204 0
2026-03-29 04:03:23 [auto1.it] INFO: Found listing with ID: HC78741
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HC78741%27 HTTP/1.1" 200 None
2026-03-29 04:03:23 [auto1.it] INFO: Scrape type for HC78741: 0
2026-03-29 04:03:23 [auto1.it] INFO: Found listing with ID: DU09881
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DU09881%27 HTTP/1.1" 200 None
2026-03-29 04:03:23 [auto1.it] INFO: Scrape type for DU09881: 2
2026-03-29 04:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83acac5e-b59c-5eb6-9fee-21b5918068ca with identifier: DU09881
2026-03-29 04:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83acac5e-b59c-5eb6-9fee-21b5918068ca with scrape type 2
2026-03-29 04:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83acac5e-b59c-5eb6-9fee-21b5918068ca with scrape type 2
2026-03-29 04:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 83acac5e-b59c-5eb6-9fee-21b5918068ca, identifier: DU09881
2026-03-29 04:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 83acac5e-b59c-5eb6-9fee-21b5918068ca with identifier: DU09881
2026-03-29 04:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 83acac5e-b59c-5eb6-9fee-21b5918068ca with identifier: DU09881
2026-03-29 04:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 83acac5e-b59c-5eb6-9fee-21b5918068ca with identifier: DU09881 to the API
2026-03-29 04:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 68,
'expiration_date': '2026-03-30T15:57:35Z',
'fuel_type': 'petrol',
'id': '83acac5e-b59c-5eb6-9fee-21b5918068ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DU09881',
'listing': 'auction',
'make': 'Peugeot',
'model': '208',
'odometer': 144527,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-29',
'seller_name': None,
'title': 'Peugeot 208 1.0 VTi Access',
'transmission': 'manual',
'trim': 'Access',
'year': 2015}
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DU09881%27 HTTP/1.1" 200 None
2026-03-29 04:03:24 [auto1.it] INFO: Saving data for DU09881: {'auction_closing_time': 1774886255.0, 'created_time': 1774645685.844225, 'last_price_update_time': 1774757004.145378}
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DU09881') HTTP/1.1" 204 0
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: FX50490
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FX50490%27 HTTP/1.1" 200 None
2026-03-29 04:03:24 [auto1.it] INFO: Scrape type for FX50490: 0
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: TA87203
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: EF98667
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EF98667%27 HTTP/1.1" 200 None
2026-03-29 04:03:24 [auto1.it] INFO: Scrape type for EF98667: 0
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: DW89993
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: SR46685
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SR46685%27 HTTP/1.1" 200 None
2026-03-29 04:03:24 [auto1.it] INFO: Scrape type for SR46685: 0
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: TB60435
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: GM11383
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GM11383%27 HTTP/1.1" 200 None
2026-03-29 04:03:24 [auto1.it] INFO: Scrape type for GM11383: 0
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: ZJ09783
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: KC12001
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KC12001%27 HTTP/1.1" 200 None
2026-03-29 04:03:24 [auto1.it] INFO: Scrape type for KC12001: 0
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: GG79286
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: NB15044
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NB15044%27 HTTP/1.1" 200 None
2026-03-29 04:03:24 [auto1.it] INFO: Scrape type for NB15044: 0
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: VG33831
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: SL84548
2026-03-29 04:03:24 [auto1.it] INFO: Found listing with ID: FP61129
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FP61129%27 HTTP/1.1" 200 None
2026-03-29 04:03:24 [auto1.it] INFO: Scrape type for FP61129: 0
2026-03-29 04:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:03:25 [auto1.it] INFO: Channel: 24h | Page: 32 | totalHits: 2226 | hits on page: 40
2026-03-29 04:03:25 [auto1.it] INFO: Found listing with ID: ZV75074
2026-03-29 04:03:25 [auto1.it] INFO: Found listing with ID: JZ46948
2026-03-29 04:03:25 [auto1.it] INFO: Found listing with ID: DZ84756
2026-03-29 04:03:25 [auto1.it] INFO: Found listing with ID: CF35894
2026-03-29 04:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CF35894%27 HTTP/1.1" 200 None
2026-03-29 04:03:25 [auto1.it] INFO: Scrape type for CF35894: 0
2026-03-29 04:03:25 [auto1.it] INFO: Found listing with ID: GU38190
2026-03-29 04:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GU38190%27 HTTP/1.1" 200 None
2026-03-29 04:03:25 [auto1.it] INFO: Scrape type for GU38190: 2
2026-03-29 04:03:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4d6a0fd-6aab-5c87-81a3-d8705ace02aa with identifier: GU38190
2026-03-29 04:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4d6a0fd-6aab-5c87-81a3-d8705ace02aa with scrape type 2
2026-03-29 04:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4d6a0fd-6aab-5c87-81a3-d8705ace02aa with scrape type 2
2026-03-29 04:03:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d4d6a0fd-6aab-5c87-81a3-d8705ace02aa, identifier: GU38190
2026-03-29 04:03:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d4d6a0fd-6aab-5c87-81a3-d8705ace02aa with identifier: GU38190
2026-03-29 04:03:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d4d6a0fd-6aab-5c87-81a3-d8705ace02aa with identifier: GU38190
2026-03-29 04:03:25 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d4d6a0fd-6aab-5c87-81a3-d8705ace02aa with identifier: GU38190 to the API
2026-03-29 04:03:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:10:24Z',
'fuel_type': 'petrol',
'id': 'd4d6a0fd-6aab-5c87-81a3-d8705ace02aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GU38190',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 70223,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-12-29',
'seller_name': None,
'title': 'Fiat Panda 1.2 Easy',
'transmission': 'manual',
'trim': 'Easy',
'year': 2014}
2026-03-29 04:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GU38190%27 HTTP/1.1" 200 None
2026-03-29 04:03:26 [auto1.it] INFO: Saving data for GU38190: {'auction_closing_time': 1774883424.0, 'created_time': 1774645386.354792, 'last_price_update_time': 1774757006.693185}
2026-03-29 04:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GU38190') HTTP/1.1" 204 0
2026-03-29 04:03:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:26 [auto1.it] INFO: Found listing with ID: DC62247
2026-03-29 04:03:26 [auto1.it] INFO: Found listing with ID: KD87590
2026-03-29 04:03:26 [auto1.it] INFO: Found listing with ID: VY00315
2026-03-29 04:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY00315%27 HTTP/1.1" 200 None
2026-03-29 04:03:26 [auto1.it] INFO: Scrape type for VY00315: 2
2026-03-29 04:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e8d9262-0624-5b35-9bd0-0f3465dbfc57 with identifier: VY00315
2026-03-29 04:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e8d9262-0624-5b35-9bd0-0f3465dbfc57 with scrape type 2
2026-03-29 04:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e8d9262-0624-5b35-9bd0-0f3465dbfc57 with scrape type 2
2026-03-29 04:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 7e8d9262-0624-5b35-9bd0-0f3465dbfc57, identifier: VY00315
2026-03-29 04:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 7e8d9262-0624-5b35-9bd0-0f3465dbfc57 with identifier: VY00315
2026-03-29 04:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 7e8d9262-0624-5b35-9bd0-0f3465dbfc57 with identifier: VY00315
2026-03-29 04:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 7e8d9262-0624-5b35-9bd0-0f3465dbfc57 with identifier: VY00315 to the API
2026-03-29 04:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:51:19Z',
'fuel_type': 'petrol',
'id': '7e8d9262-0624-5b35-9bd0-0f3465dbfc57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VY00315',
'listing': 'auction',
'make': 'Chevrolet',
'model': 'Aveo',
'odometer': 108792,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-08-31',
'seller_name': None,
'title': 'Chevrolet Aveo 1.2 LS',
'transmission': 'manual',
'trim': 'LS',
'year': 2011}
2026-03-29 04:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY00315%27 HTTP/1.1" 200 None
2026-03-29 04:03:27 [auto1.it] INFO: Saving data for VY00315: {'auction_closing_time': 1774885879.0, 'created_time': 1774559077.154231, 'last_price_update_time': 1774757007.747839}
2026-03-29 04:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VY00315') HTTP/1.1" 204 0
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: KA98059
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: JH32473
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: HW82018
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: VG76075
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: UB96617
2026-03-29 04:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UB96617%27 HTTP/1.1" 200 None
2026-03-29 04:03:27 [auto1.it] INFO: Scrape type for UB96617: 0
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: FL87170
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: HC78855
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: RF11851
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: VF62325
2026-03-29 04:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VF62325%27 HTTP/1.1" 200 None
2026-03-29 04:03:27 [auto1.it] INFO: Scrape type for VF62325: 0
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: NU40150
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: HA02667
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: ZF04289
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: KT00361
2026-03-29 04:03:27 [auto1.it] INFO: Found listing with ID: NC40954
2026-03-29 04:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC40954%27 HTTP/1.1" 200 None
2026-03-29 04:03:27 [auto1.it] INFO: Scrape type for NC40954: 2
2026-03-29 04:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83aa5120-ee65-5331-9e3c-7b1f08372446 with identifier: NC40954
2026-03-29 04:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83aa5120-ee65-5331-9e3c-7b1f08372446 with scrape type 2
2026-03-29 04:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83aa5120-ee65-5331-9e3c-7b1f08372446 with scrape type 2
2026-03-29 04:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 83aa5120-ee65-5331-9e3c-7b1f08372446, identifier: NC40954
2026-03-29 04:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 83aa5120-ee65-5331-9e3c-7b1f08372446 with identifier: NC40954
2026-03-29 04:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 83aa5120-ee65-5331-9e3c-7b1f08372446 with identifier: NC40954
2026-03-29 04:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 83aa5120-ee65-5331-9e3c-7b1f08372446 with identifier: NC40954 to the API
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'green',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 249,
'expiration_date': '2026-03-30T15:30:09Z',
'fuel_type': 'diesel',
'id': '83aa5120-ee65-5331-9e3c-7b1f08372446',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NC40954',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Defender',
'odometer': 166387,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-07',
'seller_name': None,
'title': 'Land Rover Defender D250 Mild-Hybrid 110 S',
'transmission': 'automatic',
'trim': '110 S',
'year': 2021}
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC40954%27 HTTP/1.1" 200 None
2026-03-29 04:03:28 [auto1.it] INFO: Saving data for NC40954: {'auction_closing_time': 1774884609.0, 'created_time': 1773139705.37998, 'last_price_update_time': 1774757008.269673}
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NC40954') HTTP/1.1" 204 0
2026-03-29 04:03:28 [auto1.it] INFO: Found listing with ID: UZ24263
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UZ24263%27 HTTP/1.1" 200 None
2026-03-29 04:03:28 [auto1.it] INFO: Scrape type for UZ24263: 0
2026-03-29 04:03:28 [auto1.it] INFO: Found listing with ID: WF98355
2026-03-29 04:03:28 [auto1.it] INFO: Found listing with ID: LY33062
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LY33062%27 HTTP/1.1" 200 None
2026-03-29 04:03:28 [auto1.it] INFO: Scrape type for LY33062: 0
2026-03-29 04:03:28 [auto1.it] INFO: Found listing with ID: RY75551
2026-03-29 04:03:28 [auto1.it] INFO: Found listing with ID: GT17174
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GT17174%27 HTTP/1.1" 200 None
2026-03-29 04:03:28 [auto1.it] INFO: Scrape type for GT17174: 0
2026-03-29 04:03:28 [auto1.it] INFO: Found listing with ID: RV11940
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RV11940%27 HTTP/1.1" 200 None
2026-03-29 04:03:28 [auto1.it] INFO: Scrape type for RV11940: 0
2026-03-29 04:03:28 [auto1.it] INFO: Found listing with ID: PW10693
2026-03-29 04:03:28 [auto1.it] INFO: Found listing with ID: RA84354
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RA84354%27 HTTP/1.1" 200 None
2026-03-29 04:03:28 [auto1.it] INFO: Scrape type for RA84354: 0
2026-03-29 04:03:28 [auto1.it] INFO: Found listing with ID: CC08861
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CC08861%27 HTTP/1.1" 200 None
2026-03-29 04:03:28 [auto1.it] INFO: Scrape type for CC08861: 2
2026-03-29 04:03:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce124878-1064-5af3-aa60-b32357b2dc08 with identifier: CC08861
2026-03-29 04:03:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce124878-1064-5af3-aa60-b32357b2dc08 with scrape type 2
2026-03-29 04:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce124878-1064-5af3-aa60-b32357b2dc08 with scrape type 2
2026-03-29 04:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ce124878-1064-5af3-aa60-b32357b2dc08, identifier: CC08861
2026-03-29 04:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ce124878-1064-5af3-aa60-b32357b2dc08 with identifier: CC08861
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=violet HTTP/1.1" 200 None
2026-03-29 04:03:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ce124878-1064-5af3-aa60-b32357b2dc08 with identifier: CC08861
2026-03-29 04:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ce124878-1064-5af3-aa60-b32357b2dc08 with identifier: CC08861 to the API
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'violet',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:32:23Z',
'fuel_type': 'petrol',
'id': 'ce124878-1064-5af3-aa60-b32357b2dc08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CC08861',
'listing': 'auction',
'make': 'Lancia',
'model': 'Ypsilon',
'odometer': 96853,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-31',
'seller_name': None,
'title': 'Lancia Ypsilon 1.2 Elefantino',
'transmission': 'manual',
'trim': 'Elefantino',
'year': 2014}
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CC08861%27 HTTP/1.1" 200 None
2026-03-29 04:03:29 [auto1.it] INFO: Saving data for CC08861: {'auction_closing_time': 1774884743.0, 'created_time': 1774584041.936088, 'last_price_update_time': 1774757009.049559}
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CC08861') HTTP/1.1" 204 0
2026-03-29 04:03:29 [auto1.it] INFO: Found listing with ID: SP14530
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SP14530%27 HTTP/1.1" 200 None
2026-03-29 04:03:29 [auto1.it] INFO: Scrape type for SP14530: 0
2026-03-29 04:03:29 [auto1.it] INFO: Found listing with ID: WH70643
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WH70643%27 HTTP/1.1" 200 None
2026-03-29 04:03:29 [auto1.it] INFO: Scrape type for WH70643: 0
2026-03-29 04:03:29 [auto1.it] INFO: Found listing with ID: TH32608
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TH32608%27 HTTP/1.1" 200 None
2026-03-29 04:03:29 [auto1.it] INFO: Scrape type for TH32608: 2
2026-03-29 04:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 488e6df5-58f5-5b89-a57d-833f8a86bff2 with identifier: TH32608
2026-03-29 04:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 488e6df5-58f5-5b89-a57d-833f8a86bff2 with scrape type 2
2026-03-29 04:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 488e6df5-58f5-5b89-a57d-833f8a86bff2 with scrape type 2
2026-03-29 04:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 488e6df5-58f5-5b89-a57d-833f8a86bff2, identifier: TH32608
2026-03-29 04:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 488e6df5-58f5-5b89-a57d-833f8a86bff2 with identifier: TH32608
2026-03-29 04:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 488e6df5-58f5-5b89-a57d-833f8a86bff2 with identifier: TH32608
2026-03-29 04:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 488e6df5-58f5-5b89-a57d-833f8a86bff2 with identifier: TH32608 to the API
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'orange',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:30:36Z',
'fuel_type': 'diesel',
'id': '488e6df5-58f5-5b89-a57d-833f8a86bff2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TH32608',
'listing': 'auction',
'make': 'BMW',
'model': 'X1',
'odometer': 178545,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-07-21',
'seller_name': None,
'title': 'BMW X1 sDrive 16d',
'transmission': 'automatic',
'trim': '',
'year': 2013}
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TH32608%27 HTTP/1.1" 200 None
2026-03-29 04:03:29 [auto1.it] INFO: Saving data for TH32608: {'auction_closing_time': 1774884636.0, 'created_time': 1774558855.041096, 'last_price_update_time': 1774757009.561738}
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TH32608') HTTP/1.1" 204 0
2026-03-29 04:03:29 [auto1.it] INFO: Found listing with ID: ZJ87985
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZJ87985%27 HTTP/1.1" 200 None
2026-03-29 04:03:29 [auto1.it] INFO: Scrape type for ZJ87985: 2
2026-03-29 04:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7691557d-5545-5b54-9600-42d92b81ad93 with identifier: ZJ87985
2026-03-29 04:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7691557d-5545-5b54-9600-42d92b81ad93 with scrape type 2
2026-03-29 04:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7691557d-5545-5b54-9600-42d92b81ad93 with scrape type 2
2026-03-29 04:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 7691557d-5545-5b54-9600-42d92b81ad93, identifier: ZJ87985
2026-03-29 04:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 7691557d-5545-5b54-9600-42d92b81ad93 with identifier: ZJ87985
2026-03-29 04:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 7691557d-5545-5b54-9600-42d92b81ad93 with identifier: ZJ87985
2026-03-29 04:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 7691557d-5545-5b54-9600-42d92b81ad93 with identifier: ZJ87985 to the API
2026-03-29 04:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:44:48Z',
'fuel_type': 'petrol',
'id': '7691557d-5545-5b54-9600-42d92b81ad93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZJ87985',
'listing': 'auction',
'make': 'Fiat',
'model': '500X',
'odometer': 38859,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-26',
'seller_name': None,
'title': 'Fiat 500X 1.0 Turbo Sport',
'transmission': 'manual',
'trim': 'Sport',
'year': 2021}
2026-03-29 04:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZJ87985%27 HTTP/1.1" 200 None
2026-03-29 04:03:30 [auto1.it] INFO: Saving data for ZJ87985: {'auction_closing_time': 1774885488.0, 'created_time': 1774342865.263392, 'last_price_update_time': 1774757010.141507}
2026-03-29 04:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZJ87985') HTTP/1.1" 204 0
2026-03-29 04:03:30 [auto1.it] INFO: Found listing with ID: RF43689
2026-03-29 04:03:30 [auto1.it] INFO: Found listing with ID: BV06574
2026-03-29 04:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BV06574%27 HTTP/1.1" 200 None
2026-03-29 04:03:30 [auto1.it] INFO: Scrape type for BV06574: 0
2026-03-29 04:03:30 [auto1.it] INFO: Found listing with ID: US24028
2026-03-29 04:03:30 [auto1.it] INFO: Found listing with ID: AS07739
2026-03-29 04:03:30 [auto1.it] INFO: Found listing with ID: DW68997
2026-03-29 04:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DW68997%27 HTTP/1.1" 200 None
2026-03-29 04:03:30 [auto1.it] INFO: Scrape type for DW68997: 0
2026-03-29 04:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:03:36 [auto1.it] INFO: Channel: 24h | Page: 33 | totalHits: 2226 | hits on page: 40
2026-03-29 04:03:36 [auto1.it] INFO: Found listing with ID: DC13549
2026-03-29 04:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DC13549%27 HTTP/1.1" 200 None
2026-03-29 04:03:36 [auto1.it] INFO: Scrape type for DC13549: 2
2026-03-29 04:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11661f40-9607-5fe8-a19d-6cf85ad53920 with identifier: DC13549
2026-03-29 04:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11661f40-9607-5fe8-a19d-6cf85ad53920 with scrape type 2
2026-03-29 04:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11661f40-9607-5fe8-a19d-6cf85ad53920 with scrape type 2
2026-03-29 04:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 11661f40-9607-5fe8-a19d-6cf85ad53920, identifier: DC13549
2026-03-29 04:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 11661f40-9607-5fe8-a19d-6cf85ad53920 with identifier: DC13549
2026-03-29 04:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 11661f40-9607-5fe8-a19d-6cf85ad53920 with identifier: DC13549
2026-03-29 04:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 11661f40-9607-5fe8-a19d-6cf85ad53920 with identifier: DC13549 to the API
2026-03-29 04:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:40:25Z',
'fuel_type': 'diesel',
'id': '11661f40-9607-5fe8-a19d-6cf85ad53920',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DC13549',
'listing': 'auction',
'make': 'Audi',
'model': 'A4 Allroad',
'odometer': 131259,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-10',
'seller_name': None,
'title': 'Audi A4 Allroad 2.0 TDI quattro',
'transmission': 'automatic',
'trim': 'quattro',
'year': 2016}
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DC13549%27 HTTP/1.1" 200 None
2026-03-29 04:03:37 [auto1.it] INFO: Saving data for DC13549: {'auction_closing_time': 1774885225.0, 'created_time': 1774645615.756558, 'last_price_update_time': 1774757017.062993}
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DC13549') HTTP/1.1" 204 0
2026-03-29 04:03:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:37 [auto1.it] INFO: Found listing with ID: VB18666
2026-03-29 04:03:37 [auto1.it] INFO: Found listing with ID: ND31908
2026-03-29 04:03:37 [auto1.it] INFO: Found listing with ID: YT14284
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YT14284%27 HTTP/1.1" 200 None
2026-03-29 04:03:37 [auto1.it] INFO: Scrape type for YT14284: 2
2026-03-29 04:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b649c2f-8398-5fdc-9091-789e3e85f13b with identifier: YT14284
2026-03-29 04:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b649c2f-8398-5fdc-9091-789e3e85f13b with scrape type 2
2026-03-29 04:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b649c2f-8398-5fdc-9091-789e3e85f13b with scrape type 2
2026-03-29 04:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2b649c2f-8398-5fdc-9091-789e3e85f13b, identifier: YT14284
2026-03-29 04:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2b649c2f-8398-5fdc-9091-789e3e85f13b with identifier: YT14284
2026-03-29 04:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2b649c2f-8398-5fdc-9091-789e3e85f13b with identifier: YT14284
2026-03-29 04:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2b649c2f-8398-5fdc-9091-789e3e85f13b with identifier: YT14284 to the API
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:31:53Z',
'fuel_type': 'petrol',
'id': '2b649c2f-8398-5fdc-9091-789e3e85f13b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YT14284',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 184194,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-26',
'seller_name': None,
'title': 'Fiat 500 1.2 Lounge',
'transmission': 'manual',
'trim': 'Lounge',
'year': 2019}
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YT14284%27 HTTP/1.1" 200 None
2026-03-29 04:03:37 [auto1.it] INFO: Saving data for YT14284: {'auction_closing_time': 1774884713.0, 'created_time': 1774267392.673427, 'last_price_update_time': 1774757017.94785}
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YT14284') HTTP/1.1" 204 0
2026-03-29 04:03:37 [auto1.it] INFO: Found listing with ID: XJ18858
2026-03-29 04:03:37 [auto1.it] INFO: Found listing with ID: RS54948
2026-03-29 04:03:37 [auto1.it] INFO: Found listing with ID: NP40750
2026-03-29 04:03:37 [auto1.it] INFO: Found listing with ID: MY00561
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MY00561%27 HTTP/1.1" 200 None
2026-03-29 04:03:37 [auto1.it] INFO: Scrape type for MY00561: 0
2026-03-29 04:03:37 [auto1.it] INFO: Found listing with ID: ZK89803
2026-03-29 04:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZK89803%27 HTTP/1.1" 200 None
2026-03-29 04:03:38 [auto1.it] INFO: Scrape type for ZK89803: 2
2026-03-29 04:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ecefbef-ddf0-5029-80e4-0fdecd33e32a with identifier: ZK89803
2026-03-29 04:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ecefbef-ddf0-5029-80e4-0fdecd33e32a with scrape type 2
2026-03-29 04:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ecefbef-ddf0-5029-80e4-0fdecd33e32a with scrape type 2
2026-03-29 04:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3ecefbef-ddf0-5029-80e4-0fdecd33e32a, identifier: ZK89803
2026-03-29 04:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3ecefbef-ddf0-5029-80e4-0fdecd33e32a with identifier: ZK89803
2026-03-29 04:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3ecefbef-ddf0-5029-80e4-0fdecd33e32a with identifier: ZK89803
2026-03-29 04:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3ecefbef-ddf0-5029-80e4-0fdecd33e32a with identifier: ZK89803 to the API
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 160,
'expiration_date': '2026-03-30T15:42:53Z',
'fuel_type': 'petrol',
'id': '3ecefbef-ddf0-5029-80e4-0fdecd33e32a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZK89803',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Scirocco',
'odometer': 242651,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-06-10',
'seller_name': None,
'title': 'Volkswagen Scirocco 1.4 TSI',
'transmission': 'manual',
'trim': '',
'year': 2009}
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZK89803%27 HTTP/1.1" 200 None
2026-03-29 04:03:38 [auto1.it] INFO: Saving data for ZK89803: {'auction_closing_time': 1774885373.0, 'created_time': 1774559031.952761, 'last_price_update_time': 1774757018.427972}
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZK89803') HTTP/1.1" 204 0
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: UP03227
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UP03227%27 HTTP/1.1" 200 None
2026-03-29 04:03:38 [auto1.it] INFO: Scrape type for UP03227: 0
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: VD09142
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VD09142%27 HTTP/1.1" 200 None
2026-03-29 04:03:38 [auto1.it] INFO: Scrape type for VD09142: 0
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: XJ13084
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: VT42722
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: VP48054
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: DS02463
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: FU99331
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: WL66559
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: JW95602
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JW95602%27 HTTP/1.1" 200 None
2026-03-29 04:03:38 [auto1.it] INFO: Scrape type for JW95602: 0
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: ZE21394
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: JF95895
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: KM59258
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: DT24064
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: ZU06634
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZU06634%27 HTTP/1.1" 200 None
2026-03-29 04:03:38 [auto1.it] INFO: Scrape type for ZU06634: 0
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: CY97706
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CY97706%27 HTTP/1.1" 200 None
2026-03-29 04:03:38 [auto1.it] INFO: Scrape type for CY97706: 0
2026-03-29 04:03:38 [auto1.it] INFO: Found listing with ID: RM50913
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RM50913%27 HTTP/1.1" 200 None
2026-03-29 04:03:38 [auto1.it] INFO: Scrape type for RM50913: 2
2026-03-29 04:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf9f91c1-acb4-5d19-a1ad-dc3b10fd6108 with identifier: RM50913
2026-03-29 04:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf9f91c1-acb4-5d19-a1ad-dc3b10fd6108 with scrape type 2
2026-03-29 04:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf9f91c1-acb4-5d19-a1ad-dc3b10fd6108 with scrape type 2
2026-03-29 04:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bf9f91c1-acb4-5d19-a1ad-dc3b10fd6108, identifier: RM50913
2026-03-29 04:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bf9f91c1-acb4-5d19-a1ad-dc3b10fd6108 with identifier: RM50913
2026-03-29 04:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bf9f91c1-acb4-5d19-a1ad-dc3b10fd6108 with identifier: RM50913
2026-03-29 04:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bf9f91c1-acb4-5d19-a1ad-dc3b10fd6108 with identifier: RM50913 to the API
2026-03-29 04:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 177,
'expiration_date': '2026-03-30T15:25:28Z',
'fuel_type': 'diesel',
'id': 'bf9f91c1-acb4-5d19-a1ad-dc3b10fd6108',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RM50913',
'listing': 'auction',
'make': 'BMW',
'model': '3er',
'odometer': 114278,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-04-21',
'seller_name': None,
'title': 'BMW 3er 320d',
'transmission': 'manual',
'trim': '',
'year': 2009}
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RM50913%27 HTTP/1.1" 200 None
2026-03-29 04:03:39 [auto1.it] INFO: Saving data for RM50913: {'auction_closing_time': 1774884328.0, 'created_time': 1772308870.833215, 'last_price_update_time': 1774757019.155767}
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RM50913') HTTP/1.1" 204 0
2026-03-29 04:03:39 [auto1.it] INFO: Found listing with ID: TY61219
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TY61219%27 HTTP/1.1" 200 None
2026-03-29 04:03:39 [auto1.it] INFO: Scrape type for TY61219: 2
2026-03-29 04:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa567efe-2cc7-5cc7-b9db-262ec7d4caaa with identifier: TY61219
2026-03-29 04:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa567efe-2cc7-5cc7-b9db-262ec7d4caaa with scrape type 2
2026-03-29 04:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa567efe-2cc7-5cc7-b9db-262ec7d4caaa with scrape type 2
2026-03-29 04:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: fa567efe-2cc7-5cc7-b9db-262ec7d4caaa, identifier: TY61219
2026-03-29 04:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: fa567efe-2cc7-5cc7-b9db-262ec7d4caaa with identifier: TY61219
2026-03-29 04:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: fa567efe-2cc7-5cc7-b9db-262ec7d4caaa with identifier: TY61219
2026-03-29 04:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: fa567efe-2cc7-5cc7-b9db-262ec7d4caaa with identifier: TY61219 to the API
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:14:16Z',
'fuel_type': 'diesel',
'id': 'fa567efe-2cc7-5cc7-b9db-262ec7d4caaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TY61219',
'listing': 'auction',
'make': 'Kia',
'model': 'Sportage',
'odometer': 147122,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-02-14',
'seller_name': None,
'title': 'Kia Sportage 1.7 CRDi Class 2WD',
'transmission': 'manual',
'trim': 'Class 2WD',
'year': 2013}
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TY61219%27 HTTP/1.1" 200 None
2026-03-29 04:03:39 [auto1.it] INFO: Saving data for TY61219: {'auction_closing_time': 1774883656.0, 'created_time': 1774645674.981026, 'last_price_update_time': 1774757019.672427}
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TY61219') HTTP/1.1" 204 0
2026-03-29 04:03:39 [auto1.it] INFO: Found listing with ID: VV63992
2026-03-29 04:03:39 [auto1.it] INFO: Found listing with ID: DD55036
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DD55036%27 HTTP/1.1" 200 None
2026-03-29 04:03:39 [auto1.it] INFO: Scrape type for DD55036: 2
2026-03-29 04:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b5ea524-2203-5a60-93e2-bd4e7534c3a0 with identifier: DD55036
2026-03-29 04:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b5ea524-2203-5a60-93e2-bd4e7534c3a0 with scrape type 2
2026-03-29 04:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b5ea524-2203-5a60-93e2-bd4e7534c3a0 with scrape type 2
2026-03-29 04:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6b5ea524-2203-5a60-93e2-bd4e7534c3a0, identifier: DD55036
2026-03-29 04:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6b5ea524-2203-5a60-93e2-bd4e7534c3a0 with identifier: DD55036
2026-03-29 04:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6b5ea524-2203-5a60-93e2-bd4e7534c3a0 with identifier: DD55036
2026-03-29 04:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6b5ea524-2203-5a60-93e2-bd4e7534c3a0 with identifier: DD55036 to the API
2026-03-29 04:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 68,
'expiration_date': '2026-03-30T15:20:42Z',
'fuel_type': 'petrol',
'id': '6b5ea524-2203-5a60-93e2-bd4e7534c3a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DD55036',
'listing': 'auction',
'make': 'Peugeot',
'model': '107',
'odometer': 204468,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-05-28',
'seller_name': None,
'title': 'Peugeot 107 1.0 Urban Move',
'transmission': 'manual',
'trim': 'Urban Move',
'year': 2009}
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DD55036%27 HTTP/1.1" 200 None
2026-03-29 04:03:40 [auto1.it] INFO: Saving data for DD55036: {'auction_closing_time': 1774884042.0, 'created_time': 1773759739.005607, 'last_price_update_time': 1774757020.16295}
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DD55036') HTTP/1.1" 204 0
2026-03-29 04:03:40 [auto1.it] INFO: Found listing with ID: JN19530
2026-03-29 04:03:40 [auto1.it] INFO: Found listing with ID: PM10461
2026-03-29 04:03:40 [auto1.it] INFO: Found listing with ID: FS34329
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FS34329%27 HTTP/1.1" 200 None
2026-03-29 04:03:40 [auto1.it] INFO: Scrape type for FS34329: 0
2026-03-29 04:03:40 [auto1.it] INFO: Found listing with ID: PV13410
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PV13410%27 HTTP/1.1" 200 None
2026-03-29 04:03:40 [auto1.it] INFO: Scrape type for PV13410: 0
2026-03-29 04:03:40 [auto1.it] INFO: Found listing with ID: AV12122
2026-03-29 04:03:40 [auto1.it] INFO: Found listing with ID: ZZ56254
2026-03-29 04:03:40 [auto1.it] INFO: Found listing with ID: UN43339
2026-03-29 04:03:40 [auto1.it] INFO: Found listing with ID: PV39557
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PV39557%27 HTTP/1.1" 200 None
2026-03-29 04:03:40 [auto1.it] INFO: Scrape type for PV39557: 2
2026-03-29 04:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc02e662-5873-5699-9807-4fce97929c5b with identifier: PV39557
2026-03-29 04:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc02e662-5873-5699-9807-4fce97929c5b with scrape type 2
2026-03-29 04:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc02e662-5873-5699-9807-4fce97929c5b with scrape type 2
2026-03-29 04:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: dc02e662-5873-5699-9807-4fce97929c5b, identifier: PV39557
2026-03-29 04:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: dc02e662-5873-5699-9807-4fce97929c5b with identifier: PV39557
2026-03-29 04:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: dc02e662-5873-5699-9807-4fce97929c5b with identifier: PV39557
2026-03-29 04:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: dc02e662-5873-5699-9807-4fce97929c5b with identifier: PV39557 to the API
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 126,
'expiration_date': '2026-03-30T15:23:04Z',
'fuel_type': 'petrol',
'id': 'dc02e662-5873-5699-9807-4fce97929c5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PV39557',
'listing': 'auction',
'make': 'EVO',
'model': '5',
'odometer': 17553,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-26',
'seller_name': None,
'title': 'EVO 5 1.6',
'transmission': 'manual',
'trim': '',
'year': 2024}
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PV39557%27 HTTP/1.1" 200 None
2026-03-29 04:03:40 [auto1.it] INFO: Saving data for PV39557: {'auction_closing_time': 1774884184.0, 'created_time': 1774267417.00299, 'last_price_update_time': 1774757020.656823}
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PV39557') HTTP/1.1" 204 0
2026-03-29 04:03:40 [auto1.it] INFO: Found listing with ID: ZE71737
2026-03-29 04:03:40 [auto1.it] INFO: Found listing with ID: FP75199
2026-03-29 04:03:40 [auto1.it] INFO: Found listing with ID: GJ95983
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GJ95983%27 HTTP/1.1" 200 None
2026-03-29 04:03:40 [auto1.it] INFO: Scrape type for GJ95983: 0
2026-03-29 04:03:40 [auto1.it] INFO: Found listing with ID: HH07211
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HH07211%27 HTTP/1.1" 200 None
2026-03-29 04:03:40 [auto1.it] INFO: Scrape type for HH07211: 2
2026-03-29 04:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fc2a24c-2c30-5ab7-9725-bad43f159140 with identifier: HH07211
2026-03-29 04:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fc2a24c-2c30-5ab7-9725-bad43f159140 with scrape type 2
2026-03-29 04:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fc2a24c-2c30-5ab7-9725-bad43f159140 with scrape type 2
2026-03-29 04:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0fc2a24c-2c30-5ab7-9725-bad43f159140, identifier: HH07211
2026-03-29 04:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0fc2a24c-2c30-5ab7-9725-bad43f159140 with identifier: HH07211
2026-03-29 04:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0fc2a24c-2c30-5ab7-9725-bad43f159140 with identifier: HH07211
2026-03-29 04:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0fc2a24c-2c30-5ab7-9725-bad43f159140 with identifier: HH07211 to the API
2026-03-29 04:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:11:24Z',
'fuel_type': 'diesel',
'id': '0fc2a24c-2c30-5ab7-9725-bad43f159140',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/HH07211',
'listing': 'auction',
'make': 'BMW',
'model': '1er',
'odometer': 206695,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-29',
'seller_name': None,
'title': 'BMW 1er 118d M Sport',
'transmission': 'automatic',
'trim': 'M Sport',
'year': 2017}
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HH07211%27 HTTP/1.1" 200 None
2026-03-29 04:03:41 [auto1.it] INFO: Saving data for HH07211: {'auction_closing_time': 1774883484.0, 'created_time': 1774559058.535771, 'last_price_update_time': 1774757021.250392}
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HH07211') HTTP/1.1" 204 0
2026-03-29 04:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:03:41 [auto1.it] INFO: Channel: 24h | Page: 34 | totalHits: 2226 | hits on page: 40
2026-03-29 04:03:41 [auto1.it] INFO: Found listing with ID: FY46493
2026-03-29 04:03:41 [auto1.it] INFO: Found listing with ID: LG18660
2026-03-29 04:03:41 [auto1.it] INFO: Found listing with ID: AF82865
2026-03-29 04:03:41 [auto1.it] INFO: Found listing with ID: NZ40909
2026-03-29 04:03:41 [auto1.it] INFO: Found listing with ID: SE98453
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SE98453%27 HTTP/1.1" 200 None
2026-03-29 04:03:41 [auto1.it] INFO: Scrape type for SE98453: 0
2026-03-29 04:03:41 [auto1.it] INFO: Found listing with ID: TJ64738
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TJ64738%27 HTTP/1.1" 200 None
2026-03-29 04:03:41 [auto1.it] INFO: Scrape type for TJ64738: 0
2026-03-29 04:03:41 [auto1.it] INFO: Found listing with ID: UB44414
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UB44414%27 HTTP/1.1" 200 None
2026-03-29 04:03:41 [auto1.it] INFO: Scrape type for UB44414: 2
2026-03-29 04:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59c451b5-1c76-546c-a35d-be3a779c15f3 with identifier: UB44414
2026-03-29 04:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59c451b5-1c76-546c-a35d-be3a779c15f3 with scrape type 2
2026-03-29 04:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59c451b5-1c76-546c-a35d-be3a779c15f3 with scrape type 2
2026-03-29 04:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 59c451b5-1c76-546c-a35d-be3a779c15f3, identifier: UB44414
2026-03-29 04:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 59c451b5-1c76-546c-a35d-be3a779c15f3 with identifier: UB44414
2026-03-29 04:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 59c451b5-1c76-546c-a35d-be3a779c15f3 with identifier: UB44414
2026-03-29 04:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 59c451b5-1c76-546c-a35d-be3a779c15f3 with identifier: UB44414 to the API
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:50:16Z',
'fuel_type': 'petrol',
'id': '59c451b5-1c76-546c-a35d-be3a779c15f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UB44414',
'listing': 'auction',
'make': 'Renault',
'model': 'Clio',
'odometer': 271641,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-04-11',
'seller_name': None,
'title': 'Renault Clio 1.2 Dynamique Ecobusiness',
'transmission': 'manual',
'trim': 'Dynamique Ecobusiness',
'year': 2011}
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UB44414%27 HTTP/1.1" 200 None
2026-03-29 04:03:41 [auto1.it] INFO: Saving data for UB44414: {'auction_closing_time': 1774885816.0, 'created_time': 1774559025.26448, 'last_price_update_time': 1774757021.86026}
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UB44414') HTTP/1.1" 204 0
2026-03-29 04:03:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:41 [auto1.it] INFO: Found listing with ID: EU82988
2026-03-29 04:03:41 [auto1.it] INFO: Found listing with ID: SM22245
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SM22245%27 HTTP/1.1" 200 None
2026-03-29 04:03:41 [auto1.it] INFO: Scrape type for SM22245: 0
2026-03-29 04:03:41 [auto1.it] INFO: Found listing with ID: DL42775
2026-03-29 04:03:41 [auto1.it] INFO: Found listing with ID: LD41720
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LD41720%27 HTTP/1.1" 200 None
2026-03-29 04:03:42 [auto1.it] INFO: Scrape type for LD41720: 0
2026-03-29 04:03:42 [auto1.it] INFO: Found listing with ID: DP88225
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DP88225%27 HTTP/1.1" 200 None
2026-03-29 04:03:42 [auto1.it] INFO: Scrape type for DP88225: 2
2026-03-29 04:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e74d4799-865d-5300-b4a5-e13001587d90 with identifier: DP88225
2026-03-29 04:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e74d4799-865d-5300-b4a5-e13001587d90 with scrape type 2
2026-03-29 04:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e74d4799-865d-5300-b4a5-e13001587d90 with scrape type 2
2026-03-29 04:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e74d4799-865d-5300-b4a5-e13001587d90, identifier: DP88225
2026-03-29 04:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e74d4799-865d-5300-b4a5-e13001587d90 with identifier: DP88225
2026-03-29 04:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e74d4799-865d-5300-b4a5-e13001587d90 with identifier: DP88225
2026-03-29 04:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e74d4799-865d-5300-b4a5-e13001587d90 with identifier: DP88225 to the API
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:08:18Z',
'fuel_type': 'petrol',
'id': 'e74d4799-865d-5300-b4a5-e13001587d90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DP88225',
'listing': 'auction',
'make': 'Alfa Romeo',
'model': 'MiTo',
'odometer': 142262,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-29',
'seller_name': None,
'title': 'Alfa Romeo MiTo 1.4 Turbo Progression',
'transmission': 'manual',
'trim': 'Progression',
'year': 2015}
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DP88225%27 HTTP/1.1" 200 None
2026-03-29 04:03:42 [auto1.it] INFO: Saving data for DP88225: {'auction_closing_time': 1774883298.0, 'created_time': 1773137887.819754, 'last_price_update_time': 1774757022.442846}
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DP88225') HTTP/1.1" 204 0
2026-03-29 04:03:42 [auto1.it] INFO: Found listing with ID: GV75261
2026-03-29 04:03:42 [auto1.it] INFO: Found listing with ID: JJ49663
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JJ49663%27 HTTP/1.1" 200 None
2026-03-29 04:03:42 [auto1.it] INFO: Scrape type for JJ49663: 2
2026-03-29 04:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9267b30b-f70c-5f65-95e0-a640f15453a1 with identifier: JJ49663
2026-03-29 04:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9267b30b-f70c-5f65-95e0-a640f15453a1 with scrape type 2
2026-03-29 04:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9267b30b-f70c-5f65-95e0-a640f15453a1 with scrape type 2
2026-03-29 04:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9267b30b-f70c-5f65-95e0-a640f15453a1, identifier: JJ49663
2026-03-29 04:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9267b30b-f70c-5f65-95e0-a640f15453a1 with identifier: JJ49663
2026-03-29 04:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9267b30b-f70c-5f65-95e0-a640f15453a1 with identifier: JJ49663
2026-03-29 04:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9267b30b-f70c-5f65-95e0-a640f15453a1 with identifier: JJ49663 to the API
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 135,
'expiration_date': '2026-03-30T15:29:09Z',
'fuel_type': 'diesel',
'id': '9267b30b-f70c-5f65-95e0-a640f15453a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JJ49663',
'listing': 'auction',
'make': 'Alfa Romeo',
'model': 'Alfa 159',
'odometer': 386196,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-14',
'seller_name': None,
'title': 'Alfa Romeo Alfa 159 2.0 JTDM',
'transmission': 'manual',
'trim': '',
'year': 2012}
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JJ49663%27 HTTP/1.1" 200 None
2026-03-29 04:03:42 [auto1.it] INFO: Saving data for JJ49663: {'auction_closing_time': 1774884549.0, 'created_time': 1774645386.824975, 'last_price_update_time': 1774757022.866929}
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JJ49663') HTTP/1.1" 204 0
2026-03-29 04:03:42 [auto1.it] INFO: Found listing with ID: TA75240
2026-03-29 04:03:42 [auto1.it] INFO: Found listing with ID: LZ50355
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LZ50355%27 HTTP/1.1" 200 None
2026-03-29 04:03:42 [auto1.it] INFO: Scrape type for LZ50355: 0
2026-03-29 04:03:42 [auto1.it] INFO: Found listing with ID: DB04877
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DB04877%27 HTTP/1.1" 200 None
2026-03-29 04:03:42 [auto1.it] INFO: Scrape type for DB04877: 2
2026-03-29 04:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a48fb272-2298-5d2f-9069-8d3c97f48f61 with identifier: DB04877
2026-03-29 04:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a48fb272-2298-5d2f-9069-8d3c97f48f61 with scrape type 2
2026-03-29 04:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a48fb272-2298-5d2f-9069-8d3c97f48f61 with scrape type 2
2026-03-29 04:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a48fb272-2298-5d2f-9069-8d3c97f48f61, identifier: DB04877
2026-03-29 04:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a48fb272-2298-5d2f-9069-8d3c97f48f61 with identifier: DB04877
2026-03-29 04:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a48fb272-2298-5d2f-9069-8d3c97f48f61 with identifier: DB04877
2026-03-29 04:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a48fb272-2298-5d2f-9069-8d3c97f48f61 with identifier: DB04877 to the API
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:46:05Z',
'fuel_type': 'diesel',
'id': 'a48fb272-2298-5d2f-9069-8d3c97f48f61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DB04877',
'listing': 'auction',
'make': 'Nissan',
'model': 'Juke',
'odometer': 240835,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-29',
'seller_name': None,
'title': 'Nissan Juke 1.5 Turbodiesel Acenta',
'transmission': 'manual',
'trim': 'Acenta',
'year': 2017}
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DB04877%27 HTTP/1.1" 200 None
2026-03-29 04:03:43 [auto1.it] INFO: Saving data for DB04877: {'auction_closing_time': 1774885565.0, 'created_time': 1774645575.570529, 'last_price_update_time': 1774757023.320971}
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DB04877') HTTP/1.1" 204 0
2026-03-29 04:03:43 [auto1.it] INFO: Found listing with ID: XV39349
2026-03-29 04:03:43 [auto1.it] INFO: Found listing with ID: CN31542
2026-03-29 04:03:43 [auto1.it] INFO: Found listing with ID: UA89499
2026-03-29 04:03:43 [auto1.it] INFO: Found listing with ID: BV97691
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BV97691%27 HTTP/1.1" 200 None
2026-03-29 04:03:43 [auto1.it] INFO: Scrape type for BV97691: 2
2026-03-29 04:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fd1c825-6cfb-5036-9ad2-bf414ad1bfef with identifier: BV97691
2026-03-29 04:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fd1c825-6cfb-5036-9ad2-bf414ad1bfef with scrape type 2
2026-03-29 04:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fd1c825-6cfb-5036-9ad2-bf414ad1bfef with scrape type 2
2026-03-29 04:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 7fd1c825-6cfb-5036-9ad2-bf414ad1bfef, identifier: BV97691
2026-03-29 04:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 7fd1c825-6cfb-5036-9ad2-bf414ad1bfef with identifier: BV97691
2026-03-29 04:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 7fd1c825-6cfb-5036-9ad2-bf414ad1bfef with identifier: BV97691
2026-03-29 04:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 7fd1c825-6cfb-5036-9ad2-bf414ad1bfef with identifier: BV97691 to the API
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:17:07Z',
'fuel_type': 'diesel',
'id': '7fd1c825-6cfb-5036-9ad2-bf414ad1bfef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BV97691',
'listing': 'auction',
'make': 'Dacia',
'model': 'Duster',
'odometer': 242081,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-21',
'seller_name': None,
'title': 'Dacia Duster 1.5 dCi Laureate 4x2',
'transmission': 'manual',
'trim': 'Laureate 4x2',
'year': 2016}
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BV97691%27 HTTP/1.1" 200 None
2026-03-29 04:03:43 [auto1.it] INFO: Saving data for BV97691: {'auction_closing_time': 1774883827.0, 'created_time': 1774559035.165036, 'last_price_update_time': 1774757023.731761}
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BV97691') HTTP/1.1" 204 0
2026-03-29 04:03:43 [auto1.it] INFO: Found listing with ID: LV04843
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LV04843%27 HTTP/1.1" 200 None
2026-03-29 04:03:43 [auto1.it] INFO: Scrape type for LV04843: 0
2026-03-29 04:03:43 [auto1.it] INFO: Found listing with ID: HZ93936
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HZ93936%27 HTTP/1.1" 200 None
2026-03-29 04:03:43 [auto1.it] INFO: Scrape type for HZ93936: 0
2026-03-29 04:03:43 [auto1.it] INFO: Found listing with ID: WA74830
2026-03-29 04:03:43 [auto1.it] INFO: Found listing with ID: FS29770
2026-03-29 04:03:43 [auto1.it] INFO: Found listing with ID: BY06123
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BY06123%27 HTTP/1.1" 200 None
2026-03-29 04:03:43 [auto1.it] INFO: Scrape type for BY06123: 0
2026-03-29 04:03:43 [auto1.it] INFO: Found listing with ID: KD78044
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KD78044%27 HTTP/1.1" 200 None
2026-03-29 04:03:43 [auto1.it] INFO: Scrape type for KD78044: 0
2026-03-29 04:03:43 [auto1.it] INFO: Found listing with ID: TD31675
2026-03-29 04:03:43 [auto1.it] INFO: Found listing with ID: LG36476
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LG36476%27 HTTP/1.1" 200 None
2026-03-29 04:03:43 [auto1.it] INFO: Scrape type for LG36476: 2
2026-03-29 04:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c307dc86-ff42-5d8b-b27a-17d7f8885e02 with identifier: LG36476
2026-03-29 04:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c307dc86-ff42-5d8b-b27a-17d7f8885e02 with scrape type 2
2026-03-29 04:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c307dc86-ff42-5d8b-b27a-17d7f8885e02 with scrape type 2
2026-03-29 04:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c307dc86-ff42-5d8b-b27a-17d7f8885e02, identifier: LG36476
2026-03-29 04:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c307dc86-ff42-5d8b-b27a-17d7f8885e02 with identifier: LG36476
2026-03-29 04:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c307dc86-ff42-5d8b-b27a-17d7f8885e02 with identifier: LG36476
2026-03-29 04:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c307dc86-ff42-5d8b-b27a-17d7f8885e02 with identifier: LG36476 to the API
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 170,
'expiration_date': '2026-03-30T15:29:23Z',
'fuel_type': 'diesel',
'id': 'c307dc86-ff42-5d8b-b27a-17d7f8885e02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LG36476',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'GLK-Klasse',
'odometer': 188902,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-23',
'seller_name': None,
'title': 'Mercedes-Benz GLK-Klasse GLK 220 CDI 4Matic BlueEfficiency',
'transmission': 'automatic',
'trim': '4Matic BlueEfficiency',
'year': 2011}
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LG36476%27 HTTP/1.1" 200 None
2026-03-29 04:03:44 [auto1.it] INFO: Saving data for LG36476: {'auction_closing_time': 1774884563.0, 'created_time': 1773136054.197557, 'last_price_update_time': 1774757024.919282}
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LG36476') HTTP/1.1" 204 0
2026-03-29 04:03:44 [auto1.it] INFO: Found listing with ID: DV58522
2026-03-29 04:03:44 [auto1.it] INFO: Found listing with ID: UB21320
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UB21320%27 HTTP/1.1" 200 None
2026-03-29 04:03:44 [auto1.it] INFO: Scrape type for UB21320: 0
2026-03-29 04:03:44 [auto1.it] INFO: Found listing with ID: TV19217
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TV19217%27 HTTP/1.1" 200 None
2026-03-29 04:03:44 [auto1.it] INFO: Scrape type for TV19217: 0
2026-03-29 04:03:44 [auto1.it] INFO: Found listing with ID: HD69394
2026-03-29 04:03:44 [auto1.it] INFO: Found listing with ID: PM68240
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PM68240%27 HTTP/1.1" 200 None
2026-03-29 04:03:44 [auto1.it] INFO: Scrape type for PM68240: 0
2026-03-29 04:03:44 [auto1.it] INFO: Found listing with ID: CH03473
2026-03-29 04:03:44 [auto1.it] INFO: Found listing with ID: BZ06099
2026-03-29 04:03:44 [auto1.it] INFO: Found listing with ID: TE47770
2026-03-29 04:03:44 [auto1.it] INFO: Found listing with ID: SS52204
2026-03-29 04:03:44 [auto1.it] INFO: Found listing with ID: PT89621
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PT89621%27 HTTP/1.1" 200 None
2026-03-29 04:03:44 [auto1.it] INFO: Scrape type for PT89621: 0
2026-03-29 04:03:45 [auto1.it] INFO: Found listing with ID: HX75119
2026-03-29 04:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HX75119%27 HTTP/1.1" 200 None
2026-03-29 04:03:45 [auto1.it] INFO: Scrape type for HX75119: 0
2026-03-29 04:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:03:45 [auto1.it] INFO: Channel: 24h | Page: 35 | totalHits: 2226 | hits on page: 40
2026-03-29 04:03:45 [auto1.it] INFO: Found listing with ID: ZL28386
2026-03-29 04:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZL28386%27 HTTP/1.1" 200 None
2026-03-29 04:03:45 [auto1.it] INFO: Scrape type for ZL28386: 0
2026-03-29 04:03:45 [auto1.it] INFO: Found listing with ID: KR37794
2026-03-29 04:03:45 [auto1.it] INFO: Found listing with ID: HY34989
2026-03-29 04:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HY34989%27 HTTP/1.1" 200 None
2026-03-29 04:03:45 [auto1.it] INFO: Scrape type for HY34989: 0
2026-03-29 04:03:45 [auto1.it] INFO: Found listing with ID: XV25356
2026-03-29 04:03:45 [auto1.it] INFO: Found listing with ID: FP20263
2026-03-29 04:03:45 [auto1.it] INFO: Found listing with ID: UY39151
2026-03-29 04:03:45 [auto1.it] INFO: Found listing with ID: RL97939
2026-03-29 04:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RL97939%27 HTTP/1.1" 200 None
2026-03-29 04:03:45 [auto1.it] INFO: Scrape type for RL97939: 0
2026-03-29 04:03:45 [auto1.it] INFO: Found listing with ID: JY70774
2026-03-29 04:03:45 [auto1.it] INFO: Found listing with ID: UR73173
2026-03-29 04:03:45 [auto1.it] INFO: Found listing with ID: UP17064
2026-03-29 04:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UP17064%27 HTTP/1.1" 200 None
2026-03-29 04:03:45 [auto1.it] INFO: Scrape type for UP17064: 0
2026-03-29 04:03:45 [auto1.it] INFO: Found listing with ID: TT52453
2026-03-29 04:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TT52453%27 HTTP/1.1" 200 None
2026-03-29 04:03:46 [auto1.it] INFO: Scrape type for TT52453: 0
2026-03-29 04:03:46 [auto1.it] INFO: Found listing with ID: WW47132
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WW47132%27 HTTP/1.1" 200 None
2026-03-29 04:03:46 [auto1.it] INFO: Scrape type for WW47132: 0
2026-03-29 04:03:46 [auto1.it] INFO: Found listing with ID: DL97052
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DL97052%27 HTTP/1.1" 200 None
2026-03-29 04:03:46 [auto1.it] INFO: Scrape type for DL97052: 0
2026-03-29 04:03:46 [auto1.it] INFO: Found listing with ID: SM29752
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SM29752%27 HTTP/1.1" 200 None
2026-03-29 04:03:46 [auto1.it] INFO: Scrape type for SM29752: 0
2026-03-29 04:03:46 [auto1.it] INFO: Found listing with ID: PJ46449
2026-03-29 04:03:46 [auto1.it] INFO: Found listing with ID: DX25254
2026-03-29 04:03:46 [auto1.it] INFO: Found listing with ID: DX82404
2026-03-29 04:03:46 [auto1.it] INFO: Found listing with ID: MJ86480
2026-03-29 04:03:46 [auto1.it] INFO: Found listing with ID: PK74621
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PK74621%27 HTTP/1.1" 200 None
2026-03-29 04:03:46 [auto1.it] INFO: Scrape type for PK74621: 0
2026-03-29 04:03:46 [auto1.it] INFO: Found listing with ID: AR18622
2026-03-29 04:03:46 [auto1.it] INFO: Found listing with ID: MZ58050
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MZ58050%27 HTTP/1.1" 200 None
2026-03-29 04:03:46 [auto1.it] INFO: Scrape type for MZ58050: 2
2026-03-29 04:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d690ee7-d3ca-544d-a679-23c6925de100 with identifier: MZ58050
2026-03-29 04:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d690ee7-d3ca-544d-a679-23c6925de100 with scrape type 2
2026-03-29 04:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d690ee7-d3ca-544d-a679-23c6925de100 with scrape type 2
2026-03-29 04:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8d690ee7-d3ca-544d-a679-23c6925de100, identifier: MZ58050
2026-03-29 04:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8d690ee7-d3ca-544d-a679-23c6925de100 with identifier: MZ58050
2026-03-29 04:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8d690ee7-d3ca-544d-a679-23c6925de100 with identifier: MZ58050
2026-03-29 04:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8d690ee7-d3ca-544d-a679-23c6925de100 with identifier: MZ58050 to the API
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:16:10Z',
'fuel_type': 'diesel',
'id': '8d690ee7-d3ca-544d-a679-23c6925de100',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MZ58050',
'listing': 'auction',
'make': 'Seat',
'model': 'Alhambra',
'odometer': 446868,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-16',
'seller_name': None,
'title': 'Seat Alhambra 2.0 TDI Xcellence',
'transmission': 'automatic',
'trim': 'Xcellence',
'year': 2019}
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MZ58050%27 HTTP/1.1" 200 None
2026-03-29 04:03:46 [auto1.it] INFO: Saving data for MZ58050: {'auction_closing_time': 1774883770.0, 'created_time': 1774645598.98886, 'last_price_update_time': 1774757026.499373}
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MZ58050') HTTP/1.1" 204 0
2026-03-29 04:03:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:46 [auto1.it] INFO: Found listing with ID: XZ72452
2026-03-29 04:03:46 [auto1.it] INFO: Found listing with ID: TR59701
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TR59701%27 HTTP/1.1" 200 None
2026-03-29 04:03:46 [auto1.it] INFO: Scrape type for TR59701: 2
2026-03-29 04:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78f988c8-383e-545d-803e-7580843d9dcd with identifier: TR59701
2026-03-29 04:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78f988c8-383e-545d-803e-7580843d9dcd with scrape type 2
2026-03-29 04:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78f988c8-383e-545d-803e-7580843d9dcd with scrape type 2
2026-03-29 04:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 78f988c8-383e-545d-803e-7580843d9dcd, identifier: TR59701
2026-03-29 04:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 78f988c8-383e-545d-803e-7580843d9dcd with identifier: TR59701
2026-03-29 04:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 78f988c8-383e-545d-803e-7580843d9dcd with identifier: TR59701
2026-03-29 04:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 78f988c8-383e-545d-803e-7580843d9dcd with identifier: TR59701 to the API
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 116,
'expiration_date': '2026-03-30T15:41:18Z',
'fuel_type': 'diesel',
'id': '78f988c8-383e-545d-803e-7580843d9dcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TR59701',
'listing': 'auction',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 70428,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-12',
'seller_name': None,
'title': 'Hyundai Kona 1.6 CRDi Exellence 2WD',
'transmission': 'manual',
'trim': 'Exellence 2WD',
'year': 2019}
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TR59701%27 HTTP/1.1" 200 None
2026-03-29 04:03:47 [auto1.it] INFO: Saving data for TR59701: {'auction_closing_time': 1774885278.0, 'created_time': 1774559016.47291, 'last_price_update_time': 1774757027.04802}
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TR59701') HTTP/1.1" 204 0
2026-03-29 04:03:47 [auto1.it] INFO: Found listing with ID: RB26067
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB26067%27 HTTP/1.1" 200 None
2026-03-29 04:03:47 [auto1.it] INFO: Scrape type for RB26067: 2
2026-03-29 04:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 428322fb-f4b2-5233-ac5c-24facc027a95 with identifier: RB26067
2026-03-29 04:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 428322fb-f4b2-5233-ac5c-24facc027a95 with scrape type 2
2026-03-29 04:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 428322fb-f4b2-5233-ac5c-24facc027a95 with scrape type 2
2026-03-29 04:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 428322fb-f4b2-5233-ac5c-24facc027a95, identifier: RB26067
2026-03-29 04:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 428322fb-f4b2-5233-ac5c-24facc027a95 with identifier: RB26067
2026-03-29 04:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 428322fb-f4b2-5233-ac5c-24facc027a95 with identifier: RB26067
2026-03-29 04:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 428322fb-f4b2-5233-ac5c-24facc027a95 with identifier: RB26067 to the API
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 125,
'expiration_date': '2026-03-30T15:27:40Z',
'fuel_type': 'petrol',
'id': '428322fb-f4b2-5233-ac5c-24facc027a95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RB26067',
'listing': 'auction',
'make': 'Ford',
'model': 'Focus',
'odometer': 36780,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-30',
'seller_name': None,
'title': 'Ford Focus 1.0 EcoBoost Titanium',
'transmission': 'manual',
'trim': 'Titanium',
'year': 2017}
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB26067%27 HTTP/1.1" 200 None
2026-03-29 04:03:47 [auto1.it] INFO: Saving data for RB26067: {'auction_closing_time': 1774884460.0, 'created_time': 1774256663.677266, 'last_price_update_time': 1774757027.490989}
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RB26067') HTTP/1.1" 204 0
2026-03-29 04:03:47 [auto1.it] INFO: Found listing with ID: NV87278
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NV87278%27 HTTP/1.1" 200 None
2026-03-29 04:03:47 [auto1.it] INFO: Scrape type for NV87278: 2
2026-03-29 04:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3774dac2-954f-512a-9ec8-31c3c4b4a73b with identifier: NV87278
2026-03-29 04:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3774dac2-954f-512a-9ec8-31c3c4b4a73b with scrape type 2
2026-03-29 04:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3774dac2-954f-512a-9ec8-31c3c4b4a73b with scrape type 2
2026-03-29 04:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3774dac2-954f-512a-9ec8-31c3c4b4a73b, identifier: NV87278
2026-03-29 04:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3774dac2-954f-512a-9ec8-31c3c4b4a73b with identifier: NV87278
2026-03-29 04:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3774dac2-954f-512a-9ec8-31c3c4b4a73b with identifier: NV87278
2026-03-29 04:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3774dac2-954f-512a-9ec8-31c3c4b4a73b with identifier: NV87278 to the API
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 136,
'expiration_date': '2026-03-30T15:40:21Z',
'fuel_type': 'diesel',
'id': '3774dac2-954f-512a-9ec8-31c3c4b4a73b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NV87278',
'listing': 'auction',
'make': 'Kia',
'model': 'Sportage',
'odometer': 147122,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-08',
'seller_name': None,
'title': 'Kia Sportage 1.6 CRDi Mild-Hybrid GT Line 2WD',
'transmission': 'automatic',
'trim': 'GT Line 2WD',
'year': 2020}
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NV87278%27 HTTP/1.1" 200 None
2026-03-29 04:03:47 [auto1.it] INFO: Saving data for NV87278: {'auction_closing_time': 1774885221.0, 'created_time': 1773867649.096534, 'last_price_update_time': 1774757027.932949}
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NV87278') HTTP/1.1" 204 0
2026-03-29 04:03:47 [auto1.it] INFO: Found listing with ID: SX19566
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SX19566%27 HTTP/1.1" 200 None
2026-03-29 04:03:47 [auto1.it] INFO: Scrape type for SX19566: 0
2026-03-29 04:03:47 [auto1.it] INFO: Found listing with ID: SJ09087
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SJ09087%27 HTTP/1.1" 200 None
2026-03-29 04:03:47 [auto1.it] INFO: Scrape type for SJ09087: 0
2026-03-29 04:03:47 [auto1.it] INFO: Found listing with ID: HY91699
2026-03-29 04:03:47 [auto1.it] INFO: Found listing with ID: FD12268
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FD12268%27 HTTP/1.1" 200 None
2026-03-29 04:03:48 [auto1.it] INFO: Scrape type for FD12268: 0
2026-03-29 04:03:48 [auto1.it] INFO: Found listing with ID: YT66548
2026-03-29 04:03:48 [auto1.it] INFO: Found listing with ID: CB66149
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CB66149%27 HTTP/1.1" 200 None
2026-03-29 04:03:48 [auto1.it] INFO: Scrape type for CB66149: 2
2026-03-29 04:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ae716f3-26c3-51ef-82cd-4c7e8b6ba20d with identifier: CB66149
2026-03-29 04:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ae716f3-26c3-51ef-82cd-4c7e8b6ba20d with scrape type 2
2026-03-29 04:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ae716f3-26c3-51ef-82cd-4c7e8b6ba20d with scrape type 2
2026-03-29 04:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9ae716f3-26c3-51ef-82cd-4c7e8b6ba20d, identifier: CB66149
2026-03-29 04:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9ae716f3-26c3-51ef-82cd-4c7e8b6ba20d with identifier: CB66149
2026-03-29 04:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9ae716f3-26c3-51ef-82cd-4c7e8b6ba20d with identifier: CB66149
2026-03-29 04:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9ae716f3-26c3-51ef-82cd-4c7e8b6ba20d with identifier: CB66149 to the API
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:05:42Z',
'fuel_type': 'diesel',
'id': '9ae716f3-26c3-51ef-82cd-4c7e8b6ba20d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CB66149',
'listing': 'auction',
'make': 'BMW',
'model': 'X1',
'odometer': 144600,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-27',
'seller_name': None,
'title': 'BMW X1 sDrive 16d xLine',
'transmission': 'manual',
'trim': 'xLine',
'year': 2016}
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CB66149%27 HTTP/1.1" 200 None
2026-03-29 04:03:48 [auto1.it] INFO: Saving data for CB66149: {'auction_closing_time': 1774883142.0, 'created_time': 1774559029.837048, 'last_price_update_time': 1774757028.436921}
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CB66149') HTTP/1.1" 204 0
2026-03-29 04:03:48 [auto1.it] INFO: Found listing with ID: ZR48768
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZR48768%27 HTTP/1.1" 200 None
2026-03-29 04:03:48 [auto1.it] INFO: Scrape type for ZR48768: 2
2026-03-29 04:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a26e28d8-2c52-5645-8572-deb65e58b182 with identifier: ZR48768
2026-03-29 04:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a26e28d8-2c52-5645-8572-deb65e58b182 with scrape type 2
2026-03-29 04:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a26e28d8-2c52-5645-8572-deb65e58b182 with scrape type 2
2026-03-29 04:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a26e28d8-2c52-5645-8572-deb65e58b182, identifier: ZR48768
2026-03-29 04:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a26e28d8-2c52-5645-8572-deb65e58b182 with identifier: ZR48768
2026-03-29 04:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a26e28d8-2c52-5645-8572-deb65e58b182 with identifier: ZR48768
2026-03-29 04:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a26e28d8-2c52-5645-8572-deb65e58b182 with identifier: ZR48768 to the API
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 177,
'expiration_date': '2026-03-30T15:15:43Z',
'fuel_type': 'diesel',
'id': 'a26e28d8-2c52-5645-8572-deb65e58b182',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZR48768',
'listing': 'auction',
'make': 'BMW',
'model': '3er',
'odometer': 331789,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-10-29',
'seller_name': None,
'title': 'BMW 3er 320d',
'transmission': 'manual',
'trim': '',
'year': 2008}
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZR48768%27 HTTP/1.1" 200 None
2026-03-29 04:03:48 [auto1.it] INFO: Saving data for ZR48768: {'auction_closing_time': 1774883743.0, 'created_time': 1774559174.214775, 'last_price_update_time': 1774757028.88489}
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZR48768') HTTP/1.1" 204 0
2026-03-29 04:03:48 [auto1.it] INFO: Found listing with ID: RE68635
2026-03-29 04:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RE68635%27 HTTP/1.1" 200 None
2026-03-29 04:03:49 [auto1.it] INFO: Scrape type for RE68635: 0
2026-03-29 04:03:49 [auto1.it] INFO: Found listing with ID: UM17769
2026-03-29 04:03:49 [auto1.it] INFO: Found listing with ID: HW61207
2026-03-29 04:03:49 [auto1.it] INFO: Found listing with ID: GA57810
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GA57810%27 HTTP/1.1" 200 None
2026-03-29 04:03:49 [auto1.it] INFO: Scrape type for GA57810: 2
2026-03-29 04:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1142f35a-d4ce-53f0-93ae-2517969b747e with identifier: GA57810
2026-03-29 04:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1142f35a-d4ce-53f0-93ae-2517969b747e with scrape type 2
2026-03-29 04:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1142f35a-d4ce-53f0-93ae-2517969b747e with scrape type 2
2026-03-29 04:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1142f35a-d4ce-53f0-93ae-2517969b747e, identifier: GA57810
2026-03-29 04:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1142f35a-d4ce-53f0-93ae-2517969b747e with identifier: GA57810
2026-03-29 04:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1142f35a-d4ce-53f0-93ae-2517969b747e with identifier: GA57810
2026-03-29 04:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1142f35a-d4ce-53f0-93ae-2517969b747e with identifier: GA57810 to the API
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:19:48Z',
'fuel_type': 'diesel',
'id': '1142f35a-d4ce-53f0-93ae-2517969b747e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GA57810',
'listing': 'auction',
'make': 'Audi',
'model': 'A4',
'odometer': 142515,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-05-29',
'seller_name': None,
'title': 'Audi A4 2.0 TDI Advanced',
'transmission': 'manual',
'trim': 'Advanced',
'year': 2013}
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GA57810%27 HTTP/1.1" 200 None
2026-03-29 04:03:49 [auto1.it] INFO: Saving data for GA57810: {'auction_closing_time': 1774883988.0, 'created_time': 1774558966.194518, 'last_price_update_time': 1774757029.411986}
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GA57810') HTTP/1.1" 204 0
2026-03-29 04:03:49 [auto1.it] INFO: Found listing with ID: VD70212
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VD70212%27 HTTP/1.1" 200 None
2026-03-29 04:03:49 [auto1.it] INFO: Scrape type for VD70212: 0
2026-03-29 04:03:49 [auto1.it] INFO: Found listing with ID: JK09197
2026-03-29 04:03:49 [auto1.it] INFO: Found listing with ID: CA31078
2026-03-29 04:03:49 [auto1.it] INFO: Found listing with ID: JS13846
2026-03-29 04:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:03:49 [auto1.it] INFO: Channel: 24h | Page: 36 | totalHits: 2226 | hits on page: 40
2026-03-29 04:03:49 [auto1.it] INFO: Found listing with ID: UN97193
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UN97193%27 HTTP/1.1" 200 None
2026-03-29 04:03:49 [auto1.it] INFO: Scrape type for UN97193: 0
2026-03-29 04:03:49 [auto1.it] INFO: Found listing with ID: JT98079
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JT98079%27 HTTP/1.1" 200 None
2026-03-29 04:03:49 [auto1.it] INFO: Scrape type for JT98079: 2
2026-03-29 04:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51638813-f739-53d8-b17d-aab42a072cb3 with identifier: JT98079
2026-03-29 04:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51638813-f739-53d8-b17d-aab42a072cb3 with scrape type 2
2026-03-29 04:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51638813-f739-53d8-b17d-aab42a072cb3 with scrape type 2
2026-03-29 04:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 51638813-f739-53d8-b17d-aab42a072cb3, identifier: JT98079
2026-03-29 04:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 51638813-f739-53d8-b17d-aab42a072cb3 with identifier: JT98079
2026-03-29 04:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 51638813-f739-53d8-b17d-aab42a072cb3 with identifier: JT98079
2026-03-29 04:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 51638813-f739-53d8-b17d-aab42a072cb3 with identifier: JT98079 to the API
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 102,
'expiration_date': '2026-03-30T15:58:23Z',
'fuel_type': 'diesel',
'id': '51638813-f739-53d8-b17d-aab42a072cb3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JT98079',
'listing': 'auction',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 51456,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-24',
'seller_name': None,
'title': 'Citroen Berlingo 1.5 Blue-HDi Club M',
'transmission': 'manual',
'trim': 'Club M',
'year': 2020}
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JT98079%27 HTTP/1.1" 200 None
2026-03-29 04:03:49 [auto1.it] INFO: Saving data for JT98079: {'auction_closing_time': 1774886303.0, 'created_time': 1774645677.269331, 'last_price_update_time': 1774757029.995375}
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JT98079') HTTP/1.1" 204 0
2026-03-29 04:03:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:50 [auto1.it] INFO: Found listing with ID: ZN14128
2026-03-29 04:03:50 [auto1.it] INFO: Found listing with ID: HS75428
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HS75428%27 HTTP/1.1" 200 None
2026-03-29 04:03:50 [auto1.it] INFO: Scrape type for HS75428: 2
2026-03-29 04:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02080ecc-8e0c-5145-94e4-6b7fed67796a with identifier: HS75428
2026-03-29 04:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02080ecc-8e0c-5145-94e4-6b7fed67796a with scrape type 2
2026-03-29 04:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02080ecc-8e0c-5145-94e4-6b7fed67796a with scrape type 2
2026-03-29 04:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 02080ecc-8e0c-5145-94e4-6b7fed67796a, identifier: HS75428
2026-03-29 04:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 02080ecc-8e0c-5145-94e4-6b7fed67796a with identifier: HS75428
2026-03-29 04:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 02080ecc-8e0c-5145-94e4-6b7fed67796a with identifier: HS75428
2026-03-29 04:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 02080ecc-8e0c-5145-94e4-6b7fed67796a with identifier: HS75428 to the API
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:29:19Z',
'fuel_type': 'diesel',
'id': '02080ecc-8e0c-5145-94e4-6b7fed67796a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/HS75428',
'listing': 'auction',
'make': 'Opel',
'model': 'Corsa',
'odometer': 261766,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-30',
'seller_name': None,
'title': 'Opel Corsa 1.3 CDTI B-Color',
'transmission': 'manual',
'trim': 'B-Color',
'year': 2014}
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HS75428%27 HTTP/1.1" 200 None
2026-03-29 04:03:50 [auto1.it] INFO: Saving data for HS75428: {'auction_closing_time': 1774884559.0, 'created_time': 1774559124.817082, 'last_price_update_time': 1774757030.446384}
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HS75428') HTTP/1.1" 204 0
2026-03-29 04:03:50 [auto1.it] INFO: Found listing with ID: GA45330
2026-03-29 04:03:50 [auto1.it] INFO: Found listing with ID: UU49973
2026-03-29 04:03:50 [auto1.it] INFO: Found listing with ID: LR95961
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LR95961%27 HTTP/1.1" 200 None
2026-03-29 04:03:50 [auto1.it] INFO: Scrape type for LR95961: 0
2026-03-29 04:03:50 [auto1.it] INFO: Found listing with ID: EB11724
2026-03-29 04:03:50 [auto1.it] INFO: Found listing with ID: WY28975
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WY28975%27 HTTP/1.1" 200 None
2026-03-29 04:03:50 [auto1.it] INFO: Scrape type for WY28975: 0
2026-03-29 04:03:50 [auto1.it] INFO: Found listing with ID: XP84134
2026-03-29 04:03:50 [auto1.it] INFO: Found listing with ID: RV64880
2026-03-29 04:03:50 [auto1.it] INFO: Found listing with ID: XH17321
2026-03-29 04:03:50 [auto1.it] INFO: Found listing with ID: TG93645
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TG93645%27 HTTP/1.1" 200 None
2026-03-29 04:03:50 [auto1.it] INFO: Scrape type for TG93645: 2
2026-03-29 04:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10147993-f2b0-53ec-985b-378e04f22aef with identifier: TG93645
2026-03-29 04:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10147993-f2b0-53ec-985b-378e04f22aef with scrape type 2
2026-03-29 04:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10147993-f2b0-53ec-985b-378e04f22aef with scrape type 2
2026-03-29 04:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 10147993-f2b0-53ec-985b-378e04f22aef, identifier: TG93645
2026-03-29 04:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 10147993-f2b0-53ec-985b-378e04f22aef with identifier: TG93645
2026-03-29 04:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 10147993-f2b0-53ec-985b-378e04f22aef with identifier: TG93645
2026-03-29 04:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 10147993-f2b0-53ec-985b-378e04f22aef with identifier: TG93645 to the API
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:39:08Z',
'fuel_type': 'diesel',
'id': '10147993-f2b0-53ec-985b-378e04f22aef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TG93645',
'listing': 'auction',
'make': 'Alfa Romeo',
'model': 'Giulietta',
'odometer': 167696,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-27',
'seller_name': None,
'title': 'Alfa Romeo Giulietta 1.6 JTD Basis',
'transmission': 'manual',
'trim': 'Basis',
'year': 2018}
2026-03-29 04:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TG93645%27 HTTP/1.1" 200 None
2026-03-29 04:03:51 [auto1.it] INFO: Saving data for TG93645: {'auction_closing_time': 1774885148.0, 'created_time': 1773867682.610283, 'last_price_update_time': 1774757031.008262}
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TG93645') HTTP/1.1" 204 0
2026-03-29 04:03:51 [auto1.it] INFO: Found listing with ID: ES64600
2026-03-29 04:03:51 [auto1.it] INFO: Found listing with ID: XY26314
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XY26314%27 HTTP/1.1" 200 None
2026-03-29 04:03:51 [auto1.it] INFO: Scrape type for XY26314: 0
2026-03-29 04:03:51 [auto1.it] INFO: Found listing with ID: XJ87572
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XJ87572%27 HTTP/1.1" 200 None
2026-03-29 04:03:51 [auto1.it] INFO: Scrape type for XJ87572: 0
2026-03-29 04:03:51 [auto1.it] INFO: Found listing with ID: DV39460
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DV39460%27 HTTP/1.1" 200 None
2026-03-29 04:03:51 [auto1.it] INFO: Scrape type for DV39460: 0
2026-03-29 04:03:51 [auto1.it] INFO: Found listing with ID: NT74531
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NT74531%27 HTTP/1.1" 200 None
2026-03-29 04:03:51 [auto1.it] INFO: Scrape type for NT74531: 0
2026-03-29 04:03:51 [auto1.it] INFO: Found listing with ID: KV97590
2026-03-29 04:03:51 [auto1.it] INFO: Found listing with ID: BF34891
2026-03-29 04:03:51 [auto1.it] INFO: Found listing with ID: CA25129
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CA25129%27 HTTP/1.1" 200 None
2026-03-29 04:03:51 [auto1.it] INFO: Scrape type for CA25129: 2
2026-03-29 04:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 075463a7-e427-507b-8a68-ba33f67cd3d3 with identifier: CA25129
2026-03-29 04:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 075463a7-e427-507b-8a68-ba33f67cd3d3 with scrape type 2
2026-03-29 04:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 075463a7-e427-507b-8a68-ba33f67cd3d3 with scrape type 2
2026-03-29 04:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 075463a7-e427-507b-8a68-ba33f67cd3d3, identifier: CA25129
2026-03-29 04:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 075463a7-e427-507b-8a68-ba33f67cd3d3 with identifier: CA25129
2026-03-29 04:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 075463a7-e427-507b-8a68-ba33f67cd3d3 with identifier: CA25129
2026-03-29 04:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 075463a7-e427-507b-8a68-ba33f67cd3d3 with identifier: CA25129 to the API
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 185,
'expiration_date': '2026-03-30T15:40:24Z',
'fuel_type': 'diesel',
'id': '075463a7-e427-507b-8a68-ba33f67cd3d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CA25129',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VII',
'odometer': 161034,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-04-02',
'seller_name': None,
'title': 'Volkswagen Golf VII 2.0 TDI GTD BlueMotion Tech',
'transmission': 'automatic',
'trim': 'GTD BlueMotion Tech',
'year': 2014}
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CA25129%27 HTTP/1.1" 200 None
2026-03-29 04:03:51 [auto1.it] INFO: Saving data for CA25129: {'auction_closing_time': 1774885224.0, 'created_time': 1773663534.268307, 'last_price_update_time': 1774757031.523436}
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CA25129') HTTP/1.1" 204 0
2026-03-29 04:03:51 [auto1.it] INFO: Found listing with ID: CP04601
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CP04601%27 HTTP/1.1" 200 None
2026-03-29 04:03:51 [auto1.it] INFO: Scrape type for CP04601: 0
2026-03-29 04:03:51 [auto1.it] INFO: Found listing with ID: PR97766
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PR97766%27 HTTP/1.1" 200 None
2026-03-29 04:03:51 [auto1.it] INFO: Scrape type for PR97766: 0
2026-03-29 04:03:51 [auto1.it] INFO: Found listing with ID: DV62458
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DV62458%27 HTTP/1.1" 200 None
2026-03-29 04:03:51 [auto1.it] INFO: Scrape type for DV62458: 0
2026-03-29 04:03:51 [auto1.it] INFO: Found listing with ID: JF27717
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JF27717%27 HTTP/1.1" 200 None
2026-03-29 04:03:51 [auto1.it] INFO: Scrape type for JF27717: 0
2026-03-29 04:03:51 [auto1.it] INFO: Found listing with ID: NP04036
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NP04036%27 HTTP/1.1" 200 None
2026-03-29 04:03:51 [auto1.it] INFO: Scrape type for NP04036: 2
2026-03-29 04:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e958c999-a6a3-5dfe-93ee-8f14ba71a053 with identifier: NP04036
2026-03-29 04:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e958c999-a6a3-5dfe-93ee-8f14ba71a053 with scrape type 2
2026-03-29 04:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e958c999-a6a3-5dfe-93ee-8f14ba71a053 with scrape type 2
2026-03-29 04:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e958c999-a6a3-5dfe-93ee-8f14ba71a053, identifier: NP04036
2026-03-29 04:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e958c999-a6a3-5dfe-93ee-8f14ba71a053 with identifier: NP04036
2026-03-29 04:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e958c999-a6a3-5dfe-93ee-8f14ba71a053 with identifier: NP04036
2026-03-29 04:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e958c999-a6a3-5dfe-93ee-8f14ba71a053 with identifier: NP04036 to the API
2026-03-29 04:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 100,
'expiration_date': '2026-03-30T15:57:53Z',
'fuel_type': 'diesel',
'id': 'e958c999-a6a3-5dfe-93ee-8f14ba71a053',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NP04036',
'listing': 'auction',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 207366,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-06-28',
'seller_name': None,
'title': 'Seat Ibiza 1.9 TDI Sport',
'transmission': 'manual',
'trim': 'Sport',
'year': 2007}
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NP04036%27 HTTP/1.1" 200 None
2026-03-29 04:03:52 [auto1.it] INFO: Saving data for NP04036: {'auction_closing_time': 1774886273.0, 'created_time': 1774559189.544778, 'last_price_update_time': 1774757032.121137}
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NP04036') HTTP/1.1" 204 0
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: RX07844
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: LF46608
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: TS59592
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TS59592%27 HTTP/1.1" 200 None
2026-03-29 04:03:52 [auto1.it] INFO: Scrape type for TS59592: 0
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: RZ99853
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RZ99853%27 HTTP/1.1" 200 None
2026-03-29 04:03:52 [auto1.it] INFO: Scrape type for RZ99853: 0
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: FF22275
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FF22275%27 HTTP/1.1" 200 None
2026-03-29 04:03:52 [auto1.it] INFO: Scrape type for FF22275: 0
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: KT26389
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: NB02604
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: RU45122
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RU45122%27 HTTP/1.1" 200 None
2026-03-29 04:03:52 [auto1.it] INFO: Scrape type for RU45122: 0
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: GY05881
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GY05881%27 HTTP/1.1" 200 None
2026-03-29 04:03:52 [auto1.it] INFO: Scrape type for GY05881: 0
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: MY33245
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: TT28559
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: BG42211
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: BK04078
2026-03-29 04:03:52 [auto1.it] INFO: Found listing with ID: AY46194
2026-03-29 04:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:03:53 [auto1.it] INFO: Channel: 24h | Page: 37 | totalHits: 2226 | hits on page: 40
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: MW84295
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MW84295%27 HTTP/1.1" 200 None
2026-03-29 04:03:53 [auto1.it] INFO: Scrape type for MW84295: 0
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: YY01932
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YY01932%27 HTTP/1.1" 200 None
2026-03-29 04:03:53 [auto1.it] INFO: Scrape type for YY01932: 0
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: GT34435
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GT34435%27 HTTP/1.1" 200 None
2026-03-29 04:03:53 [auto1.it] INFO: Scrape type for GT34435: 0
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: ED17590
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ED17590%27 HTTP/1.1" 200 None
2026-03-29 04:03:53 [auto1.it] INFO: Scrape type for ED17590: 0
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: VA29565
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: SC91639
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: BG55667
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: PD51522
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: CH35422
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CH35422%27 HTTP/1.1" 200 None
2026-03-29 04:03:53 [auto1.it] INFO: Scrape type for CH35422: 0
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: FK45797
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: RA11036
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RA11036%27 HTTP/1.1" 200 None
2026-03-29 04:03:53 [auto1.it] INFO: Scrape type for RA11036: 0
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: DS09153
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: AC52318
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: TF37027
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: DW71358
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DW71358%27 HTTP/1.1" 200 None
2026-03-29 04:03:53 [auto1.it] INFO: Scrape type for DW71358: 2
2026-03-29 04:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b54f2632-0b38-5647-9fac-7a98da1c03e8 with identifier: DW71358
2026-03-29 04:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b54f2632-0b38-5647-9fac-7a98da1c03e8 with scrape type 2
2026-03-29 04:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b54f2632-0b38-5647-9fac-7a98da1c03e8 with scrape type 2
2026-03-29 04:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b54f2632-0b38-5647-9fac-7a98da1c03e8, identifier: DW71358
2026-03-29 04:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b54f2632-0b38-5647-9fac-7a98da1c03e8 with identifier: DW71358
2026-03-29 04:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b54f2632-0b38-5647-9fac-7a98da1c03e8 with identifier: DW71358
2026-03-29 04:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b54f2632-0b38-5647-9fac-7a98da1c03e8 with identifier: DW71358 to the API
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 224,
'expiration_date': '2026-03-30T15:26:21Z',
'fuel_type': 'hybrid',
'id': 'b54f2632-0b38-5647-9fac-7a98da1c03e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DW71358',
'listing': 'auction',
'make': 'Peugeot',
'model': '508',
'odometer': 182108,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-30',
'seller_name': None,
'title': 'Peugeot 508 1.6 Hybrid GT Pack',
'transmission': 'automatic',
'trim': 'GT Pack',
'year': 2021}
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DW71358%27 HTTP/1.1" 200 None
2026-03-29 04:03:53 [auto1.it] INFO: Saving data for DW71358: {'auction_closing_time': 1774884381.0, 'created_time': 1773134295.019553, 'last_price_update_time': 1774757033.616818}
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DW71358') HTTP/1.1" 204 0
2026-03-29 04:03:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: CA07197
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CA07197%27 HTTP/1.1" 200 None
2026-03-29 04:03:53 [auto1.it] INFO: Scrape type for CA07197: 0
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: XY19791
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: AA46193
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AA46193%27 HTTP/1.1" 200 None
2026-03-29 04:03:53 [auto1.it] INFO: Scrape type for AA46193: 0
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: KA77498
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KA77498%27 HTTP/1.1" 200 None
2026-03-29 04:03:53 [auto1.it] INFO: Scrape type for KA77498: 0
2026-03-29 04:03:53 [auto1.it] INFO: Found listing with ID: FB26923
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FB26923%27 HTTP/1.1" 200 None
2026-03-29 04:03:53 [auto1.it] INFO: Scrape type for FB26923: 2
2026-03-29 04:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75754bfc-183c-57b9-9242-b85bfb8d857a with identifier: FB26923
2026-03-29 04:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75754bfc-183c-57b9-9242-b85bfb8d857a with scrape type 2
2026-03-29 04:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75754bfc-183c-57b9-9242-b85bfb8d857a with scrape type 2
2026-03-29 04:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 75754bfc-183c-57b9-9242-b85bfb8d857a, identifier: FB26923
2026-03-29 04:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 75754bfc-183c-57b9-9242-b85bfb8d857a with identifier: FB26923
2026-03-29 04:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 75754bfc-183c-57b9-9242-b85bfb8d857a with identifier: FB26923
2026-03-29 04:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 75754bfc-183c-57b9-9242-b85bfb8d857a with identifier: FB26923 to the API
2026-03-29 04:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 60,
'expiration_date': '2026-03-30T15:23:56Z',
'fuel_type': 'petrol',
'id': '75754bfc-183c-57b9-9242-b85bfb8d857a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FB26923',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 133393,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-30',
'seller_name': None,
'title': 'Fiat Panda 1.2 Natural Power Panda',
'transmission': 'manual',
'trim': 'Natural Power',
'year': 2009}
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FB26923%27 HTTP/1.1" 200 None
2026-03-29 04:03:54 [auto1.it] INFO: Saving data for FB26923: {'auction_closing_time': 1774884236.0, 'created_time': 1774267379.163546, 'last_price_update_time': 1774757034.172665}
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FB26923') HTTP/1.1" 204 0
2026-03-29 04:03:54 [auto1.it] INFO: Found listing with ID: PP30320
2026-03-29 04:03:54 [auto1.it] INFO: Found listing with ID: GW20586
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GW20586%27 HTTP/1.1" 200 None
2026-03-29 04:03:54 [auto1.it] INFO: Scrape type for GW20586: 0
2026-03-29 04:03:54 [auto1.it] INFO: Found listing with ID: PK39445
2026-03-29 04:03:54 [auto1.it] INFO: Found listing with ID: DV74338
2026-03-29 04:03:54 [auto1.it] INFO: Found listing with ID: WB02542
2026-03-29 04:03:54 [auto1.it] INFO: Found listing with ID: XX93100
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XX93100%27 HTTP/1.1" 200 None
2026-03-29 04:03:54 [auto1.it] INFO: Scrape type for XX93100: 2
2026-03-29 04:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 661ff779-846c-5ebd-883f-f9dc30c7daab with identifier: XX93100
2026-03-29 04:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 661ff779-846c-5ebd-883f-f9dc30c7daab with scrape type 2
2026-03-29 04:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 661ff779-846c-5ebd-883f-f9dc30c7daab with scrape type 2
2026-03-29 04:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 661ff779-846c-5ebd-883f-f9dc30c7daab, identifier: XX93100
2026-03-29 04:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 661ff779-846c-5ebd-883f-f9dc30c7daab with identifier: XX93100
2026-03-29 04:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 661ff779-846c-5ebd-883f-f9dc30c7daab with identifier: XX93100
2026-03-29 04:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 661ff779-846c-5ebd-883f-f9dc30c7daab with identifier: XX93100 to the API
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 300,
'expiration_date': '2026-03-30T15:16:48Z',
'fuel_type': 'diesel',
'id': '661ff779-846c-5ebd-883f-f9dc30c7daab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XX93100',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Range Rover Velar',
'odometer': 205874,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-13',
'seller_name': None,
'title': 'Land Rover Range Rover Velar 3.0 V6 Diesel R-Dynamic HSE',
'transmission': 'automatic',
'trim': 'R-Dynamic HSE',
'year': 2017}
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XX93100%27 HTTP/1.1" 200 None
2026-03-29 04:03:54 [auto1.it] INFO: Saving data for XX93100: {'auction_closing_time': 1774883808.0, 'created_time': 1773781442.351227, 'last_price_update_time': 1774757034.633657}
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XX93100') HTTP/1.1" 204 0
2026-03-29 04:03:54 [auto1.it] INFO: Found listing with ID: AM26734
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AM26734%27 HTTP/1.1" 200 None
2026-03-29 04:03:54 [auto1.it] INFO: Scrape type for AM26734: 2
2026-03-29 04:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e144ce7-d2d3-5568-89fd-039fa61d6bfa with identifier: AM26734
2026-03-29 04:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e144ce7-d2d3-5568-89fd-039fa61d6bfa with scrape type 2
2026-03-29 04:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e144ce7-d2d3-5568-89fd-039fa61d6bfa with scrape type 2
2026-03-29 04:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9e144ce7-d2d3-5568-89fd-039fa61d6bfa, identifier: AM26734
2026-03-29 04:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9e144ce7-d2d3-5568-89fd-039fa61d6bfa with identifier: AM26734
2026-03-29 04:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9e144ce7-d2d3-5568-89fd-039fa61d6bfa with identifier: AM26734
2026-03-29 04:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9e144ce7-d2d3-5568-89fd-039fa61d6bfa with identifier: AM26734 to the API
2026-03-29 04:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:10:58Z',
'fuel_type': 'diesel',
'id': '9e144ce7-d2d3-5568-89fd-039fa61d6bfa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AM26734',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VII',
'odometer': 122736,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-23',
'seller_name': None,
'title': 'Volkswagen Golf VII 2.0 TDI Highline BlueMotion Tech',
'transmission': 'automatic',
'trim': 'Highline BlueMotion Tech',
'year': 2015}
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AM26734%27 HTTP/1.1" 200 None
2026-03-29 04:03:55 [auto1.it] INFO: Saving data for AM26734: {'auction_closing_time': 1774883458.0, 'created_time': 1774558984.469252, 'last_price_update_time': 1774757035.135844}
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AM26734') HTTP/1.1" 204 0
2026-03-29 04:03:55 [auto1.it] INFO: Found listing with ID: SX21241
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SX21241%27 HTTP/1.1" 200 None
2026-03-29 04:03:55 [auto1.it] INFO: Scrape type for SX21241: 2
2026-03-29 04:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac6eb6b6-b85a-5b0c-92d0-bf331060f4a9 with identifier: SX21241
2026-03-29 04:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac6eb6b6-b85a-5b0c-92d0-bf331060f4a9 with scrape type 2
2026-03-29 04:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac6eb6b6-b85a-5b0c-92d0-bf331060f4a9 with scrape type 2
2026-03-29 04:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ac6eb6b6-b85a-5b0c-92d0-bf331060f4a9, identifier: SX21241
2026-03-29 04:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ac6eb6b6-b85a-5b0c-92d0-bf331060f4a9 with identifier: SX21241
2026-03-29 04:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ac6eb6b6-b85a-5b0c-92d0-bf331060f4a9 with identifier: SX21241
2026-03-29 04:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ac6eb6b6-b85a-5b0c-92d0-bf331060f4a9 with identifier: SX21241 to the API
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:34:26Z',
'fuel_type': 'diesel',
'id': 'ac6eb6b6-b85a-5b0c-92d0-bf331060f4a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SX21241',
'listing': 'auction',
'make': 'Audi',
'model': 'A3',
'odometer': 133769,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-29',
'seller_name': None,
'title': 'Audi A3 1.6 TDI Attraction',
'transmission': 'manual',
'trim': 'Attraction',
'year': 2014}
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SX21241%27 HTTP/1.1" 200 None
2026-03-29 04:03:55 [auto1.it] INFO: Saving data for SX21241: {'auction_closing_time': 1774884866.0, 'created_time': 1773824455.166909, 'last_price_update_time': 1774757035.572562}
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SX21241') HTTP/1.1" 204 0
2026-03-29 04:03:55 [auto1.it] INFO: Found listing with ID: NC70942
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC70942%27 HTTP/1.1" 200 None
2026-03-29 04:03:55 [auto1.it] INFO: Scrape type for NC70942: 0
2026-03-29 04:03:55 [auto1.it] INFO: Found listing with ID: AD83412
2026-03-29 04:03:55 [auto1.it] INFO: Found listing with ID: HM03162
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HM03162%27 HTTP/1.1" 200 None
2026-03-29 04:03:55 [auto1.it] INFO: Scrape type for HM03162: 0
2026-03-29 04:03:55 [auto1.it] INFO: Found listing with ID: SK74491
2026-03-29 04:03:55 [auto1.it] INFO: Found listing with ID: HL13838
2026-03-29 04:03:55 [auto1.it] INFO: Found listing with ID: EA08863
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EA08863%27 HTTP/1.1" 200 None
2026-03-29 04:03:55 [auto1.it] INFO: Scrape type for EA08863: 0
2026-03-29 04:03:55 [auto1.it] INFO: Found listing with ID: TZ05140
2026-03-29 04:03:55 [auto1.it] INFO: Found listing with ID: LY98983
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LY98983%27 HTTP/1.1" 200 None
2026-03-29 04:03:55 [auto1.it] INFO: Scrape type for LY98983: 0
2026-03-29 04:03:55 [auto1.it] INFO: Found listing with ID: SP76043
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SP76043%27 HTTP/1.1" 200 None
2026-03-29 04:03:55 [auto1.it] INFO: Scrape type for SP76043: 0
2026-03-29 04:03:55 [auto1.it] INFO: Found listing with ID: TP07930
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TP07930%27 HTTP/1.1" 200 None
2026-03-29 04:03:55 [auto1.it] INFO: Scrape type for TP07930: 0
2026-03-29 04:03:55 [auto1.it] INFO: Found listing with ID: NJ20872
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NJ20872%27 HTTP/1.1" 200 None
2026-03-29 04:03:55 [auto1.it] INFO: Scrape type for NJ20872: 0
2026-03-29 04:03:55 [auto1.it] INFO: Found listing with ID: VF45343
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VF45343%27 HTTP/1.1" 200 None
2026-03-29 04:03:55 [auto1.it] INFO: Scrape type for VF45343: 2
2026-03-29 04:03:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8258d8db-67dd-5daf-bf6b-a88d9032562c with identifier: VF45343
2026-03-29 04:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8258d8db-67dd-5daf-bf6b-a88d9032562c with scrape type 2
2026-03-29 04:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8258d8db-67dd-5daf-bf6b-a88d9032562c with scrape type 2
2026-03-29 04:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8258d8db-67dd-5daf-bf6b-a88d9032562c, identifier: VF45343
2026-03-29 04:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8258d8db-67dd-5daf-bf6b-a88d9032562c with identifier: VF45343
2026-03-29 04:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8258d8db-67dd-5daf-bf6b-a88d9032562c with identifier: VF45343
2026-03-29 04:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8258d8db-67dd-5daf-bf6b-a88d9032562c with identifier: VF45343 to the API
2026-03-29 04:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:10:58Z',
'fuel_type': 'diesel',
'id': '8258d8db-67dd-5daf-bf6b-a88d9032562c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VF45343',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'A-Klasse',
'odometer': 156890,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-19',
'seller_name': None,
'title': 'Mercedes-Benz A-Klasse A 180 d Executive',
'transmission': 'automatic',
'trim': 'Executive',
'year': 2019}
2026-03-29 04:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VF45343%27 HTTP/1.1" 200 None
2026-03-29 04:03:56 [auto1.it] INFO: Saving data for VF45343: {'auction_closing_time': 1774883458.0, 'created_time': 1774645406.223999, 'last_price_update_time': 1774757036.120928}
2026-03-29 04:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VF45343') HTTP/1.1" 204 0
2026-03-29 04:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:03:57 [auto1.it] INFO: Channel: 24h | Page: 38 | totalHits: 2226 | hits on page: 40
2026-03-29 04:03:57 [auto1.it] INFO: Found listing with ID: UH24894
2026-03-29 04:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UH24894%27 HTTP/1.1" 200 None
2026-03-29 04:03:57 [auto1.it] INFO: Scrape type for UH24894: 0
2026-03-29 04:03:57 [auto1.it] INFO: Found listing with ID: CA11723
2026-03-29 04:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CA11723%27 HTTP/1.1" 200 None
2026-03-29 04:03:57 [auto1.it] INFO: Scrape type for CA11723: 2
2026-03-29 04:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b753ede8-d72b-578e-aeed-245de9e26a69 with identifier: CA11723
2026-03-29 04:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b753ede8-d72b-578e-aeed-245de9e26a69 with scrape type 2
2026-03-29 04:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b753ede8-d72b-578e-aeed-245de9e26a69 with scrape type 2
2026-03-29 04:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b753ede8-d72b-578e-aeed-245de9e26a69, identifier: CA11723
2026-03-29 04:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b753ede8-d72b-578e-aeed-245de9e26a69 with identifier: CA11723
2026-03-29 04:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b753ede8-d72b-578e-aeed-245de9e26a69 with identifier: CA11723
2026-03-29 04:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b753ede8-d72b-578e-aeed-245de9e26a69 with identifier: CA11723 to the API
2026-03-29 04:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 116,
'expiration_date': '2026-03-30T15:01:40Z',
'fuel_type': 'diesel',
'id': 'b753ede8-d72b-578e-aeed-245de9e26a69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CA11723',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 144522,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-28',
'seller_name': None,
'title': 'Volkswagen T-Roc 1.6 TDI Advance',
'transmission': 'manual',
'trim': 'Advance',
'year': 2019}
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CA11723%27 HTTP/1.1" 200 None
2026-03-29 04:03:58 [auto1.it] INFO: Saving data for CA11723: {'auction_closing_time': 1774882900.0, 'created_time': 1773304978.262044, 'last_price_update_time': 1774757038.072899}
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CA11723') HTTP/1.1" 204 0
2026-03-29 04:03:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:03:58 [auto1.it] INFO: Found listing with ID: SB88786
2026-03-29 04:03:58 [auto1.it] INFO: Found listing with ID: BA15195
2026-03-29 04:03:58 [auto1.it] INFO: Found listing with ID: UC27147
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UC27147%27 HTTP/1.1" 200 None
2026-03-29 04:03:58 [auto1.it] INFO: Scrape type for UC27147: 0
2026-03-29 04:03:58 [auto1.it] INFO: Found listing with ID: FW75637
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FW75637%27 HTTP/1.1" 200 None
2026-03-29 04:03:58 [auto1.it] INFO: Scrape type for FW75637: 0
2026-03-29 04:03:58 [auto1.it] INFO: Found listing with ID: NT25208
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NT25208%27 HTTP/1.1" 200 None
2026-03-29 04:03:58 [auto1.it] INFO: Scrape type for NT25208: 0
2026-03-29 04:03:58 [auto1.it] INFO: Found listing with ID: XK39914
2026-03-29 04:03:58 [auto1.it] INFO: Found listing with ID: FM41301
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FM41301%27 HTTP/1.1" 200 None
2026-03-29 04:03:58 [auto1.it] INFO: Scrape type for FM41301: 2
2026-03-29 04:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1405595-b71f-5e5c-ad74-4cc3ae0a4347 with identifier: FM41301
2026-03-29 04:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1405595-b71f-5e5c-ad74-4cc3ae0a4347 with scrape type 2
2026-03-29 04:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1405595-b71f-5e5c-ad74-4cc3ae0a4347 with scrape type 2
2026-03-29 04:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f1405595-b71f-5e5c-ad74-4cc3ae0a4347, identifier: FM41301
2026-03-29 04:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f1405595-b71f-5e5c-ad74-4cc3ae0a4347 with identifier: FM41301
2026-03-29 04:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f1405595-b71f-5e5c-ad74-4cc3ae0a4347 with identifier: FM41301
2026-03-29 04:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f1405595-b71f-5e5c-ad74-4cc3ae0a4347 with identifier: FM41301 to the API
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'green',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:32:06Z',
'fuel_type': 'petrol',
'id': 'f1405595-b71f-5e5c-ad74-4cc3ae0a4347',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FM41301',
'listing': 'auction',
'make': 'Jeep',
'model': 'Compass',
'odometer': 43474,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-22',
'seller_name': None,
'title': 'Jeep Compass 1.3 T-GDi 80th Anniversary FWD',
'transmission': 'automatic',
'trim': '80th Anniversary FWD',
'year': 2021}
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FM41301%27 HTTP/1.1" 200 None
2026-03-29 04:03:58 [auto1.it] INFO: Saving data for FM41301: {'auction_closing_time': 1774884726.0, 'created_time': 1774558828.477142, 'last_price_update_time': 1774757038.554569}
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FM41301') HTTP/1.1" 204 0
2026-03-29 04:03:58 [auto1.it] INFO: Found listing with ID: KN82468
2026-03-29 04:03:58 [auto1.it] INFO: Found listing with ID: PT72554
2026-03-29 04:03:58 [auto1.it] INFO: Found listing with ID: SK80279
2026-03-29 04:03:58 [auto1.it] INFO: Found listing with ID: TP30919
2026-03-29 04:03:58 [auto1.it] INFO: Found listing with ID: EE91281
2026-03-29 04:03:58 [auto1.it] INFO: Found listing with ID: XT40512
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XT40512%27 HTTP/1.1" 200 None
2026-03-29 04:03:58 [auto1.it] INFO: Scrape type for XT40512: 2
2026-03-29 04:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cb7455d-38bc-5f70-8470-62033d78b2a3 with identifier: XT40512
2026-03-29 04:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cb7455d-38bc-5f70-8470-62033d78b2a3 with scrape type 2
2026-03-29 04:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cb7455d-38bc-5f70-8470-62033d78b2a3 with scrape type 2
2026-03-29 04:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8cb7455d-38bc-5f70-8470-62033d78b2a3, identifier: XT40512
2026-03-29 04:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8cb7455d-38bc-5f70-8470-62033d78b2a3 with identifier: XT40512
2026-03-29 04:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8cb7455d-38bc-5f70-8470-62033d78b2a3 with identifier: XT40512
2026-03-29 04:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8cb7455d-38bc-5f70-8470-62033d78b2a3 with identifier: XT40512 to the API
2026-03-29 04:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 82,
'expiration_date': '2026-03-30T15:18:06Z',
'fuel_type': 'petrol',
'id': '8cb7455d-38bc-5f70-8470-62033d78b2a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XT40512',
'listing': 'auction',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 91651,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-07-29',
'seller_name': None,
'title': 'Ford Fiesta 1.25 Titanium',
'transmission': 'manual',
'trim': 'Titanium',
'year': 2010}
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XT40512%27 HTTP/1.1" 200 None
2026-03-29 04:03:59 [auto1.it] INFO: Saving data for XT40512: {'auction_closing_time': 1774883886.0, 'created_time': 1773129730.756274, 'last_price_update_time': 1774757039.657143}
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XT40512') HTTP/1.1" 204 0
2026-03-29 04:03:59 [auto1.it] INFO: Found listing with ID: BE00528
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BE00528%27 HTTP/1.1" 200 None
2026-03-29 04:03:59 [auto1.it] INFO: Scrape type for BE00528: 0
2026-03-29 04:03:59 [auto1.it] INFO: Found listing with ID: DP98700
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DP98700%27 HTTP/1.1" 200 None
2026-03-29 04:03:59 [auto1.it] INFO: Scrape type for DP98700: 0
2026-03-29 04:03:59 [auto1.it] INFO: Found listing with ID: TX96321
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TX96321%27 HTTP/1.1" 200 None
2026-03-29 04:03:59 [auto1.it] INFO: Scrape type for TX96321: 0
2026-03-29 04:03:59 [auto1.it] INFO: Found listing with ID: JC41210
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JC41210%27 HTTP/1.1" 200 None
2026-03-29 04:03:59 [auto1.it] INFO: Scrape type for JC41210: 2
2026-03-29 04:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c64413e2-88db-5ade-9a26-7cc97708dceb with identifier: JC41210
2026-03-29 04:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c64413e2-88db-5ade-9a26-7cc97708dceb with scrape type 2
2026-03-29 04:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c64413e2-88db-5ade-9a26-7cc97708dceb with scrape type 2
2026-03-29 04:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c64413e2-88db-5ade-9a26-7cc97708dceb, identifier: JC41210
2026-03-29 04:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c64413e2-88db-5ade-9a26-7cc97708dceb with identifier: JC41210
2026-03-29 04:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c64413e2-88db-5ade-9a26-7cc97708dceb with identifier: JC41210
2026-03-29 04:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c64413e2-88db-5ade-9a26-7cc97708dceb with identifier: JC41210 to the API
2026-03-29 04:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 130,
'expiration_date': '2026-03-30T15:45:37Z',
'fuel_type': 'diesel',
'id': 'c64413e2-88db-5ade-9a26-7cc97708dceb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JC41210',
'listing': 'auction',
'make': 'Peugeot',
'model': '3008',
'odometer': 123680,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-26',
'seller_name': None,
'title': 'Peugeot 3008 1.5 Blue-HDi Allure',
'transmission': 'automatic',
'trim': 'Allure',
'year': 2018}
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JC41210%27 HTTP/1.1" 200 None
2026-03-29 04:04:00 [auto1.it] INFO: Saving data for JC41210: {'auction_closing_time': 1774885537.0, 'created_time': 1773759781.570229, 'last_price_update_time': 1774757040.350168}
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JC41210') HTTP/1.1" 204 0
2026-03-29 04:04:00 [auto1.it] INFO: Found listing with ID: RP23530
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RP23530%27 HTTP/1.1" 200 None
2026-03-29 04:04:00 [auto1.it] INFO: Scrape type for RP23530: 0
2026-03-29 04:04:00 [auto1.it] INFO: Found listing with ID: KW78911
2026-03-29 04:04:00 [auto1.it] INFO: Found listing with ID: XX72461
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XX72461%27 HTTP/1.1" 200 None
2026-03-29 04:04:00 [auto1.it] INFO: Scrape type for XX72461: 0
2026-03-29 04:04:00 [auto1.it] INFO: Found listing with ID: AJ45475
2026-03-29 04:04:00 [auto1.it] INFO: Found listing with ID: RB61179
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB61179%27 HTTP/1.1" 200 None
2026-03-29 04:04:00 [auto1.it] INFO: Scrape type for RB61179: 2
2026-03-29 04:04:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70e4e274-3b50-5d82-8ceb-236d9940d5b9 with identifier: RB61179
2026-03-29 04:04:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70e4e274-3b50-5d82-8ceb-236d9940d5b9 with scrape type 2
2026-03-29 04:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70e4e274-3b50-5d82-8ceb-236d9940d5b9 with scrape type 2
2026-03-29 04:04:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 70e4e274-3b50-5d82-8ceb-236d9940d5b9, identifier: RB61179
2026-03-29 04:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 70e4e274-3b50-5d82-8ceb-236d9940d5b9 with identifier: RB61179
2026-03-29 04:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 70e4e274-3b50-5d82-8ceb-236d9940d5b9 with identifier: RB61179
2026-03-29 04:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 70e4e274-3b50-5d82-8ceb-236d9940d5b9 with identifier: RB61179 to the API
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 250,
'expiration_date': '2026-03-30T15:24:30Z',
'fuel_type': 'diesel',
'id': '70e4e274-3b50-5d82-8ceb-236d9940d5b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RB61179',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Range Rover Sport',
'odometer': 160173,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-29',
'seller_name': None,
'title': 'Land Rover Range Rover Sport 3.0 V6 TDI SE',
'transmission': 'automatic',
'trim': 'SE',
'year': 2017}
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB61179%27 HTTP/1.1" 200 None
2026-03-29 04:04:00 [auto1.it] INFO: Saving data for RB61179: {'auction_closing_time': 1774884270.0, 'created_time': 1773835771.337902, 'last_price_update_time': 1774757040.904692}
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RB61179') HTTP/1.1" 204 0
2026-03-29 04:04:00 [auto1.it] INFO: Found listing with ID: RA46767
2026-03-29 04:04:00 [auto1.it] INFO: Found listing with ID: NK94790
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NK94790%27 HTTP/1.1" 200 None
2026-03-29 04:04:00 [auto1.it] INFO: Scrape type for NK94790: 2
2026-03-29 04:04:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69289b5a-e521-5453-aa41-6b7e7c99beec with identifier: NK94790
2026-03-29 04:04:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69289b5a-e521-5453-aa41-6b7e7c99beec with scrape type 2
2026-03-29 04:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69289b5a-e521-5453-aa41-6b7e7c99beec with scrape type 2
2026-03-29 04:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 69289b5a-e521-5453-aa41-6b7e7c99beec, identifier: NK94790
2026-03-29 04:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 69289b5a-e521-5453-aa41-6b7e7c99beec with identifier: NK94790
2026-03-29 04:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 69289b5a-e521-5453-aa41-6b7e7c99beec with identifier: NK94790
2026-03-29 04:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 69289b5a-e521-5453-aa41-6b7e7c99beec with identifier: NK94790 to the API
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:53:22Z',
'fuel_type': 'petrol',
'id': '69289b5a-e521-5453-aa41-6b7e7c99beec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NK94790',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 309831,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-29',
'seller_name': None,
'title': 'Volkswagen Polo 1.2 TSI Fresh BlueMotion Tech',
'transmission': 'manual',
'trim': 'Fresh BlueMotion Tech',
'year': 2014}
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NK94790%27 HTTP/1.1" 200 None
2026-03-29 04:04:01 [auto1.it] INFO: Saving data for NK94790: {'auction_closing_time': 1774886002.0, 'created_time': 1774558932.442892, 'last_price_update_time': 1774757041.333832}
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NK94790') HTTP/1.1" 204 0
2026-03-29 04:04:01 [auto1.it] INFO: Found listing with ID: GM28799
2026-03-29 04:04:01 [auto1.it] INFO: Found listing with ID: GE08005
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GE08005%27 HTTP/1.1" 200 None
2026-03-29 04:04:01 [auto1.it] INFO: Scrape type for GE08005: 0
2026-03-29 04:04:01 [auto1.it] INFO: Found listing with ID: NP81459
2026-03-29 04:04:01 [auto1.it] INFO: Found listing with ID: KD77242
2026-03-29 04:04:01 [auto1.it] INFO: Found listing with ID: DZ90619
2026-03-29 04:04:01 [auto1.it] INFO: Found listing with ID: BH96807
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BH96807%27 HTTP/1.1" 200 None
2026-03-29 04:04:01 [auto1.it] INFO: Scrape type for BH96807: 0
2026-03-29 04:04:01 [auto1.it] INFO: Found listing with ID: GR65234
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GR65234%27 HTTP/1.1" 200 None
2026-03-29 04:04:01 [auto1.it] INFO: Scrape type for GR65234: 2
2026-03-29 04:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c12f9e0b-9387-51f0-baf1-ff760cedceb2 with identifier: GR65234
2026-03-29 04:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c12f9e0b-9387-51f0-baf1-ff760cedceb2 with scrape type 2
2026-03-29 04:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c12f9e0b-9387-51f0-baf1-ff760cedceb2 with scrape type 2
2026-03-29 04:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c12f9e0b-9387-51f0-baf1-ff760cedceb2, identifier: GR65234
2026-03-29 04:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c12f9e0b-9387-51f0-baf1-ff760cedceb2 with identifier: GR65234
2026-03-29 04:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c12f9e0b-9387-51f0-baf1-ff760cedceb2 with identifier: GR65234
2026-03-29 04:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c12f9e0b-9387-51f0-baf1-ff760cedceb2 with identifier: GR65234 to the API
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 163,
'expiration_date': '2026-03-30T15:51:26Z',
'fuel_type': 'petrol',
'id': 'c12f9e0b-9387-51f0-baf1-ff760cedceb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GR65234',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'E-Klasse',
'odometer': 167204,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2000-12-21',
'seller_name': None,
'title': 'Mercedes-Benz E-Klasse E 200 Kompressor Elegance',
'transmission': 'manual',
'trim': 'Elegance',
'year': 2000}
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GR65234%27 HTTP/1.1" 200 None
2026-03-29 04:04:01 [auto1.it] INFO: Saving data for GR65234: {'auction_closing_time': 1774885886.0, 'created_time': 1774267256.058823, 'last_price_update_time': 1774757041.953582}
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GR65234') HTTP/1.1" 204 0
2026-03-29 04:04:01 [auto1.it] INFO: Found listing with ID: BT34353
2026-03-29 04:04:01 [auto1.it] INFO: Found listing with ID: EV67651
2026-03-29 04:04:01 [auto1.it] INFO: Found listing with ID: RT31033
2026-03-29 04:04:01 [auto1.it] INFO: Found listing with ID: ZX88730
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZX88730%27 HTTP/1.1" 200 None
2026-03-29 04:04:01 [auto1.it] INFO: Scrape type for ZX88730: 2
2026-03-29 04:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cf65c1c-43a5-58fa-b154-7de40e2cbf25 with identifier: ZX88730
2026-03-29 04:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cf65c1c-43a5-58fa-b154-7de40e2cbf25 with scrape type 2
2026-03-29 04:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cf65c1c-43a5-58fa-b154-7de40e2cbf25 with scrape type 2
2026-03-29 04:04:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 7cf65c1c-43a5-58fa-b154-7de40e2cbf25, identifier: ZX88730
2026-03-29 04:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 7cf65c1c-43a5-58fa-b154-7de40e2cbf25 with identifier: ZX88730
2026-03-29 04:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 7cf65c1c-43a5-58fa-b154-7de40e2cbf25 with identifier: ZX88730
2026-03-29 04:04:02 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 7cf65c1c-43a5-58fa-b154-7de40e2cbf25 with identifier: ZX88730 to the API
2026-03-29 04:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:56:56Z',
'fuel_type': 'diesel',
'id': '7cf65c1c-43a5-58fa-b154-7de40e2cbf25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZX88730',
'listing': 'auction',
'make': 'Peugeot',
'model': '3008',
'odometer': 202413,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-27',
'seller_name': None,
'title': 'Peugeot 3008 1.6 Blue-HDi GT Line',
'transmission': 'automatic',
'trim': 'GT Line',
'year': 2017}
2026-03-29 04:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZX88730%27 HTTP/1.1" 200 None
2026-03-29 04:04:02 [auto1.it] INFO: Saving data for ZX88730: {'auction_closing_time': 1774886216.0, 'created_time': 1773759710.560981, 'last_price_update_time': 1774757042.450159}
2026-03-29 04:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZX88730') HTTP/1.1" 204 0
2026-03-29 04:04:02 [auto1.it] INFO: Found listing with ID: DA14696
2026-03-29 04:04:02 [auto1.it] INFO: Found listing with ID: BT51990
2026-03-29 04:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BT51990%27 HTTP/1.1" 200 None
2026-03-29 04:04:02 [auto1.it] INFO: Scrape type for BT51990: 0
2026-03-29 04:04:02 [auto1.it] INFO: Found listing with ID: GY24745
2026-03-29 04:04:05 [scrapy.extensions.logstats] INFO: Crawled 42 pages (at 12 pages/min), scraped 255 items (at 74 items/min)
2026-03-29 04:04:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 157MiB
2026-03-29 04:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:11 [auto1.it] INFO: Channel: 24h | Page: 39 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: NY71286
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: BX71767
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: KR27714
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: LN65398
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: HR92713
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HR92713%27 HTTP/1.1" 200 None
2026-03-29 04:04:11 [auto1.it] INFO: Scrape type for HR92713: 0
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: ZF40554
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZF40554%27 HTTP/1.1" 200 None
2026-03-29 04:04:11 [auto1.it] INFO: Scrape type for ZF40554: 0
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: MK90568
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MK90568%27 HTTP/1.1" 200 None
2026-03-29 04:04:11 [auto1.it] INFO: Scrape type for MK90568: 0
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: FG90237
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FG90237%27 HTTP/1.1" 200 None
2026-03-29 04:04:11 [auto1.it] INFO: Scrape type for FG90237: 0
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: FU47372
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FU47372%27 HTTP/1.1" 200 None
2026-03-29 04:04:11 [auto1.it] INFO: Scrape type for FU47372: 0
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: SX13991
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SX13991%27 HTTP/1.1" 200 None
2026-03-29 04:04:11 [auto1.it] INFO: Scrape type for SX13991: 0
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: FF25963
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: VS63057
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VS63057%27 HTTP/1.1" 200 None
2026-03-29 04:04:11 [auto1.it] INFO: Scrape type for VS63057: 0
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: MK89859
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: NT36373
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: TT73216
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: RT93241
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: EU08042
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: DM50235
2026-03-29 04:04:11 [auto1.it] INFO: Found listing with ID: XY06195
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XY06195%27 HTTP/1.1" 200 None
2026-03-29 04:04:11 [auto1.it] INFO: Scrape type for XY06195: 2
2026-03-29 04:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71852517-f20a-5132-a337-f7ea75147283 with identifier: XY06195
2026-03-29 04:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71852517-f20a-5132-a337-f7ea75147283 with scrape type 2
2026-03-29 04:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71852517-f20a-5132-a337-f7ea75147283 with scrape type 2
2026-03-29 04:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 71852517-f20a-5132-a337-f7ea75147283, identifier: XY06195
2026-03-29 04:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 71852517-f20a-5132-a337-f7ea75147283 with identifier: XY06195
2026-03-29 04:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 71852517-f20a-5132-a337-f7ea75147283 with identifier: XY06195
2026-03-29 04:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 71852517-f20a-5132-a337-f7ea75147283 with identifier: XY06195 to the API
2026-03-29 04:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 82,
'expiration_date': '2026-03-30T15:07:29Z',
'fuel_type': 'petrol',
'id': '71852517-f20a-5132-a337-f7ea75147283',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XY06195',
'listing': 'auction',
'make': 'Peugeot',
'model': '2008',
'odometer': 37453,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-30',
'seller_name': None,
'title': 'Peugeot 2008 1.2 e-VTi Active',
'transmission': 'manual',
'trim': 'Active',
'year': 2019}
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XY06195%27 HTTP/1.1" 200 None
2026-03-29 04:04:12 [auto1.it] INFO: Saving data for XY06195: {'auction_closing_time': 1774883249.0, 'created_time': 1774645590.549786, 'last_price_update_time': 1774757052.193747}
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XY06195') HTTP/1.1" 204 0
2026-03-29 04:04:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:12 [auto1.it] INFO: Found listing with ID: KB99828
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KB99828%27 HTTP/1.1" 200 None
2026-03-29 04:04:12 [auto1.it] INFO: Scrape type for KB99828: 0
2026-03-29 04:04:12 [auto1.it] INFO: Found listing with ID: GB11317
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GB11317%27 HTTP/1.1" 200 None
2026-03-29 04:04:12 [auto1.it] INFO: Scrape type for GB11317: 0
2026-03-29 04:04:12 [auto1.it] INFO: Found listing with ID: WL39771
2026-03-29 04:04:12 [auto1.it] INFO: Found listing with ID: ER28485
2026-03-29 04:04:12 [auto1.it] INFO: Found listing with ID: AP47784
2026-03-29 04:04:12 [auto1.it] INFO: Found listing with ID: RE49156
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RE49156%27 HTTP/1.1" 200 None
2026-03-29 04:04:12 [auto1.it] INFO: Scrape type for RE49156: 0
2026-03-29 04:04:12 [auto1.it] INFO: Found listing with ID: WY52867
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WY52867%27 HTTP/1.1" 200 None
2026-03-29 04:04:12 [auto1.it] INFO: Scrape type for WY52867: 2
2026-03-29 04:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b5adc42-7faf-5803-9359-d9bef30c01f4 with identifier: WY52867
2026-03-29 04:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b5adc42-7faf-5803-9359-d9bef30c01f4 with scrape type 2
2026-03-29 04:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b5adc42-7faf-5803-9359-d9bef30c01f4 with scrape type 2
2026-03-29 04:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9b5adc42-7faf-5803-9359-d9bef30c01f4, identifier: WY52867
2026-03-29 04:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9b5adc42-7faf-5803-9359-d9bef30c01f4 with identifier: WY52867
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=yellow HTTP/1.1" 200 None
2026-03-29 04:04:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 04:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9b5adc42-7faf-5803-9359-d9bef30c01f4 with identifier: WY52867
2026-03-29 04:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9b5adc42-7faf-5803-9359-d9bef30c01f4 with identifier: WY52867 to the API
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'yellow',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:15:54Z',
'fuel_type': 'diesel',
'id': '9b5adc42-7faf-5803-9359-d9bef30c01f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WY52867',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 139701,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-31',
'seller_name': None,
'title': 'Fiat Panda 1.3 JTD Climbing 4x4',
'transmission': 'manual',
'trim': 'Climbing 4x4',
'year': 2011}
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WY52867%27 HTTP/1.1" 200 None
2026-03-29 04:04:12 [auto1.it] INFO: Saving data for WY52867: {'auction_closing_time': 1774883754.0, 'created_time': 1774645574.660113, 'last_price_update_time': 1774757052.888991}
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WY52867') HTTP/1.1" 204 0
2026-03-29 04:04:12 [auto1.it] INFO: Found listing with ID: SS74594
2026-03-29 04:04:12 [auto1.it] INFO: Found listing with ID: YR57836
2026-03-29 04:04:12 [auto1.it] INFO: Found listing with ID: ZY29551
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZY29551%27 HTTP/1.1" 200 None
2026-03-29 04:04:12 [auto1.it] INFO: Scrape type for ZY29551: 0
2026-03-29 04:04:12 [auto1.it] INFO: Found listing with ID: VS88689
2026-03-29 04:04:12 [auto1.it] INFO: Found listing with ID: VB10041
2026-03-29 04:04:12 [auto1.it] INFO: Found listing with ID: KE74592
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KE74592%27 HTTP/1.1" 200 None
2026-03-29 04:04:12 [auto1.it] INFO: Scrape type for KE74592: 2
2026-03-29 04:04:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d01551d2-c7d6-5155-bcff-b2282bc97a34 with identifier: KE74592
2026-03-29 04:04:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d01551d2-c7d6-5155-bcff-b2282bc97a34 with scrape type 2
2026-03-29 04:04:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d01551d2-c7d6-5155-bcff-b2282bc97a34 with scrape type 2
2026-03-29 04:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d01551d2-c7d6-5155-bcff-b2282bc97a34, identifier: KE74592
2026-03-29 04:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d01551d2-c7d6-5155-bcff-b2282bc97a34 with identifier: KE74592
2026-03-29 04:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d01551d2-c7d6-5155-bcff-b2282bc97a34 with identifier: KE74592
2026-03-29 04:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d01551d2-c7d6-5155-bcff-b2282bc97a34 with identifier: KE74592 to the API
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:24:05Z',
'fuel_type': 'diesel',
'id': 'd01551d2-c7d6-5155-bcff-b2282bc97a34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KE74592',
'listing': 'auction',
'make': 'BMW',
'model': '2er',
'odometer': 156878,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-12',
'seller_name': None,
'title': 'BMW 2er 220d Active Tourer xDrive Basis',
'transmission': 'automatic',
'trim': 'xDrive Basis',
'year': 2015}
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KE74592%27 HTTP/1.1" 200 None
2026-03-29 04:04:13 [auto1.it] INFO: Saving data for KE74592: {'auction_closing_time': 1774884245.0, 'created_time': 1773435671.024872, 'last_price_update_time': 1774757053.352462}
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KE74592') HTTP/1.1" 204 0
2026-03-29 04:04:13 [auto1.it] INFO: Found listing with ID: MH63316
2026-03-29 04:04:13 [auto1.it] INFO: Found listing with ID: NE32372
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NE32372%27 HTTP/1.1" 200 None
2026-03-29 04:04:13 [auto1.it] INFO: Scrape type for NE32372: 0
2026-03-29 04:04:13 [auto1.it] INFO: Found listing with ID: WG36727
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WG36727%27 HTTP/1.1" 200 None
2026-03-29 04:04:13 [auto1.it] INFO: Scrape type for WG36727: 0
2026-03-29 04:04:13 [auto1.it] INFO: Found listing with ID: AA65111
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AA65111%27 HTTP/1.1" 200 None
2026-03-29 04:04:13 [auto1.it] INFO: Scrape type for AA65111: 2
2026-03-29 04:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 456d7376-f336-5355-89d9-9335a45bcc29 with identifier: AA65111
2026-03-29 04:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 456d7376-f336-5355-89d9-9335a45bcc29 with scrape type 2
2026-03-29 04:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 456d7376-f336-5355-89d9-9335a45bcc29 with scrape type 2
2026-03-29 04:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 456d7376-f336-5355-89d9-9335a45bcc29, identifier: AA65111
2026-03-29 04:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 456d7376-f336-5355-89d9-9335a45bcc29 with identifier: AA65111
2026-03-29 04:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 456d7376-f336-5355-89d9-9335a45bcc29 with identifier: AA65111
2026-03-29 04:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 456d7376-f336-5355-89d9-9335a45bcc29 with identifier: AA65111 to the API
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 275,
'expiration_date': '2026-03-30T15:57:42Z',
'fuel_type': 'diesel',
'id': '456d7376-f336-5355-89d9-9335a45bcc29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AA65111',
'listing': 'auction',
'make': 'Maserati',
'model': 'Levante',
'odometer': 211743,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-27',
'seller_name': None,
'title': 'Maserati Levante 3.0 V6 Diesel GranLusso',
'transmission': 'automatic',
'trim': 'GranLusso',
'year': 2021}
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AA65111%27 HTTP/1.1" 200 None
2026-03-29 04:04:13 [auto1.it] INFO: Saving data for AA65111: {'auction_closing_time': 1774886262.0, 'created_time': 1774645696.519836, 'last_price_update_time': 1774757053.868591}
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AA65111') HTTP/1.1" 204 0
2026-03-29 04:04:13 [auto1.it] INFO: Found listing with ID: FG22478
2026-03-29 04:04:13 [auto1.it] INFO: Found listing with ID: UE69721
2026-03-29 04:04:13 [auto1.it] INFO: Found listing with ID: FD53627
2026-03-29 04:04:13 [auto1.it] INFO: Found listing with ID: RZ31848
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RZ31848%27 HTTP/1.1" 200 None
2026-03-29 04:04:13 [auto1.it] INFO: Scrape type for RZ31848: 2
2026-03-29 04:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0eded0fd-58d4-5034-8fed-e98f7029c86c with identifier: RZ31848
2026-03-29 04:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0eded0fd-58d4-5034-8fed-e98f7029c86c with scrape type 2
2026-03-29 04:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0eded0fd-58d4-5034-8fed-e98f7029c86c with scrape type 2
2026-03-29 04:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0eded0fd-58d4-5034-8fed-e98f7029c86c, identifier: RZ31848
2026-03-29 04:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0eded0fd-58d4-5034-8fed-e98f7029c86c with identifier: RZ31848
2026-03-29 04:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0eded0fd-58d4-5034-8fed-e98f7029c86c with identifier: RZ31848
2026-03-29 04:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0eded0fd-58d4-5034-8fed-e98f7029c86c with identifier: RZ31848 to the API
2026-03-29 04:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:27:46Z',
'fuel_type': 'petrol',
'id': '0eded0fd-58d4-5034-8fed-e98f7029c86c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RZ31848',
'listing': 'auction',
'make': 'Lancia',
'model': 'Ypsilon',
'odometer': 175574,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-27',
'seller_name': None,
'title': 'Lancia Ypsilon 1.2 Gold',
'transmission': 'manual',
'trim': 'Gold',
'year': 2017}
2026-03-29 04:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RZ31848%27 HTTP/1.1" 200 None
2026-03-29 04:04:14 [auto1.it] INFO: Saving data for RZ31848: {'auction_closing_time': 1774884466.0, 'created_time': 1773846038.867071, 'last_price_update_time': 1774757054.32962}
2026-03-29 04:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RZ31848') HTTP/1.1" 204 0
2026-03-29 04:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:15 [auto1.it] INFO: Channel: 24h | Page: 40 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:15 [auto1.it] INFO: Found listing with ID: NY14439
2026-03-29 04:04:15 [auto1.it] INFO: Found listing with ID: XH35372
2026-03-29 04:04:15 [auto1.it] INFO: Found listing with ID: FA25945
2026-03-29 04:04:15 [auto1.it] INFO: Found listing with ID: YG79824
2026-03-29 04:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YG79824%27 HTTP/1.1" 200 None
2026-03-29 04:04:15 [auto1.it] INFO: Scrape type for YG79824: 0
2026-03-29 04:04:15 [auto1.it] INFO: Found listing with ID: TP79080
2026-03-29 04:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TP79080%27 HTTP/1.1" 200 None
2026-03-29 04:04:15 [auto1.it] INFO: Scrape type for TP79080: 0
2026-03-29 04:04:15 [auto1.it] INFO: Found listing with ID: JC61958
2026-03-29 04:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JC61958%27 HTTP/1.1" 200 None
2026-03-29 04:04:15 [auto1.it] INFO: Scrape type for JC61958: 2
2026-03-29 04:04:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbc7eaca-7a36-52f8-8dd9-b4883c9d7c45 with identifier: JC61958
2026-03-29 04:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbc7eaca-7a36-52f8-8dd9-b4883c9d7c45 with scrape type 2
2026-03-29 04:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbc7eaca-7a36-52f8-8dd9-b4883c9d7c45 with scrape type 2
2026-03-29 04:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bbc7eaca-7a36-52f8-8dd9-b4883c9d7c45, identifier: JC61958
2026-03-29 04:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bbc7eaca-7a36-52f8-8dd9-b4883c9d7c45 with identifier: JC61958
2026-03-29 04:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bbc7eaca-7a36-52f8-8dd9-b4883c9d7c45 with identifier: JC61958
2026-03-29 04:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bbc7eaca-7a36-52f8-8dd9-b4883c9d7c45 with identifier: JC61958 to the API
2026-03-29 04:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:37:19Z',
'fuel_type': 'diesel',
'id': 'bbc7eaca-7a36-52f8-8dd9-b4883c9d7c45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JC61958',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VII',
'odometer': 226032,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-20',
'seller_name': None,
'title': 'Volkswagen Golf VII 1.6 TDI Trendline BlueMotion Tech',
'transmission': 'manual',
'trim': 'Trendline BlueMotion Tech',
'year': 2015}
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JC61958%27 HTTP/1.1" 200 None
2026-03-29 04:04:16 [auto1.it] INFO: Saving data for JC61958: {'auction_closing_time': 1774885039.0, 'created_time': 1773749394.328611, 'last_price_update_time': 1774757056.038553}
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JC61958') HTTP/1.1" 204 0
2026-03-29 04:04:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:16 [auto1.it] INFO: Found listing with ID: VV53069
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VV53069%27 HTTP/1.1" 200 None
2026-03-29 04:04:16 [auto1.it] INFO: Scrape type for VV53069: 2
2026-03-29 04:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3df12ab8-6a23-54f9-9890-400e6ba98331 with identifier: VV53069
2026-03-29 04:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3df12ab8-6a23-54f9-9890-400e6ba98331 with scrape type 2
2026-03-29 04:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3df12ab8-6a23-54f9-9890-400e6ba98331 with scrape type 2
2026-03-29 04:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3df12ab8-6a23-54f9-9890-400e6ba98331, identifier: VV53069
2026-03-29 04:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3df12ab8-6a23-54f9-9890-400e6ba98331 with identifier: VV53069
2026-03-29 04:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3df12ab8-6a23-54f9-9890-400e6ba98331 with identifier: VV53069
2026-03-29 04:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3df12ab8-6a23-54f9-9890-400e6ba98331 with identifier: VV53069 to the API
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:10:23Z',
'fuel_type': 'diesel',
'id': '3df12ab8-6a23-54f9-9890-400e6ba98331',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VV53069',
'listing': 'auction',
'make': 'Jeep',
'model': 'Compass',
'odometer': 140289,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-27',
'seller_name': None,
'title': 'Jeep Compass 1.6 M-Jet Longitude FWD',
'transmission': 'manual',
'trim': 'Longitude FWD',
'year': 2019}
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VV53069%27 HTTP/1.1" 200 None
2026-03-29 04:04:16 [auto1.it] INFO: Saving data for VV53069: {'auction_closing_time': 1774883423.0, 'created_time': 1774558954.884348, 'last_price_update_time': 1774757056.559999}
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VV53069') HTTP/1.1" 204 0
2026-03-29 04:04:16 [auto1.it] INFO: Found listing with ID: ZW88781
2026-03-29 04:04:16 [auto1.it] INFO: Found listing with ID: EX36920
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EX36920%27 HTTP/1.1" 200 None
2026-03-29 04:04:16 [auto1.it] INFO: Scrape type for EX36920: 0
2026-03-29 04:04:16 [auto1.it] INFO: Found listing with ID: RC55633
2026-03-29 04:04:16 [auto1.it] INFO: Found listing with ID: ZL56801
2026-03-29 04:04:16 [auto1.it] INFO: Found listing with ID: DD75867
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DD75867%27 HTTP/1.1" 200 None
2026-03-29 04:04:16 [auto1.it] INFO: Scrape type for DD75867: 2
2026-03-29 04:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46ccfb1d-f95e-55ce-a4c7-0259b5468183 with identifier: DD75867
2026-03-29 04:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46ccfb1d-f95e-55ce-a4c7-0259b5468183 with scrape type 2
2026-03-29 04:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46ccfb1d-f95e-55ce-a4c7-0259b5468183 with scrape type 2
2026-03-29 04:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 46ccfb1d-f95e-55ce-a4c7-0259b5468183, identifier: DD75867
2026-03-29 04:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 46ccfb1d-f95e-55ce-a4c7-0259b5468183 with identifier: DD75867
2026-03-29 04:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 46ccfb1d-f95e-55ce-a4c7-0259b5468183 with identifier: DD75867
2026-03-29 04:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 46ccfb1d-f95e-55ce-a4c7-0259b5468183 with identifier: DD75867 to the API
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 163,
'expiration_date': '2026-03-30T15:57:49Z',
'fuel_type': 'petrol',
'id': '46ccfb1d-f95e-55ce-a4c7-0259b5468183',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DD75867',
'listing': 'auction',
'make': 'Kia',
'model': 'Sportage',
'odometer': 233781,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-07-13',
'seller_name': None,
'title': 'Kia Sportage 2.0 Spirit 4WD',
'transmission': 'automatic',
'trim': 'Spirit 4WD',
'year': 2011}
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DD75867%27 HTTP/1.1" 200 None
2026-03-29 04:04:17 [auto1.it] INFO: Saving data for DD75867: {'auction_closing_time': 1774886269.0, 'created_time': 1774645686.207868, 'last_price_update_time': 1774757057.033239}
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DD75867') HTTP/1.1" 204 0
2026-03-29 04:04:17 [auto1.it] INFO: Found listing with ID: ZU32516
2026-03-29 04:04:17 [auto1.it] INFO: Found listing with ID: FN89798
2026-03-29 04:04:17 [auto1.it] INFO: Found listing with ID: YY37168
2026-03-29 04:04:17 [auto1.it] INFO: Found listing with ID: MK47318
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MK47318%27 HTTP/1.1" 200 None
2026-03-29 04:04:17 [auto1.it] INFO: Scrape type for MK47318: 2
2026-03-29 04:04:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ce6d1e1-94ca-525f-98ea-6986e3ccecd7 with identifier: MK47318
2026-03-29 04:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ce6d1e1-94ca-525f-98ea-6986e3ccecd7 with scrape type 2
2026-03-29 04:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ce6d1e1-94ca-525f-98ea-6986e3ccecd7 with scrape type 2
2026-03-29 04:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8ce6d1e1-94ca-525f-98ea-6986e3ccecd7, identifier: MK47318
2026-03-29 04:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8ce6d1e1-94ca-525f-98ea-6986e3ccecd7 with identifier: MK47318
2026-03-29 04:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8ce6d1e1-94ca-525f-98ea-6986e3ccecd7 with identifier: MK47318
2026-03-29 04:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8ce6d1e1-94ca-525f-98ea-6986e3ccecd7 with identifier: MK47318 to the API
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:30:43Z',
'fuel_type': 'diesel',
'id': '8ce6d1e1-94ca-525f-98ea-6986e3ccecd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MK47318',
'listing': 'auction',
'make': 'Ford',
'model': 'Focus',
'odometer': 80615,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-05-27',
'seller_name': None,
'title': 'Ford Focus 1.6 TDCi',
'transmission': 'manual',
'trim': '',
'year': 2012}
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MK47318%27 HTTP/1.1" 200 None
2026-03-29 04:04:17 [auto1.it] INFO: Saving data for MK47318: {'auction_closing_time': 1774884643.0, 'created_time': 1774645600.519645, 'last_price_update_time': 1774757057.464843}
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MK47318') HTTP/1.1" 204 0
2026-03-29 04:04:17 [auto1.it] INFO: Found listing with ID: DF71809
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DF71809%27 HTTP/1.1" 200 None
2026-03-29 04:04:17 [auto1.it] INFO: Scrape type for DF71809: 0
2026-03-29 04:04:17 [auto1.it] INFO: Found listing with ID: PW61851
2026-03-29 04:04:17 [auto1.it] INFO: Found listing with ID: PN84990
2026-03-29 04:04:17 [auto1.it] INFO: Found listing with ID: JT10117
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JT10117%27 HTTP/1.1" 200 None
2026-03-29 04:04:17 [auto1.it] INFO: Scrape type for JT10117: 0
2026-03-29 04:04:17 [auto1.it] INFO: Found listing with ID: MG40784
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MG40784%27 HTTP/1.1" 200 None
2026-03-29 04:04:17 [auto1.it] INFO: Scrape type for MG40784: 0
2026-03-29 04:04:17 [auto1.it] INFO: Found listing with ID: EV28185
2026-03-29 04:04:17 [auto1.it] INFO: Found listing with ID: UH10100
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UH10100%27 HTTP/1.1" 200 None
2026-03-29 04:04:17 [auto1.it] INFO: Scrape type for UH10100: 2
2026-03-29 04:04:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 142fc6b0-153e-5620-906d-0faf2b123eba with identifier: UH10100
2026-03-29 04:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 142fc6b0-153e-5620-906d-0faf2b123eba with scrape type 2
2026-03-29 04:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 142fc6b0-153e-5620-906d-0faf2b123eba with scrape type 2
2026-03-29 04:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 142fc6b0-153e-5620-906d-0faf2b123eba, identifier: UH10100
2026-03-29 04:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 142fc6b0-153e-5620-906d-0faf2b123eba with identifier: UH10100
2026-03-29 04:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 142fc6b0-153e-5620-906d-0faf2b123eba with identifier: UH10100
2026-03-29 04:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 142fc6b0-153e-5620-906d-0faf2b123eba with identifier: UH10100 to the API
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 170,
'expiration_date': '2026-03-30T15:04:47Z',
'fuel_type': 'diesel',
'id': '142fc6b0-153e-5620-906d-0faf2b123eba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UH10100',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'CLA-Klasse',
'odometer': 191496,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-07-29',
'seller_name': None,
'title': 'Mercedes-Benz CLA-Klasse CLA 220 d Sport',
'transmission': 'automatic',
'trim': 'Sport',
'year': 2013}
2026-03-29 04:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UH10100%27 HTTP/1.1" 200 None
2026-03-29 04:04:18 [auto1.it] INFO: Saving data for UH10100: {'auction_closing_time': 1774883087.0, 'created_time': 1772105071.574371, 'last_price_update_time': 1774757058.008691}
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UH10100') HTTP/1.1" 204 0
2026-03-29 04:04:18 [auto1.it] INFO: Found listing with ID: HW99269
2026-03-29 04:04:18 [auto1.it] INFO: Found listing with ID: YX40722
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YX40722%27 HTTP/1.1" 200 None
2026-03-29 04:04:18 [auto1.it] INFO: Scrape type for YX40722: 2
2026-03-29 04:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1877b170-12d6-513e-a5db-3e69b511e303 with identifier: YX40722
2026-03-29 04:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1877b170-12d6-513e-a5db-3e69b511e303 with scrape type 2
2026-03-29 04:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1877b170-12d6-513e-a5db-3e69b511e303 with scrape type 2
2026-03-29 04:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1877b170-12d6-513e-a5db-3e69b511e303, identifier: YX40722
2026-03-29 04:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1877b170-12d6-513e-a5db-3e69b511e303 with identifier: YX40722
2026-03-29 04:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1877b170-12d6-513e-a5db-3e69b511e303 with identifier: YX40722
2026-03-29 04:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1877b170-12d6-513e-a5db-3e69b511e303 with identifier: YX40722 to the API
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:52:20Z',
'fuel_type': 'diesel',
'id': '1877b170-12d6-513e-a5db-3e69b511e303',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YX40722',
'listing': 'auction',
'make': 'Audi',
'model': 'A3 Sportback',
'odometer': 325809,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-08-04',
'seller_name': None,
'title': 'Audi A3 Sportback 2.0 TDI Ambition',
'transmission': 'manual',
'trim': 'Ambition',
'year': 2009}
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YX40722%27 HTTP/1.1" 200 None
2026-03-29 04:04:18 [auto1.it] INFO: Saving data for YX40722: {'auction_closing_time': 1774885940.0, 'created_time': 1774559032.316725, 'last_price_update_time': 1774757058.521594}
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YX40722') HTTP/1.1" 204 0
2026-03-29 04:04:18 [auto1.it] INFO: Found listing with ID: KW23650
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KW23650%27 HTTP/1.1" 200 None
2026-03-29 04:04:18 [auto1.it] INFO: Scrape type for KW23650: 2
2026-03-29 04:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 935c2bd8-257a-5d5d-ab08-02c80f5f2c88 with identifier: KW23650
2026-03-29 04:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 935c2bd8-257a-5d5d-ab08-02c80f5f2c88 with scrape type 2
2026-03-29 04:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 935c2bd8-257a-5d5d-ab08-02c80f5f2c88 with scrape type 2
2026-03-29 04:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 935c2bd8-257a-5d5d-ab08-02c80f5f2c88, identifier: KW23650
2026-03-29 04:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 935c2bd8-257a-5d5d-ab08-02c80f5f2c88 with identifier: KW23650
2026-03-29 04:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 935c2bd8-257a-5d5d-ab08-02c80f5f2c88 with identifier: KW23650
2026-03-29 04:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 935c2bd8-257a-5d5d-ab08-02c80f5f2c88 with identifier: KW23650 to the API
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 170,
'expiration_date': '2026-03-30T15:11:24Z',
'fuel_type': 'diesel',
'id': '935c2bd8-257a-5d5d-ab08-02c80f5f2c88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KW23650',
'listing': 'auction',
'make': 'Fiat',
'model': 'Freemont',
'odometer': 173681,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-02-22',
'seller_name': None,
'title': 'Fiat Freemont 2.0 Multijet Urban',
'transmission': 'manual',
'trim': 'Urban',
'year': 2012}
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KW23650%27 HTTP/1.1" 200 None
2026-03-29 04:04:18 [auto1.it] INFO: Saving data for KW23650: {'auction_closing_time': 1774883484.0, 'created_time': 1773327969.564566, 'last_price_update_time': 1774757058.966526}
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KW23650') HTTP/1.1" 204 0
2026-03-29 04:04:18 [auto1.it] INFO: Found listing with ID: XV92434
2026-03-29 04:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XV92434%27 HTTP/1.1" 200 None
2026-03-29 04:04:19 [auto1.it] INFO: Scrape type for XV92434: 0
2026-03-29 04:04:19 [auto1.it] INFO: Found listing with ID: RE73183
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RE73183%27 HTTP/1.1" 200 None
2026-03-29 04:04:19 [auto1.it] INFO: Scrape type for RE73183: 0
2026-03-29 04:04:19 [auto1.it] INFO: Found listing with ID: EU31713
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EU31713%27 HTTP/1.1" 200 None
2026-03-29 04:04:19 [auto1.it] INFO: Scrape type for EU31713: 2
2026-03-29 04:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b5aa989-86a6-5f27-8051-ed7686d9ce7e with identifier: EU31713
2026-03-29 04:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b5aa989-86a6-5f27-8051-ed7686d9ce7e with scrape type 2
2026-03-29 04:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b5aa989-86a6-5f27-8051-ed7686d9ce7e with scrape type 2
2026-03-29 04:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0b5aa989-86a6-5f27-8051-ed7686d9ce7e, identifier: EU31713
2026-03-29 04:04:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0b5aa989-86a6-5f27-8051-ed7686d9ce7e with identifier: EU31713
2026-03-29 04:04:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0b5aa989-86a6-5f27-8051-ed7686d9ce7e with identifier: EU31713
2026-03-29 04:04:19 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0b5aa989-86a6-5f27-8051-ed7686d9ce7e with identifier: EU31713 to the API
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 250,
'expiration_date': '2026-03-30T15:37:58Z',
'fuel_type': 'diesel',
'id': '0b5aa989-86a6-5f27-8051-ed7686d9ce7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EU31713',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Range Rover Sport',
'odometer': 114334,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-23',
'seller_name': None,
'title': 'Land Rover Range Rover Sport 3.0 V6 TDI HSE',
'transmission': 'automatic',
'trim': 'HSE',
'year': 2015}
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EU31713%27 HTTP/1.1" 200 None
2026-03-29 04:04:19 [auto1.it] INFO: Saving data for EU31713: {'auction_closing_time': 1774885078.0, 'created_time': 1774558864.07276, 'last_price_update_time': 1774757059.439766}
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EU31713') HTTP/1.1" 204 0
2026-03-29 04:04:19 [auto1.it] INFO: Found listing with ID: EK96047
2026-03-29 04:04:19 [auto1.it] INFO: Found listing with ID: SN24706
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SN24706%27 HTTP/1.1" 200 None
2026-03-29 04:04:19 [auto1.it] INFO: Scrape type for SN24706: 0
2026-03-29 04:04:19 [auto1.it] INFO: Found listing with ID: HW38972
2026-03-29 04:04:19 [auto1.it] INFO: Found listing with ID: CT94493
2026-03-29 04:04:19 [auto1.it] INFO: Found listing with ID: NV14531
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NV14531%27 HTTP/1.1" 200 None
2026-03-29 04:04:19 [auto1.it] INFO: Scrape type for NV14531: 0
2026-03-29 04:04:19 [auto1.it] INFO: Found listing with ID: XW45727
2026-03-29 04:04:19 [auto1.it] INFO: Found listing with ID: WJ96008
2026-03-29 04:04:19 [auto1.it] INFO: Found listing with ID: EA99644
2026-03-29 04:04:19 [auto1.it] INFO: Found listing with ID: LR80545
2026-03-29 04:04:19 [auto1.it] INFO: Found listing with ID: KM03539
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KM03539%27 HTTP/1.1" 200 None
2026-03-29 04:04:19 [auto1.it] INFO: Scrape type for KM03539: 2
2026-03-29 04:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87f85031-bb0e-5d82-a9e9-56837bc55076 with identifier: KM03539
2026-03-29 04:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87f85031-bb0e-5d82-a9e9-56837bc55076 with scrape type 2
2026-03-29 04:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87f85031-bb0e-5d82-a9e9-56837bc55076 with scrape type 2
2026-03-29 04:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 87f85031-bb0e-5d82-a9e9-56837bc55076, identifier: KM03539
2026-03-29 04:04:19 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 87f85031-bb0e-5d82-a9e9-56837bc55076 with identifier: KM03539
2026-03-29 04:04:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 87f85031-bb0e-5d82-a9e9-56837bc55076 with identifier: KM03539
2026-03-29 04:04:19 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 87f85031-bb0e-5d82-a9e9-56837bc55076 with identifier: KM03539 to the API
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gold',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 68,
'expiration_date': '2026-03-30T15:21:10Z',
'fuel_type': 'diesel',
'id': '87f85031-bb0e-5d82-a9e9-56837bc55076',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KM03539',
'listing': 'auction',
'make': 'Citroen',
'model': 'C3',
'odometer': 293020,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-12-31',
'seller_name': None,
'title': 'Citroen C3 1.4 HDi Exclusive',
'transmission': 'manual',
'trim': 'Exclusive',
'year': 2011}
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KM03539%27 HTTP/1.1" 200 None
2026-03-29 04:04:19 [auto1.it] INFO: Saving data for KM03539: {'auction_closing_time': 1774884070.0, 'created_time': 1773327878.741775, 'last_price_update_time': 1774757059.915175}
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KM03539') HTTP/1.1" 204 0
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: SD99760
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SD99760%27 HTTP/1.1" 200 None
2026-03-29 04:04:20 [auto1.it] INFO: Scrape type for SD99760: 2
2026-03-29 04:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae870a51-8328-5a77-9114-4edcba873cc7 with identifier: SD99760
2026-03-29 04:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae870a51-8328-5a77-9114-4edcba873cc7 with scrape type 2
2026-03-29 04:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae870a51-8328-5a77-9114-4edcba873cc7 with scrape type 2
2026-03-29 04:04:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ae870a51-8328-5a77-9114-4edcba873cc7, identifier: SD99760
2026-03-29 04:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ae870a51-8328-5a77-9114-4edcba873cc7 with identifier: SD99760
2026-03-29 04:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ae870a51-8328-5a77-9114-4edcba873cc7 with identifier: SD99760
2026-03-29 04:04:20 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ae870a51-8328-5a77-9114-4edcba873cc7 with identifier: SD99760 to the API
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:19:56Z',
'fuel_type': 'petrol',
'id': 'ae870a51-8328-5a77-9114-4edcba873cc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SD99760',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 118434,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-06-27',
'seller_name': None,
'title': 'Volkswagen Polo 1.4 Trendline',
'transmission': 'automatic',
'trim': 'Trendline',
'year': 2002}
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SD99760%27 HTTP/1.1" 200 None
2026-03-29 04:04:20 [auto1.it] INFO: Saving data for SD99760: {'auction_closing_time': 1774883996.0, 'created_time': 1774645662.499402, 'last_price_update_time': 1774757060.410162}
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SD99760') HTTP/1.1" 204 0
2026-03-29 04:04:20 [auto1.it] INFO: Channel: 24h | Page: 41 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: NH43496
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: YA38395
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: ST06974
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: UV23225
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UV23225%27 HTTP/1.1" 200 None
2026-03-29 04:04:20 [auto1.it] INFO: Scrape type for UV23225: 2
2026-03-29 04:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c316f3e0-4c99-5b1e-aaad-8bfb20f0a4bf with identifier: UV23225
2026-03-29 04:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c316f3e0-4c99-5b1e-aaad-8bfb20f0a4bf with scrape type 2
2026-03-29 04:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c316f3e0-4c99-5b1e-aaad-8bfb20f0a4bf with scrape type 2
2026-03-29 04:04:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c316f3e0-4c99-5b1e-aaad-8bfb20f0a4bf, identifier: UV23225
2026-03-29 04:04:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c316f3e0-4c99-5b1e-aaad-8bfb20f0a4bf with identifier: UV23225
2026-03-29 04:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c316f3e0-4c99-5b1e-aaad-8bfb20f0a4bf with identifier: UV23225
2026-03-29 04:04:20 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c316f3e0-4c99-5b1e-aaad-8bfb20f0a4bf with identifier: UV23225 to the API
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:33:25Z',
'fuel_type': 'diesel',
'id': 'c316f3e0-4c99-5b1e-aaad-8bfb20f0a4bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UV23225',
'listing': 'auction',
'make': 'BMW',
'model': '2er',
'odometer': 114306,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-28',
'seller_name': None,
'title': 'BMW 2er 216d Active Tourer',
'transmission': 'manual',
'trim': '',
'year': 2017}
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UV23225%27 HTTP/1.1" 200 None
2026-03-29 04:04:20 [auto1.it] INFO: Saving data for UV23225: {'auction_closing_time': 1774884805.0, 'created_time': 1774342871.616293, 'last_price_update_time': 1774757060.856893}
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UV23225') HTTP/1.1" 204 0
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: AF86061
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: HH71659
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: HA74709
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HA74709%27 HTTP/1.1" 200 None
2026-03-29 04:04:20 [auto1.it] INFO: Scrape type for HA74709: 0
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: JD36680
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: XW11581
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: SM56678
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SM56678%27 HTTP/1.1" 200 None
2026-03-29 04:04:20 [auto1.it] INFO: Scrape type for SM56678: 0
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: ZP43872
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZP43872%27 HTTP/1.1" 200 None
2026-03-29 04:04:20 [auto1.it] INFO: Scrape type for ZP43872: 0
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: FV08764
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: NT87512
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NT87512%27 HTTP/1.1" 200 None
2026-03-29 04:04:20 [auto1.it] INFO: Scrape type for NT87512: 0
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: BR85251
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: HK76451
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: JZ41811
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JZ41811%27 HTTP/1.1" 200 None
2026-03-29 04:04:20 [auto1.it] INFO: Scrape type for JZ41811: 0
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: MJ56549
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: GT53480
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: RF78298
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: FE23339
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FE23339%27 HTTP/1.1" 200 None
2026-03-29 04:04:20 [auto1.it] INFO: Scrape type for FE23339: 0
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: CN60691
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: ZA31579
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZA31579%27 HTTP/1.1" 200 None
2026-03-29 04:04:20 [auto1.it] INFO: Scrape type for ZA31579: 0
2026-03-29 04:04:20 [auto1.it] INFO: Found listing with ID: CM50151
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CM50151%27 HTTP/1.1" 200 None
2026-03-29 04:04:21 [auto1.it] INFO: Scrape type for CM50151: 2
2026-03-29 04:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57e1b898-a0a5-5b49-aa1b-45477cff77a2 with identifier: CM50151
2026-03-29 04:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57e1b898-a0a5-5b49-aa1b-45477cff77a2 with scrape type 2
2026-03-29 04:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57e1b898-a0a5-5b49-aa1b-45477cff77a2 with scrape type 2
2026-03-29 04:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 57e1b898-a0a5-5b49-aa1b-45477cff77a2, identifier: CM50151
2026-03-29 04:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 57e1b898-a0a5-5b49-aa1b-45477cff77a2 with identifier: CM50151
2026-03-29 04:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 57e1b898-a0a5-5b49-aa1b-45477cff77a2 with identifier: CM50151
2026-03-29 04:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 57e1b898-a0a5-5b49-aa1b-45477cff77a2 with identifier: CM50151 to the API
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 185,
'expiration_date': '2026-03-30T15:44:38Z',
'fuel_type': 'diesel',
'id': '57e1b898-a0a5-5b49-aa1b-45477cff77a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CM50151',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 168877,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-26',
'seller_name': None,
'title': 'BMW X3 xDrive 20d',
'transmission': 'automatic',
'trim': '',
'year': 2014}
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CM50151%27 HTTP/1.1" 200 None
2026-03-29 04:04:21 [auto1.it] INFO: Saving data for CM50151: {'auction_closing_time': 1774885478.0, 'created_time': 1774645645.475365, 'last_price_update_time': 1774757061.386719}
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CM50151') HTTP/1.1" 204 0
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: VG20766
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VG20766%27 HTTP/1.1" 200 None
2026-03-29 04:04:21 [auto1.it] INFO: Scrape type for VG20766: 0
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: ZJ39070
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZJ39070%27 HTTP/1.1" 200 None
2026-03-29 04:04:21 [auto1.it] INFO: Scrape type for ZJ39070: 0
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: NF08896
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: AZ05187
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: CD59495
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CD59495%27 HTTP/1.1" 200 None
2026-03-29 04:04:21 [auto1.it] INFO: Scrape type for CD59495: 2
2026-03-29 04:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd2725f4-5b51-5a8e-8a20-93204addbb55 with identifier: CD59495
2026-03-29 04:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd2725f4-5b51-5a8e-8a20-93204addbb55 with scrape type 2
2026-03-29 04:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd2725f4-5b51-5a8e-8a20-93204addbb55 with scrape type 2
2026-03-29 04:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: dd2725f4-5b51-5a8e-8a20-93204addbb55, identifier: CD59495
2026-03-29 04:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: dd2725f4-5b51-5a8e-8a20-93204addbb55 with identifier: CD59495
2026-03-29 04:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: dd2725f4-5b51-5a8e-8a20-93204addbb55 with identifier: CD59495
2026-03-29 04:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: dd2725f4-5b51-5a8e-8a20-93204addbb55 with identifier: CD59495 to the API
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 04:04:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 204,
'expiration_date': '2026-03-30T15:23:54Z',
'fuel_type': 'diesel',
'id': 'dd2725f4-5b51-5a8e-8a20-93204addbb55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CD59495',
'listing': 'auction',
'make': 'Audi',
'model': 'Q5 Sportback',
'odometer': 182655,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-26',
'seller_name': None,
'title': 'Audi Q5 Sportback 40 TDI Mild-Hybrid quattro S line',
'transmission': 'automatic',
'trim': 'quattro S line',
'year': 2022}
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CD59495%27 HTTP/1.1" 200 None
2026-03-29 04:04:21 [auto1.it] INFO: Saving data for CD59495: {'auction_closing_time': 1774884234.0, 'created_time': 1773392496.074241, 'last_price_update_time': 1774757061.961659}
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CD59495') HTTP/1.1" 204 0
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: VY80184
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: PX04626
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: DL31507
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: YW53472
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: HS43445
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: ER97620
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: TH88339
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: PH25620
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: AD96495
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AD96495%27 HTTP/1.1" 200 None
2026-03-29 04:04:21 [auto1.it] INFO: Scrape type for AD96495: 0
2026-03-29 04:04:21 [auto1.it] INFO: Found listing with ID: YP66201
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YP66201%27 HTTP/1.1" 200 None
2026-03-29 04:04:22 [auto1.it] INFO: Scrape type for YP66201: 0
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: LN67507
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LN67507%27 HTTP/1.1" 200 None
2026-03-29 04:04:22 [auto1.it] INFO: Scrape type for LN67507: 0
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: GZ47839
2026-03-29 04:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:22 [auto1.it] INFO: Channel: 24h | Page: 42 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: AR03634
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: TL02319
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: BW07837
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: XE78357
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: MX32120
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MX32120%27 HTTP/1.1" 200 None
2026-03-29 04:04:22 [auto1.it] INFO: Scrape type for MX32120: 0
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: XZ55537
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XZ55537%27 HTTP/1.1" 200 None
2026-03-29 04:04:22 [auto1.it] INFO: Scrape type for XZ55537: 0
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: WS94048
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WS94048%27 HTTP/1.1" 200 None
2026-03-29 04:04:22 [auto1.it] INFO: Scrape type for WS94048: 0
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: FE63733
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: AK49270
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AK49270%27 HTTP/1.1" 200 None
2026-03-29 04:04:22 [auto1.it] INFO: Scrape type for AK49270: 0
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: TP02469
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TP02469%27 HTTP/1.1" 200 None
2026-03-29 04:04:22 [auto1.it] INFO: Scrape type for TP02469: 0
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: UC14598
2026-03-29 04:04:22 [auto1.it] INFO: Found listing with ID: RV10689
2026-03-29 04:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RV10689%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for RV10689: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: YV66151
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YV66151%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for YV66151: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: NT18683
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NT18683%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for NT18683: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: VH18457
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: PM85940
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: UK60459
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: XJ25634
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XJ25634%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for XJ25634: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: TS00967
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TS00967%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for TS00967: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: CZ11807
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: HY82012
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: MY80647
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MY80647%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for MY80647: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: BC50392
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BC50392%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for BC50392: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: YD02421
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: RK76685
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RK76685%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for RK76685: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: HJ04810
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HJ04810%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for HJ04810: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: MR30902
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MR30902%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for MR30902: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: JZ43112
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: EF18991
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EF18991%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for EF18991: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: PZ93263
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PZ93263%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for PZ93263: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: YD31077
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YD31077%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for YD31077: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: WK47884
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: GR46256
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: KR62960
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KR62960%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for KR62960: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: BP72871
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: MN05358
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: NX49735
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NX49735%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for NX49735: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: RM50163
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RM50163%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for RM50163: 0
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: TH60548
2026-03-29 04:04:23 [auto1.it] INFO: Found listing with ID: JM95977
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JM95977%27 HTTP/1.1" 200 None
2026-03-29 04:04:23 [auto1.it] INFO: Scrape type for JM95977: 0
2026-03-29 04:04:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:24 [auto1.it] INFO: Channel: 24h | Page: 43 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: SC57434
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: WM09394
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WM09394%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for WM09394: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: NH87827
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NH87827%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for NH87827: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: EP52133
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: PY38952
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: GZ68257
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: CG38373
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: KN28324
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: SV68471
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SV68471%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for SV68471: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: BH87833
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: NE29040
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: RK99012
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: NC22560
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: FC56913
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FC56913%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for FC56913: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: VB76236
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: TJ16144
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TJ16144%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for TJ16144: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: MP38802
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: KV55907
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KV55907%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for KV55907: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: BZ51177
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: WP46074
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WP46074%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for WP46074: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: CY56164
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: TB63135
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: ZK39903
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: KZ13497
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KZ13497%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for KZ13497: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: YX84472
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: AT73331
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AT73331%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for AT73331: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: NW39959
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NW39959%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for NW39959: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: YK98276
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: CJ64567
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CJ64567%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for CJ64567: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: FK78904
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: JC35817
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: MC76570
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: ZC44432
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZC44432%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for ZC44432: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: BB49648
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BB49648%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for BB49648: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: NC13614
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: GJ99640
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GJ99640%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for GJ99640: 0
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: TT70902
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: ZG26295
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: CT59426
2026-03-29 04:04:24 [auto1.it] INFO: Found listing with ID: GK49763
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GK49763%27 HTTP/1.1" 200 None
2026-03-29 04:04:24 [auto1.it] INFO: Scrape type for GK49763: 0
2026-03-29 04:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:25 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:25 [auto1.it] INFO: Channel: 24h | Page: 44 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: EN63218
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: NM61203
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NM61203%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for NM61203: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: HY50986
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: PV47203
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: YE33932
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YE33932%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for YE33932: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: JR36012
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JR36012%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for JR36012: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: RS27725
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: XP44684
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: ML45383
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: LJ23422
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LJ23422%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for LJ23422: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: YM04373
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YM04373%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for YM04373: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: MZ65778
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MZ65778%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for MZ65778: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: TD58457
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TD58457%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for TD58457: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: SB59466
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SB59466%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for SB59466: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: BV17272
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BV17272%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for BV17272: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: FE93281
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FE93281%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for FE93281: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: EG33732
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EG33732%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for EG33732: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: TR09676
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TR09676%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for TR09676: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: SX65477
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: DA98342
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DA98342%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for DA98342: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: HB00898
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HB00898%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for HB00898: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: NF72135
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: XS00387
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: KA49527
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KA49527%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for KA49527: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: AR49211
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AR49211%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for AR49211: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: MD59623
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: RN27083
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: EZ67132
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EZ67132%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for EZ67132: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: RG18197
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RG18197%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for RG18197: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: AW19697
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: UJ83864
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UJ83864%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for UJ83864: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: XM71615
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: AG42346
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AG42346%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for AG42346: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: RR79025
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RR79025%27 HTTP/1.1" 200 None
2026-03-29 04:04:25 [auto1.it] INFO: Scrape type for RR79025: 0
2026-03-29 04:04:25 [auto1.it] INFO: Found listing with ID: AS99130
2026-03-29 04:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AS99130%27 HTTP/1.1" 200 None
2026-03-29 04:04:26 [auto1.it] INFO: Scrape type for AS99130: 0
2026-03-29 04:04:26 [auto1.it] INFO: Found listing with ID: RH79013
2026-03-29 04:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RH79013%27 HTTP/1.1" 200 None
2026-03-29 04:04:26 [auto1.it] INFO: Scrape type for RH79013: 0
2026-03-29 04:04:26 [auto1.it] INFO: Found listing with ID: JL18468
2026-03-29 04:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JL18468%27 HTTP/1.1" 200 None
2026-03-29 04:04:26 [auto1.it] INFO: Scrape type for JL18468: 0
2026-03-29 04:04:26 [auto1.it] INFO: Found listing with ID: FP31020
2026-03-29 04:04:26 [auto1.it] INFO: Found listing with ID: AV18402
2026-03-29 04:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AV18402%27 HTTP/1.1" 200 None
2026-03-29 04:04:26 [auto1.it] INFO: Scrape type for AV18402: 0
2026-03-29 04:04:26 [auto1.it] INFO: Found listing with ID: ZF99216
2026-03-29 04:04:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:27 [auto1.it] INFO: Channel: 24h | Page: 45 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: WF32010
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WF32010%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for WF32010: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: XH74376
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XH74376%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for XH74376: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: EC03156
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EC03156%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for EC03156: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: PD98498
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: HJ07688
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: FF80511
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FF80511%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for FF80511: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: UB92069
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UB92069%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for UB92069: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: GU46238
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: GS36896
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: DK49031
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: MN68562
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MN68562%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for MN68562: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: RR38006
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RR38006%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for RR38006: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: UW74676
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: JZ66909
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JZ66909%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for JZ66909: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: EW77307
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EW77307%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for EW77307: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: HJ48011
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: PJ71432
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PJ71432%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for PJ71432: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: HJ37635
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HJ37635%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for HJ37635: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: UM30654
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UM30654%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for UM30654: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: HY25299
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HY25299%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for HY25299: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: RG33241
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RG33241%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for RG33241: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: ZT77518
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: KS29368
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: XS70804
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XS70804%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for XS70804: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: EL95895
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EL95895%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for EL95895: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: XP33889
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: BS70853
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: PP81137
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: AB11915
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AB11915%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for AB11915: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: YT31818
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YT31818%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for YT31818: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: LK77946
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: CV06620
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: CP91888
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CP91888%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for CP91888: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: AT88859
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AT88859%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for AT88859: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: WR49596
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WR49596%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for WR49596: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: UT72595
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UT72595%27 HTTP/1.1" 200 None
2026-03-29 04:04:27 [auto1.it] INFO: Scrape type for UT72595: 0
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: WU25072
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: XP46027
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: ZS74487
2026-03-29 04:04:27 [auto1.it] INFO: Found listing with ID: FP84024
2026-03-29 04:04:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:28 [auto1.it] INFO: Channel: 24h | Page: 46 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:28 [auto1.it] INFO: Found listing with ID: HA91371
2026-03-29 04:04:28 [auto1.it] INFO: Found listing with ID: ZT94310
2026-03-29 04:04:28 [auto1.it] INFO: Found listing with ID: YB21046
2026-03-29 04:04:28 [auto1.it] INFO: Found listing with ID: GY17675
2026-03-29 04:04:28 [auto1.it] INFO: Found listing with ID: HR28952
2026-03-29 04:04:28 [auto1.it] INFO: Found listing with ID: CL50179
2026-03-29 04:04:28 [auto1.it] INFO: Found listing with ID: AV05178
2026-03-29 04:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AV05178%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for AV05178: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: ZS11268
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZS11268%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for ZS11268: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: MR54744
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MR54744%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for MR54744: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: VD19319
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VD19319%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for VD19319: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: VR66407
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VR66407%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for VR66407: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: MH80667
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MH80667%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for MH80667: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: SH27035
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: AT94230
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: VZ01162
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: KL53293
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KL53293%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for KL53293: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: PC10788
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PC10788%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for PC10788: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: UK65211
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UK65211%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for UK65211: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: JP68462
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: PW02213
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: HK83461
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: YY73995
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: SA64006
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: CL59289
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: XG56779
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XG56779%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for XG56779: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: MM92729
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MM92729%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for MM92729: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: PN94511
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: SP64220
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SP64220%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for SP64220: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: DC19091
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: CE88334
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CE88334%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for CE88334: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: FP92305
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FP92305%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for FP92305: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: WH54274
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WH54274%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for WH54274: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: YA71285
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YA71285%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for YA71285: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: ZZ46220
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: CW38322
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: LX63173
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LX63173%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for LX63173: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: KV28875
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: RA59977
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: NF25875
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NF25875%27 HTTP/1.1" 200 None
2026-03-29 04:04:29 [auto1.it] INFO: Scrape type for NF25875: 0
2026-03-29 04:04:29 [auto1.it] INFO: Found listing with ID: KZ65568
2026-03-29 04:04:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:30 [auto1.it] INFO: Channel: 24h | Page: 47 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: WJ04614
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: GJ44194
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GJ44194%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for GJ44194: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: JK37550
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: ZJ54266
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: TU97067
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: NG25648
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NG25648%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for NG25648: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: BR40244
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: DN16039
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DN16039%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for DN16039: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: AV77078
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AV77078%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for AV77078: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: WA78117
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: KJ64759
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KJ64759%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for KJ64759: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: DV92182
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: KS37590
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KS37590%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for KS37590: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: SN56705
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: RK00703
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RK00703%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for RK00703: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: KM72059
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KM72059%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for KM72059: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: NL56799
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NL56799%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for NL56799: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: CZ11346
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: ZV36877
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZV36877%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for ZV36877: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: AW40388
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: UR17084
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UR17084%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for UR17084: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: DE71304
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: LA00570
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: ST97650
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: CD54959
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: ZH08694
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: WN91380
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WN91380%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for WN91380: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: RT10721
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: XL68174
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: NR40821
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NR40821%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for NR40821: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: NR41367
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NR41367%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for NR41367: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: DS09954
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DS09954%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for DS09954: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: EF37813
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EF37813%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for EF37813: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: CJ77239
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: BT82313
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: MN04958
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MN04958%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for MN04958: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: LR68259
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LR68259%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for LR68259: 0
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: WB58416
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: CS61296
2026-03-29 04:04:30 [auto1.it] INFO: Found listing with ID: DE59865
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DE59865%27 HTTP/1.1" 200 None
2026-03-29 04:04:30 [auto1.it] INFO: Scrape type for DE59865: 0
2026-03-29 04:04:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:32 [auto1.it] INFO: Channel: 24h | Page: 48 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: HA26837
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HA26837%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for HA26837: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: JE63706
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JE63706%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for JE63706: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: CN51839
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CN51839%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for CN51839: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: JR85955
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JR85955%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for JR85955: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: MC18601
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MC18601%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for MC18601: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: JH97185
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JH97185%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for JH97185: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: SY20877
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SY20877%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for SY20877: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: KT14926
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: SD18580
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: TW38851
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TW38851%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for TW38851: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: RM24928
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: DF57379
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: VG07643
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VG07643%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for VG07643: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: XB46951
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XB46951%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for XB46951: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: UN20093
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: UT21803
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: RC42052
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: YJ81563
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YJ81563%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for YJ81563: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: JF24469
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JF24469%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for JF24469: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: VZ90962
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VZ90962%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for VZ90962: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: FR55532
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: BL56378
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: HF54587
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: AY76833
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: RJ05786
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RJ05786%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for RJ05786: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: CV60870
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: PM98470
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: XT30792
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: HD11089
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HD11089%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for HD11089: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: WM47642
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WM47642%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for WM47642: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: KH13960
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KH13960%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for KH13960: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: JU86722
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: WS77593
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WS77593%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for WS77593: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: KM48378
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: ET22397
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: ML76939
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ML76939%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for ML76939: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: TB64568
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: ZU99068
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: VL91397
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VL91397%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for VL91397: 0
2026-03-29 04:04:32 [auto1.it] INFO: Found listing with ID: WG77442
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WG77442%27 HTTP/1.1" 200 None
2026-03-29 04:04:32 [auto1.it] INFO: Scrape type for WG77442: 0
2026-03-29 04:04:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:33 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:33 [auto1.it] INFO: Channel: 24h | Page: 49 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: LE72169
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LE72169%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for LE72169: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: UR17462
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UR17462%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for UR17462: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: DU34377
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: EV59116
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EV59116%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for EV59116: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: UY41081
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UY41081%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for UY41081: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: VK68045
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: YN18335
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YN18335%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for YN18335: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: NA95464
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: WA05506
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: PW96424
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: CZ80815
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CZ80815%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for CZ80815: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: YT14499
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YT14499%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for YT14499: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: BU30300
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BU30300%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for BU30300: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: WE07120
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: NF75023
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NF75023%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for NF75023: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: VZ92626
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: TF83722
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: BA01278
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: PW47751
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: CU74500
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: SB06120
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: VC50043
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VC50043%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for VC50043: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: ZK25339
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: ZX07478
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZX07478%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for ZX07478: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: VY27693
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: JZ77925
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: YY84618
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YY84618%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for YY84618: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: LN66513
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: CE47539
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: ET05908
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: YH77376
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YH77376%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for YH77376: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: YF75384
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: YP53845
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: MU44225
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MU44225%27 HTTP/1.1" 200 None
2026-03-29 04:04:33 [auto1.it] INFO: Scrape type for MU44225: 0
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: DV89996
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: GC21308
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: WN69179
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: RT68139
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: GU07540
2026-03-29 04:04:33 [auto1.it] INFO: Found listing with ID: BW81707
2026-03-29 04:04:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:36 [auto1.it] INFO: Channel: 24h | Page: 50 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: MJ56294
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: ND60676
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: RD34551
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RD34551%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for RD34551: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: MX89615
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MX89615%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for MX89615: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: DC79577
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DC79577%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for DC79577: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: DP83591
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: FJ19911
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FJ19911%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for FJ19911: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: DF10030
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: RF53888
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: XC35499
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XC35499%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for XC35499: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: KW13943
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KW13943%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for KW13943: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: CK02940
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CK02940%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for CK02940: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: NW63690
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NW63690%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for NW63690: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: CR10860
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: PX02634
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: RZ14942
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RZ14942%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for RZ14942: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: NE68522
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NE68522%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for NE68522: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: HB76167
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HB76167%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for HB76167: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: LW42205
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: YU39946
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YU39946%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for YU39946: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: JX99167
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JX99167%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for JX99167: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: PB77964
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PB77964%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for PB77964: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: PR01158
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: LU04143
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: VX06371
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VX06371%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for VX06371: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: XU75020
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XU75020%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for XU75020: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: RT78827
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RT78827%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for RT78827: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: ZX02617
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: GF04401
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GF04401%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for GF04401: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: LF71839
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: KV81214
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: NZ66288
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NZ66288%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for NZ66288: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: LC50167
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: RB44165
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB44165%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for RB44165: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: KG10642
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KG10642%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for KG10642: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: VU78996
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: JC58161
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JC58161%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for JC58161: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: NB09244
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NB09244%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for NB09244: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: CG41342
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CG41342%27 HTTP/1.1" 200 None
2026-03-29 04:04:36 [auto1.it] INFO: Scrape type for CG41342: 0
2026-03-29 04:04:36 [auto1.it] INFO: Found listing with ID: XC50936
2026-03-29 04:04:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:37 [auto1.it] INFO: Channel: 24h | Page: 51 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: PU47641
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PU47641%27 HTTP/1.1" 200 None
2026-03-29 04:04:37 [auto1.it] INFO: Scrape type for PU47641: 0
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: TV36442
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TV36442%27 HTTP/1.1" 200 None
2026-03-29 04:04:37 [auto1.it] INFO: Scrape type for TV36442: 0
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: YG59194
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YG59194%27 HTTP/1.1" 200 None
2026-03-29 04:04:37 [auto1.it] INFO: Scrape type for YG59194: 0
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: NZ89280
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: DV86201
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: MR47105
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MR47105%27 HTTP/1.1" 200 None
2026-03-29 04:04:37 [auto1.it] INFO: Scrape type for MR47105: 0
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: CP63934
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: WA70865
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WA70865%27 HTTP/1.1" 200 None
2026-03-29 04:04:37 [auto1.it] INFO: Scrape type for WA70865: 0
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: ZB75356
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZB75356%27 HTTP/1.1" 200 None
2026-03-29 04:04:37 [auto1.it] INFO: Scrape type for ZB75356: 0
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: SM49398
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: ND99251
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: RE64067
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RE64067%27 HTTP/1.1" 200 None
2026-03-29 04:04:37 [auto1.it] INFO: Scrape type for RE64067: 0
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: DE18860
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: BM48711
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BM48711%27 HTTP/1.1" 200 None
2026-03-29 04:04:37 [auto1.it] INFO: Scrape type for BM48711: 0
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: NH24051
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: LU93439
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: GC10643
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: SZ93699
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: HD89174
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HD89174%27 HTTP/1.1" 200 None
2026-03-29 04:04:37 [auto1.it] INFO: Scrape type for HD89174: 0
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: LL57465
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LL57465%27 HTTP/1.1" 200 None
2026-03-29 04:04:37 [auto1.it] INFO: Scrape type for LL57465: 0
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: SD35651
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SD35651%27 HTTP/1.1" 200 None
2026-03-29 04:04:37 [auto1.it] INFO: Scrape type for SD35651: 0
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: VJ26511
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: UM38141
2026-03-29 04:04:37 [auto1.it] INFO: Found listing with ID: XE84016
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XE84016%27 HTTP/1.1" 200 None
2026-03-29 04:04:38 [auto1.it] INFO: Scrape type for XE84016: 0
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: LD34697
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: NN91424
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NN91424%27 HTTP/1.1" 200 None
2026-03-29 04:04:38 [auto1.it] INFO: Scrape type for NN91424: 0
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: JP07987
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JP07987%27 HTTP/1.1" 200 None
2026-03-29 04:04:38 [auto1.it] INFO: Scrape type for JP07987: 0
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: ZM57231
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZM57231%27 HTTP/1.1" 200 None
2026-03-29 04:04:38 [auto1.it] INFO: Scrape type for ZM57231: 0
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: KG93031
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KG93031%27 HTTP/1.1" 200 None
2026-03-29 04:04:38 [auto1.it] INFO: Scrape type for KG93031: 0
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: PK33610
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: FL38609
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FL38609%27 HTTP/1.1" 200 None
2026-03-29 04:04:38 [auto1.it] INFO: Scrape type for FL38609: 0
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: PR73005
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: AL33204
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: VU45167
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: YD14292
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: HC79760
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: YJ65230
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YJ65230%27 HTTP/1.1" 200 None
2026-03-29 04:04:38 [auto1.it] INFO: Scrape type for YJ65230: 0
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: FN08703
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: AY38539
2026-03-29 04:04:38 [auto1.it] INFO: Found listing with ID: DK59825
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DK59825%27 HTTP/1.1" 200 None
2026-03-29 04:04:38 [auto1.it] INFO: Scrape type for DK59825: 0
2026-03-29 04:04:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:39 [auto1.it] INFO: Channel: 24h | Page: 52 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: SN64311
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SN64311%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for SN64311: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: WA74903
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: NV36405
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NV36405%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for NV36405: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: RX99129
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: EY62872
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: MT10040
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MT10040%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for MT10040: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: DE88474
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DE88474%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for DE88474: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: FC40925
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FC40925%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for FC40925: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: LB90809
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LB90809%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for LB90809: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: EU57494
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: EG76959
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: BV97003
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BV97003%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for BV97003: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: EW38815
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: RC51898
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: RL93891
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RL93891%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for RL93891: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: EX32240
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: SC52671
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SC52671%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for SC52671: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: ZD86423
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: FJ00600
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FJ00600%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for FJ00600: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: GD51545
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: HC77212
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HC77212%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for HC77212: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: UD61440
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: EP46313
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: NB70789
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: ZF56836
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZF56836%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for ZF56836: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: LS68308
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: LX14349
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LX14349%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for LX14349: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: HU17700
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: XB86450
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XB86450%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for XB86450: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: BC13106
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: SS75136
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: TZ08821
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ08821%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for TZ08821: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: FW12151
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: SD66994
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: LB50046
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: NL74097
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NL74097%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for NL74097: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: ME27860
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ME27860%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for ME27860: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: MX93098
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: CL75380
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CL75380%27 HTTP/1.1" 200 None
2026-03-29 04:04:39 [auto1.it] INFO: Scrape type for CL75380: 0
2026-03-29 04:04:39 [auto1.it] INFO: Found listing with ID: VK29965
2026-03-29 04:04:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:40 [auto1.it] INFO: Channel: 24h | Page: 53 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: WG00273
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: BX84836
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BX84836%27 HTTP/1.1" 200 None
2026-03-29 04:04:40 [auto1.it] INFO: Scrape type for BX84836: 0
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: ZH45027
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZH45027%27 HTTP/1.1" 200 None
2026-03-29 04:04:40 [auto1.it] INFO: Scrape type for ZH45027: 0
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: CD24058
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CD24058%27 HTTP/1.1" 200 None
2026-03-29 04:04:40 [auto1.it] INFO: Scrape type for CD24058: 0
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: VB56015
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: TV81460
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TV81460%27 HTTP/1.1" 200 None
2026-03-29 04:04:40 [auto1.it] INFO: Scrape type for TV81460: 0
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: RK78436
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: SX60727
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SX60727%27 HTTP/1.1" 200 None
2026-03-29 04:04:40 [auto1.it] INFO: Scrape type for SX60727: 0
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: SF25356
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SF25356%27 HTTP/1.1" 200 None
2026-03-29 04:04:40 [auto1.it] INFO: Scrape type for SF25356: 0
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: PB64949
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PB64949%27 HTTP/1.1" 200 None
2026-03-29 04:04:40 [auto1.it] INFO: Scrape type for PB64949: 0
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: HW36660
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: HR61031
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: GX37056
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: RU00933
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RU00933%27 HTTP/1.1" 200 None
2026-03-29 04:04:40 [auto1.it] INFO: Scrape type for RU00933: 0
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: SP24974
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: WU48756
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: PR17884
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PR17884%27 HTTP/1.1" 200 None
2026-03-29 04:04:40 [auto1.it] INFO: Scrape type for PR17884: 0
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: XP65023
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XP65023%27 HTTP/1.1" 200 None
2026-03-29 04:04:40 [auto1.it] INFO: Scrape type for XP65023: 0
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: FV28373
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: BU89130
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: WM91137
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: MR74044
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: JB83443
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: PB47164
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PB47164%27 HTTP/1.1" 200 None
2026-03-29 04:04:40 [auto1.it] INFO: Scrape type for PB47164: 0
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: RU74019
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: GT62268
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GT62268%27 HTTP/1.1" 200 None
2026-03-29 04:04:40 [auto1.it] INFO: Scrape type for GT62268: 0
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: NY06096
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: DD11193
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: TU55073
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: JC52693
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: BA37529
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: PR63683
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: KC74563
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: JD73354
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JD73354%27 HTTP/1.1" 200 None
2026-03-29 04:04:40 [auto1.it] INFO: Scrape type for JD73354: 0
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: MB22824
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: NW35507
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: AG64342
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: RC92896
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: WK68121
2026-03-29 04:04:40 [auto1.it] INFO: Found listing with ID: MM70792
2026-03-29 04:04:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:42 [auto1.it] INFO: Channel: 24h | Page: 54 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: RF74009
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF74009%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for RF74009: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: FD11952
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FD11952%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for FD11952: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: VP67579
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: VM60926
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: RY72509
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: UE94474
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: LG11591
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LG11591%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for LG11591: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: UD99211
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UD99211%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for UD99211: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: SX47374
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SX47374%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for SX47374: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: AP90035
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: NS10029
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NS10029%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for NS10029: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: BY89134
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: TW88152
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TW88152%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for TW88152: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: MU21056
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: BG29864
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BG29864%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for BG29864: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: XE56181
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: WY26414
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WY26414%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for WY26414: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: CP34925
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: UB84582
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: HY41860
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HY41860%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for HY41860: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: FD69176
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FD69176%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for FD69176: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: CB28979
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: RG05236
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: MN63848
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: GC15950
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: ZU87038
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZU87038%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for ZU87038: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: YR71782
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: RX70685
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: ZG33148
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZG33148%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for ZG33148: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: JP42061
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: YC40082
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: PR59695
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: AL09653
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: DK55043
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: AG82147
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AG82147%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for AG82147: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: RG79014
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RG79014%27 HTTP/1.1" 200 None
2026-03-29 04:04:42 [auto1.it] INFO: Scrape type for RG79014: 0
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: NU26591
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: UB42424
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: RV63380
2026-03-29 04:04:42 [auto1.it] INFO: Found listing with ID: JE70672
2026-03-29 04:04:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:43 [auto1.it] INFO: Channel: 24h | Page: 55 | totalHits: 2226 | hits on page: 40
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: KL44785
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: TU59167
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: TD04886
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: NK26905
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: PL47981
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PL47981%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for PL47981: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: EP64063
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: XS31843
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XS31843%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for XS31843: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: DP98022
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: TZ57511
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: XF75286
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: MN96094
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MN96094%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for MN96094: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: YD21144
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: RT57270
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RT57270%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for RT57270: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: JC99655
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: YN59096
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: PC10641
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: MH04778
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: HG07035
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HG07035%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for HG07035: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: RB57838
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB57838%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for RB57838: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: UW00940
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: CR16346
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: PD21393
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: AU50392
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AU50392%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for AU50392: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: XK62729
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: BD17279
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: VV69855
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VV69855%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for VV69855: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: WP22813
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WP22813%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for WP22813: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: PZ74443
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: DF91853
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: KA05234
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KA05234%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for KA05234: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: NA17081
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NA17081%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for NA17081: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: XL36522
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XL36522%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for XL36522: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: WJ93918
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WJ93918%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for WJ93918: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: PW21371
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW21371%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for PW21371: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: TR54078
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: LG70821
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: TL02972
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TL02972%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for TL02972: 0
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: PD30072
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: PN93360
2026-03-29 04:04:43 [auto1.it] INFO: Found listing with ID: WH30921
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WH30921%27 HTTP/1.1" 200 None
2026-03-29 04:04:43 [auto1.it] INFO: Scrape type for WH30921: 0
2026-03-29 04:04:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:44 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:44 [auto1.it] INFO: Channel: 24h | Page: 56 | totalHits: 2226 | hits on page: 26
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: WC55302
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WC55302%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for WC55302: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: GP46420
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: LD02725
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LD02725%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for LD02725: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: SB80667
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SB80667%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for SB80667: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: HW51602
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HW51602%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for HW51602: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: DX75497
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: KF97174
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KF97174%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for KF97174: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: UT33269
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UT33269%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for UT33269: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: GJ33186
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GJ33186%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for GJ33186: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: CJ50775
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: YB09690
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YB09690%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for YB09690: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: UC99700
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UC99700%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for UC99700: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: EG31110
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EG31110%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for EG31110: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: SK62476
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SK62476%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for SK62476: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: KR24813
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: WL53741
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WL53741%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for WL53741: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: KK99486
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: XW14976
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: CV32353
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: YE49798
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: RB84694
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RB84694%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for RB84694: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: DJ31826
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DJ31826%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for DJ31826: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: UL30423
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: MT45417
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MT45417%27 HTTP/1.1" 200 None
2026-03-29 04:04:44 [auto1.it] INFO: Scrape type for MT45417: 0
2026-03-29 04:04:44 [auto1.it] INFO: Found listing with ID: FV07755
2026-03-29 04:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FV07755%27 HTTP/1.1" 200 None
2026-03-29 04:04:45 [auto1.it] INFO: Scrape type for FV07755: 0
2026-03-29 04:04:45 [auto1.it] INFO: Found listing with ID: SW75734
2026-03-29 04:04:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 04:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 04:04:45 [auto1.it] INFO: Channel: 24h | Page: 57 | totalHits: 2226 | hits on page: 0
2026-03-29 04:04:45 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-29 04:04:45 [auto1.it] INFO: auto1.it Batch config: batch 1/2
2026-03-29 04:04:45 [auto1.it] INFO: auto1.it Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 1, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 282, <ScrapeType.BATCH_SKIPPED: 5>: 320}
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20last_price_update_time%20lt%201774325086 HTTP/1.1" 200 None
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AA05021') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AA92651') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AB62887') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AB95966') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AF95272') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AK18183') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AK58750') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AN13762') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AN54743') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AR82748') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AR97849') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AW95489') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AY08104') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AY31358') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BB20764') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BC39765') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BC72666') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BC90285') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BF58985') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BR23111') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BR65930') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BT39525') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BX27925') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BX41611') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CN51016') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CN57748') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CN98644') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CU83861') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CX20255') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CY07144') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CY66081') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CZ45016') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DA75101') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DJ83810') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DM35414') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DM69759') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DN92817') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DS69008') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DU08605') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DV31844') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DV97223') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DW71893') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DX99106') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EG26517') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EH34933') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EJ52665') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EM07189') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EM22453') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EY39907') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EY40951') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FM39315') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FS24429') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FT58084') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FT95535') HTTP/1.1" 204 0
2026-03-29 04:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GE36744') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GJ36090') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GK31402') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GM23963') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GM75108') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GN31695') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GN51012') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GT98408') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GX64759') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HD87156') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HG84803') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HL51750') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HM29972') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HM71000') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HN50903') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HR41421') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HT63566') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HV68282') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HW54345') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HX92645') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HY71876') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JA65058') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JC74584') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JJ57904') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JN72225') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JR88428') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JS89678') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JU19050') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JX02293') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JX60944') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KA30104') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KA52574') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KF34455') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KF76650') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KF77303') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KJ47065') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KK21596') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KL73960') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KM13761') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KM38472') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KP74406') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KR66820') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KS59906') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KV36204') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KV96995') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KX31140') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LH72643') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LL05724') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LL12084') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LL27458') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LL31857') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LS41694') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LS59671') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LU16836') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LZ77775') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LZ94911') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MD93151') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MK76019') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ML57421') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ML72062') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MR23168') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MX69649') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MY88263') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NB23781') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NC37871') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NC69118') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NF02662') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NG76391') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NH63203') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NL58126') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NM35636') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NM84266') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NR00121') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NT80501') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NU04770') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NU49626') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NV74457') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NX47151') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NY14229') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PC46741') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PD83005') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PS66650') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PV98162') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RD85593') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RH41206') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RH86420') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RM72313') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RN83990') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RP76743') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RS05743') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RU06078') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RV74635') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RV98756') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SC80052') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SH36582') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SJ68536') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SK88173') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SR81893') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SS21477') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SU95732') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SV33367') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SV49099') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SV81637') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SZ48280') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TA96371') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TC10995') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TC55039') HTTP/1.1" 204 0
2026-03-29 04:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TG84140') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TL40865') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TM22657') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TP12525') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TS13156') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TU76563') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TU92920') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TY69179') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UD35617') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UD52474') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UF20982') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UF77068') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UJ98296') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UP11071') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UU46491') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UW99209') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UX10318') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VA55451') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VD89462') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VP43691') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VV23123') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WA35722') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WC15131') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WC16635') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WG96747') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WK56348') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WS87702') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WS90640') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WT38091') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WY25996') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WZ79160') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XA44517') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XA69510') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XB87170') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XK56403') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XK65862') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XK66363') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XS10078') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XV39027') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XW20004') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XW75890') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XX84808') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XY76119') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XZ37212') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YB22361') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YC20025') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YD27302') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YF25355') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YG70061') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YL38688') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YN38786') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YP63452') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YT43940') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YY54300') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZA33113') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZE09149') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZH13649') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZL97046') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZN99621') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZT80191') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZT90361') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZU72552') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZV03361') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZV09899') HTTP/1.1" 204 0
2026-03-29 04:04:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZW94622') HTTP/1.1" 204 0
2026-03-29 04:04:48 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (273 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto1.it/task_24_2026-03-29T04_00_00.jl
2026-03-29 04:04:48 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 173447,
'downloader/request_count': 61,
'downloader/request_method_count/GET': 2,
'downloader/request_method_count/POST': 59,
'downloader/response_bytes': 9695875,
'downloader/response_count': 61,
'downloader/response_status_count/200': 61,
'elapsed_time_seconds': 283.122543,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 29, 4, 4, 48, 622990, tzinfo=datetime.timezone.utc),
'item_scraped_count': 273,
'log_count/DEBUG': 4558,
'log_count/INFO': 5694,
'memusage/max': 165232640,
'memusage/startup': 150065152,
'request_depth_max': 60,
'response_received_count': 61,
'scheduler/dequeued': 61,
'scheduler/dequeued/memory': 61,
'scheduler/enqueued': 61,
'scheduler/enqueued/memory': 61,
'scrape_type/batch_skipped': 1147,
'scrape_type/price_update': 273,
'scrape_type/skipped': 846,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 61,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 3.7156347321331147,
'scrapy-zyte-api/mean_response_seconds': 3.8317208506899787,
'scrapy-zyte-api/processed': 61,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 61,
'scrapy-zyte-api/request_args/experimental.requestCookies': 60,
'scrapy-zyte-api/request_args/experimental.responseCookies': 61,
'scrapy-zyte-api/request_args/httpRequestBody': 59,
'scrapy-zyte-api/request_args/httpRequestMethod': 59,
'scrapy-zyte-api/request_args/httpResponseBody': 61,
'scrapy-zyte-api/request_args/httpResponseHeaders': 61,
'scrapy-zyte-api/request_args/sessionContext': 61,
'scrapy-zyte-api/request_args/url': 61,
'scrapy-zyte-api/status_codes/200': 61,
'scrapy-zyte-api/success': 61,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 2266,
'source/total_available': 2226,
'start_time': datetime.datetime(2026, 3, 29, 4, 0, 5, 500447, tzinfo=datetime.timezone.utc)}
2026-03-29 04:04:48 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-29 04:04:48 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f2dc72d2c10>
2026-03-29 04:04:48 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f2dc6fd0550>