2026-03-30 04:00:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 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-30 04:00:04 [auto1.it] INFO: Batch mode enabled: batch 1/2
2026-03-30 04:00:04 [auto1.it] INFO: Starting spider auto1.it
2026-03-30 04:00:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 04:00:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 04:00:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 04:00:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 04:00:04 [scrapy.extensions.telnet] INFO: Telnet Password: 5062fa40fbd6abbc
2026-03-30 04:00:05 [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-30 04:00:05 [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-30T04_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-30 04:00:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 04:00:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 04:00:05 [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-30 04:00:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-30 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-30 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-30 04:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 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 2113
2026-03-30 04:00:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 04:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 04:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-30 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-30 04:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-30 04:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-30 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-30 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-30 04:00:05 [scrapy.core.engine] INFO: Spider opened
2026-03-30 04:00:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 04:00:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-30 04:00:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-30 04:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-30 04:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-30 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-30 04:00:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/en/home> (referer: None) ['zyte-api']
2026-03-30 04:00:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00:13 [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-30 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-30 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-30 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-30 04:00: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/en/app/user-token/obtain-token) ['zyte-api']
2026-03-30 04:00:16 [auto1.it] INFO: Channel: 24h | Page: 0 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: MV72435
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: DN06430
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN06430%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for DN06430: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: DB48039
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: PG30215
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PG30215%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for PG30215: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: HJ29626
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: LE34139
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LE34139%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for LE34139: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: WA17168
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: NW33214
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NW33214%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for NW33214: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: HM75417
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: KM60643
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM60643%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for KM60643: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: YJ19643
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ19643%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for YJ19643: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: FA14531
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FA14531%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for FA14531: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: UK81128
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UK81128%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for UK81128: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: EX63117
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: NP73440
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NP73440%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for NP73440: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: XY01998
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XY01998%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for XY01998: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: PU31383
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PU31383%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for PU31383: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: VW55609
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VW55609%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for VW55609: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: GT29075
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: HB16965
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HB16965%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for HB16965: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: GU77737
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: MR77890
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: YV05743
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YV05743%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for YV05743: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: PF34434
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF34434%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for PF34434: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: WC74031
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WC74031%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for WC74031: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: JX88072
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: RX56981
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: GK78274
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK78274%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for GK78274: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: NB92665
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: CR61657
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CR61657%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for CR61657: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: RU81882
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: NR76329
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NR76329%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for NR76329: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: BY77891
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BY77891%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for BY77891: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: FT91483
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT91483%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for FT91483: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: WK11111
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: HL96914
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: UZ59848
2026-03-30 04:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UZ59848%27 HTTP/1.1" 200 None
2026-03-30 04:00:16 [auto1.it] INFO: Scrape type for UZ59848: 0
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: MU02206
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: UW33297
2026-03-30 04:00:16 [auto1.it] INFO: Found listing with ID: LH51600
2026-03-30 04:00:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00: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-30 04:00:18 [auto1.it] INFO: Channel: 24h | Page: 1 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: MV72435
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: DN06430
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN06430%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for DN06430: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: DB48039
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: PG30215
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PG30215%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for PG30215: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: HJ29626
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: LE34139
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LE34139%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for LE34139: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: WA17168
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: NW33214
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NW33214%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for NW33214: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: HM75417
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: KM60643
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM60643%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for KM60643: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: YJ19643
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ19643%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for YJ19643: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: FA14531
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FA14531%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for FA14531: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: UK81128
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UK81128%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for UK81128: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: EX63117
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: NP73440
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NP73440%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for NP73440: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: XY01998
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XY01998%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for XY01998: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: PU31383
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PU31383%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for PU31383: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: VW55609
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VW55609%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for VW55609: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: GT29075
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: HB16965
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HB16965%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for HB16965: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: GU77737
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: MR77890
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: YV05743
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YV05743%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for YV05743: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: PF34434
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF34434%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for PF34434: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: WC74031
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WC74031%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for WC74031: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: JX88072
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: RX56981
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: GK78274
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GK78274%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for GK78274: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: NB92665
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: CR61657
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CR61657%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for CR61657: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: RU81882
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: NR76329
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NR76329%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for NR76329: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: BY77891
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BY77891%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for BY77891: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: FT91483
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT91483%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for FT91483: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: WK11111
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: HL96914
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: UZ59848
2026-03-30 04:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UZ59848%27 HTTP/1.1" 200 None
2026-03-30 04:00:18 [auto1.it] INFO: Scrape type for UZ59848: 0
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: MU02206
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: UW33297
2026-03-30 04:00:18 [auto1.it] INFO: Found listing with ID: LH51600
2026-03-30 04:00:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00: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-30 04:00:19 [auto1.it] INFO: Channel: 24h | Page: 2 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: CW23550
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: DZ80898
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DZ80898%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for DZ80898: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: PK60217
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK60217%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for PK60217: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: VL28200
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VL28200%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for VL28200: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: YV65594
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: UV62618
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UV62618%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for UV62618: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: ME67142
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: EH68061
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: MP71804
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MP71804%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for MP71804: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: HG08140
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: EC56092
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EC56092%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for EC56092: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: UL24997
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UL24997%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for UL24997: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: DF56056
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF56056%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for DF56056: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: BA50531
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: PV65475
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PV65475%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for PV65475: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: RG96871
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: SJ73545
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ73545%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for SJ73545: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: BF99342
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: FU33041
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: NY98259
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: WR25363
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: XE78625
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: AU72091
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AU72091%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for AU72091: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: UZ37395
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UZ37395%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for UZ37395: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: RA61931
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: FT31182
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: ET06239
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET06239%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for ET06239: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: MF53034
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MF53034%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for MF53034: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: SV79819
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: LB26900
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB26900%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for LB26900: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: PS84479
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: AK50840
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: FR18393
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: GY48890
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY48890%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for GY48890: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: AV53481
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV53481%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for AV53481: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: PF95783
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PF95783%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for PF95783: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: AB57400
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: GJ41533
2026-03-30 04:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ41533%27 HTTP/1.1" 200 None
2026-03-30 04:00:19 [auto1.it] INFO: Scrape type for GJ41533: 0
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: VX65874
2026-03-30 04:00:19 [auto1.it] INFO: Found listing with ID: KC78706
2026-03-30 04:00:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00:20 [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-30 04:00:21 [auto1.it] INFO: Channel: 24h | Page: 3 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: EU94181
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: BJ67581
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: AL96330
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AL96330%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for AL96330: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: CX70522
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX70522%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for CX70522: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: RN93859
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: MG94028
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: ET76297
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET76297%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for ET76297: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: KC92917
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KC92917%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for KC92917: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: LT09174
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: JK70304
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JK70304%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for JK70304: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: TT78909
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: EH72083
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EH72083%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for EH72083: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: YW20970
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YW20970%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for YW20970: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: XH54291
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XH54291%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for XH54291: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: MT29118
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT29118%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for MT29118: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: DU49636
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: GE97185
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: TS11869
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TS11869%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for TS11869: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: UJ50466
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: CM44345
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CM44345%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for CM44345: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: DT89224
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT89224%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for DT89224: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: BT02963
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: RZ83260
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: TV98220
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: JT03788
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JT03788%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for JT03788: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: AT36089
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AT36089%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for AT36089: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: PZ95103
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: SR34135
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: XU47833
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: MH60635
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: VB43526
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VB43526%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for VB43526: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: ZU21710
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: VU35787
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: JE99705
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JE99705%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for JE99705: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: FF41288
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FF41288%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for FF41288: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: ST04114
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST04114%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for ST04114: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: MX17045
2026-03-30 04:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MX17045%27 HTTP/1.1" 200 None
2026-03-30 04:00:21 [auto1.it] INFO: Scrape type for MX17045: 0
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: VR64645
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: SN43822
2026-03-30 04:00:21 [auto1.it] INFO: Found listing with ID: SD56970
2026-03-30 04:00:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00: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-30 04:00:31 [auto1.it] INFO: Channel: 24h | Page: 4 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: RA13201
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA13201%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for RA13201: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: CW79165
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CW79165%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for CW79165: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: VT45573
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: DN35896
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN35896%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for DN35896: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: SH22668
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: ZN78264
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: LJ66160
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: YA14449
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA14449%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for YA14449: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: NV42122
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV42122%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for NV42122: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: JZ43630
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: TT43912
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: AG55709
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AG55709%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for AG55709: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: UZ37756
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: RW18979
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: UT39332
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UT39332%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for UT39332: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: NF11774
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NF11774%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for NF11774: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: HH94865
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: GV68046
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV68046%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for GV68046: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: AM83523
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AM83523%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for AM83523: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: PL36367
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: FD72326
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD72326%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for FD72326: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: EZ36845
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: ES96291
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ES96291%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for ES96291: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: DJ07683
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DJ07683%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for DJ07683: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: ZU40989
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: DM38646
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: YA96352
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA96352%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for YA96352: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: NJ11800
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ11800%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for NJ11800: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: EA59370
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: MD00417
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MD00417%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for MD00417: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: NK45302
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK45302%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for NK45302: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: LE83357
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LE83357%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for LE83357: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: ZC32771
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZC32771%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for ZC32771: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: DX48884
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX48884%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for DX48884: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: GJ25727
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ25727%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for GJ25727: 0
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: EM71095
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: BU87588
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: CS73145
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: PF00609
2026-03-30 04:00:31 [auto1.it] INFO: Found listing with ID: VJ94912
2026-03-30 04:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VJ94912%27 HTTP/1.1" 200 None
2026-03-30 04:00:31 [auto1.it] INFO: Scrape type for VJ94912: 0
2026-03-30 04:00:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00: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-30 04:00:33 [auto1.it] INFO: Channel: 24h | Page: 5 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: MU64340
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: TU34163
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TU34163%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for TU34163: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: ZV32235
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZV32235%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for ZV32235: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: LA78712
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: UU36082
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: TZ72536
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ72536%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for TZ72536: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: UF95553
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UF95553%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for UF95553: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: VB04552
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: AR75288
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: NV53187
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NV53187%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for NV53187: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: LV27017
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LV27017%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for LV27017: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: PW45536
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW45536%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for PW45536: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: CV60051
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CV60051%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for CV60051: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: DX65690
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DX65690%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for DX65690: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: LD05493
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: RN24419
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: MP43347
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: GM98091
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GM98091%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for GM98091: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: FZ84197
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: DD33299
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: YL53737
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YL53737%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for YL53737: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: TH12767
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: YY06074
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YY06074%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for YY06074: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: BT07540
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BT07540%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for BT07540: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: GU21322
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GU21322%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for GU21322: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: RF01908
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: TD67992
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TD67992%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for TD67992: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: AT20318
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AT20318%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for AT20318: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: VD89462
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VD89462%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for VD89462: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: MT35916
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MT35916%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for MT35916: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: BN48518
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BN48518%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for BN48518: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: NV82845
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NV82845%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for NV82845: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: AL33371
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AL33371%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for AL33371: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: CT54414
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CT54414%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for CT54414: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: BP08183
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: BN63914
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BN63914%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for BN63914: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: HF95426
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: HP00544
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: BP79618
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BP79618%27 HTTP/1.1" 200 None
2026-03-30 04:00:33 [auto1.it] INFO: Scrape type for BP79618: 0
2026-03-30 04:00:33 [auto1.it] INFO: Found listing with ID: JM07675
2026-03-30 04:00:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 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-30 04:00:34 [auto1.it] INFO: Channel: 24h | Page: 6 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: RH51266
2026-03-30 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RH51266%27 HTTP/1.1" 200 None
2026-03-30 04:00:34 [auto1.it] INFO: Scrape type for RH51266: 0
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: WX96902
2026-03-30 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WX96902%27 HTTP/1.1" 200 None
2026-03-30 04:00:34 [auto1.it] INFO: Scrape type for WX96902: 0
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: PY07878
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: KZ05620
2026-03-30 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KZ05620%27 HTTP/1.1" 200 None
2026-03-30 04:00:34 [auto1.it] INFO: Scrape type for KZ05620: 0
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: NU85167
2026-03-30 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NU85167%27 HTTP/1.1" 200 None
2026-03-30 04:00:34 [auto1.it] INFO: Scrape type for NU85167: 0
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: YG23649
2026-03-30 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG23649%27 HTTP/1.1" 200 None
2026-03-30 04:00:34 [auto1.it] INFO: Scrape type for YG23649: 0
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: ML72062
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: VC28082
2026-03-30 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VC28082%27 HTTP/1.1" 200 None
2026-03-30 04:00:34 [auto1.it] INFO: Scrape type for VC28082: 0
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: ZP66852
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: EC11217
2026-03-30 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EC11217%27 HTTP/1.1" 200 None
2026-03-30 04:00:34 [auto1.it] INFO: Scrape type for EC11217: 0
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: WT09600
2026-03-30 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WT09600%27 HTTP/1.1" 200 None
2026-03-30 04:00:34 [auto1.it] INFO: Scrape type for WT09600: 0
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: VK05865
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: NB08226
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: MA64070
2026-03-30 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA64070%27 HTTP/1.1" 200 None
2026-03-30 04:00:34 [auto1.it] INFO: Scrape type for MA64070: 0
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: LD57265
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: SU00968
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: LC40122
2026-03-30 04:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC40122%27 HTTP/1.1" 200 None
2026-03-30 04:00:34 [auto1.it] INFO: Scrape type for LC40122: 0
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: AY64399
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: SV45287
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: YH31345
2026-03-30 04:00:34 [auto1.it] INFO: Found listing with ID: WR22265
2026-03-30 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR22265%27 HTTP/1.1" 200 None
2026-03-30 04:00:35 [auto1.it] INFO: Scrape type for WR22265: 0
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: RL06920
2026-03-30 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RL06920%27 HTTP/1.1" 200 None
2026-03-30 04:00:35 [auto1.it] INFO: Scrape type for RL06920: 0
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: YT62048
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: YL77268
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: EF61328
2026-03-30 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF61328%27 HTTP/1.1" 200 None
2026-03-30 04:00:35 [auto1.it] INFO: Scrape type for EF61328: 0
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: JK32872
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: FU79114
2026-03-30 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FU79114%27 HTTP/1.1" 200 None
2026-03-30 04:00:35 [auto1.it] INFO: Scrape type for FU79114: 0
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: NJ78354
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: TZ83605
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: DD73045
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: JL50472
2026-03-30 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JL50472%27 HTTP/1.1" 200 None
2026-03-30 04:00:35 [auto1.it] INFO: Scrape type for JL50472: 0
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: EA68503
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: CC19770
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: JJ73686
2026-03-30 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JJ73686%27 HTTP/1.1" 200 None
2026-03-30 04:00:35 [auto1.it] INFO: Scrape type for JJ73686: 0
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: JS86571
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: UZ46554
2026-03-30 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UZ46554%27 HTTP/1.1" 200 None
2026-03-30 04:00:35 [auto1.it] INFO: Scrape type for UZ46554: 0
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: PM10706
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: CB30744
2026-03-30 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CB30744%27 HTTP/1.1" 200 None
2026-03-30 04:00:35 [auto1.it] INFO: Scrape type for CB30744: 0
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: MY09959
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: ML86144
2026-03-30 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML86144%27 HTTP/1.1" 200 None
2026-03-30 04:00:35 [auto1.it] INFO: Scrape type for ML86144: 0
2026-03-30 04:00:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00: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-30 04:00:35 [auto1.it] INFO: Channel: 24h | Page: 7 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: JM74615
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: HK60506
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: ZU26854
2026-03-30 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZU26854%27 HTTP/1.1" 200 None
2026-03-30 04:00:35 [auto1.it] INFO: Scrape type for ZU26854: 0
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: DR95248
2026-03-30 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DR95248%27 HTTP/1.1" 200 None
2026-03-30 04:00:35 [auto1.it] INFO: Scrape type for DR95248: 0
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: UK81379
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: DW65816
2026-03-30 04:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DW65816%27 HTTP/1.1" 200 None
2026-03-30 04:00:35 [auto1.it] INFO: Scrape type for DW65816: 0
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: BX49691
2026-03-30 04:00:35 [auto1.it] INFO: Found listing with ID: AL00602
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AL00602%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for AL00602: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: MX95744
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MX95744%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for MX95744: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: KC58138
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: DP76328
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP76328%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for DP76328: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: UY83511
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UY83511%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for UY83511: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: HM97674
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: DF59331
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: MR40406
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: KP16451
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: BX11314
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: XR19887
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: JZ39211
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: EG37801
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EG37801%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for EG37801: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: HF76476
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: AK59444
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK59444%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for AK59444: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: BK23225
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BK23225%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for BK23225: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: TU23775
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: ST52943
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: AB43384
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AB43384%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for AB43384: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: XF42049
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XF42049%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for XF42049: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: CM37896
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CM37896%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for CM37896: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: NP19925
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NP19925%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for NP19925: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: VZ89804
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: KU20000
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU20000%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for KU20000: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: BS34699
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BS34699%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for BS34699: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: AS57750
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: PW94322
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: FU65166
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: LG94393
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: AB09853
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: BL94999
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL94999%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for BL94999: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: PE73293
2026-03-30 04:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE73293%27 HTTP/1.1" 200 None
2026-03-30 04:00:36 [auto1.it] INFO: Scrape type for PE73293: 0
2026-03-30 04:00:36 [auto1.it] INFO: Found listing with ID: LW03785
2026-03-30 04:00:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00: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-30 04:00:37 [auto1.it] INFO: Channel: 24h | Page: 8 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:37 [auto1.it] INFO: Found listing with ID: UP48367
2026-03-30 04:00:37 [auto1.it] INFO: Found listing with ID: LW86273
2026-03-30 04:00:37 [auto1.it] INFO: Found listing with ID: LY27741
2026-03-30 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY27741%27 HTTP/1.1" 200 None
2026-03-30 04:00:37 [auto1.it] INFO: Scrape type for LY27741: 0
2026-03-30 04:00:37 [auto1.it] INFO: Found listing with ID: YA33323
2026-03-30 04:00:37 [auto1.it] INFO: Found listing with ID: TR04058
2026-03-30 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TR04058%27 HTTP/1.1" 200 None
2026-03-30 04:00:37 [auto1.it] INFO: Scrape type for TR04058: 0
2026-03-30 04:00:37 [auto1.it] INFO: Found listing with ID: NC94766
2026-03-30 04:00:37 [auto1.it] INFO: Found listing with ID: UC76692
2026-03-30 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UC76692%27 HTTP/1.1" 200 None
2026-03-30 04:00:37 [auto1.it] INFO: Scrape type for UC76692: 0
2026-03-30 04:00:37 [auto1.it] INFO: Found listing with ID: NT59940
2026-03-30 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NT59940%27 HTTP/1.1" 200 None
2026-03-30 04:00:37 [auto1.it] INFO: Scrape type for NT59940: 0
2026-03-30 04:00:37 [auto1.it] INFO: Found listing with ID: KM64603
2026-03-30 04:00:37 [auto1.it] INFO: Found listing with ID: PA30121
2026-03-30 04:00:37 [auto1.it] INFO: Found listing with ID: ZY33580
2026-03-30 04:00:37 [auto1.it] INFO: Found listing with ID: YJ83729
2026-03-30 04:00:37 [auto1.it] INFO: Found listing with ID: WL70343
2026-03-30 04:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WL70343%27 HTTP/1.1" 200 None
2026-03-30 04:00:37 [auto1.it] INFO: Scrape type for WL70343: 2
2026-03-30 04:00:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 400ac2e1-ba3d-5947-af4d-990ec3e76bff with identifier: WL70343
2026-03-30 04:00:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 400ac2e1-ba3d-5947-af4d-990ec3e76bff with scrape type 2
2026-03-30 04:00:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 400ac2e1-ba3d-5947-af4d-990ec3e76bff with scrape type 2
2026-03-30 04:00:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 400ac2e1-ba3d-5947-af4d-990ec3e76bff, identifier: WL70343
2026-03-30 04:00:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 400ac2e1-ba3d-5947-af4d-990ec3e76bff with identifier: WL70343
2026-03-30 04:00:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 04:00:37 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=blue HTTP/1.1" 200 None
2026-03-30 04:00:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 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-30 04:00:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 04:00:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=diesel HTTP/1.1" 200 None
2026-03-30 04:00:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 04:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 400ac2e1-ba3d-5947-af4d-990ec3e76bff with identifier: WL70343
2026-03-30 04:00:38 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 400ac2e1-ba3d-5947-af4d-990ec3e76bff with identifier: WL70343 to the API
2026-03-30 04:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WL70343%27 HTTP/1.1" 200 None
2026-03-30 04:00:38 [auto1.it] INFO: Saving data for WL70343: {'auction_closing_time': 1774885742.0, 'created_time': 1774361174.633316, 'last_price_update_time': 1774843238.430185}
2026-03-30 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WL70343') HTTP/1.1" 204 0
2026-03-30 04:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00:38 [auto1.it] INFO: Found listing with ID: DT89557
2026-03-30 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT89557%27 HTTP/1.1" 200 None
2026-03-30 04:00:38 [auto1.it] INFO: Scrape type for DT89557: 2
2026-03-30 04:00:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f9101db-10b4-53f4-a99b-288b23ea766a with identifier: DT89557
2026-03-30 04:00:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f9101db-10b4-53f4-a99b-288b23ea766a with scrape type 2
2026-03-30 04:00:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f9101db-10b4-53f4-a99b-288b23ea766a with scrape type 2
2026-03-30 04:00:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0f9101db-10b4-53f4-a99b-288b23ea766a, identifier: DT89557
2026-03-30 04:00:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0f9101db-10b4-53f4-a99b-288b23ea766a with identifier: DT89557
2026-03-30 04:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 04:00:38 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gray HTTP/1.1" 200 None
2026-03-30 04:00:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 04:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 04:00:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0f9101db-10b4-53f4-a99b-288b23ea766a with identifier: DT89557
2026-03-30 04:00:38 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0f9101db-10b4-53f4-a99b-288b23ea766a with identifier: DT89557 to the API
2026-03-30 04:00:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT89557%27 HTTP/1.1" 200 None
2026-03-30 04:00:39 [auto1.it] INFO: Saving data for DT89557: {'auction_closing_time': 1774886248.0, 'created_time': 1774558897.581363, 'last_price_update_time': 1774843239.063223}
2026-03-30 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DT89557') HTTP/1.1" 204 0
2026-03-30 04:00:39 [auto1.it] INFO: Found listing with ID: VK83291
2026-03-30 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK83291%27 HTTP/1.1" 200 None
2026-03-30 04:00:39 [auto1.it] INFO: Scrape type for VK83291: 2
2026-03-30 04:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e93fb359-b184-52dd-86c9-01aeafd90dc7 with identifier: VK83291
2026-03-30 04:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e93fb359-b184-52dd-86c9-01aeafd90dc7 with scrape type 2
2026-03-30 04:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e93fb359-b184-52dd-86c9-01aeafd90dc7 with scrape type 2
2026-03-30 04:00:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e93fb359-b184-52dd-86c9-01aeafd90dc7, identifier: VK83291
2026-03-30 04:00:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e93fb359-b184-52dd-86c9-01aeafd90dc7 with identifier: VK83291
2026-03-30 04:00:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e93fb359-b184-52dd-86c9-01aeafd90dc7 with identifier: VK83291
2026-03-30 04:00:39 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e93fb359-b184-52dd-86c9-01aeafd90dc7 with identifier: VK83291 to the API
2026-03-30 04:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VK83291%27 HTTP/1.1" 200 None
2026-03-30 04:00:39 [auto1.it] INFO: Saving data for VK83291: {'auction_closing_time': 1774883005.0, 'created_time': 1773414080.498734, 'last_price_update_time': 1774843239.49672}
2026-03-30 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VK83291') HTTP/1.1" 204 0
2026-03-30 04:00:39 [auto1.it] INFO: Found listing with ID: FR55609
2026-03-30 04:00:39 [auto1.it] INFO: Found listing with ID: CV87912
2026-03-30 04:00:39 [auto1.it] INFO: Found listing with ID: MU13564
2026-03-30 04:00:39 [auto1.it] INFO: Found listing with ID: PY58212
2026-03-30 04:00:39 [auto1.it] INFO: Found listing with ID: NX47141
2026-03-30 04:00:39 [auto1.it] INFO: Found listing with ID: SC24235
2026-03-30 04:00:39 [auto1.it] INFO: Found listing with ID: WL97433
2026-03-30 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WL97433%27 HTTP/1.1" 200 None
2026-03-30 04:00:39 [auto1.it] INFO: Scrape type for WL97433: 2
2026-03-30 04:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bba4b768-eee6-5c08-bfee-d55abc53e126 with identifier: WL97433
2026-03-30 04:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bba4b768-eee6-5c08-bfee-d55abc53e126 with scrape type 2
2026-03-30 04:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bba4b768-eee6-5c08-bfee-d55abc53e126 with scrape type 2
2026-03-30 04:00:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bba4b768-eee6-5c08-bfee-d55abc53e126, identifier: WL97433
2026-03-30 04:00:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bba4b768-eee6-5c08-bfee-d55abc53e126 with identifier: WL97433
2026-03-30 04:00:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bba4b768-eee6-5c08-bfee-d55abc53e126 with identifier: WL97433
2026-03-30 04:00:39 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bba4b768-eee6-5c08-bfee-d55abc53e126 with identifier: WL97433 to the API
2026-03-30 04:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WL97433%27 HTTP/1.1" 200 None
2026-03-30 04:00:39 [auto1.it] INFO: Saving data for WL97433: {'auction_closing_time': 1774885132.0, 'created_time': 1774353684.554579, 'last_price_update_time': 1774843239.89503}
2026-03-30 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WL97433') HTTP/1.1" 204 0
2026-03-30 04:00:39 [auto1.it] INFO: Found listing with ID: NL26741
2026-03-30 04:00:39 [auto1.it] INFO: Found listing with ID: CR51689
2026-03-30 04:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CR51689%27 HTTP/1.1" 200 None
2026-03-30 04:00:39 [auto1.it] INFO: Scrape type for CR51689: 2
2026-03-30 04:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e169d6fd-32f9-5865-b1c8-4ee2eac999b2 with identifier: CR51689
2026-03-30 04:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e169d6fd-32f9-5865-b1c8-4ee2eac999b2 with scrape type 2
2026-03-30 04:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e169d6fd-32f9-5865-b1c8-4ee2eac999b2 with scrape type 2
2026-03-30 04:00:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e169d6fd-32f9-5865-b1c8-4ee2eac999b2, identifier: CR51689
2026-03-30 04:00:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e169d6fd-32f9-5865-b1c8-4ee2eac999b2 with identifier: CR51689
2026-03-30 04:00:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e169d6fd-32f9-5865-b1c8-4ee2eac999b2 with identifier: CR51689
2026-03-30 04:00:40 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e169d6fd-32f9-5865-b1c8-4ee2eac999b2 with identifier: CR51689 to the API
2026-03-30 04:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CR51689%27 HTTP/1.1" 200 None
2026-03-30 04:00:40 [auto1.it] INFO: Saving data for CR51689: {'auction_closing_time': 1774885280.0, 'created_time': 1771495425.844897, 'last_price_update_time': 1774843240.344171}
2026-03-30 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CR51689') HTTP/1.1" 204 0
2026-03-30 04:00:40 [auto1.it] INFO: Found listing with ID: PE19282
2026-03-30 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE19282%27 HTTP/1.1" 200 None
2026-03-30 04:00:40 [auto1.it] INFO: Scrape type for PE19282: 2
2026-03-30 04:00:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c8cb6a8-498b-5fdc-a808-fbb568cd5117 with identifier: PE19282
2026-03-30 04:00:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c8cb6a8-498b-5fdc-a808-fbb568cd5117 with scrape type 2
2026-03-30 04:00:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c8cb6a8-498b-5fdc-a808-fbb568cd5117 with scrape type 2
2026-03-30 04:00:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6c8cb6a8-498b-5fdc-a808-fbb568cd5117, identifier: PE19282
2026-03-30 04:00:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6c8cb6a8-498b-5fdc-a808-fbb568cd5117 with identifier: PE19282
2026-03-30 04:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 04:00:40 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=petrol HTTP/1.1" 200 None
2026-03-30 04:00:40 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 04:00:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6c8cb6a8-498b-5fdc-a808-fbb568cd5117 with identifier: PE19282
2026-03-30 04:00:40 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6c8cb6a8-498b-5fdc-a808-fbb568cd5117 with identifier: PE19282 to the API
2026-03-30 04:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE19282%27 HTTP/1.1" 200 None
2026-03-30 04:00:40 [auto1.it] INFO: Saving data for PE19282: {'auction_closing_time': 1774884194.0, 'created_time': 1773674084.924369, 'last_price_update_time': 1774843240.988258}
2026-03-30 04:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PE19282') HTTP/1.1" 204 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: LP93747
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LP93747%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for LP93747: 2
2026-03-30 04:00:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0287dd46-66ff-5873-8c6c-5bd7eccb52d8 with identifier: LP93747
2026-03-30 04:00:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0287dd46-66ff-5873-8c6c-5bd7eccb52d8 with scrape type 2
2026-03-30 04:00:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0287dd46-66ff-5873-8c6c-5bd7eccb52d8 with scrape type 2
2026-03-30 04:00:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0287dd46-66ff-5873-8c6c-5bd7eccb52d8, identifier: LP93747
2026-03-30 04:00:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0287dd46-66ff-5873-8c6c-5bd7eccb52d8 with identifier: LP93747
2026-03-30 04:00:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0287dd46-66ff-5873-8c6c-5bd7eccb52d8 with identifier: LP93747
2026-03-30 04:00:41 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0287dd46-66ff-5873-8c6c-5bd7eccb52d8 with identifier: LP93747 to the API
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LP93747%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Saving data for LP93747: {'auction_closing_time': 1774883222.0, 'created_time': 1773674265.434333, 'last_price_update_time': 1774843241.403417}
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LP93747') HTTP/1.1" 204 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: RA56260
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: EK01014
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: ZH89782
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: YS46644
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: RC57618
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: RZ13611
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: TD94995
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TD94995%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for TD94995: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: EW86248
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: WB67715
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: ZK23412
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZK23412%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for ZK23412: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: KT97112
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT97112%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for KT97112: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: VX54409
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: XH11814
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: KN64287
2026-03-30 04:00: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-30 04:00:41 [auto1.it] INFO: Channel: 24h | Page: 9 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: JM92552
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JM92552%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for JM92552: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: HP20595
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HP20595%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for HP20595: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: RF53509
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: VY56093
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VY56093%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for VY56093: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: XS81991
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XS81991%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for XS81991: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: KL09391
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KL09391%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for KL09391: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: DH11119
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DH11119%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for DH11119: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: VL58331
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VL58331%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for VL58331: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: MW24611
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW24611%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for MW24611: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: WJ42513
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: RX80413
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: JK04484
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JK04484%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for JK04484: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: ZE02722
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: PA82276
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: XE77432
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: BG27865
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BG27865%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for BG27865: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: EK32086
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EK32086%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for EK32086: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: VN61969
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: RH32617
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: TJ05076
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TJ05076%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for TJ05076: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: PZ73460
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: TY12720
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TY12720%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for TY12720: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: RS94831
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RS94831%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for RS94831: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: BZ50824
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: TW69168
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TW69168%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for TW69168: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: XK06732
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XK06732%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for XK06732: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: CE45515
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: SY67891
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY67891%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for SY67891: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: WE05863
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WE05863%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for WE05863: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: KR29976
2026-03-30 04:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR29976%27 HTTP/1.1" 200 None
2026-03-30 04:00:41 [auto1.it] INFO: Scrape type for KR29976: 0
2026-03-30 04:00:41 [auto1.it] INFO: Found listing with ID: ES96782
2026-03-30 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ES96782%27 HTTP/1.1" 200 None
2026-03-30 04:00:42 [auto1.it] INFO: Scrape type for ES96782: 0
2026-03-30 04:00:42 [auto1.it] INFO: Found listing with ID: PU50365
2026-03-30 04:00:42 [auto1.it] INFO: Found listing with ID: NP45555
2026-03-30 04:00:42 [auto1.it] INFO: Found listing with ID: LE11885
2026-03-30 04:00:42 [auto1.it] INFO: Found listing with ID: EW80133
2026-03-30 04:00:42 [auto1.it] INFO: Found listing with ID: DB86833
2026-03-30 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DB86833%27 HTTP/1.1" 200 None
2026-03-30 04:00:42 [auto1.it] INFO: Scrape type for DB86833: 0
2026-03-30 04:00:42 [auto1.it] INFO: Found listing with ID: VF83639
2026-03-30 04:00:42 [auto1.it] INFO: Found listing with ID: JP63485
2026-03-30 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JP63485%27 HTTP/1.1" 200 None
2026-03-30 04:00:42 [auto1.it] INFO: Scrape type for JP63485: 0
2026-03-30 04:00:42 [auto1.it] INFO: Found listing with ID: PE22085
2026-03-30 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE22085%27 HTTP/1.1" 200 None
2026-03-30 04:00:42 [auto1.it] INFO: Scrape type for PE22085: 0
2026-03-30 04:00:42 [auto1.it] INFO: Found listing with ID: AC12689
2026-03-30 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AC12689%27 HTTP/1.1" 200 None
2026-03-30 04:00:42 [auto1.it] INFO: Scrape type for AC12689: 0
2026-03-30 04:00:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00: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-30 04:00:42 [auto1.it] INFO: Channel: 24h | Page: 10 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:42 [auto1.it] INFO: Found listing with ID: KK08991
2026-03-30 04:00:42 [auto1.it] INFO: Found listing with ID: NJ15500
2026-03-30 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ15500%27 HTTP/1.1" 200 None
2026-03-30 04:00:42 [auto1.it] INFO: Scrape type for NJ15500: 0
2026-03-30 04:00:42 [auto1.it] INFO: Found listing with ID: JU37769
2026-03-30 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JU37769%27 HTTP/1.1" 200 None
2026-03-30 04:00:42 [auto1.it] INFO: Scrape type for JU37769: 0
2026-03-30 04:00:42 [auto1.it] INFO: Found listing with ID: LA80285
2026-03-30 04:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:43 [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-30 04:00:43 [auto1.it] INFO: Scrape type for LA80285: 0
2026-03-30 04:00:43 [auto1.it] INFO: Found listing with ID: LM41534
2026-03-30 04:00:43 [auto1.it] INFO: Found listing with ID: UK25874
2026-03-30 04:00:43 [auto1.it] INFO: Found listing with ID: PB14031
2026-03-30 04:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:43 [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-30 04:00:43 [auto1.it] INFO: Scrape type for PB14031: 2
2026-03-30 04:00:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e91dd62-0187-51d3-b9a7-01febe8c4850 with identifier: PB14031
2026-03-30 04:00:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e91dd62-0187-51d3-b9a7-01febe8c4850 with scrape type 2
2026-03-30 04:00:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e91dd62-0187-51d3-b9a7-01febe8c4850 with scrape type 2
2026-03-30 04:00:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4e91dd62-0187-51d3-b9a7-01febe8c4850, identifier: PB14031
2026-03-30 04:00:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4e91dd62-0187-51d3-b9a7-01febe8c4850 with identifier: PB14031
2026-03-30 04:00:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4e91dd62-0187-51d3-b9a7-01febe8c4850 with identifier: PB14031
2026-03-30 04:00:43 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4e91dd62-0187-51d3-b9a7-01febe8c4850 with identifier: PB14031 to the API
2026-03-30 04:00:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:00: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-30 04:00: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': '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-30 04:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:43 [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-30 04:00:43 [auto1.it] INFO: Saving data for PB14031: {'auction_closing_time': 1774886310.0, 'created_time': 1774645290.021726, 'last_price_update_time': 1774843243.3803}
2026-03-30 04:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PB14031') HTTP/1.1" 204 0
2026-03-30 04:00:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00:43 [auto1.it] INFO: Found listing with ID: LV20949
2026-03-30 04:00:43 [auto1.it] INFO: Found listing with ID: US42109
2026-03-30 04:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:43 [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-30 04:00:43 [auto1.it] INFO: Scrape type for US42109: 0
2026-03-30 04:00:43 [auto1.it] INFO: Found listing with ID: YD46190
2026-03-30 04:00:43 [auto1.it] INFO: Found listing with ID: BP59545
2026-03-30 04:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:43 [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-30 04:00:43 [auto1.it] INFO: Scrape type for BP59545: 0
2026-03-30 04:00:43 [auto1.it] INFO: Found listing with ID: WL47610
2026-03-30 04:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:43 [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-30 04:00:43 [auto1.it] INFO: Scrape type for WL47610: 2
2026-03-30 04:00:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f with identifier: WL47610
2026-03-30 04:00:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f with scrape type 2
2026-03-30 04:00:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f with scrape type 2
2026-03-30 04:00:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f, identifier: WL47610
2026-03-30 04:00:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f with identifier: WL47610
2026-03-30 04:00:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 04:00:43 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=white HTTP/1.1" 200 None
2026-03-30 04:00:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 04:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 04:00:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f with identifier: WL47610
2026-03-30 04:00:43 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 309ced6d-22b9-50b4-b2ff-4bf4d4f1359f with identifier: WL47610 to the API
2026-03-30 04:00:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:00: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-30 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': 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-30 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WL47610%27 HTTP/1.1" 200 None
2026-03-30 04:00:44 [auto1.it] INFO: Saving data for WL47610: {'auction_closing_time': 1774884950.0, 'created_time': 1774645695.191436, 'last_price_update_time': 1774843244.044438}
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WL47610') HTTP/1.1" 204 0
2026-03-30 04:00:44 [auto1.it] INFO: Found listing with ID: TE89149
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TE89149%27 HTTP/1.1" 200 None
2026-03-30 04:00:44 [auto1.it] INFO: Scrape type for TE89149: 0
2026-03-30 04:00:44 [auto1.it] INFO: Found listing with ID: KR30691
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR30691%27 HTTP/1.1" 200 None
2026-03-30 04:00:44 [auto1.it] INFO: Scrape type for KR30691: 2
2026-03-30 04:00:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c640a2b-f475-54d7-af4b-eebe4875f097 with identifier: KR30691
2026-03-30 04:00:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c640a2b-f475-54d7-af4b-eebe4875f097 with scrape type 2
2026-03-30 04:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c640a2b-f475-54d7-af4b-eebe4875f097 with scrape type 2
2026-03-30 04:00:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9c640a2b-f475-54d7-af4b-eebe4875f097, identifier: KR30691
2026-03-30 04:00:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9c640a2b-f475-54d7-af4b-eebe4875f097 with identifier: KR30691
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black HTTP/1.1" 200 None
2026-03-30 04:00:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 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-30 04:00:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9c640a2b-f475-54d7-af4b-eebe4875f097 with identifier: KR30691
2026-03-30 04:00:44 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9c640a2b-f475-54d7-af4b-eebe4875f097 with identifier: KR30691 to the API
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR30691%27 HTTP/1.1" 200 None
2026-03-30 04:00:44 [auto1.it] INFO: Saving data for KR30691: {'auction_closing_time': 1774885135.0, 'created_time': 1773130539.885883, 'last_price_update_time': 1774843244.641524}
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KR30691') HTTP/1.1" 204 0
2026-03-30 04:00:44 [auto1.it] INFO: Found listing with ID: TJ46359
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TJ46359%27 HTTP/1.1" 200 None
2026-03-30 04:00:44 [auto1.it] INFO: Scrape type for TJ46359: 0
2026-03-30 04:00:44 [auto1.it] INFO: Found listing with ID: WV37243
2026-03-30 04:00:44 [auto1.it] INFO: Found listing with ID: LU63689
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LU63689%27 HTTP/1.1" 200 None
2026-03-30 04:00:44 [auto1.it] INFO: Scrape type for LU63689: 0
2026-03-30 04:00:44 [auto1.it] INFO: Found listing with ID: FJ55026
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FJ55026%27 HTTP/1.1" 200 None
2026-03-30 04:00:44 [auto1.it] INFO: Scrape type for FJ55026: 0
2026-03-30 04:00:44 [auto1.it] INFO: Found listing with ID: GW87454
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GW87454%27 HTTP/1.1" 200 None
2026-03-30 04:00:44 [auto1.it] INFO: Scrape type for GW87454: 2
2026-03-30 04:00:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f13bc097-89f1-5771-b443-4876305e38c8 with identifier: GW87454
2026-03-30 04:00:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13bc097-89f1-5771-b443-4876305e38c8 with scrape type 2
2026-03-30 04:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f13bc097-89f1-5771-b443-4876305e38c8 with scrape type 2
2026-03-30 04:00:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f13bc097-89f1-5771-b443-4876305e38c8, identifier: GW87454
2026-03-30 04:00:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f13bc097-89f1-5771-b443-4876305e38c8 with identifier: GW87454
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 04:00:44 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gas HTTP/1.1" 200 None
2026-03-30 04:00:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 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-30 04:00:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f13bc097-89f1-5771-b443-4876305e38c8 with identifier: GW87454
2026-03-30 04:00:45 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f13bc097-89f1-5771-b443-4876305e38c8 with identifier: GW87454 to the API
2026-03-30 04:00:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GW87454%27 HTTP/1.1" 200 None
2026-03-30 04:00:45 [auto1.it] INFO: Saving data for GW87454: {'auction_closing_time': 1774883564.0, 'created_time': 1774645425.95691, 'last_price_update_time': 1774843245.196382}
2026-03-30 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GW87454') HTTP/1.1" 204 0
2026-03-30 04:00:45 [auto1.it] INFO: Found listing with ID: PH50557
2026-03-30 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PH50557%27 HTTP/1.1" 200 None
2026-03-30 04:00:45 [auto1.it] INFO: Scrape type for PH50557: 2
2026-03-30 04:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b807df9-ed15-5504-81bc-2feee833d242 with identifier: PH50557
2026-03-30 04:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b807df9-ed15-5504-81bc-2feee833d242 with scrape type 2
2026-03-30 04:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b807df9-ed15-5504-81bc-2feee833d242 with scrape type 2
2026-03-30 04:00:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1b807df9-ed15-5504-81bc-2feee833d242, identifier: PH50557
2026-03-30 04:00:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1b807df9-ed15-5504-81bc-2feee833d242 with identifier: PH50557
2026-03-30 04:00:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1b807df9-ed15-5504-81bc-2feee833d242 with identifier: PH50557
2026-03-30 04:00:45 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1b807df9-ed15-5504-81bc-2feee833d242 with identifier: PH50557 to the API
2026-03-30 04:00:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PH50557%27 HTTP/1.1" 200 None
2026-03-30 04:00:45 [auto1.it] INFO: Saving data for PH50557: {'auction_closing_time': 1774882894.0, 'created_time': 1774645642.301566, 'last_price_update_time': 1774843245.691787}
2026-03-30 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PH50557') HTTP/1.1" 204 0
2026-03-30 04:00:45 [auto1.it] INFO: Found listing with ID: ZU90701
2026-03-30 04:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZU90701%27 HTTP/1.1" 200 None
2026-03-30 04:00:45 [auto1.it] INFO: Scrape type for ZU90701: 2
2026-03-30 04:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2774787b-9887-55ba-955a-ddc3e62f89d8 with identifier: ZU90701
2026-03-30 04:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2774787b-9887-55ba-955a-ddc3e62f89d8 with scrape type 2
2026-03-30 04:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2774787b-9887-55ba-955a-ddc3e62f89d8 with scrape type 2
2026-03-30 04:00:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2774787b-9887-55ba-955a-ddc3e62f89d8, identifier: ZU90701
2026-03-30 04:00:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2774787b-9887-55ba-955a-ddc3e62f89d8 with identifier: ZU90701
2026-03-30 04:00:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2774787b-9887-55ba-955a-ddc3e62f89d8 with identifier: ZU90701
2026-03-30 04:00:45 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2774787b-9887-55ba-955a-ddc3e62f89d8 with identifier: ZU90701 to the API
2026-03-30 04:00:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZU90701%27 HTTP/1.1" 200 None
2026-03-30 04:00:46 [auto1.it] INFO: Saving data for ZU90701: {'auction_closing_time': 1774885945.0, 'created_time': 1774645325.839739, 'last_price_update_time': 1774843246.061146}
2026-03-30 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZU90701') HTTP/1.1" 204 0
2026-03-30 04:00:46 [auto1.it] INFO: Found listing with ID: JV01871
2026-03-30 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JV01871%27 HTTP/1.1" 200 None
2026-03-30 04:00:46 [auto1.it] INFO: Scrape type for JV01871: 0
2026-03-30 04:00:46 [auto1.it] INFO: Found listing with ID: FS14402
2026-03-30 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FS14402%27 HTTP/1.1" 200 None
2026-03-30 04:00:46 [auto1.it] INFO: Scrape type for FS14402: 2
2026-03-30 04:00:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dde40a2-78b1-54b4-aca0-9b7498e2a185 with identifier: FS14402
2026-03-30 04:00:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dde40a2-78b1-54b4-aca0-9b7498e2a185 with scrape type 2
2026-03-30 04:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dde40a2-78b1-54b4-aca0-9b7498e2a185 with scrape type 2
2026-03-30 04:00:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4dde40a2-78b1-54b4-aca0-9b7498e2a185, identifier: FS14402
2026-03-30 04:00:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4dde40a2-78b1-54b4-aca0-9b7498e2a185 with identifier: FS14402
2026-03-30 04:00:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 04:00:46 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gold HTTP/1.1" 200 None
2026-03-30 04:00:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 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-30 04:00:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4dde40a2-78b1-54b4-aca0-9b7498e2a185 with identifier: FS14402
2026-03-30 04:00:46 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4dde40a2-78b1-54b4-aca0-9b7498e2a185 with identifier: FS14402 to the API
2026-03-30 04:00:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FS14402%27 HTTP/1.1" 200 None
2026-03-30 04:00:46 [auto1.it] INFO: Saving data for FS14402: {'auction_closing_time': 1774885754.0, 'created_time': 1774558983.558659, 'last_price_update_time': 1774843246.595472}
2026-03-30 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FS14402') HTTP/1.1" 204 0
2026-03-30 04:00:46 [auto1.it] INFO: Found listing with ID: WK43313
2026-03-30 04:00:46 [auto1.it] INFO: Found listing with ID: UV07226
2026-03-30 04:00:46 [auto1.it] INFO: Found listing with ID: DB68692
2026-03-30 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DB68692%27 HTTP/1.1" 200 None
2026-03-30 04:00:46 [auto1.it] INFO: Scrape type for DB68692: 0
2026-03-30 04:00:46 [auto1.it] INFO: Found listing with ID: DC45028
2026-03-30 04:00:46 [auto1.it] INFO: Found listing with ID: BD73790
2026-03-30 04:00:46 [auto1.it] INFO: Found listing with ID: SL28261
2026-03-30 04:00:46 [auto1.it] INFO: Found listing with ID: XC65612
2026-03-30 04:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XC65612%27 HTTP/1.1" 200 None
2026-03-30 04:00:46 [auto1.it] INFO: Scrape type for XC65612: 2
2026-03-30 04:00:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5158725-fca1-5709-92f2-df28e8c03ca6 with identifier: XC65612
2026-03-30 04:00:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5158725-fca1-5709-92f2-df28e8c03ca6 with scrape type 2
2026-03-30 04:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5158725-fca1-5709-92f2-df28e8c03ca6 with scrape type 2
2026-03-30 04:00:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a5158725-fca1-5709-92f2-df28e8c03ca6, identifier: XC65612
2026-03-30 04:00:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a5158725-fca1-5709-92f2-df28e8c03ca6 with identifier: XC65612
2026-03-30 04:00:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a5158725-fca1-5709-92f2-df28e8c03ca6 with identifier: XC65612
2026-03-30 04:00:46 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a5158725-fca1-5709-92f2-df28e8c03ca6 with identifier: XC65612 to the API
2026-03-30 04:00:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 04:00: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': 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-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:47 [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-30 04:00:47 [auto1.it] INFO: Saving data for XC65612: {'auction_closing_time': 1774886093.0, 'created_time': 1773867971.298024, 'last_price_update_time': 1774843247.032902}
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XC65612') HTTP/1.1" 204 0
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: YD99116
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: PH70338
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: XC79515
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: RS77350
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: NK56802
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:47 [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-30 04:00:47 [auto1.it] INFO: Scrape type for NK56802: 2
2026-03-30 04:00:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f262c04-c4f2-50df-882a-aebe32c9d923 with identifier: NK56802
2026-03-30 04:00:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f262c04-c4f2-50df-882a-aebe32c9d923 with scrape type 2
2026-03-30 04:00:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f262c04-c4f2-50df-882a-aebe32c9d923 with scrape type 2
2026-03-30 04:00:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0f262c04-c4f2-50df-882a-aebe32c9d923, identifier: NK56802
2026-03-30 04:00: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-30 04:00:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0f262c04-c4f2-50df-882a-aebe32c9d923 with identifier: NK56802
2026-03-30 04:00:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0f262c04-c4f2-50df-882a-aebe32c9d923 with identifier: NK56802
2026-03-30 04:00:47 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0f262c04-c4f2-50df-882a-aebe32c9d923 with identifier: NK56802 to the API
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:00: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-30 04:00: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': 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-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:47 [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-30 04:00:47 [auto1.it] INFO: Saving data for NK56802: {'auction_closing_time': 1774885649.0, 'created_time': 1774645680.400701, 'last_price_update_time': 1774843247.536103}
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NK56802') HTTP/1.1" 204 0
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: ET21203
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: BG99585
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: HZ70208
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: JP32854
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: FV19054
2026-03-30 04:00:47 [auto1.it] INFO: Channel: 24h | Page: 11 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: VX82839
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:47 [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-30 04:00:47 [auto1.it] INFO: Scrape type for VX82839: 0
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: PT96186
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:47 [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-30 04:00:47 [auto1.it] INFO: Scrape type for PT96186: 0
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: PA28005
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:47 [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-30 04:00:47 [auto1.it] INFO: Scrape type for PA28005: 0
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: KC73163
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: MN68461
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:47 [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-30 04:00:47 [auto1.it] INFO: Scrape type for MN68461: 0
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: YA54300
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: UJ66117
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: RE99850
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: JP92326
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: CU15371
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: AB01371
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: XB62766
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:47 [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-30 04:00:47 [auto1.it] INFO: Scrape type for XB62766: 0
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: TU59296
2026-03-30 04:00:47 [auto1.it] INFO: Found listing with ID: MR45258
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:47 [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-30 04:00:47 [auto1.it] INFO: Scrape type for MR45258: 2
2026-03-30 04:00:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abbffb79-0280-50f1-af83-bd0787c209fe with identifier: MR45258
2026-03-30 04:00:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abbffb79-0280-50f1-af83-bd0787c209fe with scrape type 2
2026-03-30 04:00:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abbffb79-0280-50f1-af83-bd0787c209fe with scrape type 2
2026-03-30 04:00:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: abbffb79-0280-50f1-af83-bd0787c209fe, identifier: MR45258
2026-03-30 04:00:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: abbffb79-0280-50f1-af83-bd0787c209fe with identifier: MR45258
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red HTTP/1.1" 200 None
2026-03-30 04:00:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 04:00:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: abbffb79-0280-50f1-af83-bd0787c209fe with identifier: MR45258
2026-03-30 04:00:47 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: abbffb79-0280-50f1-af83-bd0787c209fe with identifier: MR45258 to the API
2026-03-30 04:00:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:00: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-30 04:00: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': '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-30 04:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:48 [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-30 04:00:48 [auto1.it] INFO: Saving data for MR45258: {'auction_closing_time': 1774884144.0, 'created_time': 1774645592.988194, 'last_price_update_time': 1774843248.100729}
2026-03-30 04:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MR45258') HTTP/1.1" 204 0
2026-03-30 04:00:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00:48 [auto1.it] INFO: Found listing with ID: FN81856
2026-03-30 04:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:48 [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-30 04:00:48 [auto1.it] INFO: Scrape type for FN81856: 2
2026-03-30 04:00:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f492990-e5f7-5f40-a352-8f89d678dcd8 with identifier: FN81856
2026-03-30 04:00:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f492990-e5f7-5f40-a352-8f89d678dcd8 with scrape type 2
2026-03-30 04:00:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f492990-e5f7-5f40-a352-8f89d678dcd8 with scrape type 2
2026-03-30 04:00:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8f492990-e5f7-5f40-a352-8f89d678dcd8, identifier: FN81856
2026-03-30 04:00:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8f492990-e5f7-5f40-a352-8f89d678dcd8 with identifier: FN81856
2026-03-30 04:00:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8f492990-e5f7-5f40-a352-8f89d678dcd8 with identifier: FN81856
2026-03-30 04:00:48 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8f492990-e5f7-5f40-a352-8f89d678dcd8 with identifier: FN81856 to the API
2026-03-30 04:00:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:00: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-30 04:00: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': 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-30 04:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:48 [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-30 04:00:48 [auto1.it] INFO: Saving data for FN81856: {'auction_closing_time': 1774883003.0, 'created_time': 1774645661.469178, 'last_price_update_time': 1774843248.570679}
2026-03-30 04:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FN81856') HTTP/1.1" 204 0
2026-03-30 04:00:48 [auto1.it] INFO: Found listing with ID: AD01687
2026-03-30 04:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:48 [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-30 04:00:48 [auto1.it] INFO: Scrape type for AD01687: 0
2026-03-30 04:00:48 [auto1.it] INFO: Found listing with ID: RM66107
2026-03-30 04:00:48 [auto1.it] INFO: Found listing with ID: CK86990
2026-03-30 04:00:48 [auto1.it] INFO: Found listing with ID: AY12786
2026-03-30 04:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:48 [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-30 04:00:48 [auto1.it] INFO: Scrape type for AY12786: 2
2026-03-30 04:00:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74752d23-613a-5c32-a7a1-a2d7a474a8cb with identifier: AY12786
2026-03-30 04:00:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74752d23-613a-5c32-a7a1-a2d7a474a8cb with scrape type 2
2026-03-30 04:00:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74752d23-613a-5c32-a7a1-a2d7a474a8cb with scrape type 2
2026-03-30 04:00:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 74752d23-613a-5c32-a7a1-a2d7a474a8cb, identifier: AY12786
2026-03-30 04:00:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 74752d23-613a-5c32-a7a1-a2d7a474a8cb with identifier: AY12786
2026-03-30 04:00:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 74752d23-613a-5c32-a7a1-a2d7a474a8cb with identifier: AY12786
2026-03-30 04:00:48 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 74752d23-613a-5c32-a7a1-a2d7a474a8cb with identifier: AY12786 to the API
2026-03-30 04:00:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:00: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-30 04:00: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': 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-30 04:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:48 [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-30 04:00:48 [auto1.it] INFO: Saving data for AY12786: {'auction_closing_time': 1774886362.0, 'created_time': 1773867966.240169, 'last_price_update_time': 1774843248.996167}
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AY12786') HTTP/1.1" 204 0
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: XD81326
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: ED09945
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ED09945%27 HTTP/1.1" 200 None
2026-03-30 04:00:49 [auto1.it] INFO: Scrape type for ED09945: 0
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: LK74969
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: PW94940
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: UH56050
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: VX86460
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX86460%27 HTTP/1.1" 200 None
2026-03-30 04:00:49 [auto1.it] INFO: Scrape type for VX86460: 2
2026-03-30 04:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 361145ca-6724-5442-9b4e-4723638aa81d with identifier: VX86460
2026-03-30 04:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 361145ca-6724-5442-9b4e-4723638aa81d with scrape type 2
2026-03-30 04:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 361145ca-6724-5442-9b4e-4723638aa81d with scrape type 2
2026-03-30 04:00:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 361145ca-6724-5442-9b4e-4723638aa81d, identifier: VX86460
2026-03-30 04:00:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 361145ca-6724-5442-9b4e-4723638aa81d with identifier: VX86460
2026-03-30 04:00:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 361145ca-6724-5442-9b4e-4723638aa81d with identifier: VX86460
2026-03-30 04:00:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 361145ca-6724-5442-9b4e-4723638aa81d with identifier: VX86460 to the API
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 04:00: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': '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-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX86460%27 HTTP/1.1" 200 None
2026-03-30 04:00:49 [auto1.it] INFO: Saving data for VX86460: {'auction_closing_time': 1774884993.0, 'created_time': 1774256467.055261, 'last_price_update_time': 1774843249.408508}
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VX86460') HTTP/1.1" 204 0
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: WE55630
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: LF91623
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: XT06455
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: DD62614
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: BA90157
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BA90157%27 HTTP/1.1" 200 None
2026-03-30 04:00:49 [auto1.it] INFO: Scrape type for BA90157: 2
2026-03-30 04:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a11cc15d-b310-5934-8168-33443b41faf9 with identifier: BA90157
2026-03-30 04:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a11cc15d-b310-5934-8168-33443b41faf9 with scrape type 2
2026-03-30 04:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a11cc15d-b310-5934-8168-33443b41faf9 with scrape type 2
2026-03-30 04:00:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a11cc15d-b310-5934-8168-33443b41faf9, identifier: BA90157
2026-03-30 04:00:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a11cc15d-b310-5934-8168-33443b41faf9 with identifier: BA90157
2026-03-30 04:00:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a11cc15d-b310-5934-8168-33443b41faf9 with identifier: BA90157
2026-03-30 04:00:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a11cc15d-b310-5934-8168-33443b41faf9 with identifier: BA90157 to the API
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 04:00: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': '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-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BA90157%27 HTTP/1.1" 200 None
2026-03-30 04:00:49 [auto1.it] INFO: Saving data for BA90157: {'auction_closing_time': 1774885354.0, 'created_time': 1774558924.46117, 'last_price_update_time': 1774843249.888161}
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BA90157') HTTP/1.1" 204 0
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: AB06670
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AB06670%27 HTTP/1.1" 200 None
2026-03-30 04:00:49 [auto1.it] INFO: Scrape type for AB06670: 0
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: LV99150
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: VC44140
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: KV39692
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV39692%27 HTTP/1.1" 200 None
2026-03-30 04:00:49 [auto1.it] INFO: Scrape type for KV39692: 0
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: UL45556
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UL45556%27 HTTP/1.1" 200 None
2026-03-30 04:00:49 [auto1.it] INFO: Scrape type for UL45556: 0
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: LM08573
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LM08573%27 HTTP/1.1" 200 None
2026-03-30 04:00:49 [auto1.it] INFO: Scrape type for LM08573: 0
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: SG91000
2026-03-30 04:00:49 [auto1.it] INFO: Found listing with ID: JP22966
2026-03-30 04:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JP22966%27 HTTP/1.1" 200 None
2026-03-30 04:00:49 [auto1.it] INFO: Scrape type for JP22966: 2
2026-03-30 04:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4e6c002-8a33-526b-b227-a36b57fb802d with identifier: JP22966
2026-03-30 04:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4e6c002-8a33-526b-b227-a36b57fb802d with scrape type 2
2026-03-30 04:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4e6c002-8a33-526b-b227-a36b57fb802d with scrape type 2
2026-03-30 04:00:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f4e6c002-8a33-526b-b227-a36b57fb802d, identifier: JP22966
2026-03-30 04:00:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f4e6c002-8a33-526b-b227-a36b57fb802d with identifier: JP22966
2026-03-30 04:00:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 04:00:50 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=silver HTTP/1.1" 200 None
2026-03-30 04:00:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 04:00:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f4e6c002-8a33-526b-b227-a36b57fb802d with identifier: JP22966
2026-03-30 04:00:50 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f4e6c002-8a33-526b-b227-a36b57fb802d with identifier: JP22966 to the API
2026-03-30 04:00:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JP22966%27 HTTP/1.1" 200 None
2026-03-30 04:00:50 [auto1.it] INFO: Saving data for JP22966: {'auction_closing_time': 1774885327.0, 'created_time': 1774558827.85569, 'last_price_update_time': 1774843250.45286}
2026-03-30 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JP22966') HTTP/1.1" 204 0
2026-03-30 04:00:50 [auto1.it] INFO: Found listing with ID: AA32249
2026-03-30 04:00:50 [auto1.it] INFO: Found listing with ID: YV19719
2026-03-30 04:00:50 [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-30 04:00:50 [auto1.it] INFO: Channel: 24h | Page: 12 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:50 [auto1.it] INFO: Found listing with ID: CK12538
2026-03-30 04:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK12538%27 HTTP/1.1" 200 None
2026-03-30 04:00:50 [auto1.it] INFO: Scrape type for CK12538: 2
2026-03-30 04:00:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abddfef3-12a1-5b5e-a26a-c8d2116a22bf with identifier: CK12538
2026-03-30 04:00:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abddfef3-12a1-5b5e-a26a-c8d2116a22bf with scrape type 2
2026-03-30 04:00:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abddfef3-12a1-5b5e-a26a-c8d2116a22bf with scrape type 2
2026-03-30 04:00:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: abddfef3-12a1-5b5e-a26a-c8d2116a22bf, identifier: CK12538
2026-03-30 04:00:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: abddfef3-12a1-5b5e-a26a-c8d2116a22bf with identifier: CK12538
2026-03-30 04:00:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: abddfef3-12a1-5b5e-a26a-c8d2116a22bf with identifier: CK12538
2026-03-30 04:00:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: abddfef3-12a1-5b5e-a26a-c8d2116a22bf with identifier: CK12538 to the API
2026-03-30 04:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK12538%27 HTTP/1.1" 200 None
2026-03-30 04:00:51 [auto1.it] INFO: Saving data for CK12538: {'auction_closing_time': 1774884917.0, 'created_time': 1774342867.189787, 'last_price_update_time': 1774843251.277528}
2026-03-30 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CK12538') HTTP/1.1" 204 0
2026-03-30 04:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00:51 [auto1.it] INFO: Found listing with ID: PW56521
2026-03-30 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PW56521%27 HTTP/1.1" 200 None
2026-03-30 04:00:51 [auto1.it] INFO: Scrape type for PW56521: 2
2026-03-30 04:00:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c90d0138-175b-5678-86fe-94f13dcf07bd with identifier: PW56521
2026-03-30 04:00:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c90d0138-175b-5678-86fe-94f13dcf07bd with scrape type 2
2026-03-30 04:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c90d0138-175b-5678-86fe-94f13dcf07bd with scrape type 2
2026-03-30 04:00:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c90d0138-175b-5678-86fe-94f13dcf07bd, identifier: PW56521
2026-03-30 04:00:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c90d0138-175b-5678-86fe-94f13dcf07bd with identifier: PW56521
2026-03-30 04:00:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c90d0138-175b-5678-86fe-94f13dcf07bd with identifier: PW56521
2026-03-30 04:00:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c90d0138-175b-5678-86fe-94f13dcf07bd with identifier: PW56521 to the API
2026-03-30 04:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PW56521%27 HTTP/1.1" 200 None
2026-03-30 04:00:51 [auto1.it] INFO: Saving data for PW56521: {'auction_closing_time': 1774883163.0, 'created_time': 1773435987.0928, 'last_price_update_time': 1774843251.700881}
2026-03-30 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PW56521') HTTP/1.1" 204 0
2026-03-30 04:00:51 [auto1.it] INFO: Found listing with ID: CX68845
2026-03-30 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CX68845%27 HTTP/1.1" 200 None
2026-03-30 04:00:51 [auto1.it] INFO: Scrape type for CX68845: 0
2026-03-30 04:00:51 [auto1.it] INFO: Found listing with ID: SV37675
2026-03-30 04:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV37675%27 HTTP/1.1" 200 None
2026-03-30 04:00:51 [auto1.it] INFO: Scrape type for SV37675: 2
2026-03-30 04:00:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed with identifier: SV37675
2026-03-30 04:00:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed with scrape type 2
2026-03-30 04:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed with scrape type 2
2026-03-30 04:00:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed, identifier: SV37675
2026-03-30 04:00:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed with identifier: SV37675
2026-03-30 04:00:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed with identifier: SV37675
2026-03-30 04:00:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5b3b4717-f215-5ea7-8ef5-7e7ac41f7fed with identifier: SV37675 to the API
2026-03-30 04:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:00: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-30 04:00: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': '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-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:52 [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-30 04:00:52 [auto1.it] INFO: Saving data for SV37675: {'auction_closing_time': 1774882999.0, 'created_time': 1773327692.052845, 'last_price_update_time': 1774843252.150551}
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SV37675') HTTP/1.1" 204 0
2026-03-30 04:00:52 [auto1.it] INFO: Found listing with ID: BF69187
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:52 [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-30 04:00:52 [auto1.it] INFO: Scrape type for BF69187: 0
2026-03-30 04:00:52 [auto1.it] INFO: Found listing with ID: ZZ46834
2026-03-30 04:00:52 [auto1.it] INFO: Found listing with ID: EV65529
2026-03-30 04:00:52 [auto1.it] INFO: Found listing with ID: YW82008
2026-03-30 04:00:52 [auto1.it] INFO: Found listing with ID: TH21432
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:52 [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-30 04:00:52 [auto1.it] INFO: Scrape type for TH21432: 0
2026-03-30 04:00:52 [auto1.it] INFO: Found listing with ID: MH72386
2026-03-30 04:00:52 [auto1.it] INFO: Found listing with ID: CR81411
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:52 [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-30 04:00:52 [auto1.it] INFO: Scrape type for CR81411: 0
2026-03-30 04:00:52 [auto1.it] INFO: Found listing with ID: YF20115
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:52 [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-30 04:00:52 [auto1.it] INFO: Scrape type for YF20115: 2
2026-03-30 04:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f45dfcf0-995d-5064-aa79-9fd920fb2983 with identifier: YF20115
2026-03-30 04:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f45dfcf0-995d-5064-aa79-9fd920fb2983 with scrape type 2
2026-03-30 04:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f45dfcf0-995d-5064-aa79-9fd920fb2983 with scrape type 2
2026-03-30 04:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f45dfcf0-995d-5064-aa79-9fd920fb2983, identifier: YF20115
2026-03-30 04:00:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f45dfcf0-995d-5064-aa79-9fd920fb2983 with identifier: YF20115
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=brown HTTP/1.1" 200 None
2026-03-30 04:00:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 04:00:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f45dfcf0-995d-5064-aa79-9fd920fb2983 with identifier: YF20115
2026-03-30 04:00:52 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f45dfcf0-995d-5064-aa79-9fd920fb2983 with identifier: YF20115 to the API
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:00: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-30 04:00: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': '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-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:52 [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-30 04:00:52 [auto1.it] INFO: Saving data for YF20115: {'auction_closing_time': 1774885450.0, 'created_time': 1774645255.232079, 'last_price_update_time': 1774843252.690605}
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YF20115') HTTP/1.1" 204 0
2026-03-30 04:00:52 [auto1.it] INFO: Found listing with ID: NN80859
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:52 [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-30 04:00:52 [auto1.it] INFO: Scrape type for NN80859: 0
2026-03-30 04:00:52 [auto1.it] INFO: Found listing with ID: CX56381
2026-03-30 04:00:52 [auto1.it] INFO: Found listing with ID: FB75949
2026-03-30 04:00:52 [auto1.it] INFO: Found listing with ID: JA23612
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:52 [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-30 04:00:52 [auto1.it] INFO: Scrape type for JA23612: 0
2026-03-30 04:00:52 [auto1.it] INFO: Found listing with ID: EM60693
2026-03-30 04:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:52 [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-30 04:00:52 [auto1.it] INFO: Scrape type for EM60693: 2
2026-03-30 04:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f with identifier: EM60693
2026-03-30 04:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f with scrape type 2
2026-03-30 04:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f with scrape type 2
2026-03-30 04:00:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f, identifier: EM60693
2026-03-30 04:00:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f with identifier: EM60693
2026-03-30 04:00:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f with identifier: EM60693
2026-03-30 04:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0b10dcdc-51fb-51c5-8d24-a810fc8ce96f with identifier: EM60693 to the API
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EM60693%27 HTTP/1.1" 200 None
2026-03-30 04:00:53 [auto1.it] INFO: Saving data for EM60693: {'auction_closing_time': 1774883374.0, 'created_time': 1773781239.423608, 'last_price_update_time': 1774843253.25999}
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EM60693') HTTP/1.1" 204 0
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: LC51604
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: UK70353
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: KM71175
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM71175%27 HTTP/1.1" 200 None
2026-03-30 04:00:53 [auto1.it] INFO: Scrape type for KM71175: 0
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: AE34833
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE34833%27 HTTP/1.1" 200 None
2026-03-30 04:00:53 [auto1.it] INFO: Scrape type for AE34833: 0
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: PB29949
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PB29949%27 HTTP/1.1" 200 None
2026-03-30 04:00:53 [auto1.it] INFO: Scrape type for PB29949: 0
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: AU35917
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: DR37659
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: WY72750
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WY72750%27 HTTP/1.1" 200 None
2026-03-30 04:00:53 [auto1.it] INFO: Scrape type for WY72750: 0
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: LC01017
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: MW60739
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: XH41983
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: RR03246
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: HY79670
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: EC99785
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: MB50671
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: JF90456
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JF90456%27 HTTP/1.1" 200 None
2026-03-30 04:00:53 [auto1.it] INFO: Scrape type for JF90456: 2
2026-03-30 04:00:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efe74962-7408-5e6e-a655-829d37050505 with identifier: JF90456
2026-03-30 04:00:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efe74962-7408-5e6e-a655-829d37050505 with scrape type 2
2026-03-30 04:00:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efe74962-7408-5e6e-a655-829d37050505 with scrape type 2
2026-03-30 04:00:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: efe74962-7408-5e6e-a655-829d37050505, identifier: JF90456
2026-03-30 04:00:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: efe74962-7408-5e6e-a655-829d37050505 with identifier: JF90456
2026-03-30 04:00:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: efe74962-7408-5e6e-a655-829d37050505 with identifier: JF90456
2026-03-30 04:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: efe74962-7408-5e6e-a655-829d37050505 with identifier: JF90456 to the API
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JF90456%27 HTTP/1.1" 200 None
2026-03-30 04:00:53 [auto1.it] INFO: Saving data for JF90456: {'auction_closing_time': 1774884768.0, 'created_time': 1773781304.764786, 'last_price_update_time': 1774843253.749189}
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JF90456') HTTP/1.1" 204 0
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: LL94615
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: WZ44056
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WZ44056%27 HTTP/1.1" 200 None
2026-03-30 04:00:53 [auto1.it] INFO: Scrape type for WZ44056: 0
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: DC03945
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: BH62739
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BH62739%27 HTTP/1.1" 200 None
2026-03-30 04:00:53 [auto1.it] INFO: Scrape type for BH62739: 0
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: LR71348
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR71348%27 HTTP/1.1" 200 None
2026-03-30 04:00:53 [auto1.it] INFO: Scrape type for LR71348: 0
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: ML20734
2026-03-30 04:00:53 [auto1.it] INFO: Found listing with ID: HC48656
2026-03-30 04:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HC48656%27 HTTP/1.1" 200 None
2026-03-30 04:00:53 [auto1.it] INFO: Scrape type for HC48656: 0
2026-03-30 04:00: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-30 04:00:54 [auto1.it] INFO: Channel: 24h | Page: 13 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:54 [auto1.it] INFO: Found listing with ID: CZ22961
2026-03-30 04:00:54 [auto1.it] INFO: Found listing with ID: GN54162
2026-03-30 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN54162%27 HTTP/1.1" 200 None
2026-03-30 04:00:54 [auto1.it] INFO: Scrape type for GN54162: 2
2026-03-30 04:00:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f170f548-72d2-547c-9dfd-ebd5759f6b4d with identifier: GN54162
2026-03-30 04:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f170f548-72d2-547c-9dfd-ebd5759f6b4d with scrape type 2
2026-03-30 04:00:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f170f548-72d2-547c-9dfd-ebd5759f6b4d with scrape type 2
2026-03-30 04:00:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f170f548-72d2-547c-9dfd-ebd5759f6b4d, identifier: GN54162
2026-03-30 04:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f170f548-72d2-547c-9dfd-ebd5759f6b4d with identifier: GN54162
2026-03-30 04:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f170f548-72d2-547c-9dfd-ebd5759f6b4d with identifier: GN54162
2026-03-30 04:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f170f548-72d2-547c-9dfd-ebd5759f6b4d with identifier: GN54162 to the API
2026-03-30 04:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN54162%27 HTTP/1.1" 200 None
2026-03-30 04:00:54 [auto1.it] INFO: Saving data for GN54162: {'auction_closing_time': 1774884483.0, 'created_time': 1774558886.499925, 'last_price_update_time': 1774843254.650618}
2026-03-30 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GN54162') HTTP/1.1" 204 0
2026-03-30 04:00:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00:54 [auto1.it] INFO: Found listing with ID: RM05411
2026-03-30 04:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RM05411%27 HTTP/1.1" 200 None
2026-03-30 04:00:54 [auto1.it] INFO: Scrape type for RM05411: 2
2026-03-30 04:00:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641 with identifier: RM05411
2026-03-30 04:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641 with scrape type 2
2026-03-30 04:00:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641 with scrape type 2
2026-03-30 04:00:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641, identifier: RM05411
2026-03-30 04:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641 with identifier: RM05411
2026-03-30 04:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641 with identifier: RM05411
2026-03-30 04:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a89ba6cd-ebf1-51d4-8920-b9ea0dc4b641 with identifier: RM05411 to the API
2026-03-30 04:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RM05411%27 HTTP/1.1" 200 None
2026-03-30 04:00:55 [auto1.it] INFO: Saving data for RM05411: {'auction_closing_time': 1774886366.0, 'created_time': 1774645671.580922, 'last_price_update_time': 1774843255.039178}
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RM05411') HTTP/1.1" 204 0
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: VS31933
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VS31933%27 HTTP/1.1" 200 None
2026-03-30 04:00:55 [auto1.it] INFO: Scrape type for VS31933: 0
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: ZC19416
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: DE25222
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE25222%27 HTTP/1.1" 200 None
2026-03-30 04:00:55 [auto1.it] INFO: Scrape type for DE25222: 0
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: YL89014
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL89014%27 HTTP/1.1" 200 None
2026-03-30 04:00:55 [auto1.it] INFO: Scrape type for YL89014: 0
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: MA77848
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: CF61926
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: HD82423
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: MU03817
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MU03817%27 HTTP/1.1" 200 None
2026-03-30 04:00:55 [auto1.it] INFO: Scrape type for MU03817: 0
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: ZS54460
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZS54460%27 HTTP/1.1" 200 None
2026-03-30 04:00:55 [auto1.it] INFO: Scrape type for ZS54460: 0
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: AY21125
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: NW60366
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: XR42745
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XR42745%27 HTTP/1.1" 200 None
2026-03-30 04:00:55 [auto1.it] INFO: Scrape type for XR42745: 0
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: WV42889
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: UE31204
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UE31204%27 HTTP/1.1" 200 None
2026-03-30 04:00:55 [auto1.it] INFO: Scrape type for UE31204: 0
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: KD02463
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KD02463%27 HTTP/1.1" 200 None
2026-03-30 04:00:55 [auto1.it] INFO: Scrape type for KD02463: 2
2026-03-30 04:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 717aa48a-e0d0-51d4-b967-9f288fa3e8f9 with identifier: KD02463
2026-03-30 04:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 717aa48a-e0d0-51d4-b967-9f288fa3e8f9 with scrape type 2
2026-03-30 04:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 717aa48a-e0d0-51d4-b967-9f288fa3e8f9 with scrape type 2
2026-03-30 04:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 717aa48a-e0d0-51d4-b967-9f288fa3e8f9, identifier: KD02463
2026-03-30 04:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 717aa48a-e0d0-51d4-b967-9f288fa3e8f9 with identifier: KD02463
2026-03-30 04:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 717aa48a-e0d0-51d4-b967-9f288fa3e8f9 with identifier: KD02463
2026-03-30 04:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 717aa48a-e0d0-51d4-b967-9f288fa3e8f9 with identifier: KD02463 to the API
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KD02463%27 HTTP/1.1" 200 None
2026-03-30 04:00:55 [auto1.it] INFO: Saving data for KD02463: {'auction_closing_time': 1774884893.0, 'created_time': 1773327905.046466, 'last_price_update_time': 1774843255.57562}
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KD02463') HTTP/1.1" 204 0
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: SL86512
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: EZ48642
2026-03-30 04:00:55 [auto1.it] INFO: Found listing with ID: BM42520
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BM42520%27 HTTP/1.1" 200 None
2026-03-30 04:00:55 [auto1.it] INFO: Scrape type for BM42520: 2
2026-03-30 04:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a05db24-86f7-55d7-923e-218aee6b467c with identifier: BM42520
2026-03-30 04:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a05db24-86f7-55d7-923e-218aee6b467c with scrape type 2
2026-03-30 04:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a05db24-86f7-55d7-923e-218aee6b467c with scrape type 2
2026-03-30 04:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0a05db24-86f7-55d7-923e-218aee6b467c, identifier: BM42520
2026-03-30 04:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0a05db24-86f7-55d7-923e-218aee6b467c with identifier: BM42520
2026-03-30 04:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0a05db24-86f7-55d7-923e-218aee6b467c with identifier: BM42520
2026-03-30 04:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0a05db24-86f7-55d7-923e-218aee6b467c with identifier: BM42520 to the API
2026-03-30 04:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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: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-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BM42520%27 HTTP/1.1" 200 None
2026-03-30 04:00:56 [auto1.it] INFO: Saving data for BM42520: {'auction_closing_time': 1774885788.0, 'created_time': 1773781265.253643, 'last_price_update_time': 1774843256.05392}
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BM42520') HTTP/1.1" 204 0
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: SG31590
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG31590%27 HTTP/1.1" 200 None
2026-03-30 04:00:56 [auto1.it] INFO: Scrape type for SG31590: 0
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: DN82434
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: AN97971
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AN97971%27 HTTP/1.1" 200 None
2026-03-30 04:00:56 [auto1.it] INFO: Scrape type for AN97971: 0
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: FP35914
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: RK20934
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK20934%27 HTTP/1.1" 200 None
2026-03-30 04:00:56 [auto1.it] INFO: Scrape type for RK20934: 0
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: ZY56429
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZY56429%27 HTTP/1.1" 200 None
2026-03-30 04:00:56 [auto1.it] INFO: Scrape type for ZY56429: 0
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: XN27965
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XN27965%27 HTTP/1.1" 200 None
2026-03-30 04:00:56 [auto1.it] INFO: Scrape type for XN27965: 2
2026-03-30 04:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f96170ef-5671-57d6-944b-3df8e028b49f with identifier: XN27965
2026-03-30 04:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f96170ef-5671-57d6-944b-3df8e028b49f with scrape type 2
2026-03-30 04:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f96170ef-5671-57d6-944b-3df8e028b49f with scrape type 2
2026-03-30 04:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f96170ef-5671-57d6-944b-3df8e028b49f, identifier: XN27965
2026-03-30 04:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f96170ef-5671-57d6-944b-3df8e028b49f with identifier: XN27965
2026-03-30 04:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f96170ef-5671-57d6-944b-3df8e028b49f with identifier: XN27965
2026-03-30 04:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f96170ef-5671-57d6-944b-3df8e028b49f with identifier: XN27965 to the API
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XN27965%27 HTTP/1.1" 200 None
2026-03-30 04:00:56 [auto1.it] INFO: Saving data for XN27965: {'auction_closing_time': 1774882981.0, 'created_time': 1774645580.480403, 'last_price_update_time': 1774843256.517886}
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XN27965') HTTP/1.1" 204 0
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: VF40015
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VF40015%27 HTTP/1.1" 200 None
2026-03-30 04:00:56 [auto1.it] INFO: Scrape type for VF40015: 0
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: EC84941
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: JJ80566
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: RL33082
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: EB44431
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EB44431%27 HTTP/1.1" 200 None
2026-03-30 04:00:56 [auto1.it] INFO: Scrape type for EB44431: 0
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: JF75950
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: WX88611
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: FA16942
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: NH64941
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NH64941%27 HTTP/1.1" 200 None
2026-03-30 04:00:56 [auto1.it] INFO: Scrape type for NH64941: 0
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: KS43685
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: FE11339
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE11339%27 HTTP/1.1" 200 None
2026-03-30 04:00:56 [auto1.it] INFO: Scrape type for FE11339: 0
2026-03-30 04:00:56 [auto1.it] INFO: Found listing with ID: TS34792
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TS34792%27 HTTP/1.1" 200 None
2026-03-30 04:00:56 [auto1.it] INFO: Scrape type for TS34792: 2
2026-03-30 04:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c604d8ab-5908-5356-ad6c-132d44f8a49a with identifier: TS34792
2026-03-30 04:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c604d8ab-5908-5356-ad6c-132d44f8a49a with scrape type 2
2026-03-30 04:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c604d8ab-5908-5356-ad6c-132d44f8a49a with scrape type 2
2026-03-30 04:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c604d8ab-5908-5356-ad6c-132d44f8a49a, identifier: TS34792
2026-03-30 04:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c604d8ab-5908-5356-ad6c-132d44f8a49a with identifier: TS34792
2026-03-30 04:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c604d8ab-5908-5356-ad6c-132d44f8a49a with identifier: TS34792
2026-03-30 04:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c604d8ab-5908-5356-ad6c-132d44f8a49a with identifier: TS34792 to the API
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TS34792%27 HTTP/1.1" 200 None
2026-03-30 04:00:56 [auto1.it] INFO: Saving data for TS34792: {'auction_closing_time': 1774886227.0, 'created_time': 1774645351.938573, 'last_price_update_time': 1774843256.982474}
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TS34792') HTTP/1.1" 204 0
2026-03-30 04:00:58 [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-30 04:00:58 [auto1.it] INFO: Channel: 24h | Page: 14 | totalHits: 2514 | hits on page: 40
2026-03-30 04:00:58 [auto1.it] INFO: Found listing with ID: RY64752
2026-03-30 04:00:58 [auto1.it] INFO: Found listing with ID: CS00409
2026-03-30 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CS00409%27 HTTP/1.1" 200 None
2026-03-30 04:00:58 [auto1.it] INFO: Scrape type for CS00409: 0
2026-03-30 04:00:58 [auto1.it] INFO: Found listing with ID: ET79230
2026-03-30 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET79230%27 HTTP/1.1" 200 None
2026-03-30 04:00:58 [auto1.it] INFO: Scrape type for ET79230: 2
2026-03-30 04:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0 with identifier: ET79230
2026-03-30 04:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0 with scrape type 2
2026-03-30 04:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0 with scrape type 2
2026-03-30 04:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0, identifier: ET79230
2026-03-30 04:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0 with identifier: ET79230
2026-03-30 04:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 04:00:58 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=green HTTP/1.1" 200 None
2026-03-30 04:00:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 04:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0 with identifier: ET79230
2026-03-30 04:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a392d3cc-6e3a-5b85-8640-4e8afa0d8cc0 with identifier: ET79230 to the API
2026-03-30 04:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET79230%27 HTTP/1.1" 200 None
2026-03-30 04:00:58 [auto1.it] INFO: Saving data for ET79230: {'auction_closing_time': 1774886021.0, 'created_time': 1774645377.965798, 'last_price_update_time': 1774843258.812591}
2026-03-30 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ET79230') HTTP/1.1" 204 0
2026-03-30 04:00:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:00:58 [auto1.it] INFO: Found listing with ID: HD95534
2026-03-30 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HD95534%27 HTTP/1.1" 200 None
2026-03-30 04:00:58 [auto1.it] INFO: Scrape type for HD95534: 0
2026-03-30 04:00:58 [auto1.it] INFO: Found listing with ID: KL55117
2026-03-30 04:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KL55117%27 HTTP/1.1" 200 None
2026-03-30 04:00:58 [auto1.it] INFO: Scrape type for KL55117: 2
2026-03-30 04:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a968e53f-6229-50d1-b880-6452c9fdfab5 with identifier: KL55117
2026-03-30 04:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a968e53f-6229-50d1-b880-6452c9fdfab5 with scrape type 2
2026-03-30 04:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a968e53f-6229-50d1-b880-6452c9fdfab5 with scrape type 2
2026-03-30 04:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a968e53f-6229-50d1-b880-6452c9fdfab5, identifier: KL55117
2026-03-30 04:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a968e53f-6229-50d1-b880-6452c9fdfab5 with identifier: KL55117
2026-03-30 04:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a968e53f-6229-50d1-b880-6452c9fdfab5 with identifier: KL55117
2026-03-30 04:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a968e53f-6229-50d1-b880-6452c9fdfab5 with identifier: KL55117 to the API
2026-03-30 04:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KL55117%27 HTTP/1.1" 200 None
2026-03-30 04:00:59 [auto1.it] INFO: Saving data for KL55117: {'auction_closing_time': 1774885981.0, 'created_time': 1773868081.024811, 'last_price_update_time': 1774843259.24041}
2026-03-30 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KL55117') HTTP/1.1" 204 0
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: CH57446
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: KB12646
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: NC67394
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: ZD65765
2026-03-30 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZD65765%27 HTTP/1.1" 200 None
2026-03-30 04:00:59 [auto1.it] INFO: Scrape type for ZD65765: 0
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: WM00919
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: UR83709
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: XJ91749
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: JE85806
2026-03-30 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JE85806%27 HTTP/1.1" 200 None
2026-03-30 04:00:59 [auto1.it] INFO: Scrape type for JE85806: 0
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: RZ16714
2026-03-30 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RZ16714%27 HTTP/1.1" 200 None
2026-03-30 04:00:59 [auto1.it] INFO: Scrape type for RZ16714: 2
2026-03-30 04:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc with identifier: RZ16714
2026-03-30 04:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc with scrape type 2
2026-03-30 04:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc with scrape type 2
2026-03-30 04:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc, identifier: RZ16714
2026-03-30 04:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc with identifier: RZ16714
2026-03-30 04:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc with identifier: RZ16714
2026-03-30 04:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 20e9a189-a5ae-5111-8ef8-ae7c79c31ffc with identifier: RZ16714 to the API
2026-03-30 04:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RZ16714%27 HTTP/1.1" 200 None
2026-03-30 04:00:59 [auto1.it] INFO: Saving data for RZ16714: {'auction_closing_time': 1774885500.0, 'created_time': 1774645389.58347, 'last_price_update_time': 1774843259.651805}
2026-03-30 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RZ16714') HTTP/1.1" 204 0
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: JB13262
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: TU38446
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: AR28136
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: EV19228
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: CN88471
2026-03-30 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN88471%27 HTTP/1.1" 200 None
2026-03-30 04:00:59 [auto1.it] INFO: Scrape type for CN88471: 0
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: XX59557
2026-03-30 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XX59557%27 HTTP/1.1" 200 None
2026-03-30 04:00:59 [auto1.it] INFO: Scrape type for XX59557: 0
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: EH45262
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: BV63915
2026-03-30 04:00:59 [auto1.it] INFO: Found listing with ID: TH28502
2026-03-30 04:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TH28502%27 HTTP/1.1" 200 None
2026-03-30 04:00:59 [auto1.it] INFO: Scrape type for TH28502: 2
2026-03-30 04:00:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66259792-0d12-51cc-af59-74b5dd28ad63 with identifier: TH28502
2026-03-30 04:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66259792-0d12-51cc-af59-74b5dd28ad63 with scrape type 2
2026-03-30 04:00:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66259792-0d12-51cc-af59-74b5dd28ad63 with scrape type 2
2026-03-30 04:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 66259792-0d12-51cc-af59-74b5dd28ad63, identifier: TH28502
2026-03-30 04:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 66259792-0d12-51cc-af59-74b5dd28ad63 with identifier: TH28502
2026-03-30 04:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 66259792-0d12-51cc-af59-74b5dd28ad63 with identifier: TH28502
2026-03-30 04:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 66259792-0d12-51cc-af59-74b5dd28ad63 with identifier: TH28502 to the API
2026-03-30 04:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TH28502%27 HTTP/1.1" 200 None
2026-03-30 04:01:00 [auto1.it] INFO: Saving data for TH28502: {'auction_closing_time': 1774886017.0, 'created_time': 1774645628.896682, 'last_price_update_time': 1774843260.211907}
2026-03-30 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TH28502') HTTP/1.1" 204 0
2026-03-30 04:01:00 [auto1.it] INFO: Found listing with ID: KS79524
2026-03-30 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS79524%27 HTTP/1.1" 200 None
2026-03-30 04:01:00 [auto1.it] INFO: Scrape type for KS79524: 2
2026-03-30 04:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0999d43-20a9-574f-a076-afbbe455d197 with identifier: KS79524
2026-03-30 04:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0999d43-20a9-574f-a076-afbbe455d197 with scrape type 2
2026-03-30 04:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0999d43-20a9-574f-a076-afbbe455d197 with scrape type 2
2026-03-30 04:01:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d0999d43-20a9-574f-a076-afbbe455d197, identifier: KS79524
2026-03-30 04:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d0999d43-20a9-574f-a076-afbbe455d197 with identifier: KS79524
2026-03-30 04:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d0999d43-20a9-574f-a076-afbbe455d197 with identifier: KS79524
2026-03-30 04:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d0999d43-20a9-574f-a076-afbbe455d197 with identifier: KS79524 to the API
2026-03-30 04:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS79524%27 HTTP/1.1" 200 None
2026-03-30 04:01:00 [auto1.it] INFO: Saving data for KS79524: {'auction_closing_time': 1774885881.0, 'created_time': 1774558917.541965, 'last_price_update_time': 1774843260.587668}
2026-03-30 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KS79524') HTTP/1.1" 204 0
2026-03-30 04:01:00 [auto1.it] INFO: Found listing with ID: JU83939
2026-03-30 04:01:00 [auto1.it] INFO: Found listing with ID: CN85628
2026-03-30 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN85628%27 HTTP/1.1" 200 None
2026-03-30 04:01:00 [auto1.it] INFO: Scrape type for CN85628: 2
2026-03-30 04:01:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab with identifier: CN85628
2026-03-30 04:01:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab with scrape type 2
2026-03-30 04:01:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab with scrape type 2
2026-03-30 04:01:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab, identifier: CN85628
2026-03-30 04:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab with identifier: CN85628
2026-03-30 04:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab with identifier: CN85628
2026-03-30 04:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6b1b4c3d-a4c6-5a01-9a28-3cb686acefab with identifier: CN85628 to the API
2026-03-30 04:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN85628%27 HTTP/1.1" 200 None
2026-03-30 04:01:00 [auto1.it] INFO: Saving data for CN85628: {'auction_closing_time': 1774885967.0, 'created_time': 1774645665.429154, 'last_price_update_time': 1774843260.972105}
2026-03-30 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CN85628') HTTP/1.1" 204 0
2026-03-30 04:01:01 [auto1.it] INFO: Found listing with ID: WD53289
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WD53289%27 HTTP/1.1" 200 None
2026-03-30 04:01:01 [auto1.it] INFO: Scrape type for WD53289: 0
2026-03-30 04:01:01 [auto1.it] INFO: Found listing with ID: SE27388
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE27388%27 HTTP/1.1" 200 None
2026-03-30 04:01:01 [auto1.it] INFO: Scrape type for SE27388: 0
2026-03-30 04:01:01 [auto1.it] INFO: Found listing with ID: FT94062
2026-03-30 04:01:01 [auto1.it] INFO: Found listing with ID: NX73202
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX73202%27 HTTP/1.1" 200 None
2026-03-30 04:01:01 [auto1.it] INFO: Scrape type for NX73202: 0
2026-03-30 04:01:01 [auto1.it] INFO: Found listing with ID: DV90531
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV90531%27 HTTP/1.1" 200 None
2026-03-30 04:01:01 [auto1.it] INFO: Scrape type for DV90531: 0
2026-03-30 04:01:01 [auto1.it] INFO: Found listing with ID: PW65105
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PW65105%27 HTTP/1.1" 200 None
2026-03-30 04:01:01 [auto1.it] INFO: Scrape type for PW65105: 0
2026-03-30 04:01:01 [auto1.it] INFO: Found listing with ID: TT80777
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TT80777%27 HTTP/1.1" 200 None
2026-03-30 04:01:01 [auto1.it] INFO: Scrape type for TT80777: 2
2026-03-30 04:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf2583bc-79ee-57db-8c18-7afae3ae20bf with identifier: TT80777
2026-03-30 04:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf2583bc-79ee-57db-8c18-7afae3ae20bf with scrape type 2
2026-03-30 04:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf2583bc-79ee-57db-8c18-7afae3ae20bf with scrape type 2
2026-03-30 04:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: cf2583bc-79ee-57db-8c18-7afae3ae20bf, identifier: TT80777
2026-03-30 04:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: cf2583bc-79ee-57db-8c18-7afae3ae20bf with identifier: TT80777
2026-03-30 04:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: cf2583bc-79ee-57db-8c18-7afae3ae20bf with identifier: TT80777
2026-03-30 04:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: cf2583bc-79ee-57db-8c18-7afae3ae20bf with identifier: TT80777 to the API
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TT80777%27 HTTP/1.1" 200 None
2026-03-30 04:01:01 [auto1.it] INFO: Saving data for TT80777: {'auction_closing_time': 1774883347.0, 'created_time': 1774645473.720969, 'last_price_update_time': 1774843261.53867}
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TT80777') HTTP/1.1" 204 0
2026-03-30 04:01:01 [auto1.it] INFO: Found listing with ID: BR63865
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BR63865%27 HTTP/1.1" 200 None
2026-03-30 04:01:01 [auto1.it] INFO: Scrape type for BR63865: 0
2026-03-30 04:01:01 [auto1.it] INFO: Found listing with ID: LX11958
2026-03-30 04:01:01 [auto1.it] INFO: Found listing with ID: PA53057
2026-03-30 04:01:01 [auto1.it] INFO: Found listing with ID: XW51036
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XW51036%27 HTTP/1.1" 200 None
2026-03-30 04:01:01 [auto1.it] INFO: Scrape type for XW51036: 0
2026-03-30 04:01:01 [auto1.it] INFO: Found listing with ID: RJ33574
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ33574%27 HTTP/1.1" 200 None
2026-03-30 04:01:01 [auto1.it] INFO: Scrape type for RJ33574: 2
2026-03-30 04:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4996536a-4d10-5f8a-aaa2-06a22a189cd2 with identifier: RJ33574
2026-03-30 04:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4996536a-4d10-5f8a-aaa2-06a22a189cd2 with scrape type 2
2026-03-30 04:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4996536a-4d10-5f8a-aaa2-06a22a189cd2 with scrape type 2
2026-03-30 04:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4996536a-4d10-5f8a-aaa2-06a22a189cd2, identifier: RJ33574
2026-03-30 04:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4996536a-4d10-5f8a-aaa2-06a22a189cd2 with identifier: RJ33574
2026-03-30 04:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4996536a-4d10-5f8a-aaa2-06a22a189cd2 with identifier: RJ33574
2026-03-30 04:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4996536a-4d10-5f8a-aaa2-06a22a189cd2 with identifier: RJ33574 to the API
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ33574%27 HTTP/1.1" 200 None
2026-03-30 04:01:01 [auto1.it] INFO: Saving data for RJ33574: {'auction_closing_time': 1774883769.0, 'created_time': 1774645657.089389, 'last_price_update_time': 1774843261.933575}
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RJ33574') HTTP/1.1" 204 0
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: DW12322
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: RT39388
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RT39388%27 HTTP/1.1" 200 None
2026-03-30 04:01:02 [auto1.it] INFO: Scrape type for RT39388: 0
2026-03-30 04:01: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-30 04:01:02 [auto1.it] INFO: Channel: 24h | Page: 15 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: ET07404
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ET07404%27 HTTP/1.1" 200 None
2026-03-30 04:01:02 [auto1.it] INFO: Scrape type for ET07404: 0
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: ZR50624
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZR50624%27 HTTP/1.1" 200 None
2026-03-30 04:01:02 [auto1.it] INFO: Scrape type for ZR50624: 0
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: GM86126
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: WH19380
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WH19380%27 HTTP/1.1" 200 None
2026-03-30 04:01:02 [auto1.it] INFO: Scrape type for WH19380: 0
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: GF15997
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: MS58907
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MS58907%27 HTTP/1.1" 200 None
2026-03-30 04:01:02 [auto1.it] INFO: Scrape type for MS58907: 0
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: DA24771
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA24771%27 HTTP/1.1" 200 None
2026-03-30 04:01:02 [auto1.it] INFO: Scrape type for DA24771: 2
2026-03-30 04:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90fec16e-cf3f-5fc9-a0b9-27e635554a3c with identifier: DA24771
2026-03-30 04:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90fec16e-cf3f-5fc9-a0b9-27e635554a3c with scrape type 2
2026-03-30 04:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90fec16e-cf3f-5fc9-a0b9-27e635554a3c with scrape type 2
2026-03-30 04:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 90fec16e-cf3f-5fc9-a0b9-27e635554a3c, identifier: DA24771
2026-03-30 04:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 90fec16e-cf3f-5fc9-a0b9-27e635554a3c with identifier: DA24771
2026-03-30 04:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 90fec16e-cf3f-5fc9-a0b9-27e635554a3c with identifier: DA24771
2026-03-30 04:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 90fec16e-cf3f-5fc9-a0b9-27e635554a3c with identifier: DA24771 to the API
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA24771%27 HTTP/1.1" 200 None
2026-03-30 04:01:02 [auto1.it] INFO: Saving data for DA24771: {'auction_closing_time': 1774883525.0, 'created_time': 1774645548.061705, 'last_price_update_time': 1774843262.614342}
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DA24771') HTTP/1.1" 204 0
2026-03-30 04:01:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: LE49462
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LE49462%27 HTTP/1.1" 200 None
2026-03-30 04:01:02 [auto1.it] INFO: Scrape type for LE49462: 0
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: LR70211
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR70211%27 HTTP/1.1" 200 None
2026-03-30 04:01:02 [auto1.it] INFO: Scrape type for LR70211: 0
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: AL22636
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: JT08977
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JT08977%27 HTTP/1.1" 200 None
2026-03-30 04:01:02 [auto1.it] INFO: Scrape type for JT08977: 0
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: MF61265
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: ZX69560
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: ZC80598
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZC80598%27 HTTP/1.1" 200 None
2026-03-30 04:01:02 [auto1.it] INFO: Scrape type for ZC80598: 0
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: EG89993
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: CB33793
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: KJ52341
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ52341%27 HTTP/1.1" 200 None
2026-03-30 04:01:02 [auto1.it] INFO: Scrape type for KJ52341: 0
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: MH68095
2026-03-30 04:01:02 [auto1.it] INFO: Found listing with ID: DN48840
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN48840%27 HTTP/1.1" 200 None
2026-03-30 04:01:02 [auto1.it] INFO: Scrape type for DN48840: 2
2026-03-30 04:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f577e10-87ca-5592-b3dc-ff343b1d8e82 with identifier: DN48840
2026-03-30 04:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f577e10-87ca-5592-b3dc-ff343b1d8e82 with scrape type 2
2026-03-30 04:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f577e10-87ca-5592-b3dc-ff343b1d8e82 with scrape type 2
2026-03-30 04:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3f577e10-87ca-5592-b3dc-ff343b1d8e82, identifier: DN48840
2026-03-30 04:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3f577e10-87ca-5592-b3dc-ff343b1d8e82 with identifier: DN48840
2026-03-30 04:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3f577e10-87ca-5592-b3dc-ff343b1d8e82 with identifier: DN48840
2026-03-30 04:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3f577e10-87ca-5592-b3dc-ff343b1d8e82 with identifier: DN48840 to the API
2026-03-30 04:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 04:01: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': 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-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN48840%27 HTTP/1.1" 200 None
2026-03-30 04:01:03 [auto1.it] INFO: Saving data for DN48840: {'auction_closing_time': 1774883688.0, 'created_time': 1774645674.648839, 'last_price_update_time': 1774843263.09333}
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DN48840') HTTP/1.1" 204 0
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: KD49699
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KD49699%27 HTTP/1.1" 200 None
2026-03-30 04:01:03 [auto1.it] INFO: Scrape type for KD49699: 0
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: HC25835
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: VZ70094
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VZ70094%27 HTTP/1.1" 200 None
2026-03-30 04:01:03 [auto1.it] INFO: Scrape type for VZ70094: 0
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: FZ95983
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FZ95983%27 HTTP/1.1" 200 None
2026-03-30 04:01:03 [auto1.it] INFO: Scrape type for FZ95983: 0
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: KR95959
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR95959%27 HTTP/1.1" 200 None
2026-03-30 04:01:03 [auto1.it] INFO: Scrape type for KR95959: 0
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: RD83320
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: GP15834
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GP15834%27 HTTP/1.1" 200 None
2026-03-30 04:01:03 [auto1.it] INFO: Scrape type for GP15834: 0
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: KD20323
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: HP12790
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HP12790%27 HTTP/1.1" 200 None
2026-03-30 04:01:03 [auto1.it] INFO: Scrape type for HP12790: 0
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: KT78402
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: TZ23741
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: XT36875
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: ZL03111
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZL03111%27 HTTP/1.1" 200 None
2026-03-30 04:01:03 [auto1.it] INFO: Scrape type for ZL03111: 2
2026-03-30 04:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bebbb069-e423-50d6-af4c-d483596be063 with identifier: ZL03111
2026-03-30 04:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bebbb069-e423-50d6-af4c-d483596be063 with scrape type 2
2026-03-30 04:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bebbb069-e423-50d6-af4c-d483596be063 with scrape type 2
2026-03-30 04:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bebbb069-e423-50d6-af4c-d483596be063, identifier: ZL03111
2026-03-30 04:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bebbb069-e423-50d6-af4c-d483596be063 with identifier: ZL03111
2026-03-30 04:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bebbb069-e423-50d6-af4c-d483596be063 with identifier: ZL03111
2026-03-30 04:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bebbb069-e423-50d6-af4c-d483596be063 with identifier: ZL03111 to the API
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:01: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-30 04:01: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': 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-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZL03111%27 HTTP/1.1" 200 None
2026-03-30 04:01:03 [auto1.it] INFO: Saving data for ZL03111: {'auction_closing_time': 1774883565.0, 'created_time': 1773131514.49995, 'last_price_update_time': 1774843263.740643}
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZL03111') HTTP/1.1" 204 0
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: NC12493
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: TL13450
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TL13450%27 HTTP/1.1" 200 None
2026-03-30 04:01:03 [auto1.it] INFO: Scrape type for TL13450: 0
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: ZP73975
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: BT65910
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: AY77506
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: TW94655
2026-03-30 04:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TW94655%27 HTTP/1.1" 200 None
2026-03-30 04:01:03 [auto1.it] INFO: Scrape type for TW94655: 0
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: ED22447
2026-03-30 04:01:03 [auto1.it] INFO: Found listing with ID: KZ49625
2026-03-30 04:01:04 [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-30 04:01:04 [auto1.it] INFO: Channel: 24h | Page: 16 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:04 [auto1.it] INFO: Found listing with ID: XM03029
2026-03-30 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XM03029%27 HTTP/1.1" 200 None
2026-03-30 04:01:04 [auto1.it] INFO: Scrape type for XM03029: 0
2026-03-30 04:01:04 [auto1.it] INFO: Found listing with ID: PZ63395
2026-03-30 04:01:04 [auto1.it] INFO: Found listing with ID: TY62021
2026-03-30 04:01:04 [auto1.it] INFO: Found listing with ID: CW24266
2026-03-30 04:01:04 [auto1.it] INFO: Found listing with ID: LX97199
2026-03-30 04:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX97199%27 HTTP/1.1" 200 None
2026-03-30 04:01:04 [auto1.it] INFO: Scrape type for LX97199: 2
2026-03-30 04:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02ecae96-2416-5e19-91bc-aa980790c577 with identifier: LX97199
2026-03-30 04:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02ecae96-2416-5e19-91bc-aa980790c577 with scrape type 2
2026-03-30 04:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02ecae96-2416-5e19-91bc-aa980790c577 with scrape type 2
2026-03-30 04:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 02ecae96-2416-5e19-91bc-aa980790c577, identifier: LX97199
2026-03-30 04:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 02ecae96-2416-5e19-91bc-aa980790c577 with identifier: LX97199
2026-03-30 04:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 02ecae96-2416-5e19-91bc-aa980790c577 with identifier: LX97199
2026-03-30 04:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 02ecae96-2416-5e19-91bc-aa980790c577 with identifier: LX97199 to the API
2026-03-30 04:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX97199%27 HTTP/1.1" 200 None
2026-03-30 04:01:05 [auto1.it] INFO: Saving data for LX97199: {'auction_closing_time': 1774885059.0, 'created_time': 1773435978.048063, 'last_price_update_time': 1774843265.023075}
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LX97199') HTTP/1.1" 204 0
2026-03-30 04:01:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: BR49145
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: CT62115
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: ND06570
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: FX03621
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: BX57696
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BX57696%27 HTTP/1.1" 200 None
2026-03-30 04:01:05 [auto1.it] INFO: Scrape type for BX57696: 0
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: SS09351
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: PW70389
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: DA57942
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DA57942%27 HTTP/1.1" 200 None
2026-03-30 04:01:05 [auto1.it] INFO: Scrape type for DA57942: 0
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: MJ97902
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: EZ75087
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EZ75087%27 HTTP/1.1" 200 None
2026-03-30 04:01:05 [auto1.it] INFO: Scrape type for EZ75087: 0
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: BR31613
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: FX08227
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: FH51436
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: AU78491
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: ST39288
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST39288%27 HTTP/1.1" 200 None
2026-03-30 04:01:05 [auto1.it] INFO: Scrape type for ST39288: 0
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: ZY63215
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: TH24600
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: HD23157
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HD23157%27 HTTP/1.1" 200 None
2026-03-30 04:01:05 [auto1.it] INFO: Scrape type for HD23157: 0
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: EA21012
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA21012%27 HTTP/1.1" 200 None
2026-03-30 04:01:05 [auto1.it] INFO: Scrape type for EA21012: 0
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: JZ39412
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JZ39412%27 HTTP/1.1" 200 None
2026-03-30 04:01:05 [auto1.it] INFO: Scrape type for JZ39412: 2
2026-03-30 04:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bad654fe-3d78-5741-83bf-70a72a0cc492 with identifier: JZ39412
2026-03-30 04:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bad654fe-3d78-5741-83bf-70a72a0cc492 with scrape type 2
2026-03-30 04:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bad654fe-3d78-5741-83bf-70a72a0cc492 with scrape type 2
2026-03-30 04:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bad654fe-3d78-5741-83bf-70a72a0cc492, identifier: JZ39412
2026-03-30 04:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bad654fe-3d78-5741-83bf-70a72a0cc492 with identifier: JZ39412
2026-03-30 04:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bad654fe-3d78-5741-83bf-70a72a0cc492 with identifier: JZ39412
2026-03-30 04:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bad654fe-3d78-5741-83bf-70a72a0cc492 with identifier: JZ39412 to the API
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JZ39412%27 HTTP/1.1" 200 None
2026-03-30 04:01:05 [auto1.it] INFO: Saving data for JZ39412: {'auction_closing_time': 1774885521.0, 'created_time': 1774645576.192055, 'last_price_update_time': 1774843265.66296}
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JZ39412') HTTP/1.1" 204 0
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: UD54750
2026-03-30 04:01:05 [auto1.it] INFO: Found listing with ID: GN89134
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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-30 04:01:05 [auto1.it] INFO: Scrape type for GN89134: 2
2026-03-30 04:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d62652b4-8f35-54db-a67d-41c1e87be53a with identifier: GN89134
2026-03-30 04:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d62652b4-8f35-54db-a67d-41c1e87be53a with scrape type 2
2026-03-30 04:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d62652b4-8f35-54db-a67d-41c1e87be53a with scrape type 2
2026-03-30 04:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d62652b4-8f35-54db-a67d-41c1e87be53a, identifier: GN89134
2026-03-30 04:01:05 [scrapy.extensions.logstats] INFO: Crawled 20 pages (at 20 pages/min), scraped 47 items (at 47 items/min)
2026-03-30 04:01:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 159MiB
2026-03-30 04:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d62652b4-8f35-54db-a67d-41c1e87be53a with identifier: GN89134
2026-03-30 04:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d62652b4-8f35-54db-a67d-41c1e87be53a with identifier: GN89134
2026-03-30 04:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d62652b4-8f35-54db-a67d-41c1e87be53a with identifier: GN89134 to the API
2026-03-30 04:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN89134%27 HTTP/1.1" 200 None
2026-03-30 04:01:06 [auto1.it] INFO: Saving data for GN89134: {'auction_closing_time': 1774885999.0, 'created_time': 1774645644.465971, 'last_price_update_time': 1774843266.168421}
2026-03-30 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GN89134') HTTP/1.1" 204 0
2026-03-30 04:01:06 [auto1.it] INFO: Found listing with ID: SP76824
2026-03-30 04:01:06 [auto1.it] INFO: Found listing with ID: TU52552
2026-03-30 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TU52552%27 HTTP/1.1" 200 None
2026-03-30 04:01:06 [auto1.it] INFO: Scrape type for TU52552: 2
2026-03-30 04:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d2ccc42-56bd-5912-b571-fc3e18834608 with identifier: TU52552
2026-03-30 04:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d2ccc42-56bd-5912-b571-fc3e18834608 with scrape type 2
2026-03-30 04:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d2ccc42-56bd-5912-b571-fc3e18834608 with scrape type 2
2026-03-30 04:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8d2ccc42-56bd-5912-b571-fc3e18834608, identifier: TU52552
2026-03-30 04:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8d2ccc42-56bd-5912-b571-fc3e18834608 with identifier: TU52552
2026-03-30 04:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8d2ccc42-56bd-5912-b571-fc3e18834608 with identifier: TU52552
2026-03-30 04:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8d2ccc42-56bd-5912-b571-fc3e18834608 with identifier: TU52552 to the API
2026-03-30 04:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TU52552%27 HTTP/1.1" 200 None
2026-03-30 04:01:06 [auto1.it] INFO: Saving data for TU52552: {'auction_closing_time': 1774885199.0, 'created_time': 1773867636.798587, 'last_price_update_time': 1774843266.571202}
2026-03-30 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TU52552') HTTP/1.1" 204 0
2026-03-30 04:01:06 [auto1.it] INFO: Found listing with ID: NT95206
2026-03-30 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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-30 04:01:06 [auto1.it] INFO: Scrape type for NT95206: 2
2026-03-30 04:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf with identifier: NT95206
2026-03-30 04:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf with scrape type 2
2026-03-30 04:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf with scrape type 2
2026-03-30 04:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf, identifier: NT95206
2026-03-30 04:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf with identifier: NT95206
2026-03-30 04:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-30 04:01:06 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=hybrid HTTP/1.1" 200 None
2026-03-30 04:01:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-30 04:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-30 04:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf with identifier: NT95206
2026-03-30 04:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1cb6a3a3-9cf7-54a8-b52b-775f1e6463bf with identifier: NT95206 to the API
2026-03-30 04:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NT95206%27 HTTP/1.1" 200 None
2026-03-30 04:01:07 [auto1.it] INFO: Saving data for NT95206: {'auction_closing_time': 1774883014.0, 'created_time': 1774645277.984254, 'last_price_update_time': 1774843267.095061}
2026-03-30 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NT95206') HTTP/1.1" 204 0
2026-03-30 04:01:07 [auto1.it] INFO: Found listing with ID: LK41226
2026-03-30 04:01:07 [auto1.it] INFO: Found listing with ID: UC24034
2026-03-30 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UC24034%27 HTTP/1.1" 200 None
2026-03-30 04:01:07 [auto1.it] INFO: Scrape type for UC24034: 2
2026-03-30 04:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7 with identifier: UC24034
2026-03-30 04:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7 with scrape type 2
2026-03-30 04:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7 with scrape type 2
2026-03-30 04:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7, identifier: UC24034
2026-03-30 04:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7 with identifier: UC24034
2026-03-30 04:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7 with identifier: UC24034
2026-03-30 04:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1a571147-c8a7-5dfc-bc14-7af7fba9d7a7 with identifier: UC24034 to the API
2026-03-30 04:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UC24034%27 HTTP/1.1" 200 None
2026-03-30 04:01:07 [auto1.it] INFO: Saving data for UC24034: {'auction_closing_time': 1774882980.0, 'created_time': 1773304741.481908, 'last_price_update_time': 1774843267.494193}
2026-03-30 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UC24034') HTTP/1.1" 204 0
2026-03-30 04:01:07 [auto1.it] INFO: Found listing with ID: ZW62743
2026-03-30 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZW62743%27 HTTP/1.1" 200 None
2026-03-30 04:01:07 [auto1.it] INFO: Scrape type for ZW62743: 0
2026-03-30 04:01:07 [auto1.it] INFO: Found listing with ID: SK49323
2026-03-30 04:01:07 [auto1.it] INFO: Found listing with ID: MZ19905
2026-03-30 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MZ19905%27 HTTP/1.1" 200 None
2026-03-30 04:01:07 [auto1.it] INFO: Scrape type for MZ19905: 0
2026-03-30 04:01:07 [auto1.it] INFO: Found listing with ID: YG84271
2026-03-30 04:01:07 [auto1.it] INFO: Found listing with ID: DW53696
2026-03-30 04:01:07 [auto1.it] INFO: Found listing with ID: SF43415
2026-03-30 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SF43415%27 HTTP/1.1" 200 None
2026-03-30 04:01:07 [auto1.it] INFO: Scrape type for SF43415: 0
2026-03-30 04:01:07 [auto1.it] INFO: Found listing with ID: SV52525
2026-03-30 04:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV52525%27 HTTP/1.1" 200 None
2026-03-30 04:01:07 [auto1.it] INFO: Scrape type for SV52525: 0
2026-03-30 04:01:07 [auto1.it] INFO: Found listing with ID: HG71843
2026-03-30 04:01: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-30 04:01:09 [auto1.it] INFO: Channel: 24h | Page: 17 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:09 [auto1.it] INFO: Found listing with ID: VX04337
2026-03-30 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX04337%27 HTTP/1.1" 200 None
2026-03-30 04:01:09 [auto1.it] INFO: Scrape type for VX04337: 2
2026-03-30 04:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d6219fa-ffc7-5a28-807a-1dcc879fa270 with identifier: VX04337
2026-03-30 04:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d6219fa-ffc7-5a28-807a-1dcc879fa270 with scrape type 2
2026-03-30 04:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d6219fa-ffc7-5a28-807a-1dcc879fa270 with scrape type 2
2026-03-30 04:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9d6219fa-ffc7-5a28-807a-1dcc879fa270, identifier: VX04337
2026-03-30 04:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9d6219fa-ffc7-5a28-807a-1dcc879fa270 with identifier: VX04337
2026-03-30 04:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9d6219fa-ffc7-5a28-807a-1dcc879fa270 with identifier: VX04337
2026-03-30 04:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9d6219fa-ffc7-5a28-807a-1dcc879fa270 with identifier: VX04337 to the API
2026-03-30 04:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX04337%27 HTTP/1.1" 200 None
2026-03-30 04:01:09 [auto1.it] INFO: Saving data for VX04337: {'auction_closing_time': 1774884654.0, 'created_time': 1774645617.242787, 'last_price_update_time': 1774843269.510017}
2026-03-30 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VX04337') HTTP/1.1" 204 0
2026-03-30 04:01:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01:09 [auto1.it] INFO: Found listing with ID: NF97325
2026-03-30 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NF97325%27 HTTP/1.1" 200 None
2026-03-30 04:01:09 [auto1.it] INFO: Scrape type for NF97325: 0
2026-03-30 04:01:09 [auto1.it] INFO: Found listing with ID: DD82932
2026-03-30 04:01:09 [auto1.it] INFO: Found listing with ID: SY54017
2026-03-30 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY54017%27 HTTP/1.1" 200 None
2026-03-30 04:01:09 [auto1.it] INFO: Scrape type for SY54017: 0
2026-03-30 04:01:09 [auto1.it] INFO: Found listing with ID: FK85417
2026-03-30 04:01:09 [auto1.it] INFO: Found listing with ID: RN99841
2026-03-30 04:01:09 [auto1.it] INFO: Found listing with ID: CP55584
2026-03-30 04:01:09 [auto1.it] INFO: Found listing with ID: GK72900
2026-03-30 04:01:09 [auto1.it] INFO: Found listing with ID: JR96571
2026-03-30 04:01:09 [auto1.it] INFO: Found listing with ID: YZ66981
2026-03-30 04:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YZ66981%27 HTTP/1.1" 200 None
2026-03-30 04:01:09 [auto1.it] INFO: Scrape type for YZ66981: 2
2026-03-30 04:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 623216c4-f33b-5c87-9b5a-8bed221caefc with identifier: YZ66981
2026-03-30 04:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 623216c4-f33b-5c87-9b5a-8bed221caefc with scrape type 2
2026-03-30 04:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 623216c4-f33b-5c87-9b5a-8bed221caefc with scrape type 2
2026-03-30 04:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 623216c4-f33b-5c87-9b5a-8bed221caefc, identifier: YZ66981
2026-03-30 04:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 623216c4-f33b-5c87-9b5a-8bed221caefc with identifier: YZ66981
2026-03-30 04:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 623216c4-f33b-5c87-9b5a-8bed221caefc with identifier: YZ66981
2026-03-30 04:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 623216c4-f33b-5c87-9b5a-8bed221caefc with identifier: YZ66981 to the API
2026-03-30 04:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YZ66981%27 HTTP/1.1" 200 None
2026-03-30 04:01:10 [auto1.it] INFO: Saving data for YZ66981: {'auction_closing_time': 1774884067.0, 'created_time': 1773835328.562755, 'last_price_update_time': 1774843270.063702}
2026-03-30 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YZ66981') HTTP/1.1" 204 0
2026-03-30 04:01:10 [auto1.it] INFO: Found listing with ID: TU01190
2026-03-30 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TU01190%27 HTTP/1.1" 200 None
2026-03-30 04:01:10 [auto1.it] INFO: Scrape type for TU01190: 2
2026-03-30 04:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3d9d27f-e9da-56cf-9b83-6d7fb73b1498 with identifier: TU01190
2026-03-30 04:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3d9d27f-e9da-56cf-9b83-6d7fb73b1498 with scrape type 2
2026-03-30 04:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3d9d27f-e9da-56cf-9b83-6d7fb73b1498 with scrape type 2
2026-03-30 04:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f3d9d27f-e9da-56cf-9b83-6d7fb73b1498, identifier: TU01190
2026-03-30 04:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f3d9d27f-e9da-56cf-9b83-6d7fb73b1498 with identifier: TU01190
2026-03-30 04:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f3d9d27f-e9da-56cf-9b83-6d7fb73b1498 with identifier: TU01190
2026-03-30 04:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f3d9d27f-e9da-56cf-9b83-6d7fb73b1498 with identifier: TU01190 to the API
2026-03-30 04:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TU01190%27 HTTP/1.1" 200 None
2026-03-30 04:01:10 [auto1.it] INFO: Saving data for TU01190: {'auction_closing_time': 1774884782.0, 'created_time': 1774558862.993148, 'last_price_update_time': 1774843270.437479}
2026-03-30 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TU01190') HTTP/1.1" 204 0
2026-03-30 04:01:10 [auto1.it] INFO: Found listing with ID: HE91199
2026-03-30 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HE91199%27 HTTP/1.1" 200 None
2026-03-30 04:01:10 [auto1.it] INFO: Scrape type for HE91199: 2
2026-03-30 04:01:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c96b9d8f-7f3b-51a6-b9b9-a98207c0722e with identifier: HE91199
2026-03-30 04:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c96b9d8f-7f3b-51a6-b9b9-a98207c0722e with scrape type 2
2026-03-30 04:01:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c96b9d8f-7f3b-51a6-b9b9-a98207c0722e with scrape type 2
2026-03-30 04:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c96b9d8f-7f3b-51a6-b9b9-a98207c0722e, identifier: HE91199
2026-03-30 04:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c96b9d8f-7f3b-51a6-b9b9-a98207c0722e with identifier: HE91199
2026-03-30 04:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c96b9d8f-7f3b-51a6-b9b9-a98207c0722e with identifier: HE91199
2026-03-30 04:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c96b9d8f-7f3b-51a6-b9b9-a98207c0722e with identifier: HE91199 to the API
2026-03-30 04:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HE91199%27 HTTP/1.1" 200 None
2026-03-30 04:01:10 [auto1.it] INFO: Saving data for HE91199: {'auction_closing_time': 1774885635.0, 'created_time': 1772785193.162901, 'last_price_update_time': 1774843270.877949}
2026-03-30 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HE91199') HTTP/1.1" 204 0
2026-03-30 04:01:10 [auto1.it] INFO: Found listing with ID: FR96632
2026-03-30 04:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FR96632%27 HTTP/1.1" 200 None
2026-03-30 04:01:11 [auto1.it] INFO: Scrape type for FR96632: 0
2026-03-30 04:01:11 [auto1.it] INFO: Found listing with ID: YG22381
2026-03-30 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG22381%27 HTTP/1.1" 200 None
2026-03-30 04:01:11 [auto1.it] INFO: Scrape type for YG22381: 2
2026-03-30 04:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5645afe5-b0d3-5e43-9f2a-76905cf9445a with identifier: YG22381
2026-03-30 04:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5645afe5-b0d3-5e43-9f2a-76905cf9445a with scrape type 2
2026-03-30 04:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5645afe5-b0d3-5e43-9f2a-76905cf9445a with scrape type 2
2026-03-30 04:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5645afe5-b0d3-5e43-9f2a-76905cf9445a, identifier: YG22381
2026-03-30 04:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5645afe5-b0d3-5e43-9f2a-76905cf9445a with identifier: YG22381
2026-03-30 04:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5645afe5-b0d3-5e43-9f2a-76905cf9445a with identifier: YG22381
2026-03-30 04:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5645afe5-b0d3-5e43-9f2a-76905cf9445a with identifier: YG22381 to the API
2026-03-30 04:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG22381%27 HTTP/1.1" 200 None
2026-03-30 04:01:11 [auto1.it] INFO: Saving data for YG22381: {'auction_closing_time': 1774883782.0, 'created_time': 1774342885.468074, 'last_price_update_time': 1774843271.444516}
2026-03-30 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YG22381') HTTP/1.1" 204 0
2026-03-30 04:01:11 [auto1.it] INFO: Found listing with ID: CK25903
2026-03-30 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK25903%27 HTTP/1.1" 200 None
2026-03-30 04:01:11 [auto1.it] INFO: Scrape type for CK25903: 0
2026-03-30 04:01:11 [auto1.it] INFO: Found listing with ID: XN45534
2026-03-30 04:01:11 [auto1.it] INFO: Found listing with ID: EC13131
2026-03-30 04:01:11 [auto1.it] INFO: Found listing with ID: CS14469
2026-03-30 04:01:11 [auto1.it] INFO: Found listing with ID: VR70375
2026-03-30 04:01:11 [auto1.it] INFO: Found listing with ID: WS86957
2026-03-30 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WS86957%27 HTTP/1.1" 200 None
2026-03-30 04:01:11 [auto1.it] INFO: Scrape type for WS86957: 0
2026-03-30 04:01:11 [auto1.it] INFO: Found listing with ID: NC51724
2026-03-30 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC51724%27 HTTP/1.1" 200 None
2026-03-30 04:01:11 [auto1.it] INFO: Scrape type for NC51724: 2
2026-03-30 04:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64299a3a-b413-57ae-bbd6-d353e874eea1 with identifier: NC51724
2026-03-30 04:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64299a3a-b413-57ae-bbd6-d353e874eea1 with scrape type 2
2026-03-30 04:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64299a3a-b413-57ae-bbd6-d353e874eea1 with scrape type 2
2026-03-30 04:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 64299a3a-b413-57ae-bbd6-d353e874eea1, identifier: NC51724
2026-03-30 04:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 64299a3a-b413-57ae-bbd6-d353e874eea1 with identifier: NC51724
2026-03-30 04:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 64299a3a-b413-57ae-bbd6-d353e874eea1 with identifier: NC51724
2026-03-30 04:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 64299a3a-b413-57ae-bbd6-d353e874eea1 with identifier: NC51724 to the API
2026-03-30 04:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC51724%27 HTTP/1.1" 200 None
2026-03-30 04:01:11 [auto1.it] INFO: Saving data for NC51724: {'auction_closing_time': 1774885765.0, 'created_time': 1774645590.873494, 'last_price_update_time': 1774843271.952052}
2026-03-30 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NC51724') HTTP/1.1" 204 0
2026-03-30 04:01:11 [auto1.it] INFO: Found listing with ID: BE49358
2026-03-30 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BE49358%27 HTTP/1.1" 200 None
2026-03-30 04:01:11 [auto1.it] INFO: Scrape type for BE49358: 0
2026-03-30 04:01:11 [auto1.it] INFO: Found listing with ID: BD99197
2026-03-30 04:01:11 [auto1.it] INFO: Found listing with ID: EN53386
2026-03-30 04:01:11 [auto1.it] INFO: Found listing with ID: LX30829
2026-03-30 04:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX30829%27 HTTP/1.1" 200 None
2026-03-30 04:01:12 [auto1.it] INFO: Scrape type for LX30829: 0
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: TJ19111
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: KX10481
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: EW42527
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: AC58297
2026-03-30 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AC58297%27 HTTP/1.1" 200 None
2026-03-30 04:01:12 [auto1.it] INFO: Scrape type for AC58297: 0
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: SK41395
2026-03-30 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK41395%27 HTTP/1.1" 200 None
2026-03-30 04:01:12 [auto1.it] INFO: Scrape type for SK41395: 2
2026-03-30 04:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7f90b85-59d2-542d-ab57-68192c6fe0ec with identifier: SK41395
2026-03-30 04:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7f90b85-59d2-542d-ab57-68192c6fe0ec with scrape type 2
2026-03-30 04:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7f90b85-59d2-542d-ab57-68192c6fe0ec with scrape type 2
2026-03-30 04:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f7f90b85-59d2-542d-ab57-68192c6fe0ec, identifier: SK41395
2026-03-30 04:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f7f90b85-59d2-542d-ab57-68192c6fe0ec with identifier: SK41395
2026-03-30 04:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f7f90b85-59d2-542d-ab57-68192c6fe0ec with identifier: SK41395
2026-03-30 04:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f7f90b85-59d2-542d-ab57-68192c6fe0ec with identifier: SK41395 to the API
2026-03-30 04:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK41395%27 HTTP/1.1" 200 None
2026-03-30 04:01:12 [auto1.it] INFO: Saving data for SK41395: {'auction_closing_time': 1774883828.0, 'created_time': 1774645689.265285, 'last_price_update_time': 1774843272.416068}
2026-03-30 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SK41395') HTTP/1.1" 204 0
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: YD65292
2026-03-30 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD65292%27 HTTP/1.1" 200 None
2026-03-30 04:01:12 [auto1.it] INFO: Scrape type for YD65292: 2
2026-03-30 04:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08a8f50a-307b-51a4-836f-de7ab03b2b07 with identifier: YD65292
2026-03-30 04:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08a8f50a-307b-51a4-836f-de7ab03b2b07 with scrape type 2
2026-03-30 04:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08a8f50a-307b-51a4-836f-de7ab03b2b07 with scrape type 2
2026-03-30 04:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 08a8f50a-307b-51a4-836f-de7ab03b2b07, identifier: YD65292
2026-03-30 04:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 08a8f50a-307b-51a4-836f-de7ab03b2b07 with identifier: YD65292
2026-03-30 04:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 08a8f50a-307b-51a4-836f-de7ab03b2b07 with identifier: YD65292
2026-03-30 04:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 08a8f50a-307b-51a4-836f-de7ab03b2b07 with identifier: YD65292 to the API
2026-03-30 04:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD65292%27 HTTP/1.1" 200 None
2026-03-30 04:01:12 [auto1.it] INFO: Saving data for YD65292: {'auction_closing_time': 1774883603.0, 'created_time': 1774645290.437076, 'last_price_update_time': 1774843272.892678}
2026-03-30 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YD65292') HTTP/1.1" 204 0
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: RG08819
2026-03-30 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RG08819%27 HTTP/1.1" 200 None
2026-03-30 04:01:12 [auto1.it] INFO: Scrape type for RG08819: 0
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: GB22303
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: VU11306
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: JD40027
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: KF78303
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: BH88586
2026-03-30 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BH88586%27 HTTP/1.1" 200 None
2026-03-30 04:01:12 [auto1.it] INFO: Scrape type for BH88586: 0
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: TY97368
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: RL62360
2026-03-30 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RL62360%27 HTTP/1.1" 200 None
2026-03-30 04:01:12 [auto1.it] INFO: Scrape type for RL62360: 0
2026-03-30 04:01:12 [auto1.it] INFO: Found listing with ID: LG34418
2026-03-30 04:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG34418%27 HTTP/1.1" 200 None
2026-03-30 04:01:12 [auto1.it] INFO: Scrape type for LG34418: 2
2026-03-30 04:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c with identifier: LG34418
2026-03-30 04:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c with scrape type 2
2026-03-30 04:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c with scrape type 2
2026-03-30 04:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c, identifier: LG34418
2026-03-30 04:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c with identifier: LG34418
2026-03-30 04:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c with identifier: LG34418
2026-03-30 04:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 7a6c1202-8348-5b1b-bafe-6dc1710c4e6c with identifier: LG34418 to the API
2026-03-30 04:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG34418%27 HTTP/1.1" 200 None
2026-03-30 04:01:13 [auto1.it] INFO: Saving data for LG34418: {'auction_closing_time': 1774886021.0, 'created_time': 1774645678.548345, 'last_price_update_time': 1774843273.34842}
2026-03-30 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LG34418') HTTP/1.1" 204 0
2026-03-30 04:01: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-30 04:01:13 [auto1.it] INFO: Channel: 24h | Page: 18 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:13 [auto1.it] INFO: Found listing with ID: SK90576
2026-03-30 04:01:13 [auto1.it] INFO: Found listing with ID: MT68027
2026-03-30 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT68027%27 HTTP/1.1" 200 None
2026-03-30 04:01:13 [auto1.it] INFO: Scrape type for MT68027: 0
2026-03-30 04:01:13 [auto1.it] INFO: Found listing with ID: GU05332
2026-03-30 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU05332%27 HTTP/1.1" 200 None
2026-03-30 04:01:13 [auto1.it] INFO: Scrape type for GU05332: 0
2026-03-30 04:01:13 [auto1.it] INFO: Found listing with ID: AN40699
2026-03-30 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AN40699%27 HTTP/1.1" 200 None
2026-03-30 04:01:13 [auto1.it] INFO: Scrape type for AN40699: 2
2026-03-30 04:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6d323c6-a4f4-59bb-adea-a1444fdf2ccd with identifier: AN40699
2026-03-30 04:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6d323c6-a4f4-59bb-adea-a1444fdf2ccd with scrape type 2
2026-03-30 04:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6d323c6-a4f4-59bb-adea-a1444fdf2ccd with scrape type 2
2026-03-30 04:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f6d323c6-a4f4-59bb-adea-a1444fdf2ccd, identifier: AN40699
2026-03-30 04:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f6d323c6-a4f4-59bb-adea-a1444fdf2ccd with identifier: AN40699
2026-03-30 04:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f6d323c6-a4f4-59bb-adea-a1444fdf2ccd with identifier: AN40699
2026-03-30 04:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f6d323c6-a4f4-59bb-adea-a1444fdf2ccd with identifier: AN40699 to the API
2026-03-30 04:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AN40699%27 HTTP/1.1" 200 None
2026-03-30 04:01:13 [auto1.it] INFO: Saving data for AN40699: {'auction_closing_time': 1774884756.0, 'created_time': 1774558943.849301, 'last_price_update_time': 1774843273.87335}
2026-03-30 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AN40699') HTTP/1.1" 204 0
2026-03-30 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-30 04:01:13 [auto1.it] INFO: Found listing with ID: CK01527
2026-03-30 04:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CK01527%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Scrape type for CK01527: 0
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: WW70884
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: AT74871
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: BJ21664
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ21664%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Scrape type for BJ21664: 2
2026-03-30 04:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1eeae497-0203-55ad-a237-b239c34a8c96 with identifier: BJ21664
2026-03-30 04:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eeae497-0203-55ad-a237-b239c34a8c96 with scrape type 2
2026-03-30 04:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1eeae497-0203-55ad-a237-b239c34a8c96 with scrape type 2
2026-03-30 04:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1eeae497-0203-55ad-a237-b239c34a8c96, identifier: BJ21664
2026-03-30 04:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1eeae497-0203-55ad-a237-b239c34a8c96 with identifier: BJ21664
2026-03-30 04:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1eeae497-0203-55ad-a237-b239c34a8c96 with identifier: BJ21664
2026-03-30 04:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1eeae497-0203-55ad-a237-b239c34a8c96 with identifier: BJ21664 to the API
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 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-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ21664%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Saving data for BJ21664: {'auction_closing_time': 1774884943.0, 'created_time': 1774558860.968159, 'last_price_update_time': 1774843274.392573}
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BJ21664') HTTP/1.1" 204 0
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: FP22884
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: SN99997
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN99997%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Scrape type for SN99997: 0
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: YL87875
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL87875%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Scrape type for YL87875: 0
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: SP92634
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP92634%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Scrape type for SP92634: 0
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: AH31892
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AH31892%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Scrape type for AH31892: 0
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: ZE89719
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZE89719%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Scrape type for ZE89719: 0
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: FH04610
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: RE87143
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE87143%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Scrape type for RE87143: 0
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: PU90509
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PU90509%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Scrape type for PU90509: 0
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: TG60202
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: BJ73113
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ73113%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Scrape type for BJ73113: 0
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: TX50484
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: XF07692
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: JU23021
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JU23021%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Scrape type for JU23021: 0
2026-03-30 04:01:14 [auto1.it] INFO: Found listing with ID: DE48831
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE48831%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Scrape type for DE48831: 2
2026-03-30 04:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5075000d-5be2-5835-a394-4f2715e493ae with identifier: DE48831
2026-03-30 04:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5075000d-5be2-5835-a394-4f2715e493ae with scrape type 2
2026-03-30 04:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5075000d-5be2-5835-a394-4f2715e493ae with scrape type 2
2026-03-30 04:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5075000d-5be2-5835-a394-4f2715e493ae, identifier: DE48831
2026-03-30 04:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5075000d-5be2-5835-a394-4f2715e493ae with identifier: DE48831
2026-03-30 04:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5075000d-5be2-5835-a394-4f2715e493ae with identifier: DE48831
2026-03-30 04:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5075000d-5be2-5835-a394-4f2715e493ae with identifier: DE48831 to the API
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DE48831%27 HTTP/1.1" 200 None
2026-03-30 04:01:14 [auto1.it] INFO: Saving data for DE48831: {'auction_closing_time': 1774883651.0, 'created_time': 1773749121.382893, 'last_price_update_time': 1774843274.967914}
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DE48831') HTTP/1.1" 204 0
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: PG69305
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: JS62412
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: RW64625
2026-03-30 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RW64625%27 HTTP/1.1" 200 None
2026-03-30 04:01:15 [auto1.it] INFO: Scrape type for RW64625: 0
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: WX67440
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: ZR26877
2026-03-30 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZR26877%27 HTTP/1.1" 200 None
2026-03-30 04:01:15 [auto1.it] INFO: Scrape type for ZR26877: 0
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: SE55523
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: YF34065
2026-03-30 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YF34065%27 HTTP/1.1" 200 None
2026-03-30 04:01:15 [auto1.it] INFO: Scrape type for YF34065: 0
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: CV31826
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: MN82158
2026-03-30 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MN82158%27 HTTP/1.1" 200 None
2026-03-30 04:01:15 [auto1.it] INFO: Scrape type for MN82158: 2
2026-03-30 04:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21439079-21f2-524b-8b45-7d0e9e9e5781 with identifier: MN82158
2026-03-30 04:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21439079-21f2-524b-8b45-7d0e9e9e5781 with scrape type 2
2026-03-30 04:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21439079-21f2-524b-8b45-7d0e9e9e5781 with scrape type 2
2026-03-30 04:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 21439079-21f2-524b-8b45-7d0e9e9e5781, identifier: MN82158
2026-03-30 04:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 21439079-21f2-524b-8b45-7d0e9e9e5781 with identifier: MN82158
2026-03-30 04:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 21439079-21f2-524b-8b45-7d0e9e9e5781 with identifier: MN82158
2026-03-30 04:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 21439079-21f2-524b-8b45-7d0e9e9e5781 with identifier: MN82158 to the API
2026-03-30 04:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MN82158%27 HTTP/1.1" 200 None
2026-03-30 04:01:15 [auto1.it] INFO: Saving data for MN82158: {'auction_closing_time': 1774886376.0, 'created_time': 1774645621.437627, 'last_price_update_time': 1774843275.493595}
2026-03-30 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MN82158') HTTP/1.1" 204 0
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: TK22539
2026-03-30 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TK22539%27 HTTP/1.1" 200 None
2026-03-30 04:01:15 [auto1.it] INFO: Scrape type for TK22539: 2
2026-03-30 04:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118 with identifier: TK22539
2026-03-30 04:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118 with scrape type 2
2026-03-30 04:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118 with scrape type 2
2026-03-30 04:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118, identifier: TK22539
2026-03-30 04:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118 with identifier: TK22539
2026-03-30 04:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118 with identifier: TK22539
2026-03-30 04:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8f14ad8a-be86-5c52-9fe9-e5cfd8e85118 with identifier: TK22539 to the API
2026-03-30 04:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TK22539%27 HTTP/1.1" 200 None
2026-03-30 04:01:15 [auto1.it] INFO: Saving data for TK22539: {'auction_closing_time': 1774883047.0, 'created_time': 1773824510.792399, 'last_price_update_time': 1774843275.899808}
2026-03-30 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TK22539') HTTP/1.1" 204 0
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: NW47878
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: XY34648
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: NJ83998
2026-03-30 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ83998%27 HTTP/1.1" 200 None
2026-03-30 04:01:15 [auto1.it] INFO: Scrape type for NJ83998: 0
2026-03-30 04:01:15 [auto1.it] INFO: Found listing with ID: TZ83635
2026-03-30 04:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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-30 04:01:15 [auto1.it] INFO: Scrape type for TZ83635: 2
2026-03-30 04:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dd61324-c32c-547a-8769-571d683345a4 with identifier: TZ83635
2026-03-30 04:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dd61324-c32c-547a-8769-571d683345a4 with scrape type 2
2026-03-30 04:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dd61324-c32c-547a-8769-571d683345a4 with scrape type 2
2026-03-30 04:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9dd61324-c32c-547a-8769-571d683345a4, identifier: TZ83635
2026-03-30 04:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9dd61324-c32c-547a-8769-571d683345a4 with identifier: TZ83635
2026-03-30 04:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9dd61324-c32c-547a-8769-571d683345a4 with identifier: TZ83635
2026-03-30 04:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9dd61324-c32c-547a-8769-571d683345a4 with identifier: TZ83635 to the API
2026-03-30 04:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TZ83635%27 HTTP/1.1" 200 None
2026-03-30 04:01:16 [auto1.it] INFO: Saving data for TZ83635: {'auction_closing_time': 1774883971.0, 'created_time': 1774558858.114377, 'last_price_update_time': 1774843276.2935}
2026-03-30 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TZ83635') HTTP/1.1" 204 0
2026-03-30 04:01:16 [auto1.it] INFO: Found listing with ID: WH83035
2026-03-30 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WH83035%27 HTTP/1.1" 200 None
2026-03-30 04:01:16 [auto1.it] INFO: Scrape type for WH83035: 2
2026-03-30 04:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c44d129f-65b4-551f-9d9f-f46d52ec0a37 with identifier: WH83035
2026-03-30 04:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c44d129f-65b4-551f-9d9f-f46d52ec0a37 with scrape type 2
2026-03-30 04:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c44d129f-65b4-551f-9d9f-f46d52ec0a37 with scrape type 2
2026-03-30 04:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c44d129f-65b4-551f-9d9f-f46d52ec0a37, identifier: WH83035
2026-03-30 04:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c44d129f-65b4-551f-9d9f-f46d52ec0a37 with identifier: WH83035
2026-03-30 04:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c44d129f-65b4-551f-9d9f-f46d52ec0a37 with identifier: WH83035
2026-03-30 04:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c44d129f-65b4-551f-9d9f-f46d52ec0a37 with identifier: WH83035 to the API
2026-03-30 04:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': '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-30 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WH83035%27 HTTP/1.1" 200 None
2026-03-30 04:01:16 [auto1.it] INFO: Saving data for WH83035: {'auction_closing_time': 1774884001.0, 'created_time': 1773327689.756205, 'last_price_update_time': 1774843276.840992}
2026-03-30 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WH83035') HTTP/1.1" 204 0
2026-03-30 04:01:16 [auto1.it] INFO: Found listing with ID: XJ39556
2026-03-30 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XJ39556%27 HTTP/1.1" 200 None
2026-03-30 04:01:16 [auto1.it] INFO: Scrape type for XJ39556: 0
2026-03-30 04:01:16 [auto1.it] INFO: Found listing with ID: PG99334
2026-03-30 04:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PG99334%27 HTTP/1.1" 200 None
2026-03-30 04:01:16 [auto1.it] INFO: Scrape type for PG99334: 0
2026-03-30 04:01: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/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-30 04:01:16 [auto1.it] INFO: Channel: 24h | Page: 19 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: BC39052
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC39052%27 HTTP/1.1" 200 None
2026-03-30 04:01:17 [auto1.it] INFO: Scrape type for BC39052: 0
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: HS01763
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: HY24657
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY24657%27 HTTP/1.1" 200 None
2026-03-30 04:01:17 [auto1.it] INFO: Scrape type for HY24657: 0
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: TL14575
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TL14575%27 HTTP/1.1" 200 None
2026-03-30 04:01:17 [auto1.it] INFO: Scrape type for TL14575: 0
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: KB32662
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: RC58822
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RC58822%27 HTTP/1.1" 200 None
2026-03-30 04:01:17 [auto1.it] INFO: Scrape type for RC58822: 2
2026-03-30 04:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd37c27b-f488-5237-ab84-76d84bd92b2c with identifier: RC58822
2026-03-30 04:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd37c27b-f488-5237-ab84-76d84bd92b2c with scrape type 2
2026-03-30 04:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd37c27b-f488-5237-ab84-76d84bd92b2c with scrape type 2
2026-03-30 04:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: fd37c27b-f488-5237-ab84-76d84bd92b2c, identifier: RC58822
2026-03-30 04:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: fd37c27b-f488-5237-ab84-76d84bd92b2c with identifier: RC58822
2026-03-30 04:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: fd37c27b-f488-5237-ab84-76d84bd92b2c with identifier: RC58822
2026-03-30 04:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: fd37c27b-f488-5237-ab84-76d84bd92b2c with identifier: RC58822 to the API
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:01: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-30 04:01: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': 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-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RC58822%27 HTTP/1.1" 200 None
2026-03-30 04:01:17 [auto1.it] INFO: Saving data for RC58822: {'auction_closing_time': 1774883930.0, 'created_time': 1774645268.066652, 'last_price_update_time': 1774843277.43155}
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RC58822') HTTP/1.1" 204 0
2026-03-30 04:01:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: GX95672
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: FT43083
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: KW54926
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW54926%27 HTTP/1.1" 200 None
2026-03-30 04:01:17 [auto1.it] INFO: Scrape type for KW54926: 2
2026-03-30 04:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae with identifier: KW54926
2026-03-30 04:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae with scrape type 2
2026-03-30 04:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae with scrape type 2
2026-03-30 04:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae, identifier: KW54926
2026-03-30 04:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae with identifier: KW54926
2026-03-30 04:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae with identifier: KW54926
2026-03-30 04:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0ae1c2c4-86d0-5dd7-9f78-32c76edc65ae with identifier: KW54926 to the API
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:01: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-30 04:01: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': 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-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW54926%27 HTTP/1.1" 200 None
2026-03-30 04:01:17 [auto1.it] INFO: Saving data for KW54926: {'auction_closing_time': 1774885773.0, 'created_time': 1773781563.505678, 'last_price_update_time': 1774843277.840873}
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KW54926') HTTP/1.1" 204 0
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: GD67829
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: NC97185
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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-30 04:01:17 [auto1.it] INFO: Scrape type for NC97185: 0
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: MH53431
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: CW25523
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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-30 04:01:17 [auto1.it] INFO: Scrape type for CW25523: 0
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: XR70694
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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-30 04:01:17 [auto1.it] INFO: Scrape type for XR70694: 0
2026-03-30 04:01:17 [auto1.it] INFO: Found listing with ID: MS98879
2026-03-30 04:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MS98879%27 HTTP/1.1" 200 None
2026-03-30 04:01:18 [auto1.it] INFO: Scrape type for MS98879: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: XM00417
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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-30 04:01:18 [auto1.it] INFO: Scrape type for XM00417: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: GW90153
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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-30 04:01:18 [auto1.it] INFO: Scrape type for GW90153: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: HZ95408
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: EK65593
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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-30 04:01:18 [auto1.it] INFO: Scrape type for EK65593: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: TT44801
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: ZV86353
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZV86353%27 HTTP/1.1" 200 None
2026-03-30 04:01:18 [auto1.it] INFO: Scrape type for ZV86353: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: CU49337
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: AG84200
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AG84200%27 HTTP/1.1" 200 None
2026-03-30 04:01:18 [auto1.it] INFO: Scrape type for AG84200: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: YX87347
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX87347%27 HTTP/1.1" 200 None
2026-03-30 04:01:18 [auto1.it] INFO: Scrape type for YX87347: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: UW94573
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UW94573%27 HTTP/1.1" 200 None
2026-03-30 04:01:18 [auto1.it] INFO: Scrape type for UW94573: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: WN29902
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN29902%27 HTTP/1.1" 200 None
2026-03-30 04:01:18 [auto1.it] INFO: Scrape type for WN29902: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: GA39078
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: HF24893
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: KZ16799
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: SR16589
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: NL55256
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: VN35608
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VN35608%27 HTTP/1.1" 200 None
2026-03-30 04:01:18 [auto1.it] INFO: Scrape type for VN35608: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: FZ10631
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: YT67370
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT67370%27 HTTP/1.1" 200 None
2026-03-30 04:01:18 [auto1.it] INFO: Scrape type for YT67370: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: LC36038
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC36038%27 HTTP/1.1" 200 None
2026-03-30 04:01:18 [auto1.it] INFO: Scrape type for LC36038: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: UF75242
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UF75242%27 HTTP/1.1" 200 None
2026-03-30 04:01:18 [auto1.it] INFO: Scrape type for UF75242: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: EC29909
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EC29909%27 HTTP/1.1" 200 None
2026-03-30 04:01:18 [auto1.it] INFO: Scrape type for EC29909: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: PE07911
2026-03-30 04:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE07911%27 HTTP/1.1" 200 None
2026-03-30 04:01:18 [auto1.it] INFO: Scrape type for PE07911: 0
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: XD70855
2026-03-30 04:01:18 [auto1.it] INFO: Found listing with ID: JW87652
2026-03-30 04:01: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-30 04:01:19 [auto1.it] INFO: Channel: 24h | Page: 20 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: RF52556
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF52556%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for RF52556: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: NC90447
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC90447%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for NC90447: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: KC88615
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KC88615%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for KC88615: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: GC55004
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GC55004%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for GC55004: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: TV99764
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: ZG57893
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZG57893%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for ZG57893: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: YG18020
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: WH55866
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: FD29696
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD29696%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for FD29696: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: HD54235
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: GT76958
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: NH73732
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: EZ12960
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EZ12960%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for EZ12960: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: EZ73351
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EZ73351%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for EZ73351: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: PM88021
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PM88021%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for PM88021: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: GT16338
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: WZ40427
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WZ40427%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for WZ40427: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: WV44347
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WV44347%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for WV44347: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: FH81414
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: NM56587
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NM56587%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for NM56587: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: AP78180
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP78180%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for AP78180: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: RC69852
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RC69852%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for RC69852: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: XB17509
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XB17509%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for XB17509: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: DW69714
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DW69714%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for DW69714: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: DS58810
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: JC86695
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JC86695%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for JC86695: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: SE79185
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: HN90303
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: GT17675
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: PD12623
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: JT48153
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: KT77401
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT77401%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for KT77401: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: UC06691
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UC06691%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for UC06691: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: ED34625
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ED34625%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for ED34625: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: JN59652
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JN59652%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for JN59652: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: FZ12921
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FZ12921%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for FZ12921: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: JB83291
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JB83291%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for JB83291: 0
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: TL40655
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: LG12773
2026-03-30 04:01:19 [auto1.it] INFO: Found listing with ID: ST64226
2026-03-30 04:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST64226%27 HTTP/1.1" 200 None
2026-03-30 04:01:19 [auto1.it] INFO: Scrape type for ST64226: 0
2026-03-30 04:01:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01:20 [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-30 04:01:20 [auto1.it] INFO: Channel: 24h | Page: 21 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: KZ84746
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KZ84746%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for KZ84746: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: FT05147
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT05147%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for FT05147: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: LE96160
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: SV71044
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: XL03216
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XL03216%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for XL03216: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: ZW92714
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZW92714%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for ZW92714: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: DR27432
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DR27432%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for DR27432: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: HS22715
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: GL53946
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: SC05419
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: TC64761
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TC64761%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for TC64761: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: XU52863
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XU52863%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for XU52863: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: UC13059
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: WB86834
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: FF76752
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: WU65183
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU65183%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for WU65183: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: HK62879
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: PR79135
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: GX06628
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX06628%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for GX06628: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: RB72441
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RB72441%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for RB72441: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: BR31309
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: XW11641
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: LR54413
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: FF49180
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: CD07087
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CD07087%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for CD07087: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: TZ83708
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TZ83708%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for TZ83708: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: UE17288
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UE17288%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for UE17288: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: CS05902
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: VB70261
2026-03-30 04:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VB70261%27 HTTP/1.1" 200 None
2026-03-30 04:01:20 [auto1.it] INFO: Scrape type for VB70261: 0
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: ZV11200
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: DA61571
2026-03-30 04:01:20 [auto1.it] INFO: Found listing with ID: DX02178
2026-03-30 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX02178%27 HTTP/1.1" 200 None
2026-03-30 04:01:21 [auto1.it] INFO: Scrape type for DX02178: 0
2026-03-30 04:01:21 [auto1.it] INFO: Found listing with ID: YG03340
2026-03-30 04:01:21 [auto1.it] INFO: Found listing with ID: FF98619
2026-03-30 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FF98619%27 HTTP/1.1" 200 None
2026-03-30 04:01:21 [auto1.it] INFO: Scrape type for FF98619: 0
2026-03-30 04:01:21 [auto1.it] INFO: Found listing with ID: YP32890
2026-03-30 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP32890%27 HTTP/1.1" 200 None
2026-03-30 04:01:21 [auto1.it] INFO: Scrape type for YP32890: 0
2026-03-30 04:01:21 [auto1.it] INFO: Found listing with ID: NF96122
2026-03-30 04:01:21 [auto1.it] INFO: Found listing with ID: LK74824
2026-03-30 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK74824%27 HTTP/1.1" 200 None
2026-03-30 04:01:21 [auto1.it] INFO: Scrape type for LK74824: 0
2026-03-30 04:01:21 [auto1.it] INFO: Found listing with ID: ZJ55913
2026-03-30 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZJ55913%27 HTTP/1.1" 200 None
2026-03-30 04:01:21 [auto1.it] INFO: Scrape type for ZJ55913: 0
2026-03-30 04:01:21 [auto1.it] INFO: Found listing with ID: GN63834
2026-03-30 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GN63834%27 HTTP/1.1" 200 None
2026-03-30 04:01:21 [auto1.it] INFO: Scrape type for GN63834: 0
2026-03-30 04:01:21 [auto1.it] INFO: Found listing with ID: VL10175
2026-03-30 04:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VL10175%27 HTTP/1.1" 200 None
2026-03-30 04:01:21 [auto1.it] INFO: Scrape type for VL10175: 0
2026-03-30 04:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 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-30 04:01:22 [auto1.it] INFO: Channel: 24h | Page: 22 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: YS71318
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: CJ66066
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CJ66066%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for CJ66066: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: UR23669
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: DN72005
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: AP13803
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AP13803%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for AP13803: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: FJ79920
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: CF78450
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF78450%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for CF78450: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: DK34642
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: BN52557
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: CM00839
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: TV74767
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: KA06591
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KA06591%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for KA06591: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: ZA06304
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZA06304%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for ZA06304: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: LJ91384
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: FL80694
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL80694%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for FL80694: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: XC85106
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: YR53882
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YR53882%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for YR53882: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: KT79218
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KT79218%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for KT79218: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: FL90232
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: CP26264
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: TT97007
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: GN74108
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: DP39396
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP39396%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for DP39396: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: NC00198
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC00198%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for NC00198: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: HY77897
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY77897%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for HY77897: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: AG54549
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: UX44191
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: BW34835
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BW34835%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for BW34835: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: BW24813
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: JF07503
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: UC47461
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UC47461%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for UC47461: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: HS75117
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HS75117%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for HS75117: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: NC89315
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC89315%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for NC89315: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: EM22547
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EM22547%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for EM22547: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: AJ89778
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AJ89778%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for AJ89778: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: FR80508
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: YP04797
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: DM32670
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DM32670%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for DM32670: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: UN42756
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UN42756%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for UN42756: 0
2026-03-30 04:01:22 [auto1.it] INFO: Found listing with ID: PN03774
2026-03-30 04:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN03774%27 HTTP/1.1" 200 None
2026-03-30 04:01:22 [auto1.it] INFO: Scrape type for PN03774: 0
2026-03-30 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-30 04:01: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-30 04:01:23 [auto1.it] INFO: Channel: 24h | Page: 23 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: UN16063
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: SJ00829
2026-03-30 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ00829%27 HTTP/1.1" 200 None
2026-03-30 04:01:23 [auto1.it] INFO: Scrape type for SJ00829: 0
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: NH03785
2026-03-30 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NH03785%27 HTTP/1.1" 200 None
2026-03-30 04:01:23 [auto1.it] INFO: Scrape type for NH03785: 0
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: MS47082
2026-03-30 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MS47082%27 HTTP/1.1" 200 None
2026-03-30 04:01:23 [auto1.it] INFO: Scrape type for MS47082: 0
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: RM97748
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: SM10455
2026-03-30 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM10455%27 HTTP/1.1" 200 None
2026-03-30 04:01:23 [auto1.it] INFO: Scrape type for SM10455: 0
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: CV79259
2026-03-30 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV79259%27 HTTP/1.1" 200 None
2026-03-30 04:01:23 [auto1.it] INFO: Scrape type for CV79259: 0
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: LH97251
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: JX68223
2026-03-30 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JX68223%27 HTTP/1.1" 200 None
2026-03-30 04:01:23 [auto1.it] INFO: Scrape type for JX68223: 0
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: RJ82738
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: KH49254
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: TT50547
2026-03-30 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TT50547%27 HTTP/1.1" 200 None
2026-03-30 04:01:23 [auto1.it] INFO: Scrape type for TT50547: 0
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: JV05910
2026-03-30 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JV05910%27 HTTP/1.1" 200 None
2026-03-30 04:01:23 [auto1.it] INFO: Scrape type for JV05910: 0
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: MA17223
2026-03-30 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA17223%27 HTTP/1.1" 200 None
2026-03-30 04:01:23 [auto1.it] INFO: Scrape type for MA17223: 0
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: PC08204
2026-03-30 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PC08204%27 HTTP/1.1" 200 None
2026-03-30 04:01:23 [auto1.it] INFO: Scrape type for PC08204: 0
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: PV94920
2026-03-30 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PV94920%27 HTTP/1.1" 200 None
2026-03-30 04:01:23 [auto1.it] INFO: Scrape type for PV94920: 0
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: ZW61080
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: DK51991
2026-03-30 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DK51991%27 HTTP/1.1" 200 None
2026-03-30 04:01:23 [auto1.it] INFO: Scrape type for DK51991: 0
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: GG10303
2026-03-30 04:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GG10303%27 HTTP/1.1" 200 None
2026-03-30 04:01:23 [auto1.it] INFO: Scrape type for GG10303: 0
2026-03-30 04:01:23 [auto1.it] INFO: Found listing with ID: SY54924
2026-03-30 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SY54924%27 HTTP/1.1" 200 None
2026-03-30 04:01:24 [auto1.it] INFO: Scrape type for SY54924: 0
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: GW48563
2026-03-30 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GW48563%27 HTTP/1.1" 200 None
2026-03-30 04:01:24 [auto1.it] INFO: Scrape type for GW48563: 0
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: YE38738
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: RN44276
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: JC71555
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: AN07116
2026-03-30 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AN07116%27 HTTP/1.1" 200 None
2026-03-30 04:01:24 [auto1.it] INFO: Scrape type for AN07116: 0
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: LH59018
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: XG00486
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: UK64691
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: SG75657
2026-03-30 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG75657%27 HTTP/1.1" 200 None
2026-03-30 04:01:24 [auto1.it] INFO: Scrape type for SG75657: 0
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: SF23261
2026-03-30 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SF23261%27 HTTP/1.1" 200 None
2026-03-30 04:01:24 [auto1.it] INFO: Scrape type for SF23261: 0
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: XW75946
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: SN49105
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: SZ00349
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: UH39950
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: RM88416
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: EU38381
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: MA83267
2026-03-30 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MA83267%27 HTTP/1.1" 200 None
2026-03-30 04:01:24 [auto1.it] INFO: Scrape type for MA83267: 0
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: VY08024
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: AH42596
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: WE98269
2026-03-30 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WE98269%27 HTTP/1.1" 200 None
2026-03-30 04:01:24 [auto1.it] INFO: Scrape type for WE98269: 0
2026-03-30 04:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01: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-30 04:01:24 [auto1.it] INFO: Channel: 24h | Page: 24 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: SV89112
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: ZX85690
2026-03-30 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZX85690%27 HTTP/1.1" 200 None
2026-03-30 04:01:24 [auto1.it] INFO: Scrape type for ZX85690: 0
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: JA21524
2026-03-30 04:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JA21524%27 HTTP/1.1" 200 None
2026-03-30 04:01:24 [auto1.it] INFO: Scrape type for JA21524: 0
2026-03-30 04:01:24 [auto1.it] INFO: Found listing with ID: PA07928
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PA07928%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for PA07928: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: LW29692
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: RF58149
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF58149%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for RF58149: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: LY31332
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY31332%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for LY31332: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: KP29994
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KP29994%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for KP29994: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: BJ69368
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: XF08656
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XF08656%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for XF08656: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: WY54071
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WY54071%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for WY54071: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: BD54797
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BD54797%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for BD54797: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: CD59978
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CD59978%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for CD59978: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: TA36833
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: LX42454
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX42454%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for LX42454: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: ZT44032
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: TD38619
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: GT16147
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: LN05453
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN05453%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for LN05453: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: VA41104
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VA41104%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for VA41104: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: ES59878
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ES59878%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for ES59878: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: ZT67877
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: DJ48929
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DJ48929%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for DJ48929: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: DV09922
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV09922%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for DV09922: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: UW92889
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UW92889%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for UW92889: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: NJ63404
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: HV87754
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: TJ75665
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TJ75665%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for TJ75665: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: TV86323
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: DM40972
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DM40972%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for DM40972: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: TH27811
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: RL48638
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: TC65145
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: MB12953
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: YB75201
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB75201%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for YB75201: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: JR93194
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JR93194%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for JR93194: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: ZM66429
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: DC70843
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DC70843%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for DC70843: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: ZW84587
2026-03-30 04:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZW84587%27 HTTP/1.1" 200 None
2026-03-30 04:01:25 [auto1.it] INFO: Scrape type for ZW84587: 0
2026-03-30 04:01:25 [auto1.it] INFO: Found listing with ID: WU80477
2026-03-30 04:01:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 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-30 04:01:26 [auto1.it] INFO: Channel: 24h | Page: 25 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: NF87616
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: AL30811
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: UT43750
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: AF97148
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: ZU39445
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: KA22424
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KA22424%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for KA22424: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: AM53032
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: ZU37783
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZU37783%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for ZU37783: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: GC28590
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: XF95831
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XF95831%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for XF95831: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: WW13816
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WW13816%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for WW13816: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: CR75802
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: FN78187
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: ZV13161
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: GY86444
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY86444%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for GY86444: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: SE74727
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE74727%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for SE74727: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: DC79490
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: HJ71706
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ71706%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for HJ71706: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: ZW42216
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: WP65731
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP65731%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for WP65731: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: FG66384
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: MC91027
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: CN54432
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CN54432%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for CN54432: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: NL99769
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL99769%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for NL99769: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: MZ97051
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: DW35808
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: DW91233
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DW91233%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for DW91233: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: BF95758
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: FT00845
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT00845%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for FT00845: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: RG91775
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RG91775%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for RG91775: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: ZF37954
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZF37954%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for ZF37954: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: RG06778
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: PS40086
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: LB35454
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: XH07717
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: FC72088
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FC72088%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for FC72088: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: XY56734
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XY56734%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for XY56734: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: HU04780
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: RF41966
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RF41966%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for RF41966: 0
2026-03-30 04:01:26 [auto1.it] INFO: Found listing with ID: WK88793
2026-03-30 04:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK88793%27 HTTP/1.1" 200 None
2026-03-30 04:01:26 [auto1.it] INFO: Scrape type for WK88793: 0
2026-03-30 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-30 04:01: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-30 04:01:27 [auto1.it] INFO: Channel: 24h | Page: 26 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:27 [auto1.it] INFO: Found listing with ID: UH63202
2026-03-30 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UH63202%27 HTTP/1.1" 200 None
2026-03-30 04:01:27 [auto1.it] INFO: Scrape type for UH63202: 0
2026-03-30 04:01:27 [auto1.it] INFO: Found listing with ID: VY30881
2026-03-30 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VY30881%27 HTTP/1.1" 200 None
2026-03-30 04:01:27 [auto1.it] INFO: Scrape type for VY30881: 0
2026-03-30 04:01:27 [auto1.it] INFO: Found listing with ID: JV49964
2026-03-30 04:01:27 [auto1.it] INFO: Found listing with ID: FG41149
2026-03-30 04:01:27 [auto1.it] INFO: Found listing with ID: HE58096
2026-03-30 04:01:27 [auto1.it] INFO: Found listing with ID: HY50336
2026-03-30 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY50336%27 HTTP/1.1" 200 None
2026-03-30 04:01:27 [auto1.it] INFO: Scrape type for HY50336: 0
2026-03-30 04:01:27 [auto1.it] INFO: Found listing with ID: YM68683
2026-03-30 04:01:27 [auto1.it] INFO: Found listing with ID: AK04319
2026-03-30 04:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK04319%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for AK04319: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: BR57787
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BR57787%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for BR57787: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: EW75020
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: JU21728
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: BD43330
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: SS18980
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SS18980%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for SS18980: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: PA42280
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: WP88184
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: FT22704
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FT22704%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for FT22704: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: YS49191
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YS49191%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for YS49191: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: LT75746
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LT75746%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for LT75746: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: WS24501
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WS24501%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for WS24501: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: CS16004
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: LY57551
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: HA44632
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: JS42398
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JS42398%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for JS42398: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: EN82101
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EN82101%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for EN82101: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: FU42856
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FU42856%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for FU42856: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: LW40364
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: HU53243
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HU53243%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for HU53243: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: RB41794
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RB41794%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for RB41794: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: CP99007
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP99007%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for CP99007: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: NF26556
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: NZ37386
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NZ37386%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for NZ37386: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: LG11183
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG11183%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for LG11183: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: LC07756
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LC07756%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for LC07756: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: RU03062
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RU03062%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for RU03062: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: SN43721
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN43721%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for SN43721: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: SA71650
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SA71650%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for SA71650: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: SH22107
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: DB18786
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DB18786%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for DB18786: 0
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: VE23835
2026-03-30 04:01:28 [auto1.it] INFO: Found listing with ID: ZR59714
2026-03-30 04:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZR59714%27 HTTP/1.1" 200 None
2026-03-30 04:01:28 [auto1.it] INFO: Scrape type for ZR59714: 0
2026-03-30 04:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01:29 [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-30 04:01:29 [auto1.it] INFO: Channel: 24h | Page: 27 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:29 [auto1.it] INFO: Found listing with ID: VC26054
2026-03-30 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VC26054%27 HTTP/1.1" 200 None
2026-03-30 04:01:29 [auto1.it] INFO: Scrape type for VC26054: 0
2026-03-30 04:01:29 [auto1.it] INFO: Found listing with ID: GV78973
2026-03-30 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GV78973%27 HTTP/1.1" 200 None
2026-03-30 04:01:29 [auto1.it] INFO: Scrape type for GV78973: 0
2026-03-30 04:01:29 [auto1.it] INFO: Found listing with ID: US69373
2026-03-30 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27US69373%27 HTTP/1.1" 200 None
2026-03-30 04:01:29 [auto1.it] INFO: Scrape type for US69373: 0
2026-03-30 04:01:29 [auto1.it] INFO: Found listing with ID: RZ15516
2026-03-30 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RZ15516%27 HTTP/1.1" 200 None
2026-03-30 04:01:29 [auto1.it] INFO: Scrape type for RZ15516: 0
2026-03-30 04:01:29 [auto1.it] INFO: Found listing with ID: UZ55357
2026-03-30 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UZ55357%27 HTTP/1.1" 200 None
2026-03-30 04:01:29 [auto1.it] INFO: Scrape type for UZ55357: 0
2026-03-30 04:01:29 [auto1.it] INFO: Found listing with ID: EJ70164
2026-03-30 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EJ70164%27 HTTP/1.1" 200 None
2026-03-30 04:01:29 [auto1.it] INFO: Scrape type for EJ70164: 0
2026-03-30 04:01:29 [auto1.it] INFO: Found listing with ID: DW16027
2026-03-30 04:01:29 [auto1.it] INFO: Found listing with ID: EZ15489
2026-03-30 04:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EZ15489%27 HTTP/1.1" 200 None
2026-03-30 04:01:29 [auto1.it] INFO: Scrape type for EZ15489: 0
2026-03-30 04:01:29 [auto1.it] INFO: Found listing with ID: XC90090
2026-03-30 04:01:29 [auto1.it] INFO: Found listing with ID: PZ08956
2026-03-30 04:01:29 [auto1.it] INFO: Found listing with ID: LB78915
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB78915%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for LB78915: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: BV29552
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: TK94629
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: XT45099
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XT45099%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for XT45099: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: DX23883
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX23883%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for DX23883: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: FM13591
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FM13591%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for FM13591: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: VS11522
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: YA27066
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA27066%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for YA27066: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: YC82026
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: AM02692
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AM02692%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for AM02692: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: TZ10573
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TZ10573%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for TZ10573: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: BF81880
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BF81880%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for BF81880: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: MU47199
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MU47199%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for MU47199: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: SL34558
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SL34558%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for SL34558: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: RJ45303
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ45303%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for RJ45303: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: NP01679
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NP01679%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for NP01679: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: ZJ24732
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZJ24732%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for ZJ24732: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: FY53013
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: LA76603
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: AY40178
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: UK76860
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: RD96225
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RD96225%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for RD96225: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: ES67961
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ES67961%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for ES67961: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: WH06276
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: JY18899
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JY18899%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for JY18899: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: AH91466
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AH91466%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for AH91466: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: CH37521
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: UW72001
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: SN82896
2026-03-30 04:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN82896%27 HTTP/1.1" 200 None
2026-03-30 04:01:30 [auto1.it] INFO: Scrape type for SN82896: 0
2026-03-30 04:01:30 [auto1.it] INFO: Found listing with ID: UM78803
2026-03-30 04:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 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-30 04:01:31 [auto1.it] INFO: Channel: 24h | Page: 28 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: KR43222
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR43222%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for KR43222: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: LV68988
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV68988%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for LV68988: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: BR67394
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: CY31858
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: RD78006
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RD78006%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for RD78006: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: CD01213
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: SN26450
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: MT71865
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT71865%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for MT71865: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: CP76510
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: YX83263
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX83263%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for YX83263: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: PZ52577
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: VS54724
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VS54724%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for VS54724: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: KH25019
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KH25019%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for KH25019: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: PN56075
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PN56075%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for PN56075: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: HZ92978
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HZ92978%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for HZ92978: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: EC20535
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EC20535%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for EC20535: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: VX84045
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VX84045%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for VX84045: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: YJ87795
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YJ87795%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for YJ87795: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: JT68367
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JT68367%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for JT68367: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: XZ26785
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XZ26785%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for XZ26785: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: YZ06369
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YZ06369%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for YZ06369: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: ZS94509
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZS94509%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for ZS94509: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: CV42265
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: SM34278
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM34278%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for SM34278: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: RG49415
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: EB44721
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: LM72883
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: JC85025
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JC85025%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for JC85025: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: FC91970
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: PR30387
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: NN68396
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NN68396%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for NN68396: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: BS72965
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BS72965%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for BS72965: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: BE28605
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BE28605%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for BE28605: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: JF19899
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JF19899%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for JF19899: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: TG15136
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: YG71564
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG71564%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for YG71564: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: DT34666
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DT34666%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for DT34666: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: TK41328
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TK41328%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for TK41328: 0
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: NP33035
2026-03-30 04:01:31 [auto1.it] INFO: Found listing with ID: LH23447
2026-03-30 04:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LH23447%27 HTTP/1.1" 200 None
2026-03-30 04:01:31 [auto1.it] INFO: Scrape type for LH23447: 0
2026-03-30 04:01:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01:32 [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-30 04:01:32 [auto1.it] INFO: Channel: 24h | Page: 29 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: NT98508
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: BW44627
2026-03-30 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BW44627%27 HTTP/1.1" 200 None
2026-03-30 04:01:32 [auto1.it] INFO: Scrape type for BW44627: 0
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: SN54717
2026-03-30 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN54717%27 HTTP/1.1" 200 None
2026-03-30 04:01:32 [auto1.it] INFO: Scrape type for SN54717: 0
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: XE50216
2026-03-30 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XE50216%27 HTTP/1.1" 200 None
2026-03-30 04:01:32 [auto1.it] INFO: Scrape type for XE50216: 0
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: RA17642
2026-03-30 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA17642%27 HTTP/1.1" 200 None
2026-03-30 04:01:32 [auto1.it] INFO: Scrape type for RA17642: 0
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: DP78893
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: ZR71790
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: VS39586
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: WZ23561
2026-03-30 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WZ23561%27 HTTP/1.1" 200 None
2026-03-30 04:01:32 [auto1.it] INFO: Scrape type for WZ23561: 0
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: HU57000
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: KX90230
2026-03-30 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KX90230%27 HTTP/1.1" 200 None
2026-03-30 04:01:32 [auto1.it] INFO: Scrape type for KX90230: 0
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: MZ03364
2026-03-30 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MZ03364%27 HTTP/1.1" 200 None
2026-03-30 04:01:32 [auto1.it] INFO: Scrape type for MZ03364: 0
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: YH14903
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: TG59717
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: JP72281
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: DW12777
2026-03-30 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DW12777%27 HTTP/1.1" 200 None
2026-03-30 04:01:32 [auto1.it] INFO: Scrape type for DW12777: 0
2026-03-30 04:01:32 [auto1.it] INFO: Found listing with ID: RB40748
2026-03-30 04:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RB40748%27 HTTP/1.1" 200 None
2026-03-30 04:01:33 [auto1.it] INFO: Scrape type for RB40748: 0
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: UU51056
2026-03-30 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UU51056%27 HTTP/1.1" 200 None
2026-03-30 04:01:33 [auto1.it] INFO: Scrape type for UU51056: 0
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: RY04213
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: CW11036
2026-03-30 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CW11036%27 HTTP/1.1" 200 None
2026-03-30 04:01:33 [auto1.it] INFO: Scrape type for CW11036: 0
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: RM58290
2026-03-30 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RM58290%27 HTTP/1.1" 200 None
2026-03-30 04:01:33 [auto1.it] INFO: Scrape type for RM58290: 0
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: WV91656
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: RF27989
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: EP92787
2026-03-30 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EP92787%27 HTTP/1.1" 200 None
2026-03-30 04:01:33 [auto1.it] INFO: Scrape type for EP92787: 0
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: HZ65981
2026-03-30 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HZ65981%27 HTTP/1.1" 200 None
2026-03-30 04:01:33 [auto1.it] INFO: Scrape type for HZ65981: 0
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: VV97216
2026-03-30 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VV97216%27 HTTP/1.1" 200 None
2026-03-30 04:01:33 [auto1.it] INFO: Scrape type for VV97216: 0
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: PD07113
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: WG94514
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: EP88995
2026-03-30 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EP88995%27 HTTP/1.1" 200 None
2026-03-30 04:01:33 [auto1.it] INFO: Scrape type for EP88995: 0
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: KT34727
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: LG27793
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: ZR58855
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: HB10468
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: BA64945
2026-03-30 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BA64945%27 HTTP/1.1" 200 None
2026-03-30 04:01:33 [auto1.it] INFO: Scrape type for BA64945: 0
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: WT06044
2026-03-30 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WT06044%27 HTTP/1.1" 200 None
2026-03-30 04:01:33 [auto1.it] INFO: Scrape type for WT06044: 0
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: GM73700
2026-03-30 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GM73700%27 HTTP/1.1" 200 None
2026-03-30 04:01:33 [auto1.it] INFO: Scrape type for GM73700: 0
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: VV94396
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: ER90508
2026-03-30 04:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ER90508%27 HTTP/1.1" 200 None
2026-03-30 04:01:33 [auto1.it] INFO: Scrape type for ER90508: 0
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: UN52705
2026-03-30 04:01:33 [auto1.it] INFO: Found listing with ID: FG85862
2026-03-30 04:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01: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-30 04:01:34 [auto1.it] INFO: Channel: 24h | Page: 30 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: RN28631
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RN28631%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for RN28631: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: NE13837
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NE13837%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for NE13837: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: JJ76443
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: SR58570
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: AG93268
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: YM91095
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: SW20348
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SW20348%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for SW20348: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: KH50025
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KH50025%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for KH50025: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: YD48620
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD48620%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for YD48620: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: CH31271
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CH31271%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for CH31271: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: NR94524
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NR94524%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for NR94524: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: ME64112
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: LC62662
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: NG42330
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG42330%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for NG42330: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: LY59830
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: GZ29519
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: KW57065
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: XU45966
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XU45966%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for XU45966: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: XP38873
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XP38873%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for XP38873: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: UA81726
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: LP45822
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: ZZ85760
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: VY12867
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VY12867%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for VY12867: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: NR23984
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: ET23172
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: TC50511
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TC50511%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for TC50511: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: FN23706
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN23706%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for FN23706: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: FK20941
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FK20941%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for FK20941: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: VC63991
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VC63991%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for VC63991: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: ZK25944
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: VP99832
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: MU83341
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MU83341%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for MU83341: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: EC55479
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EC55479%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for EC55479: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: JE16682
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: VP75887
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: YH05705
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH05705%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for YH05705: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: DN97608
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN97608%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for DN97608: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: AF46529
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: BJ63933
2026-03-30 04:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ63933%27 HTTP/1.1" 200 None
2026-03-30 04:01:34 [auto1.it] INFO: Scrape type for BJ63933: 0
2026-03-30 04:01:34 [auto1.it] INFO: Found listing with ID: LW86872
2026-03-30 04:01:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 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-30 04:01:35 [auto1.it] INFO: Channel: 24h | Page: 31 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: PA70519
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: UT42979
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: RS56443
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RS56443%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for RS56443: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: LN57194
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: HY22945
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: CC46702
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CC46702%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for CC46702: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: PL71131
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL71131%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for PL71131: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: JG85699
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: AK60352
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: YA87774
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: PN28374
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: VA22015
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: MR41650
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MR41650%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for MR41650: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: AN53744
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AN53744%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for AN53744: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: KL25988
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KL25988%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for KL25988: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: NL15395
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: ZW56281
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: KK35105
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KK35105%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for KK35105: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: GZ99467
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: ER51817
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ER51817%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for ER51817: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: GB19602
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GB19602%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for GB19602: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: SR85753
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: WD12881
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: NP37024
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NP37024%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for NP37024: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: WB02861
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: YG18213
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: NA90799
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NA90799%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for NA90799: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: JB43722
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JB43722%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for JB43722: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: SY65620
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: VC37401
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: JB22661
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JB22661%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for JB22661: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: CH30071
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: PS88419
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: SG58934
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SG58934%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for SG58934: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: WP29588
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP29588%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for WP29588: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: EH79430
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EH79430%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for EH79430: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: ZY20684
2026-03-30 04:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZY20684%27 HTTP/1.1" 200 None
2026-03-30 04:01:35 [auto1.it] INFO: Scrape type for ZY20684: 0
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: ZE54964
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: SH99694
2026-03-30 04:01:35 [auto1.it] INFO: Found listing with ID: YD47870
2026-03-30 04:01:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01: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-30 04:01:37 [auto1.it] INFO: Channel: 24h | Page: 32 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: HP26181
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HP26181%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for HP26181: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: CA11225
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: GZ15334
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: NR19227
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: PE03343
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE03343%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for PE03343: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: MG44195
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MG44195%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for MG44195: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: CD48597
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: ZL42866
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: TD16332
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TD16332%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for TD16332: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: XX72612
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XX72612%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for XX72612: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: FZ15341
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: FB65897
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: LU21739
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LU21739%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for LU21739: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: UJ60071
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UJ60071%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for UJ60071: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: JD30560
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: WM75200
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM75200%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for WM75200: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: TW16481
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: HE90318
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HE90318%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for HE90318: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: JZ67202
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JZ67202%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for JZ67202: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: XJ00543
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XJ00543%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for XJ00543: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: HG18459
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: RS41050
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: YX10047
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX10047%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for YX10047: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: KD38461
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: HS22192
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: UA91591
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UA91591%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for UA91591: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: VC28315
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VC28315%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for VC28315: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: XC32215
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: VJ93406
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: PE96276
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PE96276%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for PE96276: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: HA39708
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: SG53706
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: CU47897
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: RL61545
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: XC82626
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: SU56229
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: PN01400
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: SS15336
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SS15336%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for SS15336: 0
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: YW98083
2026-03-30 04:01:37 [auto1.it] INFO: Found listing with ID: XA66823
2026-03-30 04:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XA66823%27 HTTP/1.1" 200 None
2026-03-30 04:01:37 [auto1.it] INFO: Scrape type for XA66823: 0
2026-03-30 04:01:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01:38 [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-30 04:01:38 [auto1.it] INFO: Channel: 24h | Page: 33 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: MM82110
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: EG94847
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EG94847%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for EG94847: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: YM64414
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: MD14180
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: KW88913
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: BX20882
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: RJ76809
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RJ76809%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for RJ76809: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: YT99583
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: MS79311
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MS79311%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for MS79311: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: WU32452
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: BL33415
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BL33415%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for BL33415: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: ZJ46829
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZJ46829%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for ZJ46829: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: ZJ21397
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZJ21397%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for ZJ21397: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: JK56818
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JK56818%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for JK56818: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: JD30640
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: MV49803
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MV49803%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for MV49803: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: MZ03960
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MZ03960%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for MZ03960: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: JL83365
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JL83365%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for JL83365: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: UX28393
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UX28393%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for UX28393: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: MU61390
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: HY18936
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY18936%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for HY18936: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: VY08559
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: PV59173
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: YU18545
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YU18545%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for YU18545: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: UR28230
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: XJ39462
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: FN50437
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FN50437%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for FN50437: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: DK87302
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: WD34729
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: HK70439
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK70439%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for HK70439: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: EP08968
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EP08968%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for EP08968: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: EY33952
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EY33952%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for EY33952: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: LB07538
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LB07538%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for LB07538: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: KG02437
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: PY21369
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: BE36594
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BE36594%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for BE36594: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: YH78085
2026-03-30 04:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YH78085%27 HTTP/1.1" 200 None
2026-03-30 04:01:38 [auto1.it] INFO: Scrape type for YH78085: 0
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: VM78443
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: LZ72377
2026-03-30 04:01:38 [auto1.it] INFO: Found listing with ID: MS56995
2026-03-30 04:01:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01: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-30 04:01:40 [auto1.it] INFO: Channel: 24h | Page: 34 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: CS68621
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CS68621%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for CS68621: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: XY41121
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: GX81106
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: HG73673
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: GF63115
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GF63115%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for GF63115: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: HK94664
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HK94664%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for HK94664: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: PA21374
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: NW58325
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NW58325%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for NW58325: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: GT90583
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GT90583%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for GT90583: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: DX18897
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: FC73004
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: ZX72389
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZX72389%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for ZX72389: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: EZ27389
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: LS28867
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: EZ66710
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: DP87516
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: WP21128
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP21128%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for WP21128: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: DV60834
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: PS94410
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PS94410%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for PS94410: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: TG24306
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: TK35909
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TK35909%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for TK35909: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: PC99456
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: CT52714
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CT52714%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for CT52714: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: JU67462
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JU67462%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for JU67462: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: CG84087
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CG84087%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for CG84087: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: VE26782
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: JU78402
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: AE85133
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AE85133%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for AE85133: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: UX29999
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UX29999%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for UX29999: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: PK65337
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK65337%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for PK65337: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: CZ68446
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: UB12324
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UB12324%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for UB12324: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: UU69652
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: MT44233
2026-03-30 04:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT44233%27 HTTP/1.1" 200 None
2026-03-30 04:01:40 [auto1.it] INFO: Scrape type for MT44233: 0
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: WH17825
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: UR14764
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: HR66434
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: GF05972
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: YK06699
2026-03-30 04:01:40 [auto1.it] INFO: Found listing with ID: JR97776
2026-03-30 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-30 04:01: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-30 04:01:41 [auto1.it] INFO: Channel: 24h | Page: 35 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: BE98404
2026-03-30 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BE98404%27 HTTP/1.1" 200 None
2026-03-30 04:01:41 [auto1.it] INFO: Scrape type for BE98404: 0
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: KF31033
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: FF48098
2026-03-30 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FF48098%27 HTTP/1.1" 200 None
2026-03-30 04:01:41 [auto1.it] INFO: Scrape type for FF48098: 0
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: YW01927
2026-03-30 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YW01927%27 HTTP/1.1" 200 None
2026-03-30 04:01:41 [auto1.it] INFO: Scrape type for YW01927: 0
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: FT76605
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: JY35916
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: GD10861
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: JA46265
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: ET57280
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: BM81624
2026-03-30 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BM81624%27 HTTP/1.1" 200 None
2026-03-30 04:01:41 [auto1.it] INFO: Scrape type for BM81624: 0
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: WF71586
2026-03-30 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WF71586%27 HTTP/1.1" 200 None
2026-03-30 04:01:41 [auto1.it] INFO: Scrape type for WF71586: 0
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: DN99534
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: XJ23148
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: YU33914
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: PT53216
2026-03-30 04:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PT53216%27 HTTP/1.1" 200 None
2026-03-30 04:01:41 [auto1.it] INFO: Scrape type for PT53216: 0
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: GC53002
2026-03-30 04:01:41 [auto1.it] INFO: Found listing with ID: GJ43112
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ43112%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for GJ43112: 0
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: AZ52753
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AZ52753%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for AZ52753: 0
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: CT25036
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CT25036%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for CT25036: 0
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: FZ67880
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FZ67880%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for FZ67880: 0
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: VY96828
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: GA58857
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: AN61279
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: GX83807
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GX83807%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for GX83807: 0
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: FL80724
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: ZT64017
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZT64017%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for ZT64017: 0
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: AB97936
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AB97936%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for AB97936: 0
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: YL77107
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YL77107%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for YL77107: 0
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: UW31013
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UW31013%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for UW31013: 0
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: SN78206
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: DD38287
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: AN14799
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: UL06285
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UL06285%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for UL06285: 0
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: HG91847
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: NW69655
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: ER04044
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: BJ95013
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ95013%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for BJ95013: 0
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: AH48855
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AH48855%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for AH48855: 0
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: EX06757
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX06757%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for EX06757: 0
2026-03-30 04:01:42 [auto1.it] INFO: Found listing with ID: WW83170
2026-03-30 04:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WW83170%27 HTTP/1.1" 200 None
2026-03-30 04:01:42 [auto1.it] INFO: Scrape type for WW83170: 0
2026-03-30 04:01:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 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-30 04:01:43 [auto1.it] INFO: Channel: 24h | Page: 36 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: HR62667
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: BJ71456
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BJ71456%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for BJ71456: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: TN35413
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: ZG86392
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: YB89619
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB89619%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for YB89619: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: PH76883
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: MJ42614
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: PZ52639
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PZ52639%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for PZ52639: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: RB12034
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RB12034%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for RB12034: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: PZ93737
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: UA37690
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UA37690%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for UA37690: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: ED77139
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ED77139%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for ED77139: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: FF45161
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FF45161%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for FF45161: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: RM13688
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RM13688%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for RM13688: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: KU06425
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KU06425%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for KU06425: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: GV49335
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: ZL07806
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: XG74352
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: JV69341
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JV69341%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for JV69341: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: AZ64167
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: JR54731
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: EH51725
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: BD88975
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: SK38422
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK38422%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for SK38422: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: YW35893
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: TG42626
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: MP39083
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: WN42286
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: XB00155
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: UZ24825
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: XX37698
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XX37698%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for XX37698: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: PL52224
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PL52224%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for PL52224: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: DU17366
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU17366%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for DU17366: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: YG69242
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG69242%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for YG69242: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: WT33776
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: JH67201
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JH67201%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for JH67201: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: JU08968
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JU08968%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for JU08968: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: RG08940
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RG08940%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for RG08940: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: PM46324
2026-03-30 04:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PM46324%27 HTTP/1.1" 200 None
2026-03-30 04:01:43 [auto1.it] INFO: Scrape type for PM46324: 0
2026-03-30 04:01:43 [auto1.it] INFO: Found listing with ID: KZ30481
2026-03-30 04:01:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01: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-30 04:01:44 [auto1.it] INFO: Channel: 24h | Page: 37 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:44 [auto1.it] INFO: Found listing with ID: RS22306
2026-03-30 04:01:44 [auto1.it] INFO: Found listing with ID: JD45338
2026-03-30 04:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JD45338%27 HTTP/1.1" 200 None
2026-03-30 04:01:44 [auto1.it] INFO: Scrape type for JD45338: 0
2026-03-30 04:01:44 [auto1.it] INFO: Found listing with ID: RU70753
2026-03-30 04:01:44 [auto1.it] INFO: Found listing with ID: NP16593
2026-03-30 04:01:44 [auto1.it] INFO: Found listing with ID: JT23346
2026-03-30 04:01:44 [auto1.it] INFO: Found listing with ID: RB23819
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RB23819%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for RB23819: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: AW98600
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AW98600%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for AW98600: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: ZC00549
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZC00549%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for ZC00549: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: TJ20772
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: KB15233
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KB15233%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for KB15233: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: ML96661
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ML96661%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for ML96661: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: AR12639
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AR12639%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for AR12639: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: JM76846
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: DX27899
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DX27899%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for DX27899: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: UT67830
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: RU27646
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: UE02945
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UE02945%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for UE02945: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: XY73038
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XY73038%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for XY73038: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: WM78801
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: TZ26377
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: RJ37840
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: VM43481
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VM43481%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for VM43481: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: FL08980
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FL08980%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for FL08980: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: EG41470
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: HL58093
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HL58093%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for HL58093: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: TZ47815
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TZ47815%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for TZ47815: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: ST20254
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ST20254%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for ST20254: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: BB73520
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BB73520%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for BB73520: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: XJ82802
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XJ82802%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for XJ82802: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: WK74495
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WK74495%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for WK74495: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: ZM35614
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: VC06734
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: YY46039
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: CV81447
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CV81447%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for CV81447: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: MD08971
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: XN19179
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: YU91907
2026-03-30 04:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YU91907%27 HTTP/1.1" 200 None
2026-03-30 04:01:45 [auto1.it] INFO: Scrape type for YU91907: 0
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: JJ50665
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: KY69981
2026-03-30 04:01:45 [auto1.it] INFO: Found listing with ID: HN39146
2026-03-30 04:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01: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-30 04:01:46 [auto1.it] INFO: Channel: 24h | Page: 38 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: MG67619
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: YA22905
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: YG30728
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG30728%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for YG30728: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: PU63843
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: SW30840
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: LK86303
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LK86303%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for LK86303: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: LX64348
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: CG66796
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CG66796%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for CG66796: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: UK17345
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UK17345%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for UK17345: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: ZP08653
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: WU48456
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WU48456%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for WU48456: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: WW68303
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: LT86375
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: PG53512
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: RK63045
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: SB68054
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB68054%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for SB68054: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: NF38082
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: BE98345
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BE98345%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for BE98345: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: YB60466
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB60466%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for YB60466: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: RA25408
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: AF81201
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AF81201%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for AF81201: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: YB05417
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: PT68883
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: YH73900
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: XC56824
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XC56824%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for XC56824: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: LH69939
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: FA93618
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: LD48805
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: GR86359
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GR86359%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for GR86359: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: BR14904
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: HX42058
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: BN39787
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: LZ05951
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LZ05951%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for LZ05951: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: HC78741
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HC78741%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for HC78741: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: FX50490
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FX50490%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for FX50490: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: DU09881
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DU09881%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for DU09881: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: EF98667
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF98667%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for EF98667: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: SR46685
2026-03-30 04:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SR46685%27 HTTP/1.1" 200 None
2026-03-30 04:01:46 [auto1.it] INFO: Scrape type for SR46685: 0
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: TA87203
2026-03-30 04:01:46 [auto1.it] INFO: Found listing with ID: DW89993
2026-03-30 04:01:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 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-30 04:01:47 [auto1.it] INFO: Channel: 24h | Page: 39 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: TB60435
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: GM11383
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GM11383%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for GM11383: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: ZJ09783
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: GG79286
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: KC12001
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KC12001%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for KC12001: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: NB15044
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NB15044%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for NB15044: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: VG33831
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: SL84548
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: FP61129
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP61129%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for FP61129: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: ZV75074
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: JZ46948
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: DZ84756
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: GU38190
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GU38190%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for GU38190: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: CF35894
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CF35894%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for CF35894: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: DC62247
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: KD87590
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: VY00315
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VY00315%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for VY00315: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: JH32473
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: VG76075
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: HW82018
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: KA98059
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: UB96617
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UB96617%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for UB96617: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: FL87170
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: RF11851
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: HC78855
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: VF62325
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VF62325%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for VF62325: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: NU40150
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: KT00361
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: HA02667
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: ZF04289
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: NC40954
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC40954%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for NC40954: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: UZ24263
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UZ24263%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for UZ24263: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: LY33062
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY33062%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for LY33062: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: WF98355
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: RY75551
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: GT17174
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GT17174%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for GT17174: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: PW10693
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: RV11940
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV11940%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for RV11940: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: RA84354
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA84354%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for RA84354: 0
2026-03-30 04:01:47 [auto1.it] INFO: Found listing with ID: CC08861
2026-03-30 04:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CC08861%27 HTTP/1.1" 200 None
2026-03-30 04:01:47 [auto1.it] INFO: Scrape type for CC08861: 0
2026-03-30 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-30 04:01:48 [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-30 04:01:48 [auto1.it] INFO: Channel: 24h | Page: 40 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: SP14530
2026-03-30 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP14530%27 HTTP/1.1" 200 None
2026-03-30 04:01:48 [auto1.it] INFO: Scrape type for SP14530: 0
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: TH32608
2026-03-30 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TH32608%27 HTTP/1.1" 200 None
2026-03-30 04:01:48 [auto1.it] INFO: Scrape type for TH32608: 0
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: WH70643
2026-03-30 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WH70643%27 HTTP/1.1" 200 None
2026-03-30 04:01:48 [auto1.it] INFO: Scrape type for WH70643: 0
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: ZJ87985
2026-03-30 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZJ87985%27 HTTP/1.1" 200 None
2026-03-30 04:01:48 [auto1.it] INFO: Scrape type for ZJ87985: 0
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: RF43689
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: BV06574
2026-03-30 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV06574%27 HTTP/1.1" 200 None
2026-03-30 04:01:48 [auto1.it] INFO: Scrape type for BV06574: 0
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: US24028
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: AS07739
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: DC13549
2026-03-30 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DC13549%27 HTTP/1.1" 200 None
2026-03-30 04:01:48 [auto1.it] INFO: Scrape type for DC13549: 0
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: DW68997
2026-03-30 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DW68997%27 HTTP/1.1" 200 None
2026-03-30 04:01:48 [auto1.it] INFO: Scrape type for DW68997: 0
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: VB18666
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: YT14284
2026-03-30 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT14284%27 HTTP/1.1" 200 None
2026-03-30 04:01:48 [auto1.it] INFO: Scrape type for YT14284: 0
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: ND31908
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: XJ18858
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: NP40750
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: RS54948
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: UP03227
2026-03-30 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UP03227%27 HTTP/1.1" 200 None
2026-03-30 04:01:48 [auto1.it] INFO: Scrape type for UP03227: 0
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: ZK89803
2026-03-30 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZK89803%27 HTTP/1.1" 200 None
2026-03-30 04:01:48 [auto1.it] INFO: Scrape type for ZK89803: 0
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: MY00561
2026-03-30 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MY00561%27 HTTP/1.1" 200 None
2026-03-30 04:01:48 [auto1.it] INFO: Scrape type for MY00561: 0
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: XJ13084
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: VT42722
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: VD09142
2026-03-30 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VD09142%27 HTTP/1.1" 200 None
2026-03-30 04:01:48 [auto1.it] INFO: Scrape type for VD09142: 0
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: VP48054
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: FU99331
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: DS02463
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: WL66559
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: JW95602
2026-03-30 04:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JW95602%27 HTTP/1.1" 200 None
2026-03-30 04:01:48 [auto1.it] INFO: Scrape type for JW95602: 0
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: ZE21394
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: JF95895
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: KM59258
2026-03-30 04:01:48 [auto1.it] INFO: Found listing with ID: ZU06634
2026-03-30 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZU06634%27 HTTP/1.1" 200 None
2026-03-30 04:01:49 [auto1.it] INFO: Scrape type for ZU06634: 0
2026-03-30 04:01:49 [auto1.it] INFO: Found listing with ID: DT24064
2026-03-30 04:01:49 [auto1.it] INFO: Found listing with ID: RM50913
2026-03-30 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RM50913%27 HTTP/1.1" 200 None
2026-03-30 04:01:49 [auto1.it] INFO: Scrape type for RM50913: 0
2026-03-30 04:01:49 [auto1.it] INFO: Found listing with ID: CY97706
2026-03-30 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CY97706%27 HTTP/1.1" 200 None
2026-03-30 04:01:49 [auto1.it] INFO: Scrape type for CY97706: 0
2026-03-30 04:01:49 [auto1.it] INFO: Found listing with ID: TY61219
2026-03-30 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TY61219%27 HTTP/1.1" 200 None
2026-03-30 04:01:49 [auto1.it] INFO: Scrape type for TY61219: 0
2026-03-30 04:01:49 [auto1.it] INFO: Found listing with ID: VV63992
2026-03-30 04:01:49 [auto1.it] INFO: Found listing with ID: DD55036
2026-03-30 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DD55036%27 HTTP/1.1" 200 None
2026-03-30 04:01:49 [auto1.it] INFO: Scrape type for DD55036: 0
2026-03-30 04:01:49 [auto1.it] INFO: Found listing with ID: PM10461
2026-03-30 04:01:49 [auto1.it] INFO: Found listing with ID: JN19530
2026-03-30 04:01:49 [auto1.it] INFO: Found listing with ID: FS34329
2026-03-30 04:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FS34329%27 HTTP/1.1" 200 None
2026-03-30 04:01:49 [auto1.it] INFO: Scrape type for FS34329: 0
2026-03-30 04:01:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 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-30 04:01:52 [auto1.it] INFO: Channel: 24h | Page: 41 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: PV13410
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PV13410%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for PV13410: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: AV12122
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: ZZ56254
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: UN43339
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: PV39557
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PV39557%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for PV39557: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: ZE71737
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: FP75199
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: HH07211
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HH07211%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for HH07211: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: FY46493
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: GJ95983
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ95983%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for GJ95983: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: NZ40909
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: AF82865
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: LG18660
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: SE98453
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SE98453%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for SE98453: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: TJ64738
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TJ64738%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for TJ64738: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: UB44414
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UB44414%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for UB44414: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: EU82988
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: SM22245
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM22245%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for SM22245: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: LD41720
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD41720%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for LD41720: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: DL42775
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: DP88225
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP88225%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for DP88225: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: JJ49663
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JJ49663%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for JJ49663: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: GV75261
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: LZ50355
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LZ50355%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for LZ50355: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: TA75240
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: DB04877
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DB04877%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for DB04877: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: XV39349
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: CN31542
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: BV97691
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BV97691%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for BV97691: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: UA89499
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: HZ93936
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HZ93936%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for HZ93936: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: LV04843
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LV04843%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for LV04843: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: WA74830
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: FS29770
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: KD78044
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KD78044%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for KD78044: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: LG36476
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LG36476%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for LG36476: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: BY06123
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BY06123%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for BY06123: 0
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: TD31675
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: DV58522
2026-03-30 04:01:52 [auto1.it] INFO: Found listing with ID: TV19217
2026-03-30 04:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TV19217%27 HTTP/1.1" 200 None
2026-03-30 04:01:52 [auto1.it] INFO: Scrape type for TV19217: 0
2026-03-30 04:01:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01:53 [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-30 04:01:53 [auto1.it] INFO: Channel: 24h | Page: 42 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: UB21320
2026-03-30 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UB21320%27 HTTP/1.1" 200 None
2026-03-30 04:01:53 [auto1.it] INFO: Scrape type for UB21320: 0
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: HD69394
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: PM68240
2026-03-30 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PM68240%27 HTTP/1.1" 200 None
2026-03-30 04:01:53 [auto1.it] INFO: Scrape type for PM68240: 0
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: CH03473
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: TE47770
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: BZ06099
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: SS52204
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: PT89621
2026-03-30 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PT89621%27 HTTP/1.1" 200 None
2026-03-30 04:01:53 [auto1.it] INFO: Scrape type for PT89621: 0
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: HX75119
2026-03-30 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HX75119%27 HTTP/1.1" 200 None
2026-03-30 04:01:53 [auto1.it] INFO: Scrape type for HX75119: 0
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: ZL28386
2026-03-30 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZL28386%27 HTTP/1.1" 200 None
2026-03-30 04:01:53 [auto1.it] INFO: Scrape type for ZL28386: 0
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: KR37794
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: HY34989
2026-03-30 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HY34989%27 HTTP/1.1" 200 None
2026-03-30 04:01:53 [auto1.it] INFO: Scrape type for HY34989: 0
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: XV25356
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: FP20263
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: RL97939
2026-03-30 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RL97939%27 HTTP/1.1" 200 None
2026-03-30 04:01:53 [auto1.it] INFO: Scrape type for RL97939: 0
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: JY70774
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: UY39151
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: UP17064
2026-03-30 04:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UP17064%27 HTTP/1.1" 200 None
2026-03-30 04:01:53 [auto1.it] INFO: Scrape type for UP17064: 0
2026-03-30 04:01:53 [auto1.it] INFO: Found listing with ID: TT52453
2026-03-30 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TT52453%27 HTTP/1.1" 200 None
2026-03-30 04:01:54 [auto1.it] INFO: Scrape type for TT52453: 0
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: UR73173
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: DL97052
2026-03-30 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DL97052%27 HTTP/1.1" 200 None
2026-03-30 04:01:54 [auto1.it] INFO: Scrape type for DL97052: 0
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: SM29752
2026-03-30 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM29752%27 HTTP/1.1" 200 None
2026-03-30 04:01:54 [auto1.it] INFO: Scrape type for SM29752: 0
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: WW47132
2026-03-30 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WW47132%27 HTTP/1.1" 200 None
2026-03-30 04:01:54 [auto1.it] INFO: Scrape type for WW47132: 0
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: PJ46449
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: DX25254
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: DX82404
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: PK74621
2026-03-30 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PK74621%27 HTTP/1.1" 200 None
2026-03-30 04:01:54 [auto1.it] INFO: Scrape type for PK74621: 0
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: MJ86480
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: AR18622
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: MZ58050
2026-03-30 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MZ58050%27 HTTP/1.1" 200 None
2026-03-30 04:01:54 [auto1.it] INFO: Scrape type for MZ58050: 0
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: RB26067
2026-03-30 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RB26067%27 HTTP/1.1" 200 None
2026-03-30 04:01:54 [auto1.it] INFO: Scrape type for RB26067: 0
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: XZ72452
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: TR59701
2026-03-30 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TR59701%27 HTTP/1.1" 200 None
2026-03-30 04:01:54 [auto1.it] INFO: Scrape type for TR59701: 0
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: NV87278
2026-03-30 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV87278%27 HTTP/1.1" 200 None
2026-03-30 04:01:54 [auto1.it] INFO: Scrape type for NV87278: 0
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: SJ09087
2026-03-30 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SJ09087%27 HTTP/1.1" 200 None
2026-03-30 04:01:54 [auto1.it] INFO: Scrape type for SJ09087: 0
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: SX19566
2026-03-30 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SX19566%27 HTTP/1.1" 200 None
2026-03-30 04:01:54 [auto1.it] INFO: Scrape type for SX19566: 0
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: HY91699
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: YT66548
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: FD12268
2026-03-30 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FD12268%27 HTTP/1.1" 200 None
2026-03-30 04:01:54 [auto1.it] INFO: Scrape type for FD12268: 0
2026-03-30 04:01:54 [auto1.it] INFO: Found listing with ID: ZR48768
2026-03-30 04:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZR48768%27 HTTP/1.1" 200 None
2026-03-30 04:01:54 [auto1.it] INFO: Scrape type for ZR48768: 0
2026-03-30 04:01:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01:55 [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-30 04:01:55 [auto1.it] INFO: Channel: 24h | Page: 43 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: CB66149
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CB66149%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for CB66149: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: RE68635
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE68635%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for RE68635: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: UM17769
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: HW61207
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: GA57810
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GA57810%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for GA57810: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: VD70212
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VD70212%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for VD70212: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: JK09197
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: CA31078
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: UN97193
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UN97193%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for UN97193: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: JS13846
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: JT98079
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JT98079%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for JT98079: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: ZN14128
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: HS75428
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HS75428%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for HS75428: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: GA45330
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: LR95961
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LR95961%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for LR95961: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: UU49973
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: EB11724
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: WY28975
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WY28975%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for WY28975: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: XP84134
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: RV64880
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: XH17321
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: ES64600
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: TG93645
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TG93645%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for TG93645: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: XY26314
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XY26314%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for XY26314: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: XJ87572
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XJ87572%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for XJ87572: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: DV39460
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV39460%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for DV39460: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: CP04601
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP04601%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for CP04601: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: KV97590
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: PR97766
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PR97766%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for PR97766: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: NT74531
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NT74531%27 HTTP/1.1" 200 None
2026-03-30 04:01:55 [auto1.it] INFO: Scrape type for NT74531: 0
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: BF34891
2026-03-30 04:01:55 [auto1.it] INFO: Found listing with ID: CA25129
2026-03-30 04:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA25129%27 HTTP/1.1" 200 None
2026-03-30 04:01:56 [auto1.it] INFO: Scrape type for CA25129: 0
2026-03-30 04:01:56 [auto1.it] INFO: Found listing with ID: DV62458
2026-03-30 04:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DV62458%27 HTTP/1.1" 200 None
2026-03-30 04:01:56 [auto1.it] INFO: Scrape type for DV62458: 0
2026-03-30 04:01:56 [auto1.it] INFO: Found listing with ID: JF27717
2026-03-30 04:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JF27717%27 HTTP/1.1" 200 None
2026-03-30 04:01:56 [auto1.it] INFO: Scrape type for JF27717: 0
2026-03-30 04:01:56 [auto1.it] INFO: Found listing with ID: NP04036
2026-03-30 04:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NP04036%27 HTTP/1.1" 200 None
2026-03-30 04:01:56 [auto1.it] INFO: Scrape type for NP04036: 0
2026-03-30 04:01:56 [auto1.it] INFO: Found listing with ID: RX07844
2026-03-30 04:01:56 [auto1.it] INFO: Found listing with ID: LF46608
2026-03-30 04:01:56 [auto1.it] INFO: Found listing with ID: TS59592
2026-03-30 04:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TS59592%27 HTTP/1.1" 200 None
2026-03-30 04:01:56 [auto1.it] INFO: Scrape type for TS59592: 0
2026-03-30 04:01:56 [auto1.it] INFO: Found listing with ID: KT26389
2026-03-30 04:01:56 [auto1.it] INFO: Found listing with ID: FF22275
2026-03-30 04:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FF22275%27 HTTP/1.1" 200 None
2026-03-30 04:01:56 [auto1.it] INFO: Scrape type for FF22275: 0
2026-03-30 04:01:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01:57 [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-30 04:01:57 [auto1.it] INFO: Channel: 24h | Page: 44 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: RZ99853
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RZ99853%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for RZ99853: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: NB02604
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: RU45122
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RU45122%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for RU45122: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: GY05881
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GY05881%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for GY05881: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: TT28559
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: MY33245
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: BG42211
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: BK04078
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: AY46194
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: MW84295
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MW84295%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for MW84295: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: YY01932
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YY01932%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for YY01932: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: ED17590
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ED17590%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for ED17590: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: GT34435
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GT34435%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for GT34435: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: SC91639
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: VA29565
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: BG55667
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: PD51522
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: CH35422
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CH35422%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for CH35422: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: FK45797
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: RA11036
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RA11036%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for RA11036: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: AC52318
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: DS09153
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: TF37027
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: DW71358
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DW71358%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for DW71358: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: CA07197
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA07197%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for CA07197: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: AA46193
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AA46193%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for AA46193: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: XY19791
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: FB26923
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FB26923%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for FB26923: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: KA77498
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KA77498%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for KA77498: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: PP30320
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: GW20586
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GW20586%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for GW20586: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: DV74338
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: WB02542
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: PK39445
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: XX93100
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XX93100%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for XX93100: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: AM26734
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AM26734%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for AM26734: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: SX21241
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SX21241%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for SX21241: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: NC70942
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NC70942%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for NC70942: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: HM03162
2026-03-30 04:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HM03162%27 HTTP/1.1" 200 None
2026-03-30 04:01:57 [auto1.it] INFO: Scrape type for HM03162: 0
2026-03-30 04:01:57 [auto1.it] INFO: Found listing with ID: AD83412
2026-03-30 04:01:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:01:58 [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-30 04:01:58 [auto1.it] INFO: Channel: 24h | Page: 45 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: SK74491
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: HL13838
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: LY98983
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LY98983%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for LY98983: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: TZ05140
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: EA08863
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EA08863%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for EA08863: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: SP76043
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP76043%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for SP76043: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: TP07930
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TP07930%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for TP07930: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: NJ20872
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NJ20872%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for NJ20872: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: VF45343
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VF45343%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for VF45343: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: UH24894
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UH24894%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for UH24894: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: CA11723
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CA11723%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for CA11723: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: SB88786
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: UC27147
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UC27147%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for UC27147: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: BA15195
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: FW75637
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FW75637%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for FW75637: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: NT25208
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NT25208%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for NT25208: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: XK39914
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: FM41301
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FM41301%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for FM41301: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: KN82468
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: PT72554
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: SK80279
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: TP30919
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: XT40512
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XT40512%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for XT40512: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: BE00528
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BE00528%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for BE00528: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: EE91281
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: DP98700
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DP98700%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for DP98700: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: TX96321
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TX96321%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for TX96321: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: RP23530
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RP23530%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for RP23530: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: JC41210
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JC41210%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for JC41210: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: KW78911
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: XX72461
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XX72461%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for XX72461: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: AJ45475
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: RB61179
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RB61179%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for RB61179: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: RA46767
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: NK94790
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NK94790%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for NK94790: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: GE08005
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GE08005%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for GE08005: 0
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: GM28799
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: NP81459
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: KD77242
2026-03-30 04:01:58 [auto1.it] INFO: Found listing with ID: BH96807
2026-03-30 04:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BH96807%27 HTTP/1.1" 200 None
2026-03-30 04:01:58 [auto1.it] INFO: Scrape type for BH96807: 0
2026-03-30 04:01:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 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-30 04:01:59 [auto1.it] INFO: Channel: 24h | Page: 46 | totalHits: 2514 | hits on page: 40
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: DZ90619
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: BT34353
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: GR65234
2026-03-30 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GR65234%27 HTTP/1.1" 200 None
2026-03-30 04:01:59 [auto1.it] INFO: Scrape type for GR65234: 0
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: EV67651
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: RT31033
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: ZX88730
2026-03-30 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZX88730%27 HTTP/1.1" 200 None
2026-03-30 04:01:59 [auto1.it] INFO: Scrape type for ZX88730: 0
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: DA14696
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: GY24745
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: BT51990
2026-03-30 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BT51990%27 HTTP/1.1" 200 None
2026-03-30 04:01:59 [auto1.it] INFO: Scrape type for BT51990: 0
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: BX71767
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: KR27714
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: NY71286
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: LN65398
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: HR92713
2026-03-30 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HR92713%27 HTTP/1.1" 200 None
2026-03-30 04:01:59 [auto1.it] INFO: Scrape type for HR92713: 0
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: ZF40554
2026-03-30 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZF40554%27 HTTP/1.1" 200 None
2026-03-30 04:01:59 [auto1.it] INFO: Scrape type for ZF40554: 0
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: MK90568
2026-03-30 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK90568%27 HTTP/1.1" 200 None
2026-03-30 04:01:59 [auto1.it] INFO: Scrape type for MK90568: 0
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: SX13991
2026-03-30 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SX13991%27 HTTP/1.1" 200 None
2026-03-30 04:01:59 [auto1.it] INFO: Scrape type for SX13991: 0
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: FU47372
2026-03-30 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FU47372%27 HTTP/1.1" 200 None
2026-03-30 04:01:59 [auto1.it] INFO: Scrape type for FU47372: 0
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: FG90237
2026-03-30 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FG90237%27 HTTP/1.1" 200 None
2026-03-30 04:01:59 [auto1.it] INFO: Scrape type for FG90237: 0
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: FF25963
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: NT36373
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: MK89859
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: EU08042
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: RT93241
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: VS63057
2026-03-30 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VS63057%27 HTTP/1.1" 200 None
2026-03-30 04:01:59 [auto1.it] INFO: Scrape type for VS63057: 0
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: TT73216
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: DM50235
2026-03-30 04:01:59 [auto1.it] INFO: Found listing with ID: XY06195
2026-03-30 04:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XY06195%27 HTTP/1.1" 200 None
2026-03-30 04:02:00 [auto1.it] INFO: Scrape type for XY06195: 0
2026-03-30 04:02:00 [auto1.it] INFO: Found listing with ID: KB99828
2026-03-30 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KB99828%27 HTTP/1.1" 200 None
2026-03-30 04:02:00 [auto1.it] INFO: Scrape type for KB99828: 0
2026-03-30 04:02:00 [auto1.it] INFO: Found listing with ID: AP47784
2026-03-30 04:02:00 [auto1.it] INFO: Found listing with ID: ER28485
2026-03-30 04:02:00 [auto1.it] INFO: Found listing with ID: WL39771
2026-03-30 04:02:00 [auto1.it] INFO: Found listing with ID: WY52867
2026-03-30 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WY52867%27 HTTP/1.1" 200 None
2026-03-30 04:02:00 [auto1.it] INFO: Scrape type for WY52867: 0
2026-03-30 04:02:00 [auto1.it] INFO: Found listing with ID: RE49156
2026-03-30 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE49156%27 HTTP/1.1" 200 None
2026-03-30 04:02:00 [auto1.it] INFO: Scrape type for RE49156: 0
2026-03-30 04:02:00 [auto1.it] INFO: Found listing with ID: GB11317
2026-03-30 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GB11317%27 HTTP/1.1" 200 None
2026-03-30 04:02:00 [auto1.it] INFO: Scrape type for GB11317: 0
2026-03-30 04:02:00 [auto1.it] INFO: Found listing with ID: SS74594
2026-03-30 04:02:00 [auto1.it] INFO: Found listing with ID: YR57836
2026-03-30 04:02:00 [auto1.it] INFO: Found listing with ID: ZY29551
2026-03-30 04:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZY29551%27 HTTP/1.1" 200 None
2026-03-30 04:02:00 [auto1.it] INFO: Scrape type for ZY29551: 0
2026-03-30 04:02:00 [auto1.it] INFO: Found listing with ID: VB10041
2026-03-30 04:02:00 [auto1.it] INFO: Found listing with ID: VS88689
2026-03-30 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-30 04:02: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-30 04:02:01 [auto1.it] INFO: Channel: 24h | Page: 47 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: MH63316
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: KE74592
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KE74592%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for KE74592: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: NE32372
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NE32372%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for NE32372: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: WG36727
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WG36727%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for WG36727: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: AA65111
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AA65111%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for AA65111: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: FG22478
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: FD53627
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: UE69721
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: RZ31848
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RZ31848%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for RZ31848: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: XH35372
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: NY14439
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: YG79824
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YG79824%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for YG79824: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: FA25945
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: TP79080
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TP79080%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for TP79080: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: JC61958
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JC61958%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for JC61958: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: VV53069
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VV53069%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for VV53069: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: ZW88781
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: EX36920
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EX36920%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for EX36920: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: RC55633
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: ZL56801
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: DD75867
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DD75867%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for DD75867: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: FN89798
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: ZU32516
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: YY37168
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: MK47318
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MK47318%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for MK47318: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: PW61851
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: DF71809
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DF71809%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for DF71809: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: PN84990
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: JT10117
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JT10117%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for JT10117: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: EV28185
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: UH10100
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UH10100%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for UH10100: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: MG40784
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MG40784%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for MG40784: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: YX40722
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YX40722%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for YX40722: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: HW99269
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: XV92434
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XV92434%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for XV92434: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: KW23650
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KW23650%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for KW23650: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: RE73183
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RE73183%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for RE73183: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: EU31713
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EU31713%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for EU31713: 0
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: EK96047
2026-03-30 04:02:01 [auto1.it] INFO: Found listing with ID: SN24706
2026-03-30 04:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SN24706%27 HTTP/1.1" 200 None
2026-03-30 04:02:01 [auto1.it] INFO: Scrape type for SN24706: 0
2026-03-30 04:02:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02: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-30 04:02:02 [auto1.it] INFO: Channel: 24h | Page: 48 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: CT94493
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: HW38972
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: XW45727
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: NV14531
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NV14531%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for NV14531: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: EA99644
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: WJ96008
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: KM03539
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM03539%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for KM03539: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: SD99760
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SD99760%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for SD99760: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: NH43496
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: LR80545
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: ST06974
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: YA38395
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: UV23225
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UV23225%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for UV23225: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: AF86061
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: HA74709
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HA74709%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for HA74709: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: HH71659
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: JD36680
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: XW11581
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: SM56678
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SM56678%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for SM56678: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: FV08764
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: ZP43872
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZP43872%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for ZP43872: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: NT87512
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NT87512%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for NT87512: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: HK76451
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: BR85251
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: MJ56549
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: JZ41811
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JZ41811%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for JZ41811: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: GT53480
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: RF78298
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: FE23339
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FE23339%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for FE23339: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: CN60691
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: ZA31579
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZA31579%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for ZA31579: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: CM50151
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CM50151%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for CM50151: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: VG20766
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VG20766%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for VG20766: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: ZJ39070
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZJ39070%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for ZJ39070: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: AZ05187
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: NF08896
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: CD59495
2026-03-30 04:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CD59495%27 HTTP/1.1" 200 None
2026-03-30 04:02:02 [auto1.it] INFO: Scrape type for CD59495: 0
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: VY80184
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: PX04626
2026-03-30 04:02:02 [auto1.it] INFO: Found listing with ID: TH88339
2026-03-30 04:02:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02: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-30 04:02:03 [auto1.it] INFO: Channel: 24h | Page: 49 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:03 [auto1.it] INFO: Found listing with ID: ER97620
2026-03-30 04:02:03 [auto1.it] INFO: Found listing with ID: YW53472
2026-03-30 04:02:03 [auto1.it] INFO: Found listing with ID: HS43445
2026-03-30 04:02:03 [auto1.it] INFO: Found listing with ID: PH25620
2026-03-30 04:02:03 [auto1.it] INFO: Found listing with ID: DL31507
2026-03-30 04:02:03 [auto1.it] INFO: Found listing with ID: AD96495
2026-03-30 04:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AD96495%27 HTTP/1.1" 200 None
2026-03-30 04:02:03 [auto1.it] INFO: Scrape type for AD96495: 0
2026-03-30 04:02:03 [auto1.it] INFO: Found listing with ID: YP66201
2026-03-30 04:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YP66201%27 HTTP/1.1" 200 None
2026-03-30 04:02:04 [auto1.it] INFO: Scrape type for YP66201: 0
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: LN67507
2026-03-30 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LN67507%27 HTTP/1.1" 200 None
2026-03-30 04:02:04 [auto1.it] INFO: Scrape type for LN67507: 0
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: GZ47839
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: AR03634
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: TL02319
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: XE78357
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: BW07837
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: MX32120
2026-03-30 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MX32120%27 HTTP/1.1" 200 None
2026-03-30 04:02:04 [auto1.it] INFO: Scrape type for MX32120: 0
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: XZ55537
2026-03-30 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XZ55537%27 HTTP/1.1" 200 None
2026-03-30 04:02:04 [auto1.it] INFO: Scrape type for XZ55537: 0
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: WS94048
2026-03-30 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WS94048%27 HTTP/1.1" 200 None
2026-03-30 04:02:04 [auto1.it] INFO: Scrape type for WS94048: 2
2026-03-30 04:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5ab4c3f-cf61-57b3-95cd-3b3a2ac5f555 with identifier: WS94048
2026-03-30 04:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5ab4c3f-cf61-57b3-95cd-3b3a2ac5f555 with scrape type 2
2026-03-30 04:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5ab4c3f-cf61-57b3-95cd-3b3a2ac5f555 with scrape type 2
2026-03-30 04:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a5ab4c3f-cf61-57b3-95cd-3b3a2ac5f555, identifier: WS94048
2026-03-30 04:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a5ab4c3f-cf61-57b3-95cd-3b3a2ac5f555 with identifier: WS94048
2026-03-30 04:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a5ab4c3f-cf61-57b3-95cd-3b3a2ac5f555 with identifier: WS94048
2026-03-30 04:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a5ab4c3f-cf61-57b3-95cd-3b3a2ac5f555 with identifier: WS94048 to the API
2026-03-30 04:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 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-30 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': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:04:46Z',
'fuel_type': 'gas',
'id': 'a5ab4c3f-cf61-57b3-95cd-3b3a2ac5f555',
'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/WS94048',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 85425,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-14',
'seller_name': None,
'title': 'Fiat Panda 0.9 Easy',
'transmission': 'manual',
'trim': 'Easy',
'year': 2020}
2026-03-30 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WS94048%27 HTTP/1.1" 200 None
2026-03-30 04:02:04 [auto1.it] INFO: Saving data for WS94048: {'auction_closing_time': 1774883086.0, 'created_time': 1774731836.234078, 'last_price_update_time': 1774843324.793212}
2026-03-30 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WS94048') HTTP/1.1" 204 0
2026-03-30 04:02:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: FE63733
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: AK49270
2026-03-30 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AK49270%27 HTTP/1.1" 200 None
2026-03-30 04:02:04 [auto1.it] INFO: Scrape type for AK49270: 0
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: TP02469
2026-03-30 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TP02469%27 HTTP/1.1" 200 None
2026-03-30 04:02:04 [auto1.it] INFO: Scrape type for TP02469: 0
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: UC14598
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: RV10689
2026-03-30 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RV10689%27 HTTP/1.1" 200 None
2026-03-30 04:02:04 [auto1.it] INFO: Scrape type for RV10689: 0
2026-03-30 04:02:04 [auto1.it] INFO: Found listing with ID: YV66151
2026-03-30 04:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YV66151%27 HTTP/1.1" 200 None
2026-03-30 04:02:05 [auto1.it] INFO: Scrape type for YV66151: 0
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: NT18683
2026-03-30 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NT18683%27 HTTP/1.1" 200 None
2026-03-30 04:02:05 [auto1.it] INFO: Scrape type for NT18683: 0
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: VH18457
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: PM85940
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: UK60459
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: XJ25634
2026-03-30 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XJ25634%27 HTTP/1.1" 200 None
2026-03-30 04:02:05 [auto1.it] INFO: Scrape type for XJ25634: 0
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: TS00967
2026-03-30 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TS00967%27 HTTP/1.1" 200 None
2026-03-30 04:02:05 [auto1.it] INFO: Scrape type for TS00967: 0
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: CZ11807
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: HY82012
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: MY80647
2026-03-30 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MY80647%27 HTTP/1.1" 200 None
2026-03-30 04:02:05 [auto1.it] INFO: Scrape type for MY80647: 0
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: BC50392
2026-03-30 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27BC50392%27 HTTP/1.1" 200 None
2026-03-30 04:02:05 [auto1.it] INFO: Scrape type for BC50392: 0
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: YD02421
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: RK76685
2026-03-30 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK76685%27 HTTP/1.1" 200 None
2026-03-30 04:02:05 [auto1.it] INFO: Scrape type for RK76685: 0
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: HJ04810
2026-03-30 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HJ04810%27 HTTP/1.1" 200 None
2026-03-30 04:02:05 [auto1.it] INFO: Scrape type for HJ04810: 0
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: MR30902
2026-03-30 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MR30902%27 HTTP/1.1" 200 None
2026-03-30 04:02:05 [auto1.it] INFO: Scrape type for MR30902: 0
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: JZ43112
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: EF18991
2026-03-30 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EF18991%27 HTTP/1.1" 200 None
2026-03-30 04:02:05 [auto1.it] INFO: Scrape type for EF18991: 0
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: PZ93263
2026-03-30 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PZ93263%27 HTTP/1.1" 200 None
2026-03-30 04:02:05 [auto1.it] INFO: Scrape type for PZ93263: 0
2026-03-30 04:02:05 [auto1.it] INFO: Found listing with ID: YD31077
2026-03-30 04:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YD31077%27 HTTP/1.1" 200 None
2026-03-30 04:02:05 [auto1.it] INFO: Scrape type for YD31077: 0
2026-03-30 04:02:05 [scrapy.extensions.logstats] INFO: Crawled 53 pages (at 33 pages/min), scraped 70 items (at 23 items/min)
2026-03-30 04:02:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 160MiB
2026-03-30 04:02:05 [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-30 04:02:06 [auto1.it] INFO: Channel: 24h | Page: 50 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: WK47884
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: GR46256
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: KR62960
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KR62960%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for KR62960: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: BP72871
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: MN05358
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: NX49735
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NX49735%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for NX49735: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: RM50163
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RM50163%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for RM50163: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: TH60548
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: JM95977
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27JM95977%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for JM95977: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: SC57434
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: WM09394
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WM09394%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for WM09394: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: NH87827
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NH87827%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for NH87827: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: EP52133
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: PY38952
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: GZ68257
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: CG38373
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: KN28324
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: SV68471
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SV68471%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for SV68471: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: BH87833
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: NE29040
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: RK99012
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: NC22560
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: FC56913
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FC56913%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for FC56913: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: VB76236
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: TJ16144
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TJ16144%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for TJ16144: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: MP38802
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: KV55907
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KV55907%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for KV55907: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: BZ51177
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: WP46074
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WP46074%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for WP46074: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: CY56164
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: TB63135
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: ZK39903
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: KZ13497
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KZ13497%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for KZ13497: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: YX84472
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: AT73331
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AT73331%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for AT73331: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: NW39959
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NW39959%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for NW39959: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: YK98276
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: CJ64567
2026-03-30 04:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CJ64567%27 HTTP/1.1" 200 None
2026-03-30 04:02:06 [auto1.it] INFO: Scrape type for CJ64567: 0
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: FK78904
2026-03-30 04:02:06 [auto1.it] INFO: Found listing with ID: JC35817
2026-03-30 04:02:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02: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-30 04:02:07 [auto1.it] INFO: Channel: 24h | Page: 51 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: MC76570
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: ZC44432
2026-03-30 04:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:07 [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-30 04:02:07 [auto1.it] INFO: Scrape type for ZC44432: 0
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: BB49648
2026-03-30 04:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:07 [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-30 04:02:07 [auto1.it] INFO: Scrape type for BB49648: 0
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: NC13614
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: GJ99640
2026-03-30 04:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:07 [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-30 04:02:07 [auto1.it] INFO: Scrape type for GJ99640: 0
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: TT70902
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: ZG26295
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: CT59426
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: GK49763
2026-03-30 04:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:07 [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-30 04:02:07 [auto1.it] INFO: Scrape type for GK49763: 0
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: EN63218
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: NM61203
2026-03-30 04:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:07 [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-30 04:02:07 [auto1.it] INFO: Scrape type for NM61203: 0
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: PV47203
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: YE33932
2026-03-30 04:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:07 [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-30 04:02:07 [auto1.it] INFO: Scrape type for YE33932: 2
2026-03-30 04:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a37ade7d-de0b-5362-9044-6f594495eded with identifier: YE33932
2026-03-30 04:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a37ade7d-de0b-5362-9044-6f594495eded with scrape type 2
2026-03-30 04:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a37ade7d-de0b-5362-9044-6f594495eded with scrape type 2
2026-03-30 04:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a37ade7d-de0b-5362-9044-6f594495eded, identifier: YE33932
2026-03-30 04:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a37ade7d-de0b-5362-9044-6f594495eded with identifier: YE33932
2026-03-30 04:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a37ade7d-de0b-5362-9044-6f594495eded with identifier: YE33932
2026-03-30 04:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a37ade7d-de0b-5362-9044-6f594495eded with identifier: YE33932 to the API
2026-03-30 04:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:02: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-30 04:02: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': 75,
'expiration_date': '2026-03-30T15:50:36Z',
'fuel_type': 'diesel',
'id': 'a37ade7d-de0b-5362-9044-6f594495eded',
'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/YE33932',
'listing': 'auction',
'make': 'Fiat',
'model': 'Grande Punto',
'odometer': 173730,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-31',
'seller_name': None,
'title': 'Fiat Grande Punto 1.3 JTD Multijet Active',
'transmission': 'manual',
'trim': 'Multijet Active',
'year': 2011}
2026-03-30 04:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:07 [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-30 04:02:07 [auto1.it] INFO: Saving data for YE33932: {'auction_closing_time': 1774885836.0, 'created_time': 1774731848.578679, 'last_price_update_time': 1774843327.800382}
2026-03-30 04:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YE33932') HTTP/1.1" 204 0
2026-03-30 04:02:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: JR36012
2026-03-30 04:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:07 [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-30 04:02:07 [auto1.it] INFO: Scrape type for JR36012: 0
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: RS27725
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: XP44684
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: ML45383
2026-03-30 04:02:07 [auto1.it] INFO: Found listing with ID: LJ23422
2026-03-30 04:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:07 [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-30 04:02:07 [auto1.it] INFO: Scrape type for LJ23422: 2
2026-03-30 04:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 844ec723-7214-569c-a58a-ec83ed72cff2 with identifier: LJ23422
2026-03-30 04:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 844ec723-7214-569c-a58a-ec83ed72cff2 with scrape type 2
2026-03-30 04:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 844ec723-7214-569c-a58a-ec83ed72cff2 with scrape type 2
2026-03-30 04:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 844ec723-7214-569c-a58a-ec83ed72cff2, identifier: LJ23422
2026-03-30 04:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 844ec723-7214-569c-a58a-ec83ed72cff2 with identifier: LJ23422
2026-03-30 04:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 844ec723-7214-569c-a58a-ec83ed72cff2 with identifier: LJ23422
2026-03-30 04:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 844ec723-7214-569c-a58a-ec83ed72cff2 with identifier: LJ23422 to the API
2026-03-30 04:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:02: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-30 04:02: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': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 116,
'expiration_date': '2026-03-30T15:13:37Z',
'fuel_type': 'diesel',
'id': '844ec723-7214-569c-a58a-ec83ed72cff2',
'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/LJ23422',
'listing': 'auction',
'make': 'Mazda',
'model': 'CX-3',
'odometer': 78511,
'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': 'Mazda CX-3 1.8 Skyactiv-D Exceed',
'transmission': 'manual',
'trim': 'Exceed',
'year': 2019}
2026-03-30 04:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:08 [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-30 04:02:08 [auto1.it] INFO: Saving data for LJ23422: {'auction_closing_time': 1774883617.0, 'created_time': 1774731850.596502, 'last_price_update_time': 1774843328.881297}
2026-03-30 04:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LJ23422') HTTP/1.1" 204 0
2026-03-30 04:02:08 [auto1.it] INFO: Found listing with ID: YM04373
2026-03-30 04:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:08 [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-30 04:02:08 [auto1.it] INFO: Scrape type for YM04373: 2
2026-03-30 04:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a66f2cfe-a816-58d9-a811-4a98c766d263 with identifier: YM04373
2026-03-30 04:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a66f2cfe-a816-58d9-a811-4a98c766d263 with scrape type 2
2026-03-30 04:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a66f2cfe-a816-58d9-a811-4a98c766d263 with scrape type 2
2026-03-30 04:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a66f2cfe-a816-58d9-a811-4a98c766d263, identifier: YM04373
2026-03-30 04:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a66f2cfe-a816-58d9-a811-4a98c766d263 with identifier: YM04373
2026-03-30 04:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a66f2cfe-a816-58d9-a811-4a98c766d263 with identifier: YM04373
2026-03-30 04:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a66f2cfe-a816-58d9-a811-4a98c766d263 with identifier: YM04373 to the API
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-30 04:02: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-30 04:02: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': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 77,
'expiration_date': '2026-03-30T15:56:28Z',
'fuel_type': 'petrol',
'id': 'a66f2cfe-a816-58d9-a811-4a98c766d263',
'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/YM04373',
'listing': 'auction',
'make': 'Fiat',
'model': 'Punto',
'odometer': 180657,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-10',
'seller_name': None,
'title': 'Fiat Punto 1.4 Lounge',
'transmission': 'manual',
'trim': 'Lounge',
'year': 2016}
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Saving data for YM04373: {'auction_closing_time': 1774886188.0, 'created_time': 1774731848.947837, 'last_price_update_time': 1774843329.382945}
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YM04373') HTTP/1.1" 204 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: MZ65778
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for MZ65778: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: TD58457
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for TD58457: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: SB59466
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for SB59466: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: BV17272
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for BV17272: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: FE93281
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for FE93281: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: EG33732
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for EG33732: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: TR09676
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for TR09676: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: SX65477
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: DA98342
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for DA98342: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: HB00898
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for HB00898: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: NF72135
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: XS00387
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: KA49527
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for KA49527: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: AR49211
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for AR49211: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: MD59623
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: RN27083
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: EZ67132
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for EZ67132: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: RG18197
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for RG18197: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: AW19697
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: UJ83864
2026-03-30 04:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:09 [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-30 04:02:09 [auto1.it] INFO: Scrape type for UJ83864: 0
2026-03-30 04:02:09 [auto1.it] INFO: Found listing with ID: XM71615
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Channel: 24h | Page: 52 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: AG42346
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for AG42346: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: RR79025
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for RR79025: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: AS99130
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for AS99130: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: RH79013
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for RH79013: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: JL18468
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for JL18468: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: FP31020
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: AV18402
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for AV18402: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: ZF99216
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: WF32010
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for WF32010: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: XH74376
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for XH74376: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: EC03156
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for EC03156: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: PD98498
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: HJ07688
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: FF80511
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for FF80511: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: UB92069
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for UB92069: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: GU46238
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: GS36896
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: DK49031
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: MN68562
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for MN68562: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: RR38006
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for RR38006: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: UW74676
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: JZ66909
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for JZ66909: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: EW77307
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for EW77307: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: HJ48011
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: PJ71432
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for PJ71432: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: HJ37635
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for HJ37635: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: UM30654
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for UM30654: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: HY25299
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for HY25299: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: RG33241
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:10 [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-30 04:02:10 [auto1.it] INFO: Scrape type for RG33241: 0
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: ZT77518
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: KS29368
2026-03-30 04:02:10 [auto1.it] INFO: Found listing with ID: XS70804
2026-03-30 04:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XS70804%27 HTTP/1.1" 200 None
2026-03-30 04:02:11 [auto1.it] INFO: Scrape type for XS70804: 0
2026-03-30 04:02:11 [auto1.it] INFO: Found listing with ID: EL95895
2026-03-30 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EL95895%27 HTTP/1.1" 200 None
2026-03-30 04:02:11 [auto1.it] INFO: Scrape type for EL95895: 0
2026-03-30 04:02:11 [auto1.it] INFO: Found listing with ID: XP33889
2026-03-30 04:02:11 [auto1.it] INFO: Found listing with ID: BS70853
2026-03-30 04:02:11 [auto1.it] INFO: Found listing with ID: PP81137
2026-03-30 04:02:11 [auto1.it] INFO: Found listing with ID: AB11915
2026-03-30 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AB11915%27 HTTP/1.1" 200 None
2026-03-30 04:02:11 [auto1.it] INFO: Scrape type for AB11915: 0
2026-03-30 04:02:11 [auto1.it] INFO: Found listing with ID: YT31818
2026-03-30 04:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YT31818%27 HTTP/1.1" 200 None
2026-03-30 04:02:11 [auto1.it] INFO: Scrape type for YT31818: 0
2026-03-30 04:02:11 [auto1.it] INFO: Found listing with ID: LK77946
2026-03-30 04:02:11 [auto1.it] INFO: Found listing with ID: CV06620
2026-03-30 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-30 04:02: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-30 04:02:13 [auto1.it] INFO: Channel: 24h | Page: 53 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: CP91888
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CP91888%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for CP91888: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: AT88859
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AT88859%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for AT88859: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: WR49596
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WR49596%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for WR49596: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: UT72595
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UT72595%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for UT72595: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: WU25072
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: XP46027
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: ZS74487
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: FP84024
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: HA91371
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: ZT94310
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: YB21046
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: GY17675
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: HR28952
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: CL50179
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: AV05178
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV05178%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for AV05178: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: ZS11268
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZS11268%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for ZS11268: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: MR54744
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MR54744%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for MR54744: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: VD19319
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VD19319%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for VD19319: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: VR66407
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27VR66407%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for VR66407: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: MH80667
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MH80667%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for MH80667: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: SH27035
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: AT94230
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: VZ01162
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: KL53293
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KL53293%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for KL53293: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: PC10788
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PC10788%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for PC10788: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: UK65211
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UK65211%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for UK65211: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: JP68462
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: PW02213
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: HK83461
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: YY73995
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: SA64006
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: CL59289
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: XG56779
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27XG56779%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for XG56779: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: MM92729
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MM92729%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for MM92729: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: PN94511
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: SP64220
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SP64220%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for SP64220: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: DC19091
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: CE88334
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27CE88334%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for CE88334: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: FP92305
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FP92305%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for FP92305: 0
2026-03-30 04:02:13 [auto1.it] INFO: Found listing with ID: WH54274
2026-03-30 04:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WH54274%27 HTTP/1.1" 200 None
2026-03-30 04:02:13 [auto1.it] INFO: Scrape type for WH54274: 0
2026-03-30 04:02:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02:14 [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-30 04:02:14 [auto1.it] INFO: Channel: 24h | Page: 54 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: YA71285
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YA71285%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for YA71285: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: ZZ46220
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: CW38322
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: LX63173
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LX63173%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for LX63173: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: KV28875
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: RA59977
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: NF25875
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NF25875%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for NF25875: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: KZ65568
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: WJ04614
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: GJ44194
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ44194%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for GJ44194: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: JK37550
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: ZJ54266
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: TU97067
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: NG25648
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NG25648%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for NG25648: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: BR40244
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: DN16039
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DN16039%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for DN16039: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: AV77078
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27AV77078%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for AV77078: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: WA78117
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: KJ64759
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KJ64759%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for KJ64759: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: DV92182
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: KS37590
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KS37590%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for KS37590: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: SN56705
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: RK00703
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RK00703%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for RK00703: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: KM72059
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KM72059%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for KM72059: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: NL56799
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NL56799%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for NL56799: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: CZ11346
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: ZV36877
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27ZV36877%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for ZV36877: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: AW40388
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: UR17084
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UR17084%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for UR17084: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: DE71304
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: LA00570
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: ST97650
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: CD54959
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: ZH08694
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: WN91380
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WN91380%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for WN91380: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: RT10721
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: XL68174
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: NR40821
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NR40821%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for NR40821: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: NR41367
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27NR41367%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for NR41367: 0
2026-03-30 04:02:14 [auto1.it] INFO: Found listing with ID: DS09954
2026-03-30 04:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DS09954%27 HTTP/1.1" 200 None
2026-03-30 04:02:14 [auto1.it] INFO: Scrape type for DS09954: 0
2026-03-30 04:02:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02: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-30 04:02:15 [auto1.it] INFO: Channel: 24h | Page: 55 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: EF37813
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for EF37813: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: CJ77239
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: BT82313
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: MN04958
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for MN04958: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: LR68259
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for LR68259: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: WB58416
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: CS61296
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: HA26837
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for HA26837: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: DE59865
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for DE59865: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: JE63706
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for JE63706: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: CN51839
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for CN51839: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: JR85955
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for JR85955: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: MC18601
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for MC18601: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: JH97185
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for JH97185: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: SY20877
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for SY20877: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: KT14926
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: SD18580
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: TW38851
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for TW38851: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: RM24928
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: DF57379
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: XB46951
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for XB46951: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: VG07643
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for VG07643: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: UN20093
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: UT21803
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: RC42052
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: YJ81563
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for YJ81563: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: JF24469
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:15 [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-30 04:02:15 [auto1.it] INFO: Scrape type for JF24469: 0
2026-03-30 04:02:15 [auto1.it] INFO: Found listing with ID: VZ90962
2026-03-30 04:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:16 [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-30 04:02:16 [auto1.it] INFO: Scrape type for VZ90962: 0
2026-03-30 04:02:16 [auto1.it] INFO: Found listing with ID: FR55532
2026-03-30 04:02:16 [auto1.it] INFO: Found listing with ID: BL56378
2026-03-30 04:02:16 [auto1.it] INFO: Found listing with ID: HF54587
2026-03-30 04:02:16 [auto1.it] INFO: Found listing with ID: AY76833
2026-03-30 04:02:16 [auto1.it] INFO: Found listing with ID: RJ05786
2026-03-30 04:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:16 [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-30 04:02:16 [auto1.it] INFO: Scrape type for RJ05786: 0
2026-03-30 04:02:16 [auto1.it] INFO: Found listing with ID: CV60870
2026-03-30 04:02:16 [auto1.it] INFO: Found listing with ID: PM98470
2026-03-30 04:02:16 [auto1.it] INFO: Found listing with ID: XT30792
2026-03-30 04:02:16 [auto1.it] INFO: Found listing with ID: HD11089
2026-03-30 04:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:16 [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-30 04:02:16 [auto1.it] INFO: Scrape type for HD11089: 0
2026-03-30 04:02:16 [auto1.it] INFO: Found listing with ID: WM47642
2026-03-30 04:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:16 [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-30 04:02:16 [auto1.it] INFO: Scrape type for WM47642: 0
2026-03-30 04:02:16 [auto1.it] INFO: Found listing with ID: KH13960
2026-03-30 04:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:16 [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-30 04:02:16 [auto1.it] INFO: Scrape type for KH13960: 0
2026-03-30 04:02:16 [auto1.it] INFO: Found listing with ID: JU86722
2026-03-30 04:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02: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/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-30 04:02:17 [auto1.it] INFO: Channel: 24h | Page: 56 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: WS77593
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for WS77593: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: KM48378
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: ET22397
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: ML76939
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for ML76939: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: TB64568
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: ZU99068
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: VL91397
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for VL91397: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: WG77442
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for WG77442: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: LE72169
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for LE72169: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: UR17462
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for UR17462: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: DU34377
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: EV59116
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for EV59116: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: UY41081
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for UY41081: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: VK68045
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: YN18335
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for YN18335: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: NA95464
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: WA05506
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: PW96424
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: CZ80815
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for CZ80815: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: YT14499
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for YT14499: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: BU30300
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for BU30300: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: WE07120
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: NF75023
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for NF75023: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: VZ92626
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: TF83722
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: BA01278
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: PW47751
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: CU74500
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: SB06120
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: VC50043
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for VC50043: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: ZK25339
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: ZX07478
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for ZX07478: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: VY27693
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: JZ77925
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: YY84618
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for YY84618: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: LN66513
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: CE47539
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: ET05908
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: YH77376
2026-03-30 04:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:17 [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-30 04:02:17 [auto1.it] INFO: Scrape type for YH77376: 0
2026-03-30 04:02:17 [auto1.it] INFO: Found listing with ID: YF75384
2026-03-30 04:02:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02: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-30 04:02:18 [auto1.it] INFO: Channel: 24h | Page: 57 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: YP53845
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: MU44225
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for MU44225: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: DV89996
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: GC21308
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: WN69179
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: RT68139
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: GU07540
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: BW81707
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: MJ56294
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: ND60676
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: RD34551
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for RD34551: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: MX89615
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for MX89615: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: DC79577
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for DC79577: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: FJ19911
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for FJ19911: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: DP83591
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: DF10030
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: RF53888
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: XC35499
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for XC35499: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: KW13943
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for KW13943: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: CK02940
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for CK02940: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: NW63690
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for NW63690: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: CR10860
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: PX02634
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: RZ14942
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for RZ14942: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: NE68522
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for NE68522: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: HB76167
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for HB76167: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: LW42205
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: YU39946
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for YU39946: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: JX99167
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for JX99167: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: PB77964
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for PB77964: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: PR01158
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: LU04143
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: VX06371
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for VX06371: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: XU75020
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for XU75020: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: RT78827
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for RT78827: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: ZX02617
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: GF04401
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for GF04401: 0
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: LF71839
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: KV81214
2026-03-30 04:02:18 [auto1.it] INFO: Found listing with ID: NZ66288
2026-03-30 04:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:18 [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-30 04:02:18 [auto1.it] INFO: Scrape type for NZ66288: 0
2026-03-30 04:02:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02: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-30 04:02:19 [auto1.it] INFO: Channel: 24h | Page: 58 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: LC50167
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: RB44165
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for RB44165: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: KG10642
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for KG10642: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: VU78996
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: JC58161
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for JC58161: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: NB09244
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for NB09244: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: CG41342
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for CG41342: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: XC50936
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: PU47641
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for PU47641: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: TV36442
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for TV36442: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: YG59194
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for YG59194: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: NZ89280
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: DV86201
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: MR47105
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for MR47105: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: CP63934
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: WA70865
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for WA70865: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: ZB75356
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for ZB75356: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: SM49398
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: ND99251
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: RE64067
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for RE64067: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: DE18860
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: BM48711
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for BM48711: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: NH24051
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: LU93439
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: GC10643
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: SZ93699
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: HD89174
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for HD89174: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: LL57465
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for LL57465: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: SD35651
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for SD35651: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: VJ26511
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: UM38141
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: XE84016
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for XE84016: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: LD34697
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: NN91424
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for NN91424: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: JP07987
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for JP07987: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: ZM57231
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for ZM57231: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: KG93031
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:19 [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-30 04:02:19 [auto1.it] INFO: Scrape type for KG93031: 0
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: PK33610
2026-03-30 04:02:19 [auto1.it] INFO: Found listing with ID: FL38609
2026-03-30 04:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:20 [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-30 04:02:20 [auto1.it] INFO: Scrape type for FL38609: 0
2026-03-30 04:02:20 [auto1.it] INFO: Found listing with ID: PR73005
2026-03-30 04:02:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02:20 [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-30 04:02:21 [auto1.it] INFO: Channel: 24h | Page: 59 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: AL33204
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: VU45167
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: YD14292
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: HC79760
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: YJ65230
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for YJ65230: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: AY38539
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: FN08703
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: DK59825
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for DK59825: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: SN64311
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for SN64311: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: WA74903
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: NV36405
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for NV36405: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: RX99129
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: EY62872
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: MT10040
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for MT10040: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: DE88474
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for DE88474: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: FC40925
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for FC40925: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: LB90809
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for LB90809: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: EU57494
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: EG76959
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: BV97003
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for BV97003: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: EW38815
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: RC51898
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: RL93891
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for RL93891: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: EX32240
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: SC52671
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for SC52671: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: ZD86423
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: FJ00600
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for FJ00600: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: GD51545
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: HC77212
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for HC77212: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: UD61440
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: EP46313
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: NB70789
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: ZF56836
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for ZF56836: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: LS68308
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: LX14349
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for LX14349: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: HU17700
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: XB86450
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for XB86450: 0
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: BC13106
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: SS75136
2026-03-30 04:02:21 [auto1.it] INFO: Found listing with ID: TZ08821
2026-03-30 04:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:21 [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-30 04:02:21 [auto1.it] INFO: Scrape type for TZ08821: 0
2026-03-30 04:02:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02: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-30 04:02:22 [auto1.it] INFO: Channel: 24h | Page: 60 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:22 [auto1.it] INFO: Found listing with ID: FW12151
2026-03-30 04:02:22 [auto1.it] INFO: Found listing with ID: SD66994
2026-03-30 04:02:22 [auto1.it] INFO: Found listing with ID: LB50046
2026-03-30 04:02:22 [auto1.it] INFO: Found listing with ID: NL74097
2026-03-30 04:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:22 [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-30 04:02:22 [auto1.it] INFO: Scrape type for NL74097: 0
2026-03-30 04:02:22 [auto1.it] INFO: Found listing with ID: ME27860
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for ME27860: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: MX93098
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: CL75380
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for CL75380: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: VK29965
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: WG00273
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: BX84836
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for BX84836: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: ZH45027
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for ZH45027: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: CD24058
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for CD24058: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: VB56015
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: TV81460
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for TV81460: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: RK78436
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: SX60727
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for SX60727: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: SF25356
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for SF25356: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: PB64949
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for PB64949: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: HW36660
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: GX37056
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: HR61031
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: RU00933
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for RU00933: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: SP24974
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: WU48756
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: PR17884
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for PR17884: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: XP65023
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for XP65023: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: FV28373
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: BU89130
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: WM91137
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: JB83443
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: MR74044
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: PB47164
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for PB47164: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: RU74019
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: GT62268
2026-03-30 04:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:23 [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-30 04:02:23 [auto1.it] INFO: Scrape type for GT62268: 0
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: NY06096
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: DD11193
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: TU55073
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: JC52693
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: BA37529
2026-03-30 04:02:23 [auto1.it] INFO: Found listing with ID: PR63683
2026-03-30 04:02:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02: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-30 04:02:25 [auto1.it] INFO: Channel: 24h | Page: 61 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: KC74563
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: JD73354
2026-03-30 04:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:25 [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-30 04:02:25 [auto1.it] INFO: Scrape type for JD73354: 0
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: MB22824
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: NW35507
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: AG64342
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: RC92896
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: WK68121
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: MM70792
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: RF74009
2026-03-30 04:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:25 [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-30 04:02:25 [auto1.it] INFO: Scrape type for RF74009: 0
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: VP67579
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: FD11952
2026-03-30 04:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:25 [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-30 04:02:25 [auto1.it] INFO: Scrape type for FD11952: 0
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: VM60926
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: RY72509
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: UE94474
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: LG11591
2026-03-30 04:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:25 [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-30 04:02:25 [auto1.it] INFO: Scrape type for LG11591: 0
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: UD99211
2026-03-30 04:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:25 [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-30 04:02:25 [auto1.it] INFO: Scrape type for UD99211: 0
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: SX47374
2026-03-30 04:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:25 [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-30 04:02:25 [auto1.it] INFO: Scrape type for SX47374: 0
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: AP90035
2026-03-30 04:02:25 [auto1.it] INFO: Found listing with ID: NS10029
2026-03-30 04:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:26 [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-30 04:02:26 [auto1.it] INFO: Scrape type for NS10029: 0
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: BY89134
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: TW88152
2026-03-30 04:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:26 [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-30 04:02:26 [auto1.it] INFO: Scrape type for TW88152: 0
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: MU21056
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: BG29864
2026-03-30 04:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:26 [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-30 04:02:26 [auto1.it] INFO: Scrape type for BG29864: 0
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: XE56181
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: WY26414
2026-03-30 04:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:26 [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-30 04:02:26 [auto1.it] INFO: Scrape type for WY26414: 0
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: CP34925
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: UB84582
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: HY41860
2026-03-30 04:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:26 [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-30 04:02:26 [auto1.it] INFO: Scrape type for HY41860: 0
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: CB28979
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: FD69176
2026-03-30 04:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:26 [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-30 04:02:26 [auto1.it] INFO: Scrape type for FD69176: 0
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: RG05236
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: MN63848
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: GC15950
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: ZU87038
2026-03-30 04:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:26 [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-30 04:02:26 [auto1.it] INFO: Scrape type for ZU87038: 0
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: YR71782
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: RX70685
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: ZG33148
2026-03-30 04:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:26 [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-30 04:02:26 [auto1.it] INFO: Scrape type for ZG33148: 0
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: JP42061
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: PR59695
2026-03-30 04:02:26 [auto1.it] INFO: Found listing with ID: YC40082
2026-03-30 04:02:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02: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-30 04:02:27 [auto1.it] INFO: Channel: 24h | Page: 62 | totalHits: 2514 | hits on page: 40
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: AL09653
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: DK55043
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: AG82147
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for AG82147: 0
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: RG79014
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for RG79014: 0
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: NU26591
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: UB42424
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: RV63380
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: JE70672
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: KL44785
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: TU59167
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: TD04886
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: NK26905
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: PL47981
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for PL47981: 0
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: EP64063
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: XS31843
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for XS31843: 0
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: DP98022
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: TZ57511
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: XF75286
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: MN96094
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for MN96094: 0
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: YD21144
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: RT57270
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for RT57270: 0
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: JC99655
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: YN59096
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: PC10641
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: MH04778
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: HG07035
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for HG07035: 0
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: RB57838
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for RB57838: 0
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: UW00940
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: PD21393
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: CR16346
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: AU50392
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for AU50392: 0
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: XK62729
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: BD17279
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: VV69855
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for VV69855: 0
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: WP22813
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for WP22813: 0
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: PZ74443
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: DF91853
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: NA17081
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for NA17081: 0
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: KA05234
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for KA05234: 0
2026-03-30 04:02:27 [auto1.it] INFO: Found listing with ID: XL36522
2026-03-30 04:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:27 [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-30 04:02:27 [auto1.it] INFO: Scrape type for XL36522: 0
2026-03-30 04:02:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 04:02:58 [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-30 04:02:58 [auto1.it] INFO: Channel: 24h | Page: 63 | totalHits: 2514 | hits on page: 34
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: WJ93918
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WJ93918%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for WJ93918: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: PW21371
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27PW21371%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for PW21371: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: TR54078
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: LG70821
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: TL02972
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27TL02972%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for TL02972: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: PD30072
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: PN93360
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: WH30921
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WH30921%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for WH30921: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: WC55302
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WC55302%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for WC55302: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: GP46420
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: LD02725
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27LD02725%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for LD02725: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: SB80667
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SB80667%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for SB80667: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: HW51602
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27HW51602%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for HW51602: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: DX75497
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: KF97174
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27KF97174%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for KF97174: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: UT33269
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UT33269%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for UT33269: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: GJ33186
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27GJ33186%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for GJ33186: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: CJ50775
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: YB09690
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27YB09690%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for YB09690: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: UC99700
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27UC99700%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for UC99700: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: EG31110
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27EG31110%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for EG31110: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: SK62476
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27SK62476%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for SK62476: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: KR24813
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: WL53741
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27WL53741%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for WL53741: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: KK99486
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: XW14976
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: CV32353
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: YE49798
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: RB84694
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27RB84694%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for RB84694: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: DJ31826
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27DJ31826%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for DJ31826: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: UL30423
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: MT45417
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27MT45417%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for MT45417: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: FV07755
2026-03-30 04:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 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%27FV07755%27 HTTP/1.1" 200 None
2026-03-30 04:02:58 [auto1.it] INFO: Scrape type for FV07755: 0
2026-03-30 04:02:58 [auto1.it] INFO: Found listing with ID: SW75734
2026-03-30 04:02:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 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-30 04:02:59 [auto1.it] INFO: Channel: 24h | Page: 64 | totalHits: 2514 | hits on page: 0
2026-03-30 04:02:59 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 04:02:59 [auto1.it] INFO: auto1.it Batch config: batch 1/2
2026-03-30 04:02:59 [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>: 2, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 236, <ScrapeType.BATCH_SKIPPED: 5>: 263}
2026-03-30 04:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 04:02:59 [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%201774411379 HTTP/1.1" 200 None
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AA72603') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AB65835') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AB98322') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AD48772') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AD49796') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AF35313') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AF77279') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AG23454') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AG73451') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AG97516') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AH50309') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AH81885') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AK92900') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AN54131') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AN67310') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AT79469') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AU60527') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AV12137') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AW90705') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='AY44878') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BB08729') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BB53116') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BC37806') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BC87891') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BD40988') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BD55632') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BD69591') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BE24765') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BJ01747') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BJ44145') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BJ54978') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BL04151') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BL38298') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BN86671') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BV07346') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='BX32059') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CA75041') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CA97929') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CB01824') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CB26730') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CB65751') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CB88925') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CD79561') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CF71968') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CG36032') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CH89998') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CJ21007') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CK30348') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CK46870') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CS94068') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='CU86817') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DB58087') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DD40516') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DD90716') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DG18607') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DJ55027') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DJ66932') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DK34450') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DL34859') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DN33972') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DP74964') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DR75251') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DU56966') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='DW46592') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EB26167') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EC88081') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ED70563') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EE07161') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EF46042') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EH01069') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EJ17510') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EJ48263') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EL89401') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EP57005') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ER67104') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ES88350') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EU86945') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='EY58447') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FA74722') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FC51440') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FD54707') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FD86044') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FE19369') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FE50330') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FF65478') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FK90884') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FN03870') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FN71131') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FP28472') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FT81156') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FW29244') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FW64492') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FX36290') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='FY99179') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GJ05057') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GL43866') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GR97104') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GU00250') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GV28363') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GV29586') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GY86251') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='GY89378') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HA27652') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HB19565') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HB34773') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HC38973') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HC87647') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HC94523') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HF12146') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HJ08438') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HJ50370') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HM57130') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HN11643') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HR68522') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HV28857') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HV34244') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HW80518') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HW92929') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HY23674') HTTP/1.1" 204 0
2026-03-30 04:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='HY38520') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JA60417') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JB97188') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JF80521') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JF86127') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JF91368') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JG56076') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JH33798') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JJ15935') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JJ39371') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JK05283') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JK84036') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JN62828') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JS33995') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JV74176') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='JV92061') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KD24986') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KJ88518') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KK59998') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KK99110') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KL26738') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KL51656') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KL96409') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KM53359') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KM62409') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KP59269') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KR16109') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KT21515') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KU55983') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KV39330') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KW03961') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KW46384') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='KY05944') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LA40975') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LA90320') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LC47709') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LE11663') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LE57507') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LE75735') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LF63799') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LH97202') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LN85380') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LR06116') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LU45575') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LU90327') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LV11843') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LW15809') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='LY35339') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MB91153') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MJ41948') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MJ92101') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MK10262') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ML14201') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ML86349') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MM11522') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MM98922') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MN22511') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MR41219') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MT55968') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MV88669') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MW12230') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='MX89394') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NC66895') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ND76646') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NF09677') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NG14901') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NG45341') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NG78749') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NJ71186') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NL17147') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NN89381') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NP55119') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NS36790') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NT22957') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NV04958') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NV54353') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NW29260') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NW30775') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NY38167') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NY82074') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NZ00297') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='NZ39421') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PB80086') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PC60127') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PD19752') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PD60657') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PE72055') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PG03443') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PG29614') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PG85701') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PK17908') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PL69659') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PM29387') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PX08716') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PX89035') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='PY30887') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RD27153') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RF26626') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RF31261') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RH01953') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RK39616') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RP04666') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RR45998') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RT47435') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RT85289') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RX81888') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RY80591') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RY82445') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='RZ37041') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SA92390') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SC55950') HTTP/1.1" 204 0
2026-03-30 04:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SE02570') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SG93877') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SJ01629') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SJ53835') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SL55660') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SM24285') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SR35835') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SS96905') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ST01346') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ST05025') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SV90074') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SY66165') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='SZ98744') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TB51433') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TD26052') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TE65592') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TF46047') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TF94829') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TH87103') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TJ54344') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TK60033') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TM67998') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TP24550') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TP59267') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TR56712') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TV36229') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TX82166') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TY50223') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TY85783') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='TZ80682') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UD84882') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UH08059') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UL88081') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UN21180') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UP00905') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UP49159') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UT47730') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UT51113') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UU23937') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UV43205') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UW68196') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UX70864') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UY66702') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UZ02623') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='UZ58092') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VA51604') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VA83492') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VB72338') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VD31288') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VD55523') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VD86737') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VF72950') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VG26822') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VR77431') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VS54803') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VT76342') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VU58467') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VX69878') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='VY39575') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WA52138') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WD98953') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WF04488') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WJ08384') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WK10029') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WM93773') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WN97907') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WT86652') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WV65714') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WY28422') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='WY61719') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XA53821') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XB39781') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XC46400') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XC91134') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XE67323') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XF67751') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XH74631') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XT61397') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XV88724') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XW57300') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XW65998') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='XZ66692') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YA54885') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YE15551') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YE20725') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YF43202') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YF57644') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YG21495') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YG52761') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YH99148') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YP22364') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YR85783') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YS71597') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YS84745') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='YV21961') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZA45895') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZC16935') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZC79626') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZE92318') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZF89265') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZG20956') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZG80758') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZH18189') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZH87521') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZK32585') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZK37954') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZN32036') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZN34792') HTTP/1.1" 204 0
2026-03-30 04:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZP96713') HTTP/1.1" 204 0
2026-03-30 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZS45853') HTTP/1.1" 204 0
2026-03-30 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZT08983') HTTP/1.1" 204 0
2026-03-30 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZU32126') HTTP/1.1" 204 0
2026-03-30 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZV20765') HTTP/1.1" 204 0
2026-03-30 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZW94780') HTTP/1.1" 204 0
2026-03-30 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZX68237') HTTP/1.1" 204 0
2026-03-30 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZY30571') HTTP/1.1" 204 0
2026-03-30 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZY79987') HTTP/1.1" 204 0
2026-03-30 04:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.it',RowKey='ZY86936') HTTP/1.1" 204 0
2026-03-30 04:03:03 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (73 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto1.it/task_24_2026-03-30T04_00_00.jl
2026-03-30 04:03:03 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 193600,
'downloader/request_count': 68,
'downloader/request_method_count/GET': 2,
'downloader/request_method_count/POST': 66,
'downloader/response_bytes': 10850439,
'downloader/response_count': 68,
'downloader/response_status_count/200': 68,
'elapsed_time_seconds': 177.34076,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 4, 3, 3, 80200, tzinfo=datetime.timezone.utc),
'item_scraped_count': 73,
'log_count/DEBUG': 3584,
'log_count/INFO': 4532,
'memusage/max': 168296448,
'memusage/startup': 149659648,
'request_depth_max': 67,
'response_received_count': 68,
'scheduler/dequeued': 68,
'scheduler/dequeued/memory': 68,
'scheduler/enqueued': 68,
'scheduler/enqueued/memory': 68,
'scrape_type/batch_skipped': 1284,
'scrape_type/price_update': 73,
'scrape_type/skipped': 1197,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 68,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 1.8537084445056018,
'scrapy-zyte-api/mean_response_seconds': 1.9884770758833519,
'scrapy-zyte-api/processed': 68,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 68,
'scrapy-zyte-api/request_args/experimental.requestCookies': 67,
'scrapy-zyte-api/request_args/experimental.responseCookies': 68,
'scrapy-zyte-api/request_args/httpRequestBody': 66,
'scrapy-zyte-api/request_args/httpRequestMethod': 66,
'scrapy-zyte-api/request_args/httpResponseBody': 68,
'scrapy-zyte-api/request_args/httpResponseHeaders': 68,
'scrapy-zyte-api/request_args/sessionContext': 68,
'scrapy-zyte-api/request_args/url': 68,
'scrapy-zyte-api/status_codes/200': 68,
'scrapy-zyte-api/success': 68,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 2554,
'source/total_available': 2514,
'start_time': datetime.datetime(2026, 3, 30, 4, 0, 5, 739440, tzinfo=datetime.timezone.utc)}
2026-03-30 04:03:03 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-30 04:03:03 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fb1f0f55950>
2026-03-30 04:03:03 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fb1f107fd50>