2026-03-29 11:00:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-29 11:00:04 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-29 11:00:04 [auto1.es] INFO: Batch mode enabled: batch 1/2
2026-03-29 11:00:04 [auto1.es] INFO: Starting spider auto1.es
2026-03-29 11:00:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-29 11:00:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-29 11:00:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-29 11:00:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-29 11:00:04 [scrapy.extensions.telnet] INFO: Telnet Password: 5545aa4c3fb70762
2026-03-29 11: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-29 11: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.es/task_21_2026-03-29T11_00_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-29 11:00:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 11:00:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 11: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-29 11:00:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-29 11:00:05 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-29 11:00:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-29 11:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 11:00:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-29 11:00:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-29 11:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-29 11:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-29 11:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
2026-03-29 11:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-29 11:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-29 11:00:05 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-29 11:00:05 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-29 11:00:05 [scrapy.core.engine] INFO: Spider opened
2026-03-29 11:00:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 11:00:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-29 11:00:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-29 11:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-29 11:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-29 11:00:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:00:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/en/home> (referer: None) ['zyte-api']
2026-03-29 11:00:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:00:12 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/en/merchant/signin/ajax> (referer: https://www.auto1.com/en/home) ['zyte-api']
2026-03-29 11: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-29 11:00:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/en/app/user-token/obtain-token> (referer: https://www.auto1.com/en/merchant/signin/ajax) ['zyte-api']
2026-03-29 11:00:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11: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-29 11:00:15 [auto1.es] INFO: Channel: 24h | Page: 0 | totalHits: 1633 | hits on page: 40
2026-03-29 11:00:15 [auto1.es] INFO: Found listing with ID: NW70780
2026-03-29 11:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NW70780%27 HTTP/1.1" 200 None
2026-03-29 11:00:15 [auto1.es] INFO: Scrape type for NW70780: 2
2026-03-29 11:00:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5556890-7959-5859-a5a7-a86d3db0027a with identifier: NW70780
2026-03-29 11:00:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5556890-7959-5859-a5a7-a86d3db0027a with scrape type 2
2026-03-29 11:00:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5556890-7959-5859-a5a7-a86d3db0027a with scrape type 2
2026-03-29 11:00:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: c5556890-7959-5859-a5a7-a86d3db0027a, identifier: NW70780
2026-03-29 11:00:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: c5556890-7959-5859-a5a7-a86d3db0027a with identifier: NW70780
2026-03-29 11:00:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:00:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=white HTTP/1.1" 200 None
2026-03-29 11:00:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:00:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:00:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=diesel HTTP/1.1" 200 None
2026-03-29 11:00:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:00:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: c5556890-7959-5859-a5a7-a86d3db0027a with identifier: NW70780
2026-03-29 11:00:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: c5556890-7959-5859-a5a7-a86d3db0027a with identifier: NW70780 to the API
2026-03-29 11:00:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:00: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': 4,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:35:27Z',
'fuel_type': 'diesel',
'id': 'c5556890-7959-5859-a5a7-a86d3db0027a',
'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/NW70780',
'listing': 'auction',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 124082,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-13',
'seller_name': None,
'title': 'Peugeot Partner 1.5 Blue-HDi Premium L1',
'transmission': 'manual',
'trim': 'Premium L1',
'year': 2023}
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NW70780%27 HTTP/1.1" 200 None
2026-03-29 11:00:16 [auto1.es] INFO: Saving data for NW70780: {'auction_closing_time': 1774884927.0, 'created_time': 1773147734.60544, 'last_price_update_time': 1774782016.182529}
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='NW70780') HTTP/1.1" 204 0
2026-03-29 11: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-29 11:00:16 [auto1.es] INFO: Found listing with ID: AE38479
2026-03-29 11:00:16 [auto1.es] INFO: Found listing with ID: RX75701
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RX75701%27 HTTP/1.1" 200 None
2026-03-29 11:00:16 [auto1.es] INFO: Scrape type for RX75701: 0
2026-03-29 11:00:16 [auto1.es] INFO: Found listing with ID: AM40954
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AM40954%27 HTTP/1.1" 200 None
2026-03-29 11:00:16 [auto1.es] INFO: Scrape type for AM40954: 0
2026-03-29 11:00:16 [auto1.es] INFO: Found listing with ID: NY63856
2026-03-29 11:00:16 [auto1.es] INFO: Found listing with ID: FE95499
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FE95499%27 HTTP/1.1" 200 None
2026-03-29 11:00:16 [auto1.es] INFO: Scrape type for FE95499: 2
2026-03-29 11:00:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6e24d59-050d-5def-984d-77bc21b7cc2f with identifier: FE95499
2026-03-29 11:00:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6e24d59-050d-5def-984d-77bc21b7cc2f with scrape type 2
2026-03-29 11:00:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6e24d59-050d-5def-984d-77bc21b7cc2f with scrape type 2
2026-03-29 11:00:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: e6e24d59-050d-5def-984d-77bc21b7cc2f, identifier: FE95499
2026-03-29 11:00:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: e6e24d59-050d-5def-984d-77bc21b7cc2f with identifier: FE95499
2026-03-29 11:00:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: e6e24d59-050d-5def-984d-77bc21b7cc2f with identifier: FE95499
2026-03-29 11:00:16 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: e6e24d59-050d-5def-984d-77bc21b7cc2f with identifier: FE95499 to the API
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:00: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': 4,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:08:15Z',
'fuel_type': 'diesel',
'id': 'e6e24d59-050d-5def-984d-77bc21b7cc2f',
'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/FE95499',
'listing': 'auction',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 135922,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-28',
'seller_name': None,
'title': 'Fiat Doblo 1.3 M-Jet Furgón SX',
'transmission': 'manual',
'trim': 'Furgón SX',
'year': 2020}
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FE95499%27 HTTP/1.1" 200 None
2026-03-29 11:00:16 [auto1.es] INFO: Saving data for FE95499: {'auction_closing_time': 1774883295.0, 'created_time': 1774361328.908387, 'last_price_update_time': 1774782016.725861}
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='FE95499') HTTP/1.1" 204 0
2026-03-29 11:00:16 [auto1.es] INFO: Found listing with ID: NZ75467
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NZ75467%27 HTTP/1.1" 200 None
2026-03-29 11:00:16 [auto1.es] INFO: Scrape type for NZ75467: 1
2026-03-29 11:00:16 [auto1.es] INFO: Found listing with ID: UA78056
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UA78056%27 HTTP/1.1" 200 None
2026-03-29 11:00:16 [auto1.es] INFO: Scrape type for UA78056: 2
2026-03-29 11:00:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9b33125-eef7-57be-b146-8a333b888acf with identifier: UA78056
2026-03-29 11:00:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9b33125-eef7-57be-b146-8a333b888acf with scrape type 2
2026-03-29 11:00:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9b33125-eef7-57be-b146-8a333b888acf with scrape type 2
2026-03-29 11:00:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: d9b33125-eef7-57be-b146-8a333b888acf, identifier: UA78056
2026-03-29 11:00:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: d9b33125-eef7-57be-b146-8a333b888acf with identifier: UA78056
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:00:16 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gray HTTP/1.1" 200 None
2026-03-29 11:00:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=petrol HTTP/1.1" 200 None
2026-03-29 11:00:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:00:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: d9b33125-eef7-57be-b146-8a333b888acf with identifier: UA78056
2026-03-29 11:00:17 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: d9b33125-eef7-57be-b146-8a333b888acf with identifier: UA78056 to the API
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:00:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:09:13Z',
'fuel_type': 'petrol',
'id': 'd9b33125-eef7-57be-b146-8a333b888acf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UA78056',
'listing': 'auction',
'make': 'Kia',
'model': "cee'd",
'odometer': 51574,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-19',
'seller_name': None,
'title': "Kia cee'd 1.0 TGDI Concept",
'transmission': 'manual',
'trim': 'Concept',
'year': 2021}
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UA78056%27 HTTP/1.1" 200 None
2026-03-29 11:00:17 [auto1.es] INFO: Saving data for UA78056: {'auction_closing_time': 1774883353.0, 'created_time': 1773132571.568609, 'last_price_update_time': 1774782017.936581}
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='UA78056') HTTP/1.1" 204 0
2026-03-29 11:00:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:00:17 [auto1.es] INFO: Found listing with ID: AS89718
2026-03-29 11:00:17 [auto1.es] INFO: Found listing with ID: ZJ91904
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZJ91904%27 HTTP/1.1" 200 None
2026-03-29 11:00:17 [auto1.es] INFO: Scrape type for ZJ91904: 1
2026-03-29 11:00:17 [auto1.es] INFO: Found listing with ID: LP19075
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LP19075%27 HTTP/1.1" 200 None
2026-03-29 11:00:17 [auto1.es] INFO: Scrape type for LP19075: 0
2026-03-29 11:00:17 [auto1.es] INFO: Found listing with ID: NX10542
2026-03-29 11:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NX10542%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for NX10542: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: UJ63738
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: MR44374
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MR44374%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for MR44374: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: TF01145
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TF01145%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for TF01145: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: FD92504
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: VK23822
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VK23822%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for VK23822: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: TW05387
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TW05387%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for TW05387: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: KY97566
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KY97566%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for KY97566: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: SW56668
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SW56668%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for SW56668: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: SA01398
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SA01398%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for SA01398: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: WE89333
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WE89333%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for WE89333: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: VG19877
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VG19877%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for VG19877: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: HD33844
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: SS93372
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: UX63556
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UX63556%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for UX63556: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: FV55100
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FV55100%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for FV55100: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: HN69450
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HN69450%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for HN69450: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: VZ14573
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VZ14573%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for VZ14573: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: DZ68037
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DZ68037%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for DZ68037: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: WD91964
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: HU91100
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HU91100%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for HU91100: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: RV68054
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RV68054%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for RV68054: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: GK24659
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GK24659%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for GK24659: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: EZ62755
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: PS51318
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PS51318%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for PS51318: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: RA40828
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RA40828%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for RA40828: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: MX89388
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: DG60223
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DG60223%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for DG60223: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: KV08902
2026-03-29 11: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-29 11: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-29 11:00:18 [auto1.es] INFO: Channel: 24h | Page: 1 | totalHits: 1633 | hits on page: 40
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: NW70780
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NW70780%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for NW70780: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: AE38479
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: RX75701
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RX75701%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for RX75701: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: AM40954
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AM40954%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for AM40954: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: NY63856
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: FE95499
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FE95499%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for FE95499: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: NZ75467
2026-03-29 11:00:18 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://www.auto1.com/v1/car-details-view/NZ75467/cdb8adcc-312b-4040-b112-4a289f3f9b07> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-03-29 11: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-29 11:00:18 [auto1.es] INFO: Found listing with ID: UA78056
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UA78056%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for UA78056: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: AS89718
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: ZJ91904
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: LP19075
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LP19075%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for LP19075: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: NX10542
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NX10542%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for NX10542: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: UJ63738
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: MR44374
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MR44374%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for MR44374: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: TF01145
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TF01145%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for TF01145: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: FD92504
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: VK23822
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VK23822%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for VK23822: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: TW05387
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TW05387%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for TW05387: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: KY97566
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KY97566%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for KY97566: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: SW56668
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SW56668%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for SW56668: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: SA01398
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SA01398%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for SA01398: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: WE89333
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WE89333%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for WE89333: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: VG19877
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VG19877%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for VG19877: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: HD33844
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: SS93372
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: UX63556
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UX63556%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for UX63556: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: FV55100
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FV55100%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for FV55100: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: HN69450
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HN69450%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for HN69450: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: VZ14573
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VZ14573%27 HTTP/1.1" 200 None
2026-03-29 11:00:18 [auto1.es] INFO: Scrape type for VZ14573: 0
2026-03-29 11:00:18 [auto1.es] INFO: Found listing with ID: DZ68037
2026-03-29 11:00:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DZ68037%27 HTTP/1.1" 200 None
2026-03-29 11:00:19 [auto1.es] INFO: Scrape type for DZ68037: 0
2026-03-29 11:00:19 [auto1.es] INFO: Found listing with ID: WD91964
2026-03-29 11:00:19 [auto1.es] INFO: Found listing with ID: HU91100
2026-03-29 11:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HU91100%27 HTTP/1.1" 200 None
2026-03-29 11:00:19 [auto1.es] INFO: Scrape type for HU91100: 0
2026-03-29 11:00:19 [auto1.es] INFO: Found listing with ID: RV68054
2026-03-29 11:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RV68054%27 HTTP/1.1" 200 None
2026-03-29 11:00:19 [auto1.es] INFO: Scrape type for RV68054: 0
2026-03-29 11:00:19 [auto1.es] INFO: Found listing with ID: GK24659
2026-03-29 11:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GK24659%27 HTTP/1.1" 200 None
2026-03-29 11:00:19 [auto1.es] INFO: Scrape type for GK24659: 0
2026-03-29 11:00:19 [auto1.es] INFO: Found listing with ID: EZ62755
2026-03-29 11:00:19 [auto1.es] INFO: Found listing with ID: PS51318
2026-03-29 11:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PS51318%27 HTTP/1.1" 200 None
2026-03-29 11:00:19 [auto1.es] INFO: Scrape type for PS51318: 0
2026-03-29 11:00:19 [auto1.es] INFO: Found listing with ID: RA40828
2026-03-29 11:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RA40828%27 HTTP/1.1" 200 None
2026-03-29 11:00:19 [auto1.es] INFO: Scrape type for RA40828: 0
2026-03-29 11:00:19 [auto1.es] INFO: Found listing with ID: MX89388
2026-03-29 11:00:19 [auto1.es] INFO: Found listing with ID: DG60223
2026-03-29 11:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DG60223%27 HTTP/1.1" 200 None
2026-03-29 11:00:19 [auto1.es] INFO: Scrape type for DG60223: 0
2026-03-29 11:00:19 [auto1.es] INFO: Found listing with ID: KV08902
2026-03-29 11:00:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/v1/car-details-view/NZ75467/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11: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-29 11:00:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/v1/car-details-view/ZJ91904/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11: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-29 11: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-29 11:00:20 [auto1.es] INFO: Channel: 24h | Page: 2 | totalHits: 1633 | hits on page: 40
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: UN46915
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: ZJ66849
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: ZP40388
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZP40388%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for ZP40388: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: BY62424
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BY62424%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for BY62424: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: UU12950
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UU12950%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for UU12950: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: JC57024
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JC57024%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for JC57024: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: NK53544
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: MS50562
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MS50562%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for MS50562: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: TP39679
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: FL58713
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: FE45976
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: FD06451
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: SY03135
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: BZ30426
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BZ30426%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for BZ30426: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: VG29597
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: JM67207
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JM67207%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for JM67207: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: JG31489
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: LL39817
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LL39817%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for LL39817: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: BG65437
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BG65437%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for BG65437: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: PC57749
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: SW39850
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SW39850%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for SW39850: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: UT42800
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UT42800%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for UT42800: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: XT05924
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: UF24863
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UF24863%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for UF24863: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: TR37642
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TR37642%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for TR37642: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: ZP69611
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: PY01338
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PY01338%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for PY01338: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: FZ59891
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: GM36563
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GM36563%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for GM36563: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: ET47712
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ET47712%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for ET47712: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: CM69790
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: NH22970
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: CR05055
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: DD59936
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DD59936%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for DD59936: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: EC26628
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EC26628%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for EC26628: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: UF51281
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: DD26500
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DD26500%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for DD26500: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: DB30998
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: BF77799
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BF77799%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [auto1.es] INFO: Scrape type for BF77799: 0
2026-03-29 11:00:20 [auto1.es] INFO: Found listing with ID: FY93718
2026-03-29 11:00:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:00:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/en/app/merchant/car/NZ75467> (referer: https://www.auto1.com/v1/car-details-view/NZ75467/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:00:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03f5c048-d266-5403-b2f5-7e80523b0560 with identifier: NZ75467
2026-03-29 11:00:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03f5c048-d266-5403-b2f5-7e80523b0560 with scrape type 1
2026-03-29 11:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 03f5c048-d266-5403-b2f5-7e80523b0560
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd8%252F59%252Fd859e433226a109d25862d2219069b6e%252Fpa%252FNZ75467_051043c4ba91fe0e9c298cd4014ec07b.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_051043c4ba91fe0e9c298cd4014ec07b.jpg already downloaded
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd8%252F59%252Fd859e433226a109d25862d2219069b6e%252Fpa%252FNZ75467_3cac0371a6040a9c2ff13eb6846d47e7.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_3cac0371a6040a9c2ff13eb6846d47e7.jpg already downloaded
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd8%252F59%252Fd859e433226a109d25862d2219069b6e%252Fpa%252FNZ75467_86d8335549fab4b16042299708f195c1.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_86d8335549fab4b16042299708f195c1.jpg already downloaded
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd8%252F59%252Fd859e433226a109d25862d2219069b6e%252Fpa%252FNZ75467_20ccfd5c496eb94f3bb407886ef54622.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_20ccfd5c496eb94f3bb407886ef54622.jpg already downloaded
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd8%252F59%252Fd859e433226a109d25862d2219069b6e%252Fpa%252FNZ75467_85ac69766bd85ad2345f4a236099b9cb.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_85ac69766bd85ad2345f4a236099b9cb.jpg already downloaded
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd8%252F59%252Fd859e433226a109d25862d2219069b6e%252Fpa%252FNZ75467_2d5bf3e322de52fc4962e5a60c2bb526.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_2d5bf3e322de52fc4962e5a60c2bb526.jpg already downloaded
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd8%252F59%252Fd859e433226a109d25862d2219069b6e%252Fpa%252FNZ75467_4c3ef4e229790a34354c4a244fe2b254.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_4c3ef4e229790a34354c4a244fe2b254.jpg already downloaded
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd8%252F59%252Fd859e433226a109d25862d2219069b6e%252Fpa%252FNZ75467_63f93510c797ec31de170d99d9c4bf4c.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_63f93510c797ec31de170d99d9c4bf4c.jpg already downloaded
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd8%252F59%252Fd859e433226a109d25862d2219069b6e%252Fpa%252FNZ75467_2b1643e627ce3237cfce4e12b6b42dce.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_2b1643e627ce3237cfce4e12b6b42dce.jpg already downloaded
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd8%252F59%252Fd859e433226a109d25862d2219069b6e%252Fpa%252FNZ75467_a775a6d00147b73feff8a24632994ca6.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_a775a6d00147b73feff8a24632994ca6.jpg already downloaded
2026-03-29 11:00:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 03f5c048-d266-5403-b2f5-7e80523b0560, identifier: NZ75467
2026-03-29 11:00:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 03f5c048-d266-5403-b2f5-7e80523b0560 with identifier: NZ75467
2026-03-29 11:00:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 03f5c048-d266-5403-b2f5-7e80523b0560 with identifier: NZ75467
2026-03-29 11:00:21 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 03f5c048-d266-5403-b2f5-7e80523b0560 with identifier: NZ75467 to the API
2026-03-29 11:00:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:00:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:00:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/en/app/merchant/car/NZ75467>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': 'Rental',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:57:32Z',
'fuel_type': 'diesel',
'id': '03f5c048-d266-5403-b2f5-7e80523b0560',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NZ75467',
'listing': 'auction',
'location': 'ES, Caldes de Malavella (Girona)',
'make': 'Volvo',
'model': 'V60',
'odometer': 197927,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 16,
'photo_urls': ['https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_051043c4ba91fe0e9c298cd4014ec07b.jpg',
'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_3cac0371a6040a9c2ff13eb6846d47e7.jpg',
'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_86d8335549fab4b16042299708f195c1.jpg',
'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_20ccfd5c496eb94f3bb407886ef54622.jpg',
'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_85ac69766bd85ad2345f4a236099b9cb.jpg',
'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_2d5bf3e322de52fc4962e5a60c2bb526.jpg',
'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_4c3ef4e229790a34354c4a244fe2b254.jpg',
'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_63f93510c797ec31de170d99d9c4bf4c.jpg',
'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_2b1643e627ce3237cfce4e12b6b42dce.jpg',
'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_a775a6d00147b73feff8a24632994ca6.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03f5c048-d266-5403-b2f5-7e80523b0560/03f5c048-d266-5403-b2f5-7e80523b0560_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98154,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_051043c4ba91fe0e9c298cd4014ec07b.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03f5c048-d266-5403-b2f5-7e80523b0560/03f5c048-d266-5403-b2f5-7e80523b0560_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80868,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_3cac0371a6040a9c2ff13eb6846d47e7.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03f5c048-d266-5403-b2f5-7e80523b0560/03f5c048-d266-5403-b2f5-7e80523b0560_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93228,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_86d8335549fab4b16042299708f195c1.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03f5c048-d266-5403-b2f5-7e80523b0560/03f5c048-d266-5403-b2f5-7e80523b0560_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 73597,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_20ccfd5c496eb94f3bb407886ef54622.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03f5c048-d266-5403-b2f5-7e80523b0560/03f5c048-d266-5403-b2f5-7e80523b0560_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90898,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_85ac69766bd85ad2345f4a236099b9cb.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03f5c048-d266-5403-b2f5-7e80523b0560/03f5c048-d266-5403-b2f5-7e80523b0560_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96924,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_2d5bf3e322de52fc4962e5a60c2bb526.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03f5c048-d266-5403-b2f5-7e80523b0560/03f5c048-d266-5403-b2f5-7e80523b0560_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88958,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_4c3ef4e229790a34354c4a244fe2b254.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03f5c048-d266-5403-b2f5-7e80523b0560/03f5c048-d266-5403-b2f5-7e80523b0560_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 103660,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_63f93510c797ec31de170d99d9c4bf4c.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03f5c048-d266-5403-b2f5-7e80523b0560/03f5c048-d266-5403-b2f5-7e80523b0560_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92148,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_2b1643e627ce3237cfce4e12b6b42dce.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03f5c048-d266-5403-b2f5-7e80523b0560/03f5c048-d266-5403-b2f5-7e80523b0560_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83602,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd8/59/d859e433226a109d25862d2219069b6e/pa/NZ75467_a775a6d00147b73feff8a24632994ca6.jpg',
'Width': 800}],
'price': 0,
'price_includes_vat': True,
'registration_date': '2019-03-17',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo V60 2.0 D4 Momentum',
'transmission': 'automatic',
'trim': 'Momentum',
'year': 2019}
2026-03-29 11:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NZ75467%27 HTTP/1.1" 200 None
2026-03-29 11:00:21 [auto1.es] INFO: Saving data for NZ75467: {'created_time': 1774782021.712966, 'last_price_update_time': 1774782021.712975, 'auction_closing_time': 1774886252.0}
2026-03-29 11:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='NZ75467') HTTP/1.1" 204 0
2026-03-29 11:00:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/en/app/merchant/car/ZJ91904> (referer: https://www.auto1.com/v1/car-details-view/ZJ91904/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:00:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 224d14b9-8119-5fde-8147-0c67c2a43195 with identifier: ZJ91904
2026-03-29 11:00:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 224d14b9-8119-5fde-8147-0c67c2a43195 with scrape type 1
2026-03-29 11:00:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 224d14b9-8119-5fde-8147-0c67c2a43195
2026-03-29 11:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd4%252F34%252Fd43446cf9933dda1bb293cf3cf7a4f2d%252Fpa%252FZJ91904_57046e0ebf6287a96cddd46e990d54a2.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_57046e0ebf6287a96cddd46e990d54a2.jpg already downloaded
2026-03-29 11:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd4%252F34%252Fd43446cf9933dda1bb293cf3cf7a4f2d%252Fpa%252FZJ91904_9b422ed5d46bf42093dc17ee3a5f0bab.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_9b422ed5d46bf42093dc17ee3a5f0bab.jpg already downloaded
2026-03-29 11:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd4%252F34%252Fd43446cf9933dda1bb293cf3cf7a4f2d%252Fpa%252FZJ91904_0d82c0d6f69642ec629fff3fc819cd17.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_0d82c0d6f69642ec629fff3fc819cd17.jpg already downloaded
2026-03-29 11:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd4%252F34%252Fd43446cf9933dda1bb293cf3cf7a4f2d%252Fpa%252FZJ91904_c7ea4b0391fb6957f3a8feaacf5d2f5a.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_c7ea4b0391fb6957f3a8feaacf5d2f5a.jpg already downloaded
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd4%252F34%252Fd43446cf9933dda1bb293cf3cf7a4f2d%252Fpa%252FZJ91904_87c236adeedcb3c5e11265219457733a.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_87c236adeedcb3c5e11265219457733a.jpg already downloaded
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd4%252F34%252Fd43446cf9933dda1bb293cf3cf7a4f2d%252Fpa%252FZJ91904_b4d57f542106f1f78484c6c1de6a28ad.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_b4d57f542106f1f78484c6c1de6a28ad.jpg already downloaded
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd4%252F34%252Fd43446cf9933dda1bb293cf3cf7a4f2d%252Fpa%252FZJ91904_8f6bc005384739bb2272cfa8af7acf7f.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_8f6bc005384739bb2272cfa8af7acf7f.jpg already downloaded
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd4%252F34%252Fd43446cf9933dda1bb293cf3cf7a4f2d%252Fpa%252FZJ91904_08d229aa0819de3b57722a69590785a3.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_08d229aa0819de3b57722a69590785a3.jpg already downloaded
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd4%252F34%252Fd43446cf9933dda1bb293cf3cf7a4f2d%252Fpa%252FZJ91904_e34825ae3db2b9966b6512412c5adbfc.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_e34825ae3db2b9966b6512412c5adbfc.jpg already downloaded
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimg-pa.auto1.com%252Fimgd4%252F34%252Fd43446cf9933dda1bb293cf3cf7a4f2d%252Fpa%252FZJ91904_e4d0b3fa85e706dd12ab98a00cf73812.jpg%27 HTTP/1.1" 200 None
2026-03-29 11:00:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_e4d0b3fa85e706dd12ab98a00cf73812.jpg already downloaded
2026-03-29 11:00:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 224d14b9-8119-5fde-8147-0c67c2a43195, identifier: ZJ91904
2026-03-29 11:00:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 224d14b9-8119-5fde-8147-0c67c2a43195 with identifier: ZJ91904
2026-03-29 11:00:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 224d14b9-8119-5fde-8147-0c67c2a43195 with identifier: ZJ91904
2026-03-29 11:00:22 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 224d14b9-8119-5fde-8147-0c67c2a43195 with identifier: ZJ91904 to the API
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:00:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/en/app/merchant/car/ZJ91904>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 192,
'expiration_date': '2026-03-30T15:03:13Z',
'fuel_type': 'petrol',
'id': '224d14b9-8119-5fde-8147-0c67c2a43195',
'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/ZJ91904',
'listing': 'auction',
'location': 'ES, Madrid',
'make': 'MINI',
'model': 'MINI',
'odometer': 141977,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 16,
'photo_urls': ['https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_57046e0ebf6287a96cddd46e990d54a2.jpg',
'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_9b422ed5d46bf42093dc17ee3a5f0bab.jpg',
'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_0d82c0d6f69642ec629fff3fc819cd17.jpg',
'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_c7ea4b0391fb6957f3a8feaacf5d2f5a.jpg',
'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_87c236adeedcb3c5e11265219457733a.jpg',
'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_b4d57f542106f1f78484c6c1de6a28ad.jpg',
'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_8f6bc005384739bb2272cfa8af7acf7f.jpg',
'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_08d229aa0819de3b57722a69590785a3.jpg',
'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_e34825ae3db2b9966b6512412c5adbfc.jpg',
'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_e4d0b3fa85e706dd12ab98a00cf73812.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_224d14b9-8119-5fde-8147-0c67c2a43195/224d14b9-8119-5fde-8147-0c67c2a43195_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79182,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_57046e0ebf6287a96cddd46e990d54a2.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_224d14b9-8119-5fde-8147-0c67c2a43195/224d14b9-8119-5fde-8147-0c67c2a43195_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76004,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_9b422ed5d46bf42093dc17ee3a5f0bab.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_224d14b9-8119-5fde-8147-0c67c2a43195/224d14b9-8119-5fde-8147-0c67c2a43195_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71307,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_0d82c0d6f69642ec629fff3fc819cd17.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_224d14b9-8119-5fde-8147-0c67c2a43195/224d14b9-8119-5fde-8147-0c67c2a43195_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61585,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_c7ea4b0391fb6957f3a8feaacf5d2f5a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_224d14b9-8119-5fde-8147-0c67c2a43195/224d14b9-8119-5fde-8147-0c67c2a43195_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64297,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_87c236adeedcb3c5e11265219457733a.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_224d14b9-8119-5fde-8147-0c67c2a43195/224d14b9-8119-5fde-8147-0c67c2a43195_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66765,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_b4d57f542106f1f78484c6c1de6a28ad.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_224d14b9-8119-5fde-8147-0c67c2a43195/224d14b9-8119-5fde-8147-0c67c2a43195_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51304,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_8f6bc005384739bb2272cfa8af7acf7f.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_224d14b9-8119-5fde-8147-0c67c2a43195/224d14b9-8119-5fde-8147-0c67c2a43195_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88525,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_08d229aa0819de3b57722a69590785a3.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_224d14b9-8119-5fde-8147-0c67c2a43195/224d14b9-8119-5fde-8147-0c67c2a43195_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77709,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_e34825ae3db2b9966b6512412c5adbfc.jpg',
'Width': 800},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_224d14b9-8119-5fde-8147-0c67c2a43195/224d14b9-8119-5fde-8147-0c67c2a43195_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60588,
'Height': 600,
'OriginUrl': 'https://img-pa.auto1.com/imgd4/34/d43446cf9933dda1bb293cf3cf7a4f2d/pa/ZJ91904_e4d0b3fa85e706dd12ab98a00cf73812.jpg',
'Width': 800}],
'price': 0,
'price_includes_vat': True,
'registration_date': '2020-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'MINI Cooper S',
'transmission': 'automatic',
'trim': '',
'year': 2020}
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZJ91904%27 HTTP/1.1" 200 None
2026-03-29 11:00:22 [auto1.es] INFO: Saving data for ZJ91904: {'created_time': 1774782022.588138, 'last_price_update_time': 1774782022.588152, 'auction_closing_time': 1774882993.0}
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='ZJ91904') HTTP/1.1" 204 0
2026-03-29 11:00:30 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:00:30 [auto1.es] INFO: Channel: 24h | Page: 3 | totalHits: 1633 | hits on page: 40
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: DW27115
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DW27115%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for DW27115: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: ED81509
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ED81509%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for ED81509: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: RZ43075
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RZ43075%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for RZ43075: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: JJ21664
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JJ21664%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for JJ21664: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: RK31949
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: DA42101
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DA42101%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for DA42101: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: BA69170
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: MV61216
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: GK85431
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GK85431%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for GK85431: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: EX41974
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EX41974%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for EX41974: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: AV79521
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AV79521%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for AV79521: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: LR65108
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LR65108%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for LR65108: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: CF79242
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: ZZ15598
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: XL90476
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XL90476%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for XL90476: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: TF16142
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: CW38943
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: CY26712
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CY26712%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for CY26712: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: EA09271
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: MT83895
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MT83895%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for MT83895: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: EW06270
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EW06270%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for EW06270: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: TW27527
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: GU79254
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: EY19176
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EY19176%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for EY19176: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: FV38056
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: DA52344
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: DG19356
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: WA77291
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: HP73598
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: TY10266
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: FX89085
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FX89085%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for FX89085: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: SE47115
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: DR86630
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DR86630%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for DR86630: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: ZR58264
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZR58264%27 HTTP/1.1" 200 None
2026-03-29 11:00:30 [auto1.es] INFO: Scrape type for ZR58264: 0
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: CU50273
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: YG41867
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: JN05964
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: FM76074
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: ZN83644
2026-03-29 11:00:30 [auto1.es] INFO: Found listing with ID: KT37897
2026-03-29 11:00:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11: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-29 11:00:32 [auto1.es] INFO: Channel: 24h | Page: 4 | totalHits: 1634 | hits on page: 40
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: KT37897
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: RR71682
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RR71682%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for RR71682: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: UH51284
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UH51284%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for UH51284: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: BR06094
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: XV67448
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: DM90018
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: JS89296
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JS89296%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for JS89296: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: FK22292
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: XH26332
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: HG08189
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: BU83574
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: JH71842
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: WV17945
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WV17945%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for WV17945: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: DT10330
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: SH03418
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SH03418%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for SH03418: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: BS83179
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: UP80890
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UP80890%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for UP80890: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: DG65204
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DG65204%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for DG65204: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: WN13849
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WN13849%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for WN13849: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: GD28297
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: PK59036
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: SL79064
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: UB76587
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UB76587%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for UB76587: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: XD48344
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: UV16090
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: WL36526
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WL36526%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for WL36526: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: AU46465
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: XK54532
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XK54532%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for XK54532: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: PZ76479
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PZ76479%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for PZ76479: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: LD13903
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LD13903%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for LD13903: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: HR86968
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HR86968%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for HR86968: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: FG99809
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FG99809%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for FG99809: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: VN33770
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VN33770%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for VN33770: 0
2026-03-29 11:00:32 [auto1.es] INFO: Found listing with ID: LC68552
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LC68552%27 HTTP/1.1" 200 None
2026-03-29 11:00:32 [auto1.es] INFO: Scrape type for LC68552: 2
2026-03-29 11:00:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9168094-5b71-5196-aba9-ecb18553ee77 with identifier: LC68552
2026-03-29 11:00:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9168094-5b71-5196-aba9-ecb18553ee77 with scrape type 2
2026-03-29 11:00:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9168094-5b71-5196-aba9-ecb18553ee77 with scrape type 2
2026-03-29 11:00:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: f9168094-5b71-5196-aba9-ecb18553ee77, identifier: LC68552
2026-03-29 11:00:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: f9168094-5b71-5196-aba9-ecb18553ee77 with identifier: LC68552
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=brown HTTP/1.1" 200 None
2026-03-29 11:00:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:00:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: f9168094-5b71-5196-aba9-ecb18553ee77 with identifier: LC68552
2026-03-29 11:00:32 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: f9168094-5b71-5196-aba9-ecb18553ee77 with identifier: LC68552 to the API
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:00:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:00:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'brown',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:55:09Z',
'fuel_type': 'petrol',
'id': 'f9168094-5b71-5196-aba9-ecb18553ee77',
'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/LC68552',
'listing': 'auction',
'make': 'Honda',
'model': 'CR-V',
'odometer': 276117,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-07-30',
'seller_name': None,
'title': 'Honda CR-V 2.0 VTEC Executive',
'transmission': 'automatic',
'trim': 'Executive',
'year': 2009}
2026-03-29 11:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LC68552%27 HTTP/1.1" 200 None
2026-03-29 11:00:33 [auto1.es] INFO: Saving data for LC68552: {'auction_closing_time': 1774886109.0, 'created_time': 1773127273.995024, 'last_price_update_time': 1774782033.084225}
2026-03-29 11:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='LC68552') HTTP/1.1" 204 0
2026-03-29 11: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-29 11:00:33 [auto1.es] INFO: Found listing with ID: RG83636
2026-03-29 11:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RG83636%27 HTTP/1.1" 200 None
2026-03-29 11:00:33 [auto1.es] INFO: Scrape type for RG83636: 0
2026-03-29 11:00:33 [auto1.es] INFO: Found listing with ID: XT97336
2026-03-29 11:00:33 [auto1.es] INFO: Found listing with ID: CM19424
2026-03-29 11:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CM19424%27 HTTP/1.1" 200 None
2026-03-29 11:00:33 [auto1.es] INFO: Scrape type for CM19424: 0
2026-03-29 11:00:33 [auto1.es] INFO: Found listing with ID: CP78264
2026-03-29 11:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CP78264%27 HTTP/1.1" 200 None
2026-03-29 11:00:33 [auto1.es] INFO: Scrape type for CP78264: 0
2026-03-29 11:00:33 [auto1.es] INFO: Found listing with ID: NR18889
2026-03-29 11:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NR18889%27 HTTP/1.1" 200 None
2026-03-29 11:00:33 [auto1.es] INFO: Scrape type for NR18889: 0
2026-03-29 11:00:33 [auto1.es] INFO: Found listing with ID: BD30925
2026-03-29 11: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-29 11:00:35 [auto1.es] INFO: Channel: 24h | Page: 5 | totalHits: 1634 | hits on page: 40
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: JR87984
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: XL11781
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XL11781%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for XL11781: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: YE53281
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YE53281%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for YE53281: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: TU71868
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: KE29048
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: SZ79556
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: ZV95361
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZV95361%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for ZV95361: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: TT67656
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: WA75456
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WA75456%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for WA75456: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: ME86804
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: DY56989
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: WM80180
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WM80180%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for WM80180: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: XS16270
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: NE82558
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: WA73273
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: TP06770
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: JG96257
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JG96257%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for JG96257: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: XX73025
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: KL57529
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: CH60945
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CH60945%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for CH60945: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: UV28052
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: WK61099
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WK61099%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for WK61099: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: ER43390
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ER43390%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for ER43390: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: ZG91019
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: YA56979
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: MM94561
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MM94561%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for MM94561: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: CP55474
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: EK02363
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: RR37429
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: FT14290
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: MV51278
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: TZ15382
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: CH35723
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CH35723%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for CH35723: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: BK94618
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BK94618%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for BK94618: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: XT80551
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XT80551%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for XT80551: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: SL83785
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SL83785%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for SL83785: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: RH48139
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: XU11405
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XU11405%27 HTTP/1.1" 200 None
2026-03-29 11:00:35 [auto1.es] INFO: Scrape type for XU11405: 0
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: VR07932
2026-03-29 11:00:35 [auto1.es] INFO: Found listing with ID: TZ59623
2026-03-29 11: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-29 11: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-29 11:00:36 [auto1.es] INFO: Channel: 24h | Page: 6 | totalHits: 1634 | hits on page: 40
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: UZ58756
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UZ58756%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for UZ58756: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: DK97910
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: TY54994
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: KJ62845
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: UU93913
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: RD73419
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RD73419%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for RD73419: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: ZE78921
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZE78921%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for ZE78921: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: ZH97805
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: GB64088
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: EC92168
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EC92168%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for EC92168: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: DU03691
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: FY67843
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FY67843%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for FY67843: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: LA22899
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LA22899%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for LA22899: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: BK29060
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: FE11610
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FE11610%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for FE11610: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: MD24315
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: DF11976
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: HL11989
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HL11989%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for HL11989: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: EE18578
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: HV58793
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: AU82484
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AU82484%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for AU82484: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: CL32416
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CL32416%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for CL32416: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: JT03070
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JT03070%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for JT03070: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: NE16283
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NE16283%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for NE16283: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: CZ44348
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: ZA37078
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: UE66949
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: UZ91236
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UZ91236%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for UZ91236: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: CU24817
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CU24817%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for CU24817: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: RR40846
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: UG21171
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: AS83743
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: GZ25501
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GZ25501%27 HTTP/1.1" 200 None
2026-03-29 11:00:36 [auto1.es] INFO: Scrape type for GZ25501: 0
2026-03-29 11:00:36 [auto1.es] INFO: Found listing with ID: LS55149
2026-03-29 11:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LS55149%27 HTTP/1.1" 200 None
2026-03-29 11:00:37 [auto1.es] INFO: Scrape type for LS55149: 0
2026-03-29 11:00:37 [auto1.es] INFO: Found listing with ID: PD21728
2026-03-29 11:00:37 [auto1.es] INFO: Found listing with ID: GT92698
2026-03-29 11:00:37 [auto1.es] INFO: Found listing with ID: VD81677
2026-03-29 11:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VD81677%27 HTTP/1.1" 200 None
2026-03-29 11:00:37 [auto1.es] INFO: Scrape type for VD81677: 0
2026-03-29 11:00:37 [auto1.es] INFO: Found listing with ID: YT10361
2026-03-29 11:00:37 [auto1.es] INFO: Found listing with ID: NN86390
2026-03-29 11:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NN86390%27 HTTP/1.1" 200 None
2026-03-29 11:00:37 [auto1.es] INFO: Scrape type for NN86390: 0
2026-03-29 11:00:37 [auto1.es] INFO: Found listing with ID: ZD67493
2026-03-29 11:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZD67493%27 HTTP/1.1" 200 None
2026-03-29 11:00:37 [auto1.es] INFO: Scrape type for ZD67493: 0
2026-03-29 11:00:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:00:38 [auto1.es] INFO: Channel: 24h | Page: 7 | totalHits: 1634 | hits on page: 40
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: XB61397
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: UG63824
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UG63824%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for UG63824: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: FC07978
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FC07978%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for FC07978: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: JR86606
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JR86606%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for JR86606: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: WW69130
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: MX84470
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MX84470%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for MX84470: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: YX82549
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YX82549%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for YX82549: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: MT58185
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MT58185%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for MT58185: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: JP19484
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JP19484%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for JP19484: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: TX02408
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TX02408%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for TX02408: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: BM81559
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BM81559%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for BM81559: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: CK76032
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CK76032%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for CK76032: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: WV75018
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: PG51774
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PG51774%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for PG51774: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: PA43540
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: CB03666
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CB03666%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for CB03666: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: ZN02005
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: ZJ67299
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: MD81888
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MD81888%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for MD81888: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: ZW95177
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZW95177%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for ZW95177: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: KD17519
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KD17519%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for KD17519: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: LC37713
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LC37713%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for LC37713: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: BD22709
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: VB81501
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VB81501%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for VB81501: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: ZZ62546
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZZ62546%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for ZZ62546: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: FA71297
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FA71297%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for FA71297: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: UV08458
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: CL10688
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: NL01395
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: WA88394
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: VR45740
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VR45740%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for VR45740: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: EZ05662
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: UJ64573
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UJ64573%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for UJ64573: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: CB84377
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CB84377%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for CB84377: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: TT52004
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TT52004%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for TT52004: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: VU50837
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VU50837%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for VU50837: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: YW59434
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YW59434%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for YW59434: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: DW22650
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DW22650%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for DW22650: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: NL32920
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NL32920%27 HTTP/1.1" 200 None
2026-03-29 11:00:38 [auto1.es] INFO: Scrape type for NL32920: 0
2026-03-29 11:00:38 [auto1.es] INFO: Found listing with ID: PZ72634
2026-03-29 11: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-29 11:00:39 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:00:39 [auto1.es] INFO: Channel: 24h | Page: 8 | totalHits: 1634 | hits on page: 40
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: XF10257
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XF10257%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for XF10257: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: YT02265
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YT02265%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for YT02265: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: TG66753
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TG66753%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for TG66753: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: GJ58304
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: TH38754
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TH38754%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for TH38754: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: CM92438
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: BX60688
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: GA23722
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GA23722%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for GA23722: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: ER91055
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: ES48862
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: TV58646
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TV58646%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for TV58646: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: PK58195
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: BC07750
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: TV36726
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: RU11910
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: KL17939
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: SM25064
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SM25064%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for SM25064: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: XH50909
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: UZ86093
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: XE30764
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XE30764%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for XE30764: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: GT72542
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: KE66826
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KE66826%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for KE66826: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: LH51054
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LH51054%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for LH51054: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: HF65167
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HF65167%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for HF65167: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: TW93253
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TW93253%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for TW93253: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: ZZ72823
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZZ72823%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for ZZ72823: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: ZE41555
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: AW49477
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AW49477%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for AW49477: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: MS49436
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: XE32619
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: SB32545
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SB32545%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for SB32545: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: XR29035
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: UG14230
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: US15459
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27US15459%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for US15459: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: VC98401
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: HZ04358
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HZ04358%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for HZ04358: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: VJ61689
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: TZ36663
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TZ36663%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for TZ36663: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: MA92923
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MA92923%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for MA92923: 0
2026-03-29 11:00:39 [auto1.es] INFO: Found listing with ID: RK72644
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RK72644%27 HTTP/1.1" 200 None
2026-03-29 11:00:39 [auto1.es] INFO: Scrape type for RK72644: 0
2026-03-29 11:00:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:00:40 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:00:40 [auto1.es] INFO: Channel: 24h | Page: 9 | totalHits: 1634 | hits on page: 40
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: GT49964
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GT49964%27 HTTP/1.1" 200 None
2026-03-29 11:00:40 [auto1.es] INFO: Scrape type for GT49964: 0
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: XW07664
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: UR00464
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: FA05952
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FA05952%27 HTTP/1.1" 200 None
2026-03-29 11:00:40 [auto1.es] INFO: Scrape type for FA05952: 0
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: HA22815
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HA22815%27 HTTP/1.1" 200 None
2026-03-29 11:00:40 [auto1.es] INFO: Scrape type for HA22815: 0
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: EE78385
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: KT28524
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KT28524%27 HTTP/1.1" 200 None
2026-03-29 11:00:40 [auto1.es] INFO: Scrape type for KT28524: 0
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: BZ29136
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: US76988
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27US76988%27 HTTP/1.1" 200 None
2026-03-29 11:00:40 [auto1.es] INFO: Scrape type for US76988: 0
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: XY35870
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XY35870%27 HTTP/1.1" 200 None
2026-03-29 11:00:40 [auto1.es] INFO: Scrape type for XY35870: 0
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: ZA28450
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: MB16167
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MB16167%27 HTTP/1.1" 200 None
2026-03-29 11:00:40 [auto1.es] INFO: Scrape type for MB16167: 0
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: SD86160
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: UT04175
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UT04175%27 HTTP/1.1" 200 None
2026-03-29 11:00:40 [auto1.es] INFO: Scrape type for UT04175: 0
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: KK78857
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KK78857%27 HTTP/1.1" 200 None
2026-03-29 11:00:40 [auto1.es] INFO: Scrape type for KK78857: 0
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: NJ25414
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: GP92404
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GP92404%27 HTTP/1.1" 200 None
2026-03-29 11:00:40 [auto1.es] INFO: Scrape type for GP92404: 0
2026-03-29 11:00:40 [auto1.es] INFO: Found listing with ID: MZ66022
2026-03-29 11:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MZ66022%27 HTTP/1.1" 200 None
2026-03-29 11:00:41 [auto1.es] INFO: Scrape type for MZ66022: 0
2026-03-29 11:00:41 [auto1.es] INFO: Found listing with ID: ZD85047
2026-03-29 11:00:41 [auto1.es] INFO: Found listing with ID: TV99660
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TV99660%27 HTTP/1.1" 200 None
2026-03-29 11:00:41 [auto1.es] INFO: Scrape type for TV99660: 0
2026-03-29 11:00:41 [auto1.es] INFO: Found listing with ID: LE09183
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LE09183%27 HTTP/1.1" 200 None
2026-03-29 11:00:41 [auto1.es] INFO: Scrape type for LE09183: 0
2026-03-29 11:00:41 [auto1.es] INFO: Found listing with ID: MK04112
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MK04112%27 HTTP/1.1" 200 None
2026-03-29 11:00:41 [auto1.es] INFO: Scrape type for MK04112: 0
2026-03-29 11:00:41 [auto1.es] INFO: Found listing with ID: CJ74975
2026-03-29 11:00:41 [auto1.es] INFO: Found listing with ID: RE01082
2026-03-29 11:00:41 [auto1.es] INFO: Found listing with ID: DH50359
2026-03-29 11:00:41 [auto1.es] INFO: Found listing with ID: GF91510
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GF91510%27 HTTP/1.1" 200 None
2026-03-29 11:00:41 [auto1.es] INFO: Scrape type for GF91510: 2
2026-03-29 11:00:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78022b4d-82b9-5a75-8956-3ccec8db8716 with identifier: GF91510
2026-03-29 11:00:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78022b4d-82b9-5a75-8956-3ccec8db8716 with scrape type 2
2026-03-29 11:00:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78022b4d-82b9-5a75-8956-3ccec8db8716 with scrape type 2
2026-03-29 11:00:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 78022b4d-82b9-5a75-8956-3ccec8db8716, identifier: GF91510
2026-03-29 11:00:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 78022b4d-82b9-5a75-8956-3ccec8db8716 with identifier: GF91510
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red HTTP/1.1" 200 None
2026-03-29 11:00:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:00:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 78022b4d-82b9-5a75-8956-3ccec8db8716 with identifier: GF91510
2026-03-29 11:00:41 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 78022b4d-82b9-5a75-8956-3ccec8db8716 with identifier: GF91510 to the API
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11: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': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:52:35Z',
'fuel_type': 'petrol',
'id': '78022b4d-82b9-5a75-8956-3ccec8db8716',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GF91510',
'listing': 'auction',
'make': 'Honda',
'model': 'Civic',
'odometer': 252523,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-04-01',
'seller_name': None,
'title': 'Honda Civic 1.8 VTEC Sport',
'transmission': 'manual',
'trim': 'Sport',
'year': 2008}
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GF91510%27 HTTP/1.1" 200 None
2026-03-29 11:00:41 [auto1.es] INFO: Saving data for GF91510: {'auction_closing_time': 1774885955.0, 'created_time': 1774598437.8398, 'last_price_update_time': 1774782041.938872}
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='GF91510') HTTP/1.1" 204 0
2026-03-29 11: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-29 11:00:42 [auto1.es] INFO: Found listing with ID: CY33639
2026-03-29 11:00:42 [auto1.es] INFO: Found listing with ID: TH42321
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TH42321%27 HTTP/1.1" 200 None
2026-03-29 11:00:42 [auto1.es] INFO: Scrape type for TH42321: 0
2026-03-29 11:00:42 [auto1.es] INFO: Found listing with ID: MV66149
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MV66149%27 HTTP/1.1" 200 None
2026-03-29 11:00:42 [auto1.es] INFO: Scrape type for MV66149: 0
2026-03-29 11:00:42 [auto1.es] INFO: Found listing with ID: YN87603
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YN87603%27 HTTP/1.1" 200 None
2026-03-29 11:00:42 [auto1.es] INFO: Scrape type for YN87603: 0
2026-03-29 11:00:42 [auto1.es] INFO: Found listing with ID: LZ46895
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LZ46895%27 HTTP/1.1" 200 None
2026-03-29 11:00:42 [auto1.es] INFO: Scrape type for LZ46895: 0
2026-03-29 11:00:42 [auto1.es] INFO: Found listing with ID: AX44077
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AX44077%27 HTTP/1.1" 200 None
2026-03-29 11:00:42 [auto1.es] INFO: Scrape type for AX44077: 0
2026-03-29 11:00:42 [auto1.es] INFO: Found listing with ID: KA03965
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KA03965%27 HTTP/1.1" 200 None
2026-03-29 11:00:42 [auto1.es] INFO: Scrape type for KA03965: 0
2026-03-29 11:00:42 [auto1.es] INFO: Found listing with ID: VY79156
2026-03-29 11:00:42 [auto1.es] INFO: Found listing with ID: ZD98631
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZD98631%27 HTTP/1.1" 200 None
2026-03-29 11:00:42 [auto1.es] INFO: Scrape type for ZD98631: 0
2026-03-29 11:00:42 [auto1.es] INFO: Found listing with ID: VB06067
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VB06067%27 HTTP/1.1" 200 None
2026-03-29 11:00:42 [auto1.es] INFO: Scrape type for VB06067: 0
2026-03-29 11:00:42 [auto1.es] INFO: Found listing with ID: LN79000
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LN79000%27 HTTP/1.1" 200 None
2026-03-29 11:00:42 [auto1.es] INFO: Scrape type for LN79000: 0
2026-03-29 11:00:42 [auto1.es] INFO: Found listing with ID: WF38269
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WF38269%27 HTTP/1.1" 200 None
2026-03-29 11:00:42 [auto1.es] INFO: Scrape type for WF38269: 0
2026-03-29 11:00:42 [auto1.es] INFO: Found listing with ID: ZP63371
2026-03-29 11:00:42 [auto1.es] INFO: Found listing with ID: AR66930
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AR66930%27 HTTP/1.1" 200 None
2026-03-29 11:00:42 [auto1.es] INFO: Scrape type for AR66930: 0
2026-03-29 11:00:43 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:00:43 [auto1.es] INFO: Channel: 24h | Page: 10 | totalHits: 1634 | hits on page: 40
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: NF50225
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: UY91237
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UY91237%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for UY91237: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: BW95892
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BW95892%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for BW95892: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: WJ41546
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WJ41546%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for WJ41546: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: EV24986
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: CV55647
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CV55647%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for CV55647: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: AK39366
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: MP42129
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: US62841
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27US62841%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for US62841: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: ZF52825
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZF52825%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for ZF52825: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: RU33051
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: ZT28887
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: RE88096
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RE88096%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for RE88096: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: AB11386
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: MZ44217
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MZ44217%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for MZ44217: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: ZZ54358
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZZ54358%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for ZZ54358: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: RK37999
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: FB55193
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: NT36194
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: CE45579
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CE45579%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for CE45579: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: MR81111
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: WS59204
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: NN13578
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NN13578%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for NN13578: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: NB97215
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: JM88117
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JM88117%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for JM88117: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: TF20925
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: BB64860
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: CD37802
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: MN42055
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MN42055%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for MN42055: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: DA46223
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DA46223%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for DA46223: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: UM01301
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: EK86006
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: JB16763
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JB16763%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for JB16763: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: XT42288
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XT42288%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for XT42288: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: VM06943
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: EE09579
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EE09579%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for EE09579: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: BB29813
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BB29813%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for BB29813: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: YU03196
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: HU12913
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HU12913%27 HTTP/1.1" 200 None
2026-03-29 11:00:43 [auto1.es] INFO: Scrape type for HU12913: 0
2026-03-29 11:00:43 [auto1.es] INFO: Found listing with ID: WZ44927
2026-03-29 11: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-29 11:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:00:44 [auto1.es] INFO: Channel: 24h | Page: 11 | totalHits: 1634 | hits on page: 40
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: LJ64414
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LJ64414%27 HTTP/1.1" 200 None
2026-03-29 11:00:44 [auto1.es] INFO: Scrape type for LJ64414: 0
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: UG25415
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UG25415%27 HTTP/1.1" 200 None
2026-03-29 11:00:44 [auto1.es] INFO: Scrape type for UG25415: 0
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: FJ09985
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FJ09985%27 HTTP/1.1" 200 None
2026-03-29 11:00:44 [auto1.es] INFO: Scrape type for FJ09985: 0
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: DV40298
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DV40298%27 HTTP/1.1" 200 None
2026-03-29 11:00:44 [auto1.es] INFO: Scrape type for DV40298: 0
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: BV69737
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BV69737%27 HTTP/1.1" 200 None
2026-03-29 11:00:44 [auto1.es] INFO: Scrape type for BV69737: 0
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: XT49013
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: BM13295
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BM13295%27 HTTP/1.1" 200 None
2026-03-29 11:00:44 [auto1.es] INFO: Scrape type for BM13295: 0
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: JF42327
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JF42327%27 HTTP/1.1" 200 None
2026-03-29 11:00:44 [auto1.es] INFO: Scrape type for JF42327: 0
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: NT66217
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: UE32558
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: FZ71320
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: EH99000
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: VP11478
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: SR43030
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SR43030%27 HTTP/1.1" 200 None
2026-03-29 11:00:44 [auto1.es] INFO: Scrape type for SR43030: 0
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: EB93661
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EB93661%27 HTTP/1.1" 200 None
2026-03-29 11:00:44 [auto1.es] INFO: Scrape type for EB93661: 0
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: TJ92656
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: RC43522
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RC43522%27 HTTP/1.1" 200 None
2026-03-29 11:00:44 [auto1.es] INFO: Scrape type for RC43522: 0
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: AE79363
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AE79363%27 HTTP/1.1" 200 None
2026-03-29 11:00:44 [auto1.es] INFO: Scrape type for AE79363: 0
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: AR16993
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: CB57175
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CB57175%27 HTTP/1.1" 200 None
2026-03-29 11:00:44 [auto1.es] INFO: Scrape type for CB57175: 0
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: RP83421
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: EB96855
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: SU20973
2026-03-29 11:00:44 [auto1.es] INFO: Found listing with ID: JM72010
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JM72010%27 HTTP/1.1" 200 None
2026-03-29 11:00:44 [auto1.es] INFO: Scrape type for JM72010: 2
2026-03-29 11:00:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0dbb315c-d7fe-548a-b668-25e3a8cbe196 with identifier: JM72010
2026-03-29 11:00:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0dbb315c-d7fe-548a-b668-25e3a8cbe196 with scrape type 2
2026-03-29 11:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0dbb315c-d7fe-548a-b668-25e3a8cbe196 with scrape type 2
2026-03-29 11:00:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 0dbb315c-d7fe-548a-b668-25e3a8cbe196, identifier: JM72010
2026-03-29 11:00:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 0dbb315c-d7fe-548a-b668-25e3a8cbe196 with identifier: JM72010
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black HTTP/1.1" 200 None
2026-03-29 11:00:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:00:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 0dbb315c-d7fe-548a-b668-25e3a8cbe196 with identifier: JM72010
2026-03-29 11:00:45 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 0dbb315c-d7fe-548a-b668-25e3a8cbe196 with identifier: JM72010 to the API
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11: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': 110,
'expiration_date': '2026-03-30T15:41:19Z',
'fuel_type': 'diesel',
'id': '0dbb315c-d7fe-548a-b668-25e3a8cbe196',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JM72010',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'A-Klasse',
'odometer': 149625,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-06-26',
'seller_name': None,
'title': 'Mercedes-Benz A-Klasse A 180 CDI BlueEfficiency Urban',
'transmission': 'automatic',
'trim': 'BlueEfficiency Urban',
'year': 2013}
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JM72010%27 HTTP/1.1" 200 None
2026-03-29 11:00:45 [auto1.es] INFO: Saving data for JM72010: {'auction_closing_time': 1774885279.0, 'created_time': 1774598439.660156, 'last_price_update_time': 1774782045.581132}
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='JM72010') HTTP/1.1" 204 0
2026-03-29 11:00:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: PT78708
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: AZ15880
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AZ15880%27 HTTP/1.1" 200 None
2026-03-29 11:00:45 [auto1.es] INFO: Scrape type for AZ15880: 0
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: UD80780
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UD80780%27 HTTP/1.1" 200 None
2026-03-29 11:00:45 [auto1.es] INFO: Scrape type for UD80780: 0
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: KK58093
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KK58093%27 HTTP/1.1" 200 None
2026-03-29 11:00:45 [auto1.es] INFO: Scrape type for KK58093: 0
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: DW27035
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DW27035%27 HTTP/1.1" 200 None
2026-03-29 11:00:45 [auto1.es] INFO: Scrape type for DW27035: 0
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: ZG18454
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: HA25095
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: XC39222
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XC39222%27 HTTP/1.1" 200 None
2026-03-29 11:00:45 [auto1.es] INFO: Scrape type for XC39222: 0
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: JW76352
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: XV58633
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: FJ32217
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: JJ54433
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: LB05915
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LB05915%27 HTTP/1.1" 200 None
2026-03-29 11:00:45 [auto1.es] INFO: Scrape type for LB05915: 0
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: PW99692
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: AW04396
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AW04396%27 HTTP/1.1" 200 None
2026-03-29 11:00:45 [auto1.es] INFO: Scrape type for AW04396: 0
2026-03-29 11:00:45 [auto1.es] INFO: Found listing with ID: RT81282
2026-03-29 11:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:00:46 [auto1.es] INFO: Channel: 24h | Page: 12 | totalHits: 1634 | hits on page: 40
2026-03-29 11:00:46 [auto1.es] INFO: Found listing with ID: SN13846
2026-03-29 11:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SN13846%27 HTTP/1.1" 200 None
2026-03-29 11:00:46 [auto1.es] INFO: Scrape type for SN13846: 0
2026-03-29 11:00:46 [auto1.es] INFO: Found listing with ID: SE78782
2026-03-29 11:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SE78782%27 HTTP/1.1" 200 None
2026-03-29 11:00:46 [auto1.es] INFO: Scrape type for SE78782: 0
2026-03-29 11:00:46 [auto1.es] INFO: Found listing with ID: YG58121
2026-03-29 11:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YG58121%27 HTTP/1.1" 200 None
2026-03-29 11:00:46 [auto1.es] INFO: Scrape type for YG58121: 0
2026-03-29 11:00:46 [auto1.es] INFO: Found listing with ID: YX61230
2026-03-29 11:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YX61230%27 HTTP/1.1" 200 None
2026-03-29 11:00:46 [auto1.es] INFO: Scrape type for YX61230: 0
2026-03-29 11:00:46 [auto1.es] INFO: Found listing with ID: ZJ79467
2026-03-29 11:00:46 [auto1.es] INFO: Found listing with ID: RM79142
2026-03-29 11:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RM79142%27 HTTP/1.1" 200 None
2026-03-29 11:00:46 [auto1.es] INFO: Scrape type for RM79142: 0
2026-03-29 11:00:46 [auto1.es] INFO: Found listing with ID: DX86055
2026-03-29 11:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DX86055%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for DX86055: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: TC70621
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TC70621%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for TC70621: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: MC49666
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MC49666%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for MC49666: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: HZ02297
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: AG74382
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: HU25614
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: KE44681
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KE44681%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for KE44681: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: GS59468
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: AV97332
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AV97332%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for AV97332: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: EH44076
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: LT61588
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: HJ75824
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: PE24027
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PE24027%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for PE24027: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: ZL28914
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: HB55085
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: LU70143
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: VE50785
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VE50785%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for VE50785: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: SH67409
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SH67409%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for SH67409: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: PC36576
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PC36576%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for PC36576: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: LX82632
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LX82632%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for LX82632: 2
2026-03-29 11:00:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f012e360-ccbe-5db8-8872-862113d720b6 with identifier: LX82632
2026-03-29 11:00:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f012e360-ccbe-5db8-8872-862113d720b6 with scrape type 2
2026-03-29 11:00:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f012e360-ccbe-5db8-8872-862113d720b6 with scrape type 2
2026-03-29 11:00:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: f012e360-ccbe-5db8-8872-862113d720b6, identifier: LX82632
2026-03-29 11:00:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: f012e360-ccbe-5db8-8872-862113d720b6 with identifier: LX82632
2026-03-29 11:00:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: f012e360-ccbe-5db8-8872-862113d720b6 with identifier: LX82632
2026-03-29 11:00:47 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: f012e360-ccbe-5db8-8872-862113d720b6 with identifier: LX82632 to the API
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 95,
'expiration_date': '2026-03-30T15:15:56Z',
'fuel_type': 'petrol',
'id': 'f012e360-ccbe-5db8-8872-862113d720b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LX82632',
'listing': 'auction',
'make': 'Fiat',
'model': 'Tipo',
'odometer': 94549,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-15',
'seller_name': None,
'title': 'Fiat Tipo 1.4 Lounge Plus',
'transmission': 'manual',
'trim': 'Lounge Plus',
'year': 2016}
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LX82632%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Saving data for LX82632: {'auction_closing_time': 1774883756.0, 'created_time': 1774598438.815777, 'last_price_update_time': 1774782047.619793}
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='LX82632') HTTP/1.1" 204 0
2026-03-29 11:00:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: PJ00608
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PJ00608%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for PJ00608: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: RY19109
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RY19109%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for RY19109: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: RK31632
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: RH35807
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: ZA80784
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: AP01935
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AP01935%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for AP01935: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: FK59567
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: HA98182
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: LC81120
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LC81120%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for LC81120: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: NG74473
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NG74473%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for NG74473: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: WH24419
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: HB38669
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HB38669%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for HB38669: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: JX70017
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JX70017%27 HTTP/1.1" 200 None
2026-03-29 11:00:47 [auto1.es] INFO: Scrape type for JX70017: 0
2026-03-29 11:00:47 [auto1.es] INFO: Found listing with ID: GF99536
2026-03-29 11:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:00:49 [auto1.es] INFO: Channel: 24h | Page: 13 | totalHits: 1634 | hits on page: 40
2026-03-29 11:00:49 [auto1.es] INFO: Found listing with ID: PL21143
2026-03-29 11:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PL21143%27 HTTP/1.1" 200 None
2026-03-29 11:00:49 [auto1.es] INFO: Scrape type for PL21143: 2
2026-03-29 11:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9de40c33-cf01-5f99-be24-7020332bac33 with identifier: PL21143
2026-03-29 11:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9de40c33-cf01-5f99-be24-7020332bac33 with scrape type 2
2026-03-29 11:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9de40c33-cf01-5f99-be24-7020332bac33 with scrape type 2
2026-03-29 11:00:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 9de40c33-cf01-5f99-be24-7020332bac33, identifier: PL21143
2026-03-29 11:00:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 9de40c33-cf01-5f99-be24-7020332bac33 with identifier: PL21143
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=blue HTTP/1.1" 200 None
2026-03-29 11:00:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11: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-29 11:00:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 9de40c33-cf01-5f99-be24-7020332bac33 with identifier: PL21143
2026-03-29 11:00:50 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 9de40c33-cf01-5f99-be24-7020332bac33 with identifier: PL21143 to the API
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11: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': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:33:59Z',
'fuel_type': 'diesel',
'id': '9de40c33-cf01-5f99-be24-7020332bac33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PL21143',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 270896,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-04-24',
'seller_name': None,
'title': 'Volkswagen Passat 2.0 TDI Sportline',
'transmission': 'automatic',
'trim': 'Sportline',
'year': 2007}
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PL21143%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Saving data for PL21143: {'auction_closing_time': 1774884839.0, 'created_time': 1773345670.772034, 'last_price_update_time': 1774782050.560577}
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='PL21143') HTTP/1.1" 204 0
2026-03-29 11:00:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: GZ61403
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GZ61403%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for GZ61403: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: PD17011
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: CW88498
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CW88498%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for CW88498: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: MG47386
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MG47386%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for MG47386: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: RT90695
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: BF22404
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BF22404%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for BF22404: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: BL42593
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: TF90504
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: NM67545
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NM67545%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for NM67545: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: EL32039
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: HG47154
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HG47154%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for HG47154: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: HZ40578
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: GG84553
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GG84553%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for GG84553: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: SM50481
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: KG64326
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: HF28057
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HF28057%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for HF28057: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: AD15625
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AD15625%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for AD15625: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: DV59548
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DV59548%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for DV59548: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: ZY07880
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZY07880%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for ZY07880: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: EZ75681
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: XC28006
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XC28006%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for XC28006: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: GT68357
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GT68357%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for GT68357: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: MZ54464
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: NM44751
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: ZP51440
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: BT54234
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BT54234%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for BT54234: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: MM77073
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: AK44201
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AK44201%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for AK44201: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: GT62572
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: XC60196
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: XT74556
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XT74556%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for XT74556: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: WH83968
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WH83968%27 HTTP/1.1" 200 None
2026-03-29 11:00:50 [auto1.es] INFO: Scrape type for WH83968: 0
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: YM46867
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: KS63423
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: KP83247
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: ET28977
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: RX29075
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: GM08675
2026-03-29 11:00:50 [auto1.es] INFO: Found listing with ID: PP39110
2026-03-29 11:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:00:52 [auto1.es] INFO: Channel: 24h | Page: 14 | totalHits: 1634 | hits on page: 40
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: XS51461
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: SK48295
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: YG24338
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: RJ73355
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RJ73355%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for RJ73355: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: ZY52551
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: BG55573
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: MB17982
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: FP05442
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FP05442%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for FP05442: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: FB43319
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FB43319%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for FB43319: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: FM79545
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: WP31785
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WP31785%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for WP31785: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: TC59600
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: FG05757
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: WA45592
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WA45592%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for WA45592: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: PD85443
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: GS63441
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GS63441%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for GS63441: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: KB02477
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KB02477%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for KB02477: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: SR16333
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: WY33726
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: UN48469
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: TJ35606
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: PN16892
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PN16892%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for PN16892: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: PD75300
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: MS70085
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MS70085%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for MS70085: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: PS31871
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PS31871%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for PS31871: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: XV71103
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: LG37212
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LG37212%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for LG37212: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: DG38450
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: MH48496
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MH48496%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for MH48496: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: RP86418
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RP86418%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for RP86418: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: RD09772
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: LR89235
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: MM73463
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MM73463%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for MM73463: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: UF76170
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: ZR14615
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZR14615%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for ZR14615: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: ES15520
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ES15520%27 HTTP/1.1" 200 None
2026-03-29 11:00:52 [auto1.es] INFO: Scrape type for ES15520: 0
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: HS16028
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: HT23405
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: PJ49539
2026-03-29 11:00:52 [auto1.es] INFO: Found listing with ID: FH47587
2026-03-29 11:00:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:00: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-29 11:00:53 [auto1.es] INFO: Channel: 24h | Page: 15 | totalHits: 1634 | hits on page: 40
2026-03-29 11:00:53 [auto1.es] INFO: Found listing with ID: GB32148
2026-03-29 11:00:53 [auto1.es] INFO: Found listing with ID: NM59518
2026-03-29 11:00:53 [auto1.es] INFO: Found listing with ID: JJ75829
2026-03-29 11:00:53 [auto1.es] INFO: Found listing with ID: LS97770
2026-03-29 11:00:53 [auto1.es] INFO: Found listing with ID: VK38327
2026-03-29 11:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VK38327%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for VK38327: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: XK60422
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XK60422%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for XK60422: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: LP80713
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LP80713%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for LP80713: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: GW16894
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: LA45475
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LA45475%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for LA45475: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: FT33215
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: FY66249
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: UD26451
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UD26451%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for UD26451: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: LK07555
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: NJ00425
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NJ00425%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for NJ00425: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: LF19420
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: MA33029
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MA33029%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for MA33029: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: LX51563
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LX51563%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for LX51563: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: YH79403
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YH79403%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for YH79403: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: MA08789
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: LG55317
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: JW67554
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JW67554%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for JW67554: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: ZS20717
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZS20717%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for ZS20717: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: UD21856
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: HH46764
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: TA73897
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TA73897%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for TA73897: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: HW09758
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: GY66563
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GY66563%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for GY66563: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: JY07683
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JY07683%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for JY07683: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: BV18028
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: CV84892
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CV84892%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for CV84892: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: LG59471
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LG59471%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for LG59471: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: SU85789
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: HE05235
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: XH86580
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XH86580%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for XH86580: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: PP21573
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PP21573%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for PP21573: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: ZE71239
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: FF26714
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: NC38723
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: XX72262
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XX72262%27 HTTP/1.1" 200 None
2026-03-29 11:00:54 [auto1.es] INFO: Scrape type for XX72262: 0
2026-03-29 11:00:54 [auto1.es] INFO: Found listing with ID: DZ42678
2026-03-29 11: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-29 11:00: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-29 11:00:55 [auto1.es] INFO: Channel: 24h | Page: 16 | totalHits: 1634 | hits on page: 40
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: LG94479
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: ZS73380
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: DB92602
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DB92602%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for DB92602: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: AL10193
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: JH13002
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: NZ88130
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: CT66486
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: PM27944
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PM27944%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for PM27944: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: CL84602
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: RF22633
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RF22633%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for RF22633: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: DD15597
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DD15597%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for DD15597: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: AS08117
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: RB01014
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RB01014%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for RB01014: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: HE42254
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: GP88698
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GP88698%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for GP88698: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: JD79732
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JD79732%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for JD79732: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: RK45787
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RK45787%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for RK45787: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: DL05579
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: DR60635
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DR60635%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for DR60635: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: RR55958
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: XH33697
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XH33697%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for XH33697: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: CH33556
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CH33556%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for CH33556: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: ZE13912
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZE13912%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for ZE13912: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: MJ15003
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: EN16009
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EN16009%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for EN16009: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: FJ63213
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FJ63213%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for FJ63213: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: LN78930
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LN78930%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for LN78930: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: VU96042
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VU96042%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for VU96042: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: FL07647
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: VC51295
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VC51295%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for VC51295: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: BC37690
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: TN84578
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TN84578%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for TN84578: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: SB36142
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: WH54771
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: XY62505
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: AK05110
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AK05110%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for AK05110: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: CC73171
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CC73171%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for CC73171: 0
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: MS33551
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: JL87579
2026-03-29 11:00:55 [auto1.es] INFO: Found listing with ID: HV86151
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HV86151%27 HTTP/1.1" 200 None
2026-03-29 11:00:55 [auto1.es] INFO: Scrape type for HV86151: 0
2026-03-29 11:00:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:01:05 [scrapy.extensions.logstats] INFO: Crawled 24 pages (at 24 pages/min), scraped 10 items (at 10 items/min)
2026-03-29 11:01:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 157MiB
2026-03-29 11:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:01:06 [auto1.es] INFO: Channel: 24h | Page: 17 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: HV86151
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HV86151%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for HV86151: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: YZ57313
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: ZN70323
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: WH79460
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WH79460%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for WH79460: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: AG66489
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: SW56869
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: VM02811
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: VJ40506
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: BX46671
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: CW49447
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CW49447%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for CW49447: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: HY73546
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: MG44284
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: FA05527
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FA05527%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for FA05527: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: VV22800
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VV22800%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for VV22800: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: JC46060
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JC46060%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for JC46060: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: SM77284
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SM77284%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for SM77284: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: BK45760
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BK45760%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for BK45760: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: AG32524
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AG32524%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for AG32524: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: YF13100
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: PH11049
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PH11049%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for PH11049: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: NK92990
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: XY25635
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: WP66264
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WP66264%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for WP66264: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: LG93188
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LG93188%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for LG93188: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: UR64839
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UR64839%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for UR64839: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: TR46498
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TR46498%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for TR46498: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: BT14659
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BT14659%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for BT14659: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: NN09509
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NN09509%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for NN09509: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: LL30707
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LL30707%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for LL30707: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: XY10294
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XY10294%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for XY10294: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: FD66693
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FD66693%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for FD66693: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: DC98818
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DC98818%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for DC98818: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: FL72079
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FL72079%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for FL72079: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: YG93174
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YG93174%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for YG93174: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: RF10879
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RF10879%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for RF10879: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: LV62700
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: TS70412
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TS70412%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for TS70412: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: UA50937
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UA50937%27 HTTP/1.1" 200 None
2026-03-29 11:01:06 [auto1.es] INFO: Scrape type for UA50937: 0
2026-03-29 11:01:06 [auto1.es] INFO: Found listing with ID: ZH85985
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZH85985%27 HTTP/1.1" 200 None
2026-03-29 11:01:07 [auto1.es] INFO: Scrape type for ZH85985: 0
2026-03-29 11:01:07 [auto1.es] INFO: Found listing with ID: LC97484
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LC97484%27 HTTP/1.1" 200 None
2026-03-29 11:01:07 [auto1.es] INFO: Scrape type for LC97484: 0
2026-03-29 11:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:01:08 [auto1.es] INFO: Channel: 24h | Page: 18 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: EE07728
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: ZJ52163
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZJ52163%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for ZJ52163: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: CV75612
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: BL83097
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: TV15408
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TV15408%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for TV15408: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: XH71672
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: CH38483
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: JP11260
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: YH80645
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: NK34270
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NK34270%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for NK34270: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: TN34966
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: WW97634
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: CZ73203
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CZ73203%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for CZ73203: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: LV49477
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LV49477%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for LV49477: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: KX05892
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KX05892%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for KX05892: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: PH10774
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: TV57362
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TV57362%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for TV57362: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: JZ86442
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: CZ94183
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: YC76181
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: NM83304
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NM83304%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for NM83304: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: FD92977
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FD92977%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for FD92977: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: GY52926
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GY52926%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for GY52926: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: VF82701
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: NZ53366
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NZ53366%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for NZ53366: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: LR10742
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: RV28339
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: JM46031
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JM46031%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for JM46031: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: UV92160
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: XX07827
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: YL57759
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YL57759%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for YL57759: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: VZ06267
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: SJ56624
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SJ56624%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for SJ56624: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: PF88217
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PF88217%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for PF88217: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: ZT56570
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZT56570%27 HTTP/1.1" 200 None
2026-03-29 11:01:08 [auto1.es] INFO: Scrape type for ZT56570: 0
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: NW09077
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: AB11281
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: YY21107
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: RK54634
2026-03-29 11:01:08 [auto1.es] INFO: Found listing with ID: YT85498
2026-03-29 11:01:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11: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-29 11:01:09 [auto1.es] INFO: Channel: 24h | Page: 19 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: YC39574
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: TL16652
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TL16652%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for TL16652: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: VY69585
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: EP39863
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EP39863%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for EP39863: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: MA45744
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: VG77720
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: XU33886
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XU33886%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for XU33886: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: CD12764
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CD12764%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for CD12764: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: EE62782
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: RL13967
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RL13967%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for RL13967: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: GU02949
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GU02949%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for GU02949: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: FS30541
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FS30541%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for FS30541: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: SG84832
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SG84832%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for SG84832: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: VL72913
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: WA94101
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: RT56400
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RT56400%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for RT56400: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: DD02198
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DD02198%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for DD02198: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: EN73965
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EN73965%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for EN73965: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: NJ18297
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: AV04114
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: WC85393
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WC85393%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for WC85393: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: CH09218
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: CE26517
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CE26517%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for CE26517: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: YD82310
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: SZ71076
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: GT34308
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: GG82225
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: GY32674
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GY32674%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for GY32674: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: CF71670
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CF71670%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for CF71670: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: ML55356
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: EB66984
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: ES45064
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: YM72054
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: KX99272
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: BF43819
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BF43819%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for BF43819: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: UU25578
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UU25578%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for UU25578: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: WC57455
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: SF05146
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SF05146%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for SF05146: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: DT02195
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DT02195%27 HTTP/1.1" 200 None
2026-03-29 11:01:09 [auto1.es] INFO: Scrape type for DT02195: 0
2026-03-29 11:01:09 [auto1.es] INFO: Found listing with ID: RH85625
2026-03-29 11: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-29 11:01: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-29 11:01:10 [auto1.es] INFO: Channel: 24h | Page: 20 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: SA98238
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: HN11800
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: TB50178
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: FU14405
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FU14405%27 HTTP/1.1" 200 None
2026-03-29 11:01:10 [auto1.es] INFO: Scrape type for FU14405: 0
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: FG12610
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FG12610%27 HTTP/1.1" 200 None
2026-03-29 11:01:10 [auto1.es] INFO: Scrape type for FG12610: 0
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: KH58468
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KH58468%27 HTTP/1.1" 200 None
2026-03-29 11:01:10 [auto1.es] INFO: Scrape type for KH58468: 0
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: PN60622
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: PZ51501
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PZ51501%27 HTTP/1.1" 200 None
2026-03-29 11:01:10 [auto1.es] INFO: Scrape type for PZ51501: 0
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: FM31640
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FM31640%27 HTTP/1.1" 200 None
2026-03-29 11:01:10 [auto1.es] INFO: Scrape type for FM31640: 0
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: SP11103
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: MD28950
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MD28950%27 HTTP/1.1" 200 None
2026-03-29 11:01:10 [auto1.es] INFO: Scrape type for MD28950: 0
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: GX93030
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: KZ85278
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KZ85278%27 HTTP/1.1" 200 None
2026-03-29 11:01:10 [auto1.es] INFO: Scrape type for KZ85278: 0
2026-03-29 11:01:10 [auto1.es] INFO: Found listing with ID: KL48857
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KL48857%27 HTTP/1.1" 200 None
2026-03-29 11:01:11 [auto1.es] INFO: Scrape type for KL48857: 0
2026-03-29 11:01:11 [auto1.es] INFO: Found listing with ID: XR91515
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XR91515%27 HTTP/1.1" 200 None
2026-03-29 11:01:11 [auto1.es] INFO: Scrape type for XR91515: 0
2026-03-29 11:01:11 [auto1.es] INFO: Found listing with ID: ZD58886
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZD58886%27 HTTP/1.1" 200 None
2026-03-29 11:01:11 [auto1.es] INFO: Scrape type for ZD58886: 0
2026-03-29 11:01:11 [auto1.es] INFO: Found listing with ID: MA84687
2026-03-29 11:01:11 [auto1.es] INFO: Found listing with ID: GN52396
2026-03-29 11:01:11 [auto1.es] INFO: Found listing with ID: ND20390
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ND20390%27 HTTP/1.1" 200 None
2026-03-29 11:01:11 [auto1.es] INFO: Scrape type for ND20390: 2
2026-03-29 11:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56f7291d-6138-5e09-baa0-a8b1717d6f1a with identifier: ND20390
2026-03-29 11:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56f7291d-6138-5e09-baa0-a8b1717d6f1a with scrape type 2
2026-03-29 11:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56f7291d-6138-5e09-baa0-a8b1717d6f1a with scrape type 2
2026-03-29 11:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 56f7291d-6138-5e09-baa0-a8b1717d6f1a, identifier: ND20390
2026-03-29 11:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 56f7291d-6138-5e09-baa0-a8b1717d6f1a with identifier: ND20390
2026-03-29 11:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 56f7291d-6138-5e09-baa0-a8b1717d6f1a with identifier: ND20390
2026-03-29 11:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 56f7291d-6138-5e09-baa0-a8b1717d6f1a with identifier: ND20390 to the API
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 250,
'expiration_date': '2026-03-30T15:07:22Z',
'fuel_type': 'petrol',
'id': '56f7291d-6138-5e09-baa0-a8b1717d6f1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ND20390',
'listing': 'auction',
'make': 'Audi',
'model': 'A3',
'odometer': 172071,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-05-04',
'seller_name': None,
'title': 'Audi A3 3.2 V6 quattro Ambition',
'transmission': 'automatic',
'trim': 'quattro Ambition',
'year': 2004}
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ND20390%27 HTTP/1.1" 200 None
2026-03-29 11:01:11 [auto1.es] INFO: Saving data for ND20390: {'auction_closing_time': 1774883242.0, 'created_time': 1774598443.162887, 'last_price_update_time': 1774782071.942364}
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='ND20390') HTTP/1.1" 204 0
2026-03-29 11:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: RW68168
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: XP48517
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: SN05044
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: DR19910
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DR19910%27 HTTP/1.1" 200 None
2026-03-29 11:01:12 [auto1.es] INFO: Scrape type for DR19910: 0
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: VW52839
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VW52839%27 HTTP/1.1" 200 None
2026-03-29 11:01:12 [auto1.es] INFO: Scrape type for VW52839: 0
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: UT51740
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UT51740%27 HTTP/1.1" 200 None
2026-03-29 11:01:12 [auto1.es] INFO: Scrape type for UT51740: 0
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: RJ81343
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: KU93995
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: ZT16054
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: CD34626
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: YK01379
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YK01379%27 HTTP/1.1" 200 None
2026-03-29 11:01:12 [auto1.es] INFO: Scrape type for YK01379: 0
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: YY16835
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: WN15214
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: ZF10967
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: VL89620
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VL89620%27 HTTP/1.1" 200 None
2026-03-29 11:01:12 [auto1.es] INFO: Scrape type for VL89620: 0
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: EV20244
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EV20244%27 HTTP/1.1" 200 None
2026-03-29 11:01:12 [auto1.es] INFO: Scrape type for EV20244: 0
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: SB84191
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: TX42049
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: WM47601
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: AE81863
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AE81863%27 HTTP/1.1" 200 None
2026-03-29 11:01:12 [auto1.es] INFO: Scrape type for AE81863: 0
2026-03-29 11:01:12 [auto1.es] INFO: Found listing with ID: PL43950
2026-03-29 11: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-29 11:01:13 [auto1.es] INFO: Channel: 24h | Page: 21 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: LK68537
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: NZ09379
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NZ09379%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for NZ09379: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: EH39769
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EH39769%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for EH39769: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: SH75312
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SH75312%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for SH75312: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: NR06015
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NR06015%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for NR06015: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: XD15291
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: VT03580
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VT03580%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for VT03580: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: GY71785
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: DB28446
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: LU54456
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: UY97217
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: PK04858
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PK04858%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for PK04858: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: UH45112
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: UM71516
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UM71516%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for UM71516: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: HF92394
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: PX22333
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PX22333%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for PX22333: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: SG11403
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SG11403%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for SG11403: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: YF90515
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: DH00541
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DH00541%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for DH00541: 2
2026-03-29 11:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61c2f840-23c4-5308-9850-437f37f94e03 with identifier: DH00541
2026-03-29 11:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61c2f840-23c4-5308-9850-437f37f94e03 with scrape type 2
2026-03-29 11:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61c2f840-23c4-5308-9850-437f37f94e03 with scrape type 2
2026-03-29 11:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 61c2f840-23c4-5308-9850-437f37f94e03, identifier: DH00541
2026-03-29 11:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 61c2f840-23c4-5308-9850-437f37f94e03 with identifier: DH00541
2026-03-29 11:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 61c2f840-23c4-5308-9850-437f37f94e03 with identifier: DH00541
2026-03-29 11:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 61c2f840-23c4-5308-9850-437f37f94e03 with identifier: DH00541 to the API
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11: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': 5,
'engine_horse_power': 185,
'expiration_date': '2026-03-30T15:51:49Z',
'fuel_type': 'diesel',
'id': '61c2f840-23c4-5308-9850-437f37f94e03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DH00541',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 270497,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-11-29',
'seller_name': None,
'title': 'BMW X3 xDrive 20d',
'transmission': 'automatic',
'trim': '',
'year': 2012}
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DH00541%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Saving data for DH00541: {'auction_closing_time': 1774885909.0, 'created_time': 1774598440.419699, 'last_price_update_time': 1774782073.718711}
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='DH00541') HTTP/1.1" 204 0
2026-03-29 11:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: HL39596
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: YS60567
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YS60567%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for YS60567: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: LK18237
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LK18237%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for LK18237: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: LC05327
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LC05327%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for LC05327: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: WA10977
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WA10977%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for WA10977: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: PS29729
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: WC91216
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: RV14480
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RV14480%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for RV14480: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: NS96167
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: MW68540
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MW68540%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for MW68540: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: MN90156
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: SK17439
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: LW73612
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: YY10601
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YY10601%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for YY10601: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: VR51792
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: MU04629
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: HT85667
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HT85667%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for HT85667: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: PD96380
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PD96380%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for PD96380: 0
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: ZZ21581
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: GY39157
2026-03-29 11:01:13 [auto1.es] INFO: Found listing with ID: ED43827
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ED43827%27 HTTP/1.1" 200 None
2026-03-29 11:01:13 [auto1.es] INFO: Scrape type for ED43827: 0
2026-03-29 11:01: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-29 11:01:14 [auto1.es] INFO: Channel: 24h | Page: 22 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: BE62587
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BE62587%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [auto1.es] INFO: Scrape type for BE62587: 0
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: UR06074
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: XR92407
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: CB32241
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: XZ87449
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: GT44883
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GT44883%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [auto1.es] INFO: Scrape type for GT44883: 0
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: UD00521
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UD00521%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [auto1.es] INFO: Scrape type for UD00521: 0
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: NA66808
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: KR53631
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KR53631%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [auto1.es] INFO: Scrape type for KR53631: 0
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: JW04171
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: YA86748
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: ZC78414
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZC78414%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [auto1.es] INFO: Scrape type for ZC78414: 0
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: RJ55423
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RJ55423%27 HTTP/1.1" 200 None
2026-03-29 11:01:14 [auto1.es] INFO: Scrape type for RJ55423: 0
2026-03-29 11:01:14 [auto1.es] INFO: Found listing with ID: HA27882
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HA27882%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for HA27882: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: TE16269
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: SK01159
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: CE82736
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CE82736%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for CE82736: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: ZZ49032
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZZ49032%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for ZZ49032: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: SU07288
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: CP72287
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CP72287%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for CP72287: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: WJ83814
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: BJ36748
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: YP76490
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: RS45242
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RS45242%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for RS45242: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: NN72545
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NN72545%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for NN72545: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: AB84528
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AB84528%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for AB84528: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: PS20422
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PS20422%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for PS20422: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: XV33818
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XV33818%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for XV33818: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: ZR59289
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZR59289%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for ZR59289: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: EN12947
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: KK99044
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KK99044%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for KK99044: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: VL09919
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VL09919%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for VL09919: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: SX15472
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SX15472%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for SX15472: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: DG13081
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: EU03494
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: FT05886
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FT05886%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for FT05886: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: ZC21665
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZC21665%27 HTTP/1.1" 200 None
2026-03-29 11:01:15 [auto1.es] INFO: Scrape type for ZC21665: 0
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: MF02343
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: HP01859
2026-03-29 11:01:15 [auto1.es] INFO: Found listing with ID: VL50797
2026-03-29 11:01:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11: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-29 11:01:16 [auto1.es] INFO: Channel: 24h | Page: 23 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: PT49535
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PT49535%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for PT49535: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: WZ30869
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WZ30869%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for WZ30869: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: ZM69944
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: YB94347
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: LD17478
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: RN76428
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: GU38907
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: YB76254
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YB76254%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for YB76254: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: VG01013
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: FD79630
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: WL49874
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WL49874%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for WL49874: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: WX54724
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WX54724%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for WX54724: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: MP83522
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MP83522%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for MP83522: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: XN30812
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XN30812%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for XN30812: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: GX06456
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GX06456%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for GX06456: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: RX23320
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RX23320%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for RX23320: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: XZ41303
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: FK50437
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FK50437%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for FK50437: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: CJ73946
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CJ73946%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for CJ73946: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: KS53137
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KS53137%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for KS53137: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: BR63324
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: TF28365
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TF28365%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for TF28365: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: KD08887
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KD08887%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for KD08887: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: PF82044
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: VT35195
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: LU79245
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: EH02657
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EH02657%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for EH02657: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: JG20309
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: LB45570
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: UV89988
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: JC23738
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: DE75422
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DE75422%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for DE75422: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: YU77194
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: UB42787
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UB42787%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for UB42787: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: DD46195
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DD46195%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for DD46195: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: CZ41335
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: BS14602
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: WE77493
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WE77493%27 HTTP/1.1" 200 None
2026-03-29 11:01:16 [auto1.es] INFO: Scrape type for WE77493: 0
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: CW02489
2026-03-29 11:01:16 [auto1.es] INFO: Found listing with ID: JM60139
2026-03-29 11:01:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:01:18 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:01:18 [auto1.es] INFO: Channel: 24h | Page: 24 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:18 [auto1.es] INFO: Found listing with ID: KE47103
2026-03-29 11:01:18 [auto1.es] INFO: Found listing with ID: YL07915
2026-03-29 11:01:18 [auto1.es] INFO: Found listing with ID: UX78126
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UX78126%27 HTTP/1.1" 200 None
2026-03-29 11:01:18 [auto1.es] INFO: Scrape type for UX78126: 0
2026-03-29 11:01:18 [auto1.es] INFO: Found listing with ID: LY43971
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LY43971%27 HTTP/1.1" 200 None
2026-03-29 11:01:18 [auto1.es] INFO: Scrape type for LY43971: 0
2026-03-29 11:01:18 [auto1.es] INFO: Found listing with ID: ML86623
2026-03-29 11:01:18 [auto1.es] INFO: Found listing with ID: JC37021
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JC37021%27 HTTP/1.1" 200 None
2026-03-29 11:01:18 [auto1.es] INFO: Scrape type for JC37021: 0
2026-03-29 11:01:18 [auto1.es] INFO: Found listing with ID: CL39322
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CL39322%27 HTTP/1.1" 200 None
2026-03-29 11:01:18 [auto1.es] INFO: Scrape type for CL39322: 0
2026-03-29 11:01:18 [auto1.es] INFO: Found listing with ID: JC17966
2026-03-29 11:01:18 [auto1.es] INFO: Found listing with ID: UT20809
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UT20809%27 HTTP/1.1" 200 None
2026-03-29 11:01:18 [auto1.es] INFO: Scrape type for UT20809: 2
2026-03-29 11:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21b6e26c-1684-5214-9378-f263618a37ea with identifier: UT20809
2026-03-29 11:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21b6e26c-1684-5214-9378-f263618a37ea with scrape type 2
2026-03-29 11:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21b6e26c-1684-5214-9378-f263618a37ea with scrape type 2
2026-03-29 11:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 21b6e26c-1684-5214-9378-f263618a37ea, identifier: UT20809
2026-03-29 11:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 21b6e26c-1684-5214-9378-f263618a37ea with identifier: UT20809
2026-03-29 11:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 21b6e26c-1684-5214-9378-f263618a37ea with identifier: UT20809
2026-03-29 11:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 21b6e26c-1684-5214-9378-f263618a37ea with identifier: UT20809 to the API
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:30:18Z',
'fuel_type': 'diesel',
'id': '21b6e26c-1684-5214-9378-f263618a37ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UT20809',
'listing': 'auction',
'make': 'Ford',
'model': 'Focus',
'odometer': 152941,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-29',
'seller_name': None,
'title': 'Ford Focus 1.5 TDCi Trend +',
'transmission': 'manual',
'trim': 'Trend +',
'year': 2015}
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UT20809%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Saving data for UT20809: {'auction_closing_time': 1774884618.0, 'created_time': 1773865110.585101, 'last_price_update_time': 1774782079.073413}
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='UT20809') HTTP/1.1" 204 0
2026-03-29 11: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-29 11:01:19 [auto1.es] INFO: Found listing with ID: LK62452
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: MX17134
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: TS75802
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TS75802%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for TS75802: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: YM80761
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YM80761%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for YM80761: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: UZ32916
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: VL93613
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VL93613%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for VL93613: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: YU55670
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YU55670%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for YU55670: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: YS21780
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: GJ99683
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GJ99683%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for GJ99683: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: PC51622
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: RT35335
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RT35335%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for RT35335: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: TU21075
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: PS45222
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: AP64708
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: YY12745
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: MW15131
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: FR95558
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: XL12491
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: RB88414
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RB88414%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for RB88414: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: TF48403
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TF48403%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for TF48403: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: XL66794
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XL66794%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for XL66794: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: WE21693
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WE21693%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for WE21693: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: XY73701
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: FG54373
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FG54373%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for FG54373: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: UA81124
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UA81124%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for UA81124: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: XS23007
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XS23007%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for XS23007: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: JC49855
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: GT09442
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GT09442%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for GT09442: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: SN05978
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SN05978%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for SN05978: 0
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: KP85608
2026-03-29 11:01:19 [auto1.es] INFO: Found listing with ID: JH04975
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JH04975%27 HTTP/1.1" 200 None
2026-03-29 11:01:19 [auto1.es] INFO: Scrape type for JH04975: 0
2026-03-29 11: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-29 11:01:20 [auto1.es] INFO: Channel: 24h | Page: 25 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: EN74570
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EN74570%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for EN74570: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: LB26536
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LB26536%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for LB26536: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: XA71436
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XA71436%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for XA71436: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: XP57901
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XP57901%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for XP57901: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: BF21105
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BF21105%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for BF21105: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: FN32638
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: PP85710
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: GJ06814
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: PY80888
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: WC72839
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: UF43058
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UF43058%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for UF43058: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: XZ49849
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: WW04715
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WW04715%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for WW04715: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: TU32370
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: GR21814
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: UZ29384
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: YW58225
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YW58225%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for YW58225: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: WH26152
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WH26152%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for WH26152: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: DU33012
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: GJ16527
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GJ16527%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for GJ16527: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: AN25119
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AN25119%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for AN25119: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: EA52375
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EA52375%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for EA52375: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: PD86662
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: JK64156
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: EW34917
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EW34917%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for EW34917: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: XN31464
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: DF08485
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DF08485%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for DF08485: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: HF43561
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: ZE85496
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: ME40836
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ME40836%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for ME40836: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: MF18812
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: DU61809
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: KW07393
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: YF73149
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: AP77113
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: HC67204
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HC67204%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for HC67204: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: XS50380
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: WD34727
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WD34727%27 HTTP/1.1" 200 None
2026-03-29 11:01:20 [auto1.es] INFO: Scrape type for WD34727: 0
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: BY74928
2026-03-29 11:01:20 [auto1.es] INFO: Found listing with ID: XA81448
2026-03-29 11:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:01:21 [auto1.es] INFO: Channel: 24h | Page: 26 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: NJ73279
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: XW29028
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XW29028%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [auto1.es] INFO: Scrape type for XW29028: 0
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: BR73846
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: YX91165
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: LA48157
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LA48157%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [auto1.es] INFO: Scrape type for LA48157: 0
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: UU20141
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: TR96675
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TR96675%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [auto1.es] INFO: Scrape type for TR96675: 0
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: DW68520
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: VB99654
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VB99654%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [auto1.es] INFO: Scrape type for VB99654: 0
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: PK37230
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PK37230%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [auto1.es] INFO: Scrape type for PK37230: 0
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: DR08098
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: YP54060
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YP54060%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [auto1.es] INFO: Scrape type for YP54060: 0
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: WC06824
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: AJ61664
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AJ61664%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [auto1.es] INFO: Scrape type for AJ61664: 0
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: FR40817
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: FJ48335
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FJ48335%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [auto1.es] INFO: Scrape type for FJ48335: 0
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: DL11284
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DL11284%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [auto1.es] INFO: Scrape type for DL11284: 0
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: SK07271
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: VY31603
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: XH48089
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: XW86216
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XW86216%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [auto1.es] INFO: Scrape type for XW86216: 0
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: TV08054
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: EN05559
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EN05559%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [auto1.es] INFO: Scrape type for EN05559: 0
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: ZL78219
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZL78219%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [auto1.es] INFO: Scrape type for ZL78219: 0
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: TV36544
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: KV41270
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KV41270%27 HTTP/1.1" 200 None
2026-03-29 11:01:21 [auto1.es] INFO: Scrape type for KV41270: 0
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: NY16020
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: XJ18059
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: ZZ18199
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: TR33339
2026-03-29 11:01:21 [auto1.es] INFO: Found listing with ID: SL87514
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SL87514%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [auto1.es] INFO: Scrape type for SL87514: 0
2026-03-29 11:01:22 [auto1.es] INFO: Found listing with ID: JW07247
2026-03-29 11:01:22 [auto1.es] INFO: Found listing with ID: LV56361
2026-03-29 11:01:22 [auto1.es] INFO: Found listing with ID: VY28267
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VY28267%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [auto1.es] INFO: Scrape type for VY28267: 0
2026-03-29 11:01:22 [auto1.es] INFO: Found listing with ID: EU98432
2026-03-29 11:01:22 [auto1.es] INFO: Found listing with ID: ZW73484
2026-03-29 11:01:22 [auto1.es] INFO: Found listing with ID: JF75670
2026-03-29 11:01:22 [auto1.es] INFO: Found listing with ID: LS36094
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LS36094%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [auto1.es] INFO: Scrape type for LS36094: 0
2026-03-29 11:01:22 [auto1.es] INFO: Found listing with ID: FH30373
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FH30373%27 HTTP/1.1" 200 None
2026-03-29 11:01:22 [auto1.es] INFO: Scrape type for FH30373: 0
2026-03-29 11:01:22 [auto1.es] INFO: Found listing with ID: FP96823
2026-03-29 11:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11: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-29 11:01:23 [auto1.es] INFO: Channel: 24h | Page: 27 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: UK08613
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: XX98366
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XX98366%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for XX98366: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: NL75511
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: LL24572
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LL24572%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for LL24572: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: FT04300
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FT04300%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for FT04300: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: BP62909
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BP62909%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for BP62909: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: GX91950
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GX91950%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for GX91950: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: TZ81028
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TZ81028%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for TZ81028: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: ZC95482
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZC95482%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for ZC95482: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: UB71741
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UB71741%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for UB71741: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: XJ69303
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: UU89702
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UU89702%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for UU89702: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: GF25247
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: GG25367
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: PR26492
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PR26492%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for PR26492: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: JC38983
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JC38983%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for JC38983: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: YS92814
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: VC68158
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: VR01411
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: PD45625
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: VY26684
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VY26684%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for VY26684: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: ND59157
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ND59157%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for ND59157: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: CU51757
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: MK23766
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: VC05043
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VC05043%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for VC05043: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: UH68821
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: UP55531
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: KK03288
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KK03288%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for KK03288: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: BR35184
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BR35184%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for BR35184: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: AR59073
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: HP42544
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HP42544%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for HP42544: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: FG15461
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FG15461%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for FG15461: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: NB66504
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: PN97483
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PN97483%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for PN97483: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: UP27315
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: CR84391
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CR84391%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for CR84391: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: ZM86466
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZM86466%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for ZM86466: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: KD09714
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KD09714%27 HTTP/1.1" 200 None
2026-03-29 11:01:23 [auto1.es] INFO: Scrape type for KD09714: 0
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: WU84058
2026-03-29 11:01:23 [auto1.es] INFO: Found listing with ID: VM24550
2026-03-29 11:01:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11: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-29 11:01:24 [auto1.es] INFO: Channel: 24h | Page: 28 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: VP18393
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VP18393%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for VP18393: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: MZ62170
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: GV40212
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GV40212%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for GV40212: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: LJ17115
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LJ17115%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for LJ17115: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: NY33487
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NY33487%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for NY33487: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: JT33139
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JT33139%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for JT33139: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: XN45249
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: NW63422
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: DS74778
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DS74778%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for DS74778: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: MD70003
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MD70003%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for MD70003: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: AM05329
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: TB74372
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TB74372%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for TB74372: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: BY33283
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BY33283%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for BY33283: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: VU28227
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: UP13396
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: ZL27133
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZL27133%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for ZL27133: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: AP64153
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AP64153%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for AP64153: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: JZ51794
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JZ51794%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for JZ51794: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: DK89612
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: RD07091
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: LE34718
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: JG89903
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: GX38118
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: CG09187
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CG09187%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for CG09187: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: ZM34932
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: EB62750
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EB62750%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for EB62750: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: TB67105
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TB67105%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for TB67105: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: TK95363
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: SW23101
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SW23101%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for SW23101: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: WN54679
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WN54679%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for WN54679: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: LC59267
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LC59267%27 HTTP/1.1" 200 None
2026-03-29 11:01:24 [auto1.es] INFO: Scrape type for LC59267: 0
2026-03-29 11:01:24 [auto1.es] INFO: Found listing with ID: KF74515
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KF74515%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [auto1.es] INFO: Scrape type for KF74515: 0
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: YD48242
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: YK51395
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: ZL32724
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: GL92788
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: VF01083
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: BG05674
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: JG83987
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: FZ04394
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FZ04394%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [auto1.es] INFO: Scrape type for FZ04394: 0
2026-03-29 11: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-29 11:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:01:25 [auto1.es] INFO: Channel: 24h | Page: 29 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: UD80298
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: KD32086
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KD32086%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [auto1.es] INFO: Scrape type for KD32086: 0
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: YL06778
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: AV93278
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: GR78945
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GR78945%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [auto1.es] INFO: Scrape type for GR78945: 0
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: MP31569
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MP31569%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [auto1.es] INFO: Scrape type for MP31569: 0
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: JY09497
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JY09497%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [auto1.es] INFO: Scrape type for JY09497: 0
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: CR48575
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: BZ21450
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: UT89838
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: JX90216
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: DC35826
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: UN21453
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UN21453%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [auto1.es] INFO: Scrape type for UN21453: 0
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: FG81749
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FG81749%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [auto1.es] INFO: Scrape type for FG81749: 0
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: SJ07079
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: PP93305
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PP93305%27 HTTP/1.1" 200 None
2026-03-29 11:01:25 [auto1.es] INFO: Scrape type for PP93305: 0
2026-03-29 11:01:25 [auto1.es] INFO: Found listing with ID: BR13060
2026-03-29 11:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BR13060%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for BR13060: 0
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: HA51253
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HA51253%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for HA51253: 0
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: RR74853
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RR74853%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for RR74853: 0
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: GE94512
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: CY04008
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: ST64769
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ST64769%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for ST64769: 0
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: CM70741
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: JV95856
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JV95856%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for JV95856: 0
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: ZS64271
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: WB36611
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WB36611%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for WB36611: 0
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: DC47971
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: KC53673
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KC53673%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for KC53673: 0
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: DD74793
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: XC40695
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XC40695%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for XC40695: 0
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: VT11458
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VT11458%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for VT11458: 0
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: BM28897
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BM28897%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for BM28897: 0
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: EY91693
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EY91693%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for EY91693: 0
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: TT72287
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: NG44542
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: PW28611
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: ME07403
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: JR29098
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JR29098%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for JR29098: 0
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: JE65744
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JE65744%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for JE65744: 0
2026-03-29 11:01:26 [auto1.es] INFO: Found listing with ID: RU65769
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RU65769%27 HTTP/1.1" 200 None
2026-03-29 11:01:26 [auto1.es] INFO: Scrape type for RU65769: 0
2026-03-29 11:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11: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-29 11:01:27 [auto1.es] INFO: Channel: 24h | Page: 30 | totalHits: 1635 | hits on page: 40
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: LC77404
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: FK65100
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FK65100%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for FK65100: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: LS69638
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: XG18917
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XG18917%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for XG18917: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: FX14772
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FX14772%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for FX14772: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: FU29422
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: JK63504
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JK63504%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for JK63504: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: ML17412
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ML17412%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for ML17412: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: KC46578
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KC46578%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for KC46578: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: XR73155
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XR73155%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for XR73155: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: RK55405
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: MW76524
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MW76524%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for MW76524: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: PL96310
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PL96310%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for PL96310: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: XZ20616
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: VU00284
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VU00284%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for VU00284: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: NF35716
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: XA12312
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: DL51279
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: KD88168
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: LP98864
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: SZ95909
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: YK45669
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: XX41705
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: ZN14981
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZN14981%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for ZN14981: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: KE50509
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KE50509%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for KE50509: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: RR11017
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: WX13119
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WX13119%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for WX13119: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: XF66468
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: JE90684
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JE90684%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for JE90684: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: WZ85087
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WZ85087%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for WZ85087: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: CT91769
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: TT49974
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: AE24734
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: YW75502
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YW75502%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for YW75502: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: JY28028
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: ER70032
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: CT45338
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: LV60077
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LV60077%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for LV60077: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: BP77567
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BP77567%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for BP77567: 0
2026-03-29 11:01:27 [auto1.es] INFO: Found listing with ID: WZ34012
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WZ34012%27 HTTP/1.1" 200 None
2026-03-29 11:01:27 [auto1.es] INFO: Scrape type for WZ34012: 0
2026-03-29 11:01:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:01:28 [auto1.es] INFO: Channel: 24h | Page: 31 | totalHits: 1636 | hits on page: 40
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: WZ34012
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WZ34012%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for WZ34012: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: MT58726
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MT58726%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for MT58726: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: ZW56409
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZW56409%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for ZW56409: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: KT63961
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: ZA21810
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: SV29323
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SV29323%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for SV29323: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: VR29926
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VR29926%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for VR29926: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: VT96833
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VT96833%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for VT96833: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: BE63337
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BE63337%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for BE63337: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: RH33829
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RH33829%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for RH33829: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: SM51869
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: RK09701
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: UN59874
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UN59874%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for UN59874: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: MY48214
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MY48214%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for MY48214: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: EY86051
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: GC12859
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: DH56387
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DH56387%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for DH56387: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: XU82709
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: SC27418
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SC27418%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for SC27418: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: RH73314
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: ZJ95453
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZJ95453%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for ZJ95453: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: HR31272
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HR31272%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for HR31272: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: PA92548
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: LM00276
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: MA61689
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: YU51978
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: ED57476
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ED57476%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for ED57476: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: RN82930
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RN82930%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for RN82930: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: TW11063
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TW11063%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for TW11063: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: MF36359
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: JG85850
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: FC13262
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: ZW97071
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: PF61621
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PF61621%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for PF61621: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: EG32676
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EG32676%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for EG32676: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: VC62552
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VC62552%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for VC62552: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: CP49442
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: WD56273
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WD56273%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for WD56273: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: AD67761
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AD67761%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for AD67761: 0
2026-03-29 11:01:28 [auto1.es] INFO: Found listing with ID: GA00375
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GA00375%27 HTTP/1.1" 200 None
2026-03-29 11:01:28 [auto1.es] INFO: Scrape type for GA00375: 0
2026-03-29 11: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-29 11: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-29 11:01:30 [auto1.es] INFO: Channel: 24h | Page: 32 | totalHits: 1636 | hits on page: 40
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: RT04886
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: ZJ56625
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZJ56625%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for ZJ56625: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: ZC64345
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: VN13138
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: AR88261
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AR88261%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for AR88261: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: MD04984
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: MU93951
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: VZ90970
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VZ90970%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for VZ90970: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: ZX65175
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZX65175%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for ZX65175: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: WV15930
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WV15930%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for WV15930: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: WW30264
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: WX65667
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WX65667%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for WX65667: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: UF95473
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: WN06367
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WN06367%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for WN06367: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: TH31010
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TH31010%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for TH31010: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: TZ65854
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: TD60260
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: UL24539
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UL24539%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for UL24539: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: LV38775
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: TB73704
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TB73704%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for TB73704: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: GB72499
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GB72499%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for GB72499: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: WE46909
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: TX70336
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TX70336%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for TX70336: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: RY22174
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: YH86623
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YH86623%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for YH86623: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: MA61086
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: YX68233
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: SV12911
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: EJ16249
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: GZ44252
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: AS19038
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AS19038%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for AS19038: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: YH97828
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: FX21213
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: BF55946
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: WV47930
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: YJ04642
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YJ04642%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for YJ04642: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: ET46210
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: KZ49779
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KZ49779%27 HTTP/1.1" 200 None
2026-03-29 11:01:30 [auto1.es] INFO: Scrape type for KZ49779: 0
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: TK05995
2026-03-29 11:01:30 [auto1.es] INFO: Found listing with ID: FG46245
2026-03-29 11: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-29 11:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:01:31 [auto1.es] INFO: Channel: 24h | Page: 33 | totalHits: 1636 | hits on page: 40
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: JG12549
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: KP17570
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KP17570%27 HTTP/1.1" 200 None
2026-03-29 11:01:31 [auto1.es] INFO: Scrape type for KP17570: 0
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: KR67716
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: CA13811
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: GP65825
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: KH58937
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: LA57781
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: ZT52456
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: DM84841
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: TL38815
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: DS90195
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: FY96744
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: VP19091
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: NH85653
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NH85653%27 HTTP/1.1" 200 None
2026-03-29 11:01:31 [auto1.es] INFO: Scrape type for NH85653: 0
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: BZ65753
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BZ65753%27 HTTP/1.1" 200 None
2026-03-29 11:01:31 [auto1.es] INFO: Scrape type for BZ65753: 0
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: PK26809
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PK26809%27 HTTP/1.1" 200 None
2026-03-29 11:01:31 [auto1.es] INFO: Scrape type for PK26809: 0
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: GH53703
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GH53703%27 HTTP/1.1" 200 None
2026-03-29 11:01:31 [auto1.es] INFO: Scrape type for GH53703: 0
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: HH60103
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: DY61189
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: FJ44146
2026-03-29 11:01:31 [auto1.es] INFO: Found listing with ID: SF85973
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SF85973%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [auto1.es] INFO: Scrape type for SF85973: 0
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: EK60433
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EK60433%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [auto1.es] INFO: Scrape type for EK60433: 0
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: ZT13794
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZT13794%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [auto1.es] INFO: Scrape type for ZT13794: 0
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: VA59339
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: DY95344
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DY95344%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [auto1.es] INFO: Scrape type for DY95344: 0
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: DC79827
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DC79827%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [auto1.es] INFO: Scrape type for DC79827: 0
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: BL04446
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: YV38932
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: MW67047
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MW67047%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [auto1.es] INFO: Scrape type for MW67047: 0
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: VU55173
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VU55173%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [auto1.es] INFO: Scrape type for VU55173: 0
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: KL23416
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: BM49479
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: ZV45444
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZV45444%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [auto1.es] INFO: Scrape type for ZV45444: 0
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: UD75301
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UD75301%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [auto1.es] INFO: Scrape type for UD75301: 0
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: CD83035
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CD83035%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [auto1.es] INFO: Scrape type for CD83035: 0
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: PZ56509
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: AJ69515
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AJ69515%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [auto1.es] INFO: Scrape type for AJ69515: 0
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: YS20114
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: AU66709
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AU66709%27 HTTP/1.1" 200 None
2026-03-29 11:01:32 [auto1.es] INFO: Scrape type for AU66709: 0
2026-03-29 11:01:32 [auto1.es] INFO: Found listing with ID: EK69979
2026-03-29 11:01:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:01:33 [auto1.es] INFO: Channel: 24h | Page: 34 | totalHits: 1636 | hits on page: 40
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: CS18132
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: AS37941
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AS37941%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for AS37941: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: HC11332
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HC11332%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for HC11332: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: UN29242
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UN29242%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for UN29242: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: ZX62184
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZX62184%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for ZX62184: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: BW10675
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BW10675%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for BW10675: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: MG85806
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MG85806%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for MG85806: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: DX19120
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DX19120%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for DX19120: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: KS42658
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KS42658%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for KS42658: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: UE67433
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UE67433%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for UE67433: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: TZ01977
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TZ01977%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for TZ01977: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: GW37320
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: GG74961
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GG74961%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for GG74961: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: XW94395
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XW94395%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for XW94395: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: PK32914
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: GW88114
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: RH91028
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: LZ33351
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: TR19943
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: JS77996
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: ZE40352
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: CC76703
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: ES07988
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ES07988%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for ES07988: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: HY65431
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: RB15615
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RB15615%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for RB15615: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: VZ79262
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VZ79262%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for VZ79262: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: HA87935
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: XC96716
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XC96716%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for XC96716: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: VC74313
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VC74313%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for VC74313: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: RG03753
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RG03753%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for RG03753: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: CN77625
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: XD32564
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: BB89966
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BB89966%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for BB89966: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: EA80671
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EA80671%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for EA80671: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: YK19704
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YK19704%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for YK19704: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: AE50164
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AE50164%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for AE50164: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: RK07615
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RK07615%27 HTTP/1.1" 200 None
2026-03-29 11:01:33 [auto1.es] INFO: Scrape type for RK07615: 0
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: UD30245
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: BX14033
2026-03-29 11:01:33 [auto1.es] INFO: Found listing with ID: FY68249
2026-03-29 11: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-29 11: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-29 11:01:34 [auto1.es] INFO: Channel: 24h | Page: 35 | totalHits: 1636 | hits on page: 40
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: AA00980
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AA00980%27 HTTP/1.1" 200 None
2026-03-29 11:01:34 [auto1.es] INFO: Scrape type for AA00980: 0
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: HZ31017
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: KC96149
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: PJ13315
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PJ13315%27 HTTP/1.1" 200 None
2026-03-29 11:01:34 [auto1.es] INFO: Scrape type for PJ13315: 0
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: PL39404
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: VD65621
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: HG29658
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HG29658%27 HTTP/1.1" 200 None
2026-03-29 11:01:34 [auto1.es] INFO: Scrape type for HG29658: 0
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: VM52348
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VM52348%27 HTTP/1.1" 200 None
2026-03-29 11:01:34 [auto1.es] INFO: Scrape type for VM52348: 0
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: JZ79034
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: DD78517
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: BC82698
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BC82698%27 HTTP/1.1" 200 None
2026-03-29 11:01:34 [auto1.es] INFO: Scrape type for BC82698: 0
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: ZV53496
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: ZX43091
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZX43091%27 HTTP/1.1" 200 None
2026-03-29 11:01:34 [auto1.es] INFO: Scrape type for ZX43091: 0
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: UC73568
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: LN12503
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LN12503%27 HTTP/1.1" 200 None
2026-03-29 11:01:34 [auto1.es] INFO: Scrape type for LN12503: 0
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: GV64854
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: KZ95264
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: GY48827
2026-03-29 11:01:34 [auto1.es] INFO: Found listing with ID: DA78268
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DA78268%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [auto1.es] INFO: Scrape type for DA78268: 0
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: UM67436
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: PZ10001
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PZ10001%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [auto1.es] INFO: Scrape type for PZ10001: 0
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: DB51566
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: HE30029
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HE30029%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [auto1.es] INFO: Scrape type for HE30029: 0
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: MG60856
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MG60856%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [auto1.es] INFO: Scrape type for MG60856: 0
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: FC66995
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: BA40352
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: AF24010
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: SR31558
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SR31558%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [auto1.es] INFO: Scrape type for SR31558: 0
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: GG87039
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GG87039%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [auto1.es] INFO: Scrape type for GG87039: 0
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: KB02091
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: MW66330
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: VA34349
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VA34349%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [auto1.es] INFO: Scrape type for VA34349: 0
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: TW43134
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: CE25443
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: MP79118
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: JM41258
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JM41258%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [auto1.es] INFO: Scrape type for JM41258: 0
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: GU18953
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GU18953%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [auto1.es] INFO: Scrape type for GU18953: 0
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: MW71818
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MW71818%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [auto1.es] INFO: Scrape type for MW71818: 0
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: HX86510
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HX86510%27 HTTP/1.1" 200 None
2026-03-29 11:01:35 [auto1.es] INFO: Scrape type for HX86510: 0
2026-03-29 11:01:35 [auto1.es] INFO: Found listing with ID: YA27330
2026-03-29 11: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-29 11:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:01:36 [auto1.es] INFO: Channel: 24h | Page: 36 | totalHits: 1636 | hits on page: 40
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: SX49726
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: ZD82748
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZD82748%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for ZD82748: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: DM23337
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: ZJ73246
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: EA73564
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EA73564%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for EA73564: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: ZM37535
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZM37535%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for ZM37535: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: PE94683
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: UD02034
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: FK96312
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: SL01045
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: WA68428
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: DK05159
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DK05159%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for DK05159: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: VJ61216
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: KX75561
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: ZE38757
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: HX37636
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: GW51820
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: BT71977
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BT71977%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for BT71977: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: TH94228
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: JK26154
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JK26154%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for JK26154: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: EA32126
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EA32126%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for EA32126: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: JE13816
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: XP47447
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XP47447%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for XP47447: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: YV42226
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: NG71405
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: GU66337
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: CC89526
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CC89526%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for CC89526: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: MY23078
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MY23078%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for MY23078: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: PN58754
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PN58754%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for PN58754: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: XM15498
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: XL95591
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XL95591%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for XL95591: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: DA49671
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: KC85026
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KC85026%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for KC85026: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: GH57787
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: BX27064
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: AT82365
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AT82365%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for AT82365: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: WK81773
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: TS39016
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TS39016%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for TS39016: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: TT65809
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TT65809%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for TT65809: 0
2026-03-29 11:01:36 [auto1.es] INFO: Found listing with ID: EH49664
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EH49664%27 HTTP/1.1" 200 None
2026-03-29 11:01:36 [auto1.es] INFO: Scrape type for EH49664: 0
2026-03-29 11:01:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11: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-29 11:01:37 [auto1.es] INFO: Channel: 24h | Page: 37 | totalHits: 1636 | hits on page: 40
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: EB66589
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: PA52283
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PA52283%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for PA52283: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: PG75974
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: BE72749
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BE72749%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for BE72749: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: ZK42012
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: PS53569
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PS53569%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for PS53569: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: LG52328
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: RF71791
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RF71791%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for RF71791: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: GE54234
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GE54234%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for GE54234: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: VN90638
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: UF54007
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UF54007%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for UF54007: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: DH26781
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: XP71209
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XP71209%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for XP71209: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: AT12035
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AT12035%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for AT12035: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: CB66471
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CB66471%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for CB66471: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: XJ81708
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XJ81708%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for XJ81708: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: BT51966
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: WU60183
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: LK89400
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: DV24306
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DV24306%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for DV24306: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: TV24981
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TV24981%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for TV24981: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: PC32522
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: HV31906
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HV31906%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for HV31906: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: CP18304
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: YD38751
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: MF35221
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: LR44040
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: XZ62069
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XZ62069%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for XZ62069: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: LV43298
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LV43298%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for LV43298: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: AW26906
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AW26906%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for AW26906: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: BF82684
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: LS22424
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LS22424%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for LS22424: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: JN16141
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: RE29158
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: XM37259
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: DD08743
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DD08743%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for DD08743: 0
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: MB84722
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: LJ76741
2026-03-29 11:01:37 [auto1.es] INFO: Found listing with ID: EJ15822
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EJ15822%27 HTTP/1.1" 200 None
2026-03-29 11:01:37 [auto1.es] INFO: Scrape type for EJ15822: 2
2026-03-29 11:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 896509ed-af98-59d5-a992-1153f6ad950f with identifier: EJ15822
2026-03-29 11:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 896509ed-af98-59d5-a992-1153f6ad950f with scrape type 2
2026-03-29 11:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 896509ed-af98-59d5-a992-1153f6ad950f with scrape type 2
2026-03-29 11:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 896509ed-af98-59d5-a992-1153f6ad950f, identifier: EJ15822
2026-03-29 11:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 896509ed-af98-59d5-a992-1153f6ad950f with identifier: EJ15822
2026-03-29 11:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 896509ed-af98-59d5-a992-1153f6ad950f with identifier: EJ15822
2026-03-29 11:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 896509ed-af98-59d5-a992-1153f6ad950f with identifier: EJ15822 to the API
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 130,
'expiration_date': '2026-03-30T15:39:14Z',
'fuel_type': 'diesel',
'id': '896509ed-af98-59d5-a992-1153f6ad950f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EJ15822',
'listing': 'auction',
'make': 'Renault',
'model': 'Scenic',
'odometer': 204770,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-04-20',
'seller_name': None,
'title': 'Renault Scenic 1.9 dCi Dynamique',
'transmission': 'manual',
'trim': 'Dynamique',
'year': 2008}
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EJ15822%27 HTTP/1.1" 200 None
2026-03-29 11:01:38 [auto1.es] INFO: Saving data for EJ15822: {'auction_closing_time': 1774885154.0, 'created_time': 1774695671.09989, 'last_price_update_time': 1774782098.601089}
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='EJ15822') HTTP/1.1" 204 0
2026-03-29 11: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-29 11:01:38 [auto1.es] INFO: Found listing with ID: MY16878
2026-03-29 11:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:01:39 [auto1.es] INFO: Channel: 24h | Page: 38 | totalHits: 1636 | hits on page: 40
2026-03-29 11:01:39 [auto1.es] INFO: Found listing with ID: SR36141
2026-03-29 11:01:39 [auto1.es] INFO: Found listing with ID: PW93745
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PW93745%27 HTTP/1.1" 200 None
2026-03-29 11:01:39 [auto1.es] INFO: Scrape type for PW93745: 2
2026-03-29 11:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57dece04-3ad8-54c1-aa4b-108b14c0aa02 with identifier: PW93745
2026-03-29 11:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57dece04-3ad8-54c1-aa4b-108b14c0aa02 with scrape type 2
2026-03-29 11:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57dece04-3ad8-54c1-aa4b-108b14c0aa02 with scrape type 2
2026-03-29 11:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 57dece04-3ad8-54c1-aa4b-108b14c0aa02, identifier: PW93745
2026-03-29 11:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 57dece04-3ad8-54c1-aa4b-108b14c0aa02 with identifier: PW93745
2026-03-29 11:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 57dece04-3ad8-54c1-aa4b-108b14c0aa02 with identifier: PW93745
2026-03-29 11:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 57dece04-3ad8-54c1-aa4b-108b14c0aa02 with identifier: PW93745 to the API
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 60,
'expiration_date': '2026-03-30T15:52:34Z',
'fuel_type': 'petrol',
'id': '57dece04-3ad8-54c1-aa4b-108b14c0aa02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PW93745',
'listing': 'auction',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 64868,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-01-27',
'seller_name': None,
'title': 'Ford Fiesta 1.3 FIESTA Trend',
'transmission': 'manual',
'trim': 'FIESTA Trend',
'year': 2002}
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PW93745%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [auto1.es] INFO: Saving data for PW93745: {'auction_closing_time': 1774885954.0, 'created_time': 1774695667.227337, 'last_price_update_time': 1774782100.091534}
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='PW93745') HTTP/1.1" 204 0
2026-03-29 11:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:01:40 [auto1.es] INFO: Found listing with ID: RW31062
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RW31062%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [auto1.es] INFO: Scrape type for RW31062: 2
2026-03-29 11:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb416b38-171f-5043-a240-eb36764c8da4 with identifier: RW31062
2026-03-29 11:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb416b38-171f-5043-a240-eb36764c8da4 with scrape type 2
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb416b38-171f-5043-a240-eb36764c8da4 with scrape type 2
2026-03-29 11:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: eb416b38-171f-5043-a240-eb36764c8da4, identifier: RW31062
2026-03-29 11:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: eb416b38-171f-5043-a240-eb36764c8da4 with identifier: RW31062
2026-03-29 11:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: eb416b38-171f-5043-a240-eb36764c8da4 with identifier: RW31062
2026-03-29 11:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: eb416b38-171f-5043-a240-eb36764c8da4 with identifier: RW31062 to the API
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:15:20Z',
'fuel_type': 'diesel',
'id': 'eb416b38-171f-5043-a240-eb36764c8da4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RW31062',
'listing': 'auction',
'make': 'Seat',
'model': 'Altea',
'odometer': 93736,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-06-01',
'seller_name': None,
'title': 'Seat Altea 2.0 TDI Stylance / Style',
'transmission': 'manual',
'trim': 'Stylance / Style',
'year': 2008}
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RW31062%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [auto1.es] INFO: Saving data for RW31062: {'auction_closing_time': 1774883720.0, 'created_time': 1774695682.068247, 'last_price_update_time': 1774782100.461807}
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='RW31062') HTTP/1.1" 204 0
2026-03-29 11:01:40 [auto1.es] INFO: Found listing with ID: UB86701
2026-03-29 11:01:40 [auto1.es] INFO: Found listing with ID: XP60269
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XP60269%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [auto1.es] INFO: Scrape type for XP60269: 2
2026-03-29 11:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e71a9d57-b693-5013-b9bf-84c7fe54476c with identifier: XP60269
2026-03-29 11:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e71a9d57-b693-5013-b9bf-84c7fe54476c with scrape type 2
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e71a9d57-b693-5013-b9bf-84c7fe54476c with scrape type 2
2026-03-29 11:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: e71a9d57-b693-5013-b9bf-84c7fe54476c, identifier: XP60269
2026-03-29 11:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: e71a9d57-b693-5013-b9bf-84c7fe54476c with identifier: XP60269
2026-03-29 11:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: e71a9d57-b693-5013-b9bf-84c7fe54476c with identifier: XP60269
2026-03-29 11:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: e71a9d57-b693-5013-b9bf-84c7fe54476c with identifier: XP60269 to the API
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 80,
'expiration_date': '2026-03-30T15:29:11Z',
'fuel_type': 'petrol',
'id': 'e71a9d57-b693-5013-b9bf-84c7fe54476c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XP60269',
'listing': 'auction',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 203603,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-29',
'seller_name': None,
'title': 'Seat Ibiza Reference Plus Reference Plus',
'transmission': 'manual',
'trim': '',
'year': 2018}
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XP60269%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [auto1.es] INFO: Saving data for XP60269: {'auction_closing_time': 1774884551.0, 'created_time': 1774695684.258503, 'last_price_update_time': 1774782100.842888}
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='XP60269') HTTP/1.1" 204 0
2026-03-29 11:01:40 [auto1.es] INFO: Found listing with ID: KL17964
2026-03-29 11:01:40 [auto1.es] INFO: Found listing with ID: NM08693
2026-03-29 11:01:40 [auto1.es] INFO: Found listing with ID: MM24927
2026-03-29 11:01:40 [auto1.es] INFO: Found listing with ID: WG45325
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WG45325%27 HTTP/1.1" 200 None
2026-03-29 11:01:40 [auto1.es] INFO: Scrape type for WG45325: 2
2026-03-29 11:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5c6b348-59c0-5925-b929-7f342b0291d5 with identifier: WG45325
2026-03-29 11:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5c6b348-59c0-5925-b929-7f342b0291d5 with scrape type 2
2026-03-29 11:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5c6b348-59c0-5925-b929-7f342b0291d5 with scrape type 2
2026-03-29 11:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: e5c6b348-59c0-5925-b929-7f342b0291d5, identifier: WG45325
2026-03-29 11:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: e5c6b348-59c0-5925-b929-7f342b0291d5 with identifier: WG45325
2026-03-29 11:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: e5c6b348-59c0-5925-b929-7f342b0291d5 with identifier: WG45325
2026-03-29 11:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: e5c6b348-59c0-5925-b929-7f342b0291d5 with identifier: WG45325 to the API
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:23:29Z',
'fuel_type': 'diesel',
'id': 'e5c6b348-59c0-5925-b929-7f342b0291d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WG45325',
'listing': 'auction',
'make': 'Chevrolet',
'model': 'Captiva',
'odometer': 170787,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-04-11',
'seller_name': None,
'title': 'Chevrolet Captiva 2.0 Diesel D LT 4WD',
'transmission': 'manual',
'trim': 'D LT 4WD',
'year': 2010}
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WG45325%27 HTTP/1.1" 200 None
2026-03-29 11:01:41 [auto1.es] INFO: Saving data for WG45325: {'auction_closing_time': 1774884209.0, 'created_time': 1774695681.714837, 'last_price_update_time': 1774782101.232891}
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='WG45325') HTTP/1.1" 204 0
2026-03-29 11:01:41 [auto1.es] INFO: Found listing with ID: MD68479
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MD68479%27 HTTP/1.1" 200 None
2026-03-29 11:01:41 [auto1.es] INFO: Scrape type for MD68479: 2
2026-03-29 11:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 061e6b20-34c6-585b-a203-e7dc88c0288b with identifier: MD68479
2026-03-29 11:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 061e6b20-34c6-585b-a203-e7dc88c0288b with scrape type 2
2026-03-29 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 061e6b20-34c6-585b-a203-e7dc88c0288b with scrape type 2
2026-03-29 11:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 061e6b20-34c6-585b-a203-e7dc88c0288b, identifier: MD68479
2026-03-29 11:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 061e6b20-34c6-585b-a203-e7dc88c0288b with identifier: MD68479
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gold HTTP/1.1" 200 None
2026-03-29 11:01:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=hybrid HTTP/1.1" 200 None
2026-03-29 11:01:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 061e6b20-34c6-585b-a203-e7dc88c0288b with identifier: MD68479
2026-03-29 11:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 061e6b20-34c6-585b-a203-e7dc88c0288b with identifier: MD68479 to the API
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gold',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 116,
'expiration_date': '2026-03-30T15:02:48Z',
'fuel_type': 'hybrid',
'id': '061e6b20-34c6-585b-a203-e7dc88c0288b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MD68479',
'listing': 'auction',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 63212,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-22',
'seller_name': None,
'title': 'Toyota Yaris 1.5 Hybrid Active',
'transmission': 'automatic',
'trim': 'Active',
'year': 2022}
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MD68479%27 HTTP/1.1" 200 None
2026-03-29 11:01:41 [auto1.es] INFO: Saving data for MD68479: {'auction_closing_time': 1774882968.0, 'created_time': 1774695681.244992, 'last_price_update_time': 1774782101.867239}
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='MD68479') HTTP/1.1" 204 0
2026-03-29 11:01:41 [auto1.es] INFO: Found listing with ID: AZ60367
2026-03-29 11:01:41 [auto1.es] INFO: Found listing with ID: LJ63273
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LJ63273%27 HTTP/1.1" 200 None
2026-03-29 11:01:41 [auto1.es] INFO: Scrape type for LJ63273: 2
2026-03-29 11:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 959ca873-f14c-5456-8a6b-12a6945617da with identifier: LJ63273
2026-03-29 11:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 959ca873-f14c-5456-8a6b-12a6945617da with scrape type 2
2026-03-29 11:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 959ca873-f14c-5456-8a6b-12a6945617da with scrape type 2
2026-03-29 11:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 959ca873-f14c-5456-8a6b-12a6945617da, identifier: LJ63273
2026-03-29 11:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 959ca873-f14c-5456-8a6b-12a6945617da with identifier: LJ63273
2026-03-29 11:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 959ca873-f14c-5456-8a6b-12a6945617da with identifier: LJ63273
2026-03-29 11:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 959ca873-f14c-5456-8a6b-12a6945617da with identifier: LJ63273 to the API
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 80,
'expiration_date': '2026-03-30T15:01:40Z',
'fuel_type': 'petrol',
'id': '959ca873-f14c-5456-8a6b-12a6945617da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LJ63273',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 133039,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-07-25',
'seller_name': None,
'title': 'Volkswagen Polo 1.4 Edition',
'transmission': 'automatic',
'trim': 'Edition',
'year': 2007}
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LJ63273%27 HTTP/1.1" 200 None
2026-03-29 11:01:42 [auto1.es] INFO: Saving data for LJ63273: {'auction_closing_time': 1774882900.0, 'created_time': 1774695685.07391, 'last_price_update_time': 1774782102.330585}
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='LJ63273') HTTP/1.1" 204 0
2026-03-29 11:01:42 [auto1.es] INFO: Found listing with ID: EH03748
2026-03-29 11:01:42 [auto1.es] INFO: Found listing with ID: GF33961
2026-03-29 11:01:42 [auto1.es] INFO: Found listing with ID: LX05735
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LX05735%27 HTTP/1.1" 200 None
2026-03-29 11:01:42 [auto1.es] INFO: Scrape type for LX05735: 2
2026-03-29 11:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8398c8bf-1fb7-5a86-85d1-ec0ae6a12bd0 with identifier: LX05735
2026-03-29 11:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8398c8bf-1fb7-5a86-85d1-ec0ae6a12bd0 with scrape type 2
2026-03-29 11:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8398c8bf-1fb7-5a86-85d1-ec0ae6a12bd0 with scrape type 2
2026-03-29 11:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 8398c8bf-1fb7-5a86-85d1-ec0ae6a12bd0, identifier: LX05735
2026-03-29 11:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 8398c8bf-1fb7-5a86-85d1-ec0ae6a12bd0 with identifier: LX05735
2026-03-29 11:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 8398c8bf-1fb7-5a86-85d1-ec0ae6a12bd0 with identifier: LX05735
2026-03-29 11:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 8398c8bf-1fb7-5a86-85d1-ec0ae6a12bd0 with identifier: LX05735 to the API
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:25:28Z',
'fuel_type': 'diesel',
'id': '8398c8bf-1fb7-5a86-85d1-ec0ae6a12bd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LX05735',
'listing': 'auction',
'make': 'Ford',
'model': 'C-Max',
'odometer': 260140,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-05-25',
'seller_name': None,
'title': 'Ford C-Max 1.6 TDCi Trend',
'transmission': 'manual',
'trim': 'Trend',
'year': 2010}
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LX05735%27 HTTP/1.1" 200 None
2026-03-29 11:01:42 [auto1.es] INFO: Saving data for LX05735: {'auction_closing_time': 1774884328.0, 'created_time': 1774695666.796107, 'last_price_update_time': 1774782102.703361}
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='LX05735') HTTP/1.1" 204 0
2026-03-29 11:01:42 [auto1.es] INFO: Found listing with ID: FX69665
2026-03-29 11:01:42 [auto1.es] INFO: Found listing with ID: NV64390
2026-03-29 11:01:42 [auto1.es] INFO: Found listing with ID: UH53722
2026-03-29 11:01:42 [auto1.es] INFO: Found listing with ID: UP08006
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UP08006%27 HTTP/1.1" 200 None
2026-03-29 11:01:42 [auto1.es] INFO: Scrape type for UP08006: 2
2026-03-29 11:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15a09408-3e64-5977-9dde-0ec17d510ef0 with identifier: UP08006
2026-03-29 11:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15a09408-3e64-5977-9dde-0ec17d510ef0 with scrape type 2
2026-03-29 11:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15a09408-3e64-5977-9dde-0ec17d510ef0 with scrape type 2
2026-03-29 11:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 15a09408-3e64-5977-9dde-0ec17d510ef0, identifier: UP08006
2026-03-29 11:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 15a09408-3e64-5977-9dde-0ec17d510ef0 with identifier: UP08006
2026-03-29 11:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 15a09408-3e64-5977-9dde-0ec17d510ef0 with identifier: UP08006
2026-03-29 11:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 15a09408-3e64-5977-9dde-0ec17d510ef0 with identifier: UP08006 to the API
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 82,
'expiration_date': '2026-03-30T15:56:12Z',
'fuel_type': 'petrol',
'id': '15a09408-3e64-5977-9dde-0ec17d510ef0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UP08006',
'listing': 'auction',
'make': 'Peugeot',
'model': '208',
'odometer': 182549,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-22',
'seller_name': None,
'title': 'Peugeot 208 1.2 e-VTi Allure',
'transmission': 'manual',
'trim': 'Allure',
'year': 2016}
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UP08006%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [auto1.es] INFO: Saving data for UP08006: {'auction_closing_time': 1774886172.0, 'created_time': 1773432310.696511, 'last_price_update_time': 1774782103.120188}
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='UP08006') HTTP/1.1" 204 0
2026-03-29 11:01:43 [auto1.es] INFO: Found listing with ID: AP47288
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AP47288%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [auto1.es] INFO: Scrape type for AP47288: 2
2026-03-29 11:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6454f313-04ef-55b3-9af3-1457e8f38e1d with identifier: AP47288
2026-03-29 11:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6454f313-04ef-55b3-9af3-1457e8f38e1d with scrape type 2
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6454f313-04ef-55b3-9af3-1457e8f38e1d with scrape type 2
2026-03-29 11:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 6454f313-04ef-55b3-9af3-1457e8f38e1d, identifier: AP47288
2026-03-29 11:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 6454f313-04ef-55b3-9af3-1457e8f38e1d with identifier: AP47288
2026-03-29 11:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 6454f313-04ef-55b3-9af3-1457e8f38e1d with identifier: AP47288
2026-03-29 11:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 6454f313-04ef-55b3-9af3-1457e8f38e1d with identifier: AP47288 to the API
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01: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': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 143,
'expiration_date': '2026-03-30T15:48:02Z',
'fuel_type': 'diesel',
'id': '6454f313-04ef-55b3-9af3-1457e8f38e1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AP47288',
'listing': 'auction',
'make': 'BMW',
'model': '3er',
'odometer': 115334,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-26',
'seller_name': None,
'title': 'BMW 3er 318d',
'transmission': 'manual',
'trim': '',
'year': 2014}
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AP47288%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [auto1.es] INFO: Saving data for AP47288: {'auction_closing_time': 1774885682.0, 'created_time': 1774695658.957028, 'last_price_update_time': 1774782103.507329}
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='AP47288') HTTP/1.1" 204 0
2026-03-29 11:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:01:43 [auto1.es] INFO: Found listing with ID: EG51857
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EG51857%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [auto1.es] INFO: Scrape type for EG51857: 2
2026-03-29 11:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bb18b0d-d043-5f64-a2f1-e940d7115442 with identifier: EG51857
2026-03-29 11:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bb18b0d-d043-5f64-a2f1-e940d7115442 with scrape type 2
2026-03-29 11:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bb18b0d-d043-5f64-a2f1-e940d7115442 with scrape type 2
2026-03-29 11:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 2bb18b0d-d043-5f64-a2f1-e940d7115442, identifier: EG51857
2026-03-29 11:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 2bb18b0d-d043-5f64-a2f1-e940d7115442 with identifier: EG51857
2026-03-29 11:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 2bb18b0d-d043-5f64-a2f1-e940d7115442 with identifier: EG51857
2026-03-29 11:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 2bb18b0d-d043-5f64-a2f1-e940d7115442 with identifier: EG51857 to the API
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01: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': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:35:25Z',
'fuel_type': 'diesel',
'id': '2bb18b0d-d043-5f64-a2f1-e940d7115442',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EG51857',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Evoque',
'odometer': 77462,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-28',
'seller_name': None,
'title': 'Land Rover Evoque 2.0 Td4 HSE',
'transmission': 'automatic',
'trim': 'HSE',
'year': 2017}
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EG51857%27 HTTP/1.1" 200 None
2026-03-29 11:01:43 [auto1.es] INFO: Saving data for EG51857: {'auction_closing_time': 1774884925.0, 'created_time': 1774695662.141345, 'last_price_update_time': 1774782103.899498}
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='EG51857') HTTP/1.1" 204 0
2026-03-29 11:01:44 [auto1.es] INFO: Found listing with ID: TS53334
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TS53334%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [auto1.es] INFO: Scrape type for TS53334: 2
2026-03-29 11:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3724f40-5649-51e5-8f69-68386ee34def with identifier: TS53334
2026-03-29 11:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3724f40-5649-51e5-8f69-68386ee34def with scrape type 2
2026-03-29 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3724f40-5649-51e5-8f69-68386ee34def with scrape type 2
2026-03-29 11:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: f3724f40-5649-51e5-8f69-68386ee34def, identifier: TS53334
2026-03-29 11:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: f3724f40-5649-51e5-8f69-68386ee34def with identifier: TS53334
2026-03-29 11:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: f3724f40-5649-51e5-8f69-68386ee34def with identifier: TS53334
2026-03-29 11:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: f3724f40-5649-51e5-8f69-68386ee34def with identifier: TS53334 to the API
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:19:00Z',
'fuel_type': 'petrol',
'id': 'f3724f40-5649-51e5-8f69-68386ee34def',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TS53334',
'listing': 'auction',
'make': 'Seat',
'model': 'Ateca',
'odometer': 88017,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-08',
'seller_name': None,
'title': 'Seat Ateca 1.5 TSI ACT FR Go',
'transmission': 'automatic',
'trim': 'FR Go',
'year': 2020}
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TS53334%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [auto1.es] INFO: Saving data for TS53334: {'auction_closing_time': 1774883940.0, 'created_time': 1774695661.425966, 'last_price_update_time': 1774782104.384388}
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='TS53334') HTTP/1.1" 204 0
2026-03-29 11:01:44 [auto1.es] INFO: Channel: 24h | Page: 39 | totalHits: 1636 | hits on page: 40
2026-03-29 11:01:44 [auto1.es] INFO: Found listing with ID: HP31470
2026-03-29 11:01:44 [auto1.es] INFO: Found listing with ID: TW94946
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TW94946%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [auto1.es] INFO: Scrape type for TW94946: 2
2026-03-29 11:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abf8b380-754a-554a-842f-ebb4023ee0d4 with identifier: TW94946
2026-03-29 11:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abf8b380-754a-554a-842f-ebb4023ee0d4 with scrape type 2
2026-03-29 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abf8b380-754a-554a-842f-ebb4023ee0d4 with scrape type 2
2026-03-29 11:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: abf8b380-754a-554a-842f-ebb4023ee0d4, identifier: TW94946
2026-03-29 11:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: abf8b380-754a-554a-842f-ebb4023ee0d4 with identifier: TW94946
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=beige HTTP/1.1" 200 None
2026-03-29 11:01:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: abf8b380-754a-554a-842f-ebb4023ee0d4 with identifier: TW94946
2026-03-29 11:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: abf8b380-754a-554a-842f-ebb4023ee0d4 with identifier: TW94946 to the API
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'beige',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:25:25Z',
'fuel_type': 'diesel',
'id': 'abf8b380-754a-554a-842f-ebb4023ee0d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TW94946',
'listing': 'auction',
'make': 'Renault',
'model': 'Clio',
'odometer': 108969,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-02-28',
'seller_name': None,
'title': 'Renault Clio 1.5 dCi Expression',
'transmission': 'manual',
'trim': 'Expression',
'year': 2007}
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27TW94946%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [auto1.es] INFO: Saving data for TW94946: {'auction_closing_time': 1774884325.0, 'created_time': 1774015595.87794, 'last_price_update_time': 1774782104.916184}
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='TW94946') HTTP/1.1" 204 0
2026-03-29 11:01:44 [auto1.es] INFO: Found listing with ID: UE40961
2026-03-29 11:01:44 [auto1.es] INFO: Found listing with ID: KH51643
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KH51643%27 HTTP/1.1" 200 None
2026-03-29 11:01:44 [auto1.es] INFO: Scrape type for KH51643: 2
2026-03-29 11:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 952cf5b2-cf97-5fd9-87c0-5752f95bc5cf with identifier: KH51643
2026-03-29 11:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 952cf5b2-cf97-5fd9-87c0-5752f95bc5cf with scrape type 2
2026-03-29 11:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 952cf5b2-cf97-5fd9-87c0-5752f95bc5cf with scrape type 2
2026-03-29 11:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 952cf5b2-cf97-5fd9-87c0-5752f95bc5cf, identifier: KH51643
2026-03-29 11: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-29 11:01:45 [auto1.es] INFO: Found listing with ID: KE70928
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KE70928%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [auto1.es] INFO: Scrape type for KE70928: 2
2026-03-29 11:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b36783f2-0e21-5f0b-9032-497e29bc39d0 with identifier: KE70928
2026-03-29 11:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b36783f2-0e21-5f0b-9032-497e29bc39d0 with scrape type 2
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b36783f2-0e21-5f0b-9032-497e29bc39d0 with scrape type 2
2026-03-29 11:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: b36783f2-0e21-5f0b-9032-497e29bc39d0, identifier: KE70928
2026-03-29 11:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 952cf5b2-cf97-5fd9-87c0-5752f95bc5cf with identifier: KH51643
2026-03-29 11:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 952cf5b2-cf97-5fd9-87c0-5752f95bc5cf with identifier: KH51643
2026-03-29 11:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 952cf5b2-cf97-5fd9-87c0-5752f95bc5cf with identifier: KH51643 to the API
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:17:16Z',
'fuel_type': 'diesel',
'id': '952cf5b2-cf97-5fd9-87c0-5752f95bc5cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KH51643',
'listing': 'auction',
'make': 'Opel',
'model': 'Astra',
'odometer': 217956,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-07-01',
'seller_name': None,
'title': 'Opel Astra 1.7 CDTI Sport',
'transmission': 'manual',
'trim': 'Sport',
'year': 2010}
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KH51643%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [auto1.es] INFO: Saving data for KH51643: {'auction_closing_time': 1774883836.0, 'created_time': 1774695693.751481, 'last_price_update_time': 1774782105.400352}
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='KH51643') HTTP/1.1" 204 0
2026-03-29 11:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: b36783f2-0e21-5f0b-9032-497e29bc39d0 with identifier: KE70928
2026-03-29 11:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: b36783f2-0e21-5f0b-9032-497e29bc39d0 with identifier: KE70928
2026-03-29 11:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: b36783f2-0e21-5f0b-9032-497e29bc39d0 with identifier: KE70928 to the API
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:44:23Z',
'fuel_type': 'diesel',
'id': 'b36783f2-0e21-5f0b-9032-497e29bc39d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KE70928',
'listing': 'auction',
'make': 'Renault',
'model': 'Megane',
'odometer': 393854,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-04-12',
'seller_name': None,
'title': 'Renault Megane 1.5 dCi Expression',
'transmission': 'manual',
'trim': 'Expression',
'year': 2009}
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KE70928%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [auto1.es] INFO: Saving data for KE70928: {'auction_closing_time': 1774885463.0, 'created_time': 1774695660.206973, 'last_price_update_time': 1774782105.683717}
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='KE70928') HTTP/1.1" 204 0
2026-03-29 11:01:45 [auto1.es] INFO: Found listing with ID: VK88655
2026-03-29 11:01:45 [auto1.es] INFO: Found listing with ID: LX19850
2026-03-29 11:01:45 [auto1.es] INFO: Found listing with ID: VY33491
2026-03-29 11:01:45 [auto1.es] INFO: Found listing with ID: MK70823
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MK70823%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [auto1.es] INFO: Scrape type for MK70823: 2
2026-03-29 11:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 043be3b6-9f94-5190-9dea-94f99414cd15 with identifier: MK70823
2026-03-29 11:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 043be3b6-9f94-5190-9dea-94f99414cd15 with scrape type 2
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 043be3b6-9f94-5190-9dea-94f99414cd15 with scrape type 2
2026-03-29 11:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 043be3b6-9f94-5190-9dea-94f99414cd15, identifier: MK70823
2026-03-29 11:01:45 [auto1.es] INFO: Found listing with ID: HX30017
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HX30017%27 HTTP/1.1" 200 None
2026-03-29 11:01:45 [auto1.es] INFO: Scrape type for HX30017: 2
2026-03-29 11:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da2d7583-ecd9-56c2-ad3c-825b81a0b739 with identifier: HX30017
2026-03-29 11:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da2d7583-ecd9-56c2-ad3c-825b81a0b739 with scrape type 2
2026-03-29 11:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da2d7583-ecd9-56c2-ad3c-825b81a0b739 with scrape type 2
2026-03-29 11:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: da2d7583-ecd9-56c2-ad3c-825b81a0b739, identifier: HX30017
2026-03-29 11:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 043be3b6-9f94-5190-9dea-94f99414cd15 with identifier: MK70823
2026-03-29 11:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 043be3b6-9f94-5190-9dea-94f99414cd15 with identifier: MK70823
2026-03-29 11:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 043be3b6-9f94-5190-9dea-94f99414cd15 with identifier: MK70823 to the API
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 163,
'expiration_date': '2026-03-30T15:51:43Z',
'fuel_type': 'diesel',
'id': '043be3b6-9f94-5190-9dea-94f99414cd15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MK70823',
'listing': 'auction',
'make': 'Peugeot',
'model': '508',
'odometer': 89468,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-02',
'seller_name': None,
'title': 'Peugeot 508 2.0 Blue-HDi Allure',
'transmission': 'automatic',
'trim': 'Allure',
'year': 2019}
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MK70823%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [auto1.es] INFO: Saving data for MK70823: {'auction_closing_time': 1774885903.0, 'created_time': 1773399792.831716, 'last_price_update_time': 1774782106.187831}
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='MK70823') HTTP/1.1" 204 0
2026-03-29 11:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: da2d7583-ecd9-56c2-ad3c-825b81a0b739 with identifier: HX30017
2026-03-29 11:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: da2d7583-ecd9-56c2-ad3c-825b81a0b739 with identifier: HX30017
2026-03-29 11:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: da2d7583-ecd9-56c2-ad3c-825b81a0b739 with identifier: HX30017 to the API
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 125,
'expiration_date': '2026-03-30T15:31:34Z',
'fuel_type': 'diesel',
'id': 'da2d7583-ecd9-56c2-ad3c-825b81a0b739',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/HX30017',
'listing': 'auction',
'make': 'Opel',
'model': 'Astra',
'odometer': 290749,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-10-20',
'seller_name': None,
'title': 'Opel Astra 1.7 CDTI Cosmo',
'transmission': 'manual',
'trim': 'Cosmo',
'year': 2011}
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HX30017%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [auto1.es] INFO: Saving data for HX30017: {'auction_closing_time': 1774884694.0, 'created_time': 1774695665.585362, 'last_price_update_time': 1774782106.544547}
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='HX30017') HTTP/1.1" 204 0
2026-03-29 11:01:46 [auto1.es] INFO: Found listing with ID: WJ13987
2026-03-29 11:01:46 [auto1.es] INFO: Found listing with ID: CV66475
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CV66475%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [auto1.es] INFO: Scrape type for CV66475: 2
2026-03-29 11:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b18bfee5-1c90-5131-8cd3-6e60271c5f77 with identifier: CV66475
2026-03-29 11:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b18bfee5-1c90-5131-8cd3-6e60271c5f77 with scrape type 2
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b18bfee5-1c90-5131-8cd3-6e60271c5f77 with scrape type 2
2026-03-29 11:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: b18bfee5-1c90-5131-8cd3-6e60271c5f77, identifier: CV66475
2026-03-29 11:01:46 [auto1.es] INFO: Found listing with ID: PE66788
2026-03-29 11:01:46 [auto1.es] INFO: Found listing with ID: WA65207
2026-03-29 11:01:46 [auto1.es] INFO: Found listing with ID: SY19830
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SY19830%27 HTTP/1.1" 200 None
2026-03-29 11:01:46 [auto1.es] INFO: Scrape type for SY19830: 2
2026-03-29 11:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9741df9d-ac05-5d57-b136-2052d064d27d with identifier: SY19830
2026-03-29 11:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9741df9d-ac05-5d57-b136-2052d064d27d with scrape type 2
2026-03-29 11:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9741df9d-ac05-5d57-b136-2052d064d27d with scrape type 2
2026-03-29 11:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 9741df9d-ac05-5d57-b136-2052d064d27d, identifier: SY19830
2026-03-29 11:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: b18bfee5-1c90-5131-8cd3-6e60271c5f77 with identifier: CV66475
2026-03-29 11:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: b18bfee5-1c90-5131-8cd3-6e60271c5f77 with identifier: CV66475
2026-03-29 11:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: b18bfee5-1c90-5131-8cd3-6e60271c5f77 with identifier: CV66475 to the API
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 224,
'expiration_date': '2026-03-30T15:29:51Z',
'fuel_type': 'hybrid',
'id': 'b18bfee5-1c90-5131-8cd3-6e60271c5f77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CV66475',
'listing': 'auction',
'make': 'Mitsubishi',
'model': 'Outlander',
'odometer': 67395,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seller_name': None,
'title': 'Mitsubishi Outlander 2.4 PHEV Top 4WD',
'transmission': 'automatic',
'trim': 'Top 4WD',
'year': 2021}
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CV66475%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [auto1.es] INFO: Saving data for CV66475: {'auction_closing_time': 1774884591.0, 'created_time': 1774695697.719378, 'last_price_update_time': 1774782107.044816}
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='CV66475') HTTP/1.1" 204 0
2026-03-29 11:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 9741df9d-ac05-5d57-b136-2052d064d27d with identifier: SY19830
2026-03-29 11:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 9741df9d-ac05-5d57-b136-2052d064d27d with identifier: SY19830
2026-03-29 11:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 9741df9d-ac05-5d57-b136-2052d064d27d with identifier: SY19830 to the API
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:11:54Z',
'fuel_type': 'petrol',
'id': '9741df9d-ac05-5d57-b136-2052d064d27d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SY19830',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 169388,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-04',
'seller_name': None,
'title': 'Volkswagen Touran 1.4 TSI Sport BlueMotion',
'transmission': 'automatic',
'trim': 'Sport BlueMotion',
'year': 2017}
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SY19830%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [auto1.es] INFO: Saving data for SY19830: {'auction_closing_time': 1774883514.0, 'created_time': 1774695660.778891, 'last_price_update_time': 1774782107.338303}
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='SY19830') HTTP/1.1" 204 0
2026-03-29 11:01:47 [auto1.es] INFO: Found listing with ID: WV13003
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WV13003%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [auto1.es] INFO: Scrape type for WV13003: 2
2026-03-29 11:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08fa0f52-780c-563f-be19-5092d0863191 with identifier: WV13003
2026-03-29 11:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08fa0f52-780c-563f-be19-5092d0863191 with scrape type 2
2026-03-29 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08fa0f52-780c-563f-be19-5092d0863191 with scrape type 2
2026-03-29 11:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 08fa0f52-780c-563f-be19-5092d0863191, identifier: WV13003
2026-03-29 11:01:47 [auto1.es] INFO: Found listing with ID: RR07700
2026-03-29 11:01:47 [auto1.es] INFO: Found listing with ID: RF07402
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RF07402%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [auto1.es] INFO: Scrape type for RF07402: 2
2026-03-29 11:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ed9aced-5f26-5a9e-9b88-a649a22c4869 with identifier: RF07402
2026-03-29 11:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ed9aced-5f26-5a9e-9b88-a649a22c4869 with scrape type 2
2026-03-29 11:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ed9aced-5f26-5a9e-9b88-a649a22c4869 with scrape type 2
2026-03-29 11:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 5ed9aced-5f26-5a9e-9b88-a649a22c4869, identifier: RF07402
2026-03-29 11:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 08fa0f52-780c-563f-be19-5092d0863191 with identifier: WV13003
2026-03-29 11:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 08fa0f52-780c-563f-be19-5092d0863191 with identifier: WV13003
2026-03-29 11:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 08fa0f52-780c-563f-be19-5092d0863191 with identifier: WV13003 to the API
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:01:52Z',
'fuel_type': 'diesel',
'id': '08fa0f52-780c-563f-be19-5092d0863191',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WV13003',
'listing': 'auction',
'make': 'Audi',
'model': 'A6',
'odometer': 356404,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-08-27',
'seller_name': None,
'title': 'Audi A6 2.0 TDI',
'transmission': 'manual',
'trim': '',
'year': 2008}
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27WV13003%27 HTTP/1.1" 200 None
2026-03-29 11:01:47 [auto1.es] INFO: Saving data for WV13003: {'auction_closing_time': 1774882912.0, 'created_time': 1773410452.544435, 'last_price_update_time': 1774782107.85239}
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='WV13003') HTTP/1.1" 204 0
2026-03-29 11:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 5ed9aced-5f26-5a9e-9b88-a649a22c4869 with identifier: RF07402
2026-03-29 11:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 5ed9aced-5f26-5a9e-9b88-a649a22c4869 with identifier: RF07402
2026-03-29 11:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 5ed9aced-5f26-5a9e-9b88-a649a22c4869 with identifier: RF07402 to the API
2026-03-29 11:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 141,
'expiration_date': '2026-03-30T15:16:17Z',
'fuel_type': 'hybrid',
'id': '5ed9aced-5f26-5a9e-9b88-a649a22c4869',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RF07402',
'listing': 'auction',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 199517,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-25',
'seller_name': None,
'title': 'Hyundai IONIQ 1.6 Hybrid Tecno',
'transmission': 'automatic',
'trim': 'Tecno',
'year': 2017}
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RF07402%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [auto1.es] INFO: Saving data for RF07402: {'auction_closing_time': 1774883777.0, 'created_time': 1773410560.602644, 'last_price_update_time': 1774782108.175667}
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='RF07402') HTTP/1.1" 204 0
2026-03-29 11:01:48 [auto1.es] INFO: Found listing with ID: RU20773
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RU20773%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [auto1.es] INFO: Scrape type for RU20773: 2
2026-03-29 11:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 753fe24e-17d6-5c03-9437-20017b0c39f0 with identifier: RU20773
2026-03-29 11:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 753fe24e-17d6-5c03-9437-20017b0c39f0 with scrape type 2
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 753fe24e-17d6-5c03-9437-20017b0c39f0 with scrape type 2
2026-03-29 11:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 753fe24e-17d6-5c03-9437-20017b0c39f0, identifier: RU20773
2026-03-29 11:01:48 [auto1.es] INFO: Found listing with ID: FR94321
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FR94321%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [auto1.es] INFO: Scrape type for FR94321: 2
2026-03-29 11:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1055ecb8-31a8-5f15-a67e-daa70f2135c4 with identifier: FR94321
2026-03-29 11:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1055ecb8-31a8-5f15-a67e-daa70f2135c4 with scrape type 2
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1055ecb8-31a8-5f15-a67e-daa70f2135c4 with scrape type 2
2026-03-29 11:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 1055ecb8-31a8-5f15-a67e-daa70f2135c4, identifier: FR94321
2026-03-29 11:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 753fe24e-17d6-5c03-9437-20017b0c39f0 with identifier: RU20773
2026-03-29 11:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 753fe24e-17d6-5c03-9437-20017b0c39f0 with identifier: RU20773
2026-03-29 11:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 753fe24e-17d6-5c03-9437-20017b0c39f0 with identifier: RU20773 to the API
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:49:29Z',
'fuel_type': 'diesel',
'id': '753fe24e-17d6-5c03-9437-20017b0c39f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RU20773',
'listing': 'auction',
'make': 'Renault',
'model': 'Captur',
'odometer': 102792,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-28',
'seller_name': None,
'title': 'Renault Captur 1.5 dCi Energy Zen',
'transmission': 'manual',
'trim': 'Zen',
'year': 2015}
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RU20773%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [auto1.es] INFO: Saving data for RU20773: {'auction_closing_time': 1774885769.0, 'created_time': 1774695696.044377, 'last_price_update_time': 1774782108.653321}
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='RU20773') HTTP/1.1" 204 0
2026-03-29 11:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 1055ecb8-31a8-5f15-a67e-daa70f2135c4 with identifier: FR94321
2026-03-29 11:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 1055ecb8-31a8-5f15-a67e-daa70f2135c4 with identifier: FR94321
2026-03-29 11:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 1055ecb8-31a8-5f15-a67e-daa70f2135c4 with identifier: FR94321 to the API
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 143,
'expiration_date': '2026-03-30T15:52:06Z',
'fuel_type': 'diesel',
'id': '1055ecb8-31a8-5f15-a67e-daa70f2135c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FR94321',
'listing': 'auction',
'make': 'BMW',
'model': '1er',
'odometer': 238159,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-04-29',
'seller_name': None,
'title': 'BMW 1er 118d',
'transmission': 'manual',
'trim': '',
'year': 2010}
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FR94321%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [auto1.es] INFO: Saving data for FR94321: {'auction_closing_time': 1774885926.0, 'created_time': 1774695659.648576, 'last_price_update_time': 1774782108.951133}
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='FR94321') HTTP/1.1" 204 0
2026-03-29 11:01:48 [auto1.es] INFO: Found listing with ID: DX72954
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DX72954%27 HTTP/1.1" 200 None
2026-03-29 11:01:48 [auto1.es] INFO: Scrape type for DX72954: 2
2026-03-29 11:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec334d0c-0390-516a-99fe-648aed55873d with identifier: DX72954
2026-03-29 11:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec334d0c-0390-516a-99fe-648aed55873d with scrape type 2
2026-03-29 11:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec334d0c-0390-516a-99fe-648aed55873d with scrape type 2
2026-03-29 11:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: ec334d0c-0390-516a-99fe-648aed55873d, identifier: DX72954
2026-03-29 11:01:49 [auto1.es] INFO: Found listing with ID: UA24744
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UA24744%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [auto1.es] INFO: Scrape type for UA24744: 2
2026-03-29 11:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de5ab3c7-9045-57ad-abc0-758ab59faf1c with identifier: UA24744
2026-03-29 11:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de5ab3c7-9045-57ad-abc0-758ab59faf1c with scrape type 2
2026-03-29 11:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de5ab3c7-9045-57ad-abc0-758ab59faf1c with scrape type 2
2026-03-29 11:01:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: de5ab3c7-9045-57ad-abc0-758ab59faf1c, identifier: UA24744
2026-03-29 11:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: ec334d0c-0390-516a-99fe-648aed55873d with identifier: DX72954
2026-03-29 11:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: ec334d0c-0390-516a-99fe-648aed55873d with identifier: DX72954
2026-03-29 11:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: ec334d0c-0390-516a-99fe-648aed55873d with identifier: DX72954 to the API
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:48:49Z',
'fuel_type': 'diesel',
'id': 'ec334d0c-0390-516a-99fe-648aed55873d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DX72954',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 108187,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-18',
'seller_name': None,
'title': 'BMW X3 sDrive 18d Mild-Hybrid Luxury Line',
'transmission': 'automatic',
'trim': 'Luxury Line',
'year': 2021}
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DX72954%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [auto1.es] INFO: Saving data for DX72954: {'auction_closing_time': 1774885729.0, 'created_time': 1774695638.722513, 'last_price_update_time': 1774782109.458931}
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='DX72954') HTTP/1.1" 204 0
2026-03-29 11:01:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: de5ab3c7-9045-57ad-abc0-758ab59faf1c with identifier: UA24744
2026-03-29 11:01:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: de5ab3c7-9045-57ad-abc0-758ab59faf1c with identifier: UA24744
2026-03-29 11:01:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: de5ab3c7-9045-57ad-abc0-758ab59faf1c with identifier: UA24744 to the API
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 125,
'expiration_date': '2026-03-30T15:53:23Z',
'fuel_type': 'petrol',
'id': 'de5ab3c7-9045-57ad-abc0-758ab59faf1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UA24744',
'listing': 'auction',
'make': 'Opel',
'model': 'Meriva',
'odometer': 124572,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-05-31',
'seller_name': None,
'title': 'Opel Meriva 1.8 Cosmo',
'transmission': 'automatic',
'trim': 'Cosmo',
'year': 2004}
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UA24744%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [auto1.es] INFO: Saving data for UA24744: {'auction_closing_time': 1774886003.0, 'created_time': 1774695641.692668, 'last_price_update_time': 1774782109.836671}
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='UA24744') HTTP/1.1" 204 0
2026-03-29 11:01:49 [auto1.es] INFO: Found listing with ID: VA33750
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VA33750%27 HTTP/1.1" 200 None
2026-03-29 11:01:49 [auto1.es] INFO: Scrape type for VA33750: 2
2026-03-29 11:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc700c12-d0e3-5211-9202-9654f2c06c5e with identifier: VA33750
2026-03-29 11:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc700c12-d0e3-5211-9202-9654f2c06c5e with scrape type 2
2026-03-29 11:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc700c12-d0e3-5211-9202-9654f2c06c5e with scrape type 2
2026-03-29 11:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: cc700c12-d0e3-5211-9202-9654f2c06c5e, identifier: VA33750
2026-03-29 11:01:50 [auto1.es] INFO: Found listing with ID: US29597
2026-03-29 11:01:50 [auto1.es] INFO: Found listing with ID: NJ67875
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NJ67875%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [auto1.es] INFO: Scrape type for NJ67875: 2
2026-03-29 11:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecedec74-6c22-5b1c-ace7-9d406c2c48ca with identifier: NJ67875
2026-03-29 11:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecedec74-6c22-5b1c-ace7-9d406c2c48ca with scrape type 2
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecedec74-6c22-5b1c-ace7-9d406c2c48ca with scrape type 2
2026-03-29 11:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: ecedec74-6c22-5b1c-ace7-9d406c2c48ca, identifier: NJ67875
2026-03-29 11:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: cc700c12-d0e3-5211-9202-9654f2c06c5e with identifier: VA33750
2026-03-29 11:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: cc700c12-d0e3-5211-9202-9654f2c06c5e with identifier: VA33750
2026-03-29 11:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: cc700c12-d0e3-5211-9202-9654f2c06c5e with identifier: VA33750 to the API
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 200,
'expiration_date': '2026-03-30T15:40:36Z',
'fuel_type': 'diesel',
'id': 'cc700c12-d0e3-5211-9202-9654f2c06c5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VA33750',
'listing': 'auction',
'make': 'Ford',
'model': 'Ranger',
'odometer': 95548,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-07-25',
'seller_name': None,
'title': 'Ford Ranger 3.2 TDCi Doppelkabine 4x4 Wildtrak',
'transmission': 'manual',
'trim': 'Doppelkabine 4x4 Wildtrak',
'year': 2017}
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VA33750%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [auto1.es] INFO: Saving data for VA33750: {'auction_closing_time': 1774885236.0, 'created_time': 1774695656.757178, 'last_price_update_time': 1774782110.401591}
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='VA33750') HTTP/1.1" 204 0
2026-03-29 11:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: ecedec74-6c22-5b1c-ace7-9d406c2c48ca with identifier: NJ67875
2026-03-29 11:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: ecedec74-6c22-5b1c-ace7-9d406c2c48ca with identifier: NJ67875
2026-03-29 11:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: ecedec74-6c22-5b1c-ace7-9d406c2c48ca with identifier: NJ67875 to the API
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:00:07Z',
'fuel_type': 'diesel',
'id': 'ecedec74-6c22-5b1c-ace7-9d406c2c48ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NJ67875',
'listing': 'auction',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 311334,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-07-30',
'seller_name': None,
'title': 'Seat Ibiza 1.9 TDI 25 Aniversario',
'transmission': 'manual',
'trim': '25 Aniversario',
'year': 2009}
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NJ67875%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [auto1.es] INFO: Saving data for NJ67875: {'auction_closing_time': 1774882807.0, 'created_time': 1774695657.754031, 'last_price_update_time': 1774782110.694452}
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='NJ67875') HTTP/1.1" 204 0
2026-03-29 11:01:50 [auto1.es] INFO: Found listing with ID: SR52978
2026-03-29 11:01:50 [auto1.es] INFO: Found listing with ID: BA23720
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BA23720%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [auto1.es] INFO: Scrape type for BA23720: 2
2026-03-29 11:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a563d7e-6b23-5f9a-bfd7-01238a25b947 with identifier: BA23720
2026-03-29 11:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a563d7e-6b23-5f9a-bfd7-01238a25b947 with scrape type 2
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a563d7e-6b23-5f9a-bfd7-01238a25b947 with scrape type 2
2026-03-29 11:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 4a563d7e-6b23-5f9a-bfd7-01238a25b947, identifier: BA23720
2026-03-29 11:01:50 [auto1.es] INFO: Found listing with ID: XF82752
2026-03-29 11:01:50 [auto1.es] INFO: Found listing with ID: RK77233
2026-03-29 11:01:50 [auto1.es] INFO: Found listing with ID: YJ22884
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YJ22884%27 HTTP/1.1" 200 None
2026-03-29 11:01:50 [auto1.es] INFO: Scrape type for YJ22884: 2
2026-03-29 11:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 602bfb9c-aebb-50d7-919a-bdba3935274d with identifier: YJ22884
2026-03-29 11:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 602bfb9c-aebb-50d7-919a-bdba3935274d with scrape type 2
2026-03-29 11:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 602bfb9c-aebb-50d7-919a-bdba3935274d with scrape type 2
2026-03-29 11:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 602bfb9c-aebb-50d7-919a-bdba3935274d, identifier: YJ22884
2026-03-29 11:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 4a563d7e-6b23-5f9a-bfd7-01238a25b947 with identifier: BA23720
2026-03-29 11:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 4a563d7e-6b23-5f9a-bfd7-01238a25b947 with identifier: BA23720
2026-03-29 11:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 4a563d7e-6b23-5f9a-bfd7-01238a25b947 with identifier: BA23720 to the API
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 100,
'expiration_date': '2026-03-30T15:03:13Z',
'fuel_type': 'petrol',
'id': '4a563d7e-6b23-5f9a-bfd7-01238a25b947',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BA23720',
'listing': 'auction',
'make': 'Chevrolet',
'model': 'Aveo',
'odometer': 124070,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-12-28',
'seller_name': None,
'title': 'Chevrolet Aveo 1.4 LS',
'transmission': 'manual',
'trim': 'LS',
'year': 2008}
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BA23720%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [auto1.es] INFO: Saving data for BA23720: {'auction_closing_time': 1774882993.0, 'created_time': 1773128176.877031, 'last_price_update_time': 1774782111.220472}
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='BA23720') HTTP/1.1" 204 0
2026-03-29 11:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 602bfb9c-aebb-50d7-919a-bdba3935274d with identifier: YJ22884
2026-03-29 11:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 602bfb9c-aebb-50d7-919a-bdba3935274d with identifier: YJ22884
2026-03-29 11:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 602bfb9c-aebb-50d7-919a-bdba3935274d with identifier: YJ22884 to the API
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:14:57Z',
'fuel_type': 'diesel',
'id': '602bfb9c-aebb-50d7-919a-bdba3935274d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YJ22884',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 168516,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-07-16',
'seller_name': None,
'title': 'Volkswagen Touran 1.6 TDI Edition',
'transmission': 'manual',
'trim': 'Edition',
'year': 2013}
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YJ22884%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [auto1.es] INFO: Saving data for YJ22884: {'auction_closing_time': 1774883697.0, 'created_time': 1774695692.520443, 'last_price_update_time': 1774782111.5109}
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='YJ22884') HTTP/1.1" 204 0
2026-03-29 11:01:51 [auto1.es] INFO: Found listing with ID: PL84711
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PL84711%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [auto1.es] INFO: Scrape type for PL84711: 2
2026-03-29 11:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e92a793c-beb5-5b36-baa4-38f1e0876a4a with identifier: PL84711
2026-03-29 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e92a793c-beb5-5b36-baa4-38f1e0876a4a with scrape type 2
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e92a793c-beb5-5b36-baa4-38f1e0876a4a with scrape type 2
2026-03-29 11:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: e92a793c-beb5-5b36-baa4-38f1e0876a4a, identifier: PL84711
2026-03-29 11:01:51 [auto1.es] INFO: Found listing with ID: VV48329
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VV48329%27 HTTP/1.1" 200 None
2026-03-29 11:01:51 [auto1.es] INFO: Scrape type for VV48329: 2
2026-03-29 11:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 524116d5-29ac-5c86-b2ca-f48376e425c8 with identifier: VV48329
2026-03-29 11:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 524116d5-29ac-5c86-b2ca-f48376e425c8 with scrape type 2
2026-03-29 11:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 524116d5-29ac-5c86-b2ca-f48376e425c8 with scrape type 2
2026-03-29 11:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 524116d5-29ac-5c86-b2ca-f48376e425c8, identifier: VV48329
2026-03-29 11:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: e92a793c-beb5-5b36-baa4-38f1e0876a4a with identifier: PL84711
2026-03-29 11:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: e92a793c-beb5-5b36-baa4-38f1e0876a4a with identifier: PL84711
2026-03-29 11:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: e92a793c-beb5-5b36-baa4-38f1e0876a4a with identifier: PL84711 to the API
2026-03-29 11:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:48:32Z',
'fuel_type': 'diesel',
'id': 'e92a793c-beb5-5b36-baa4-38f1e0876a4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PL84711',
'listing': 'auction',
'make': 'Ford',
'model': 'C-Max',
'odometer': 342324,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-01-17',
'seller_name': None,
'title': 'Ford C-Max 1.8 TDCi Trend',
'transmission': 'manual',
'trim': 'Trend',
'year': 2008}
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PL84711%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [auto1.es] INFO: Saving data for PL84711: {'auction_closing_time': 1774885712.0, 'created_time': 1774695662.76442, 'last_price_update_time': 1774782112.336339}
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='PL84711') HTTP/1.1" 204 0
2026-03-29 11:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 524116d5-29ac-5c86-b2ca-f48376e425c8 with identifier: VV48329
2026-03-29 11:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 524116d5-29ac-5c86-b2ca-f48376e425c8 with identifier: VV48329
2026-03-29 11:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 524116d5-29ac-5c86-b2ca-f48376e425c8 with identifier: VV48329 to the API
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:00:07Z',
'fuel_type': 'petrol',
'id': '524116d5-29ac-5c86-b2ca-f48376e425c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VV48329',
'listing': 'auction',
'make': 'Citroen',
'model': 'C4',
'odometer': 237222,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-07-30',
'seller_name': None,
'title': 'Citroen C4 1.6 Collection',
'transmission': 'manual',
'trim': 'Collection',
'year': 2006}
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VV48329%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [auto1.es] INFO: Saving data for VV48329: {'auction_closing_time': 1774882807.0, 'created_time': 1774695697.314804, 'last_price_update_time': 1774782112.671458}
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='VV48329') HTTP/1.1" 204 0
2026-03-29 11:01:52 [auto1.es] INFO: Found listing with ID: AZ04928
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AZ04928%27 HTTP/1.1" 200 None
2026-03-29 11:01:52 [auto1.es] INFO: Scrape type for AZ04928: 2
2026-03-29 11:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14379ca0-cb74-5f2d-9aca-09ef90b2bc00 with identifier: AZ04928
2026-03-29 11:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14379ca0-cb74-5f2d-9aca-09ef90b2bc00 with scrape type 2
2026-03-29 11:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14379ca0-cb74-5f2d-9aca-09ef90b2bc00 with scrape type 2
2026-03-29 11:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 14379ca0-cb74-5f2d-9aca-09ef90b2bc00, identifier: AZ04928
2026-03-29 11:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:01:52 [auto1.es] INFO: Found listing with ID: NR06421
2026-03-29 11:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 14379ca0-cb74-5f2d-9aca-09ef90b2bc00 with identifier: AZ04928
2026-03-29 11:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 14379ca0-cb74-5f2d-9aca-09ef90b2bc00 with identifier: AZ04928
2026-03-29 11:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 14379ca0-cb74-5f2d-9aca-09ef90b2bc00 with identifier: AZ04928 to the API
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 299,
'expiration_date': '2026-03-30T15:53:40Z',
'fuel_type': 'hybrid',
'id': '14379ca0-cb74-5f2d-9aca-09ef90b2bc00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AZ04928',
'listing': 'auction',
'make': 'Peugeot',
'model': '3008',
'odometer': 46061,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-23',
'seller_name': None,
'title': 'Peugeot 3008 1.6 Hybrid 4 300 GT',
'transmission': 'automatic',
'trim': '4 300 GT',
'year': 2020}
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AZ04928%27 HTTP/1.1" 200 None
2026-03-29 11:01:53 [auto1.es] INFO: Saving data for AZ04928: {'auction_closing_time': 1774886020.0, 'created_time': 1774001891.140795, 'last_price_update_time': 1774782113.083724}
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='AZ04928') HTTP/1.1" 204 0
2026-03-29 11:01:53 [auto1.es] INFO: Found listing with ID: ZK54179
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZK54179%27 HTTP/1.1" 200 None
2026-03-29 11:01:53 [auto1.es] INFO: Scrape type for ZK54179: 2
2026-03-29 11:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffdc6a89-6a9e-5ee5-95e7-b47e23d4bc51 with identifier: ZK54179
2026-03-29 11:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffdc6a89-6a9e-5ee5-95e7-b47e23d4bc51 with scrape type 2
2026-03-29 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffdc6a89-6a9e-5ee5-95e7-b47e23d4bc51 with scrape type 2
2026-03-29 11:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: ffdc6a89-6a9e-5ee5-95e7-b47e23d4bc51, identifier: ZK54179
2026-03-29 11:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: ffdc6a89-6a9e-5ee5-95e7-b47e23d4bc51 with identifier: ZK54179
2026-03-29 11:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: ffdc6a89-6a9e-5ee5-95e7-b47e23d4bc51 with identifier: ZK54179
2026-03-29 11:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: ffdc6a89-6a9e-5ee5-95e7-b47e23d4bc51 with identifier: ZK54179 to the API
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:20:27Z',
'fuel_type': 'diesel',
'id': 'ffdc6a89-6a9e-5ee5-95e7-b47e23d4bc51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZK54179',
'listing': 'auction',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 275587,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-05-21',
'seller_name': None,
'title': 'Nissan Qashqai 2.0 dCi Acenta',
'transmission': 'manual',
'trim': 'Acenta',
'year': 2009}
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZK54179%27 HTTP/1.1" 200 None
2026-03-29 11:01:53 [auto1.es] INFO: Saving data for ZK54179: {'auction_closing_time': 1774884027.0, 'created_time': 1774695696.555073, 'last_price_update_time': 1774782113.549732}
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='ZK54179') HTTP/1.1" 204 0
2026-03-29 11:01:53 [auto1.es] INFO: Found listing with ID: JA60709
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JA60709%27 HTTP/1.1" 200 None
2026-03-29 11:01:53 [auto1.es] INFO: Scrape type for JA60709: 2
2026-03-29 11:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68c7167d-998f-5158-8c3e-37400bed320b with identifier: JA60709
2026-03-29 11:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68c7167d-998f-5158-8c3e-37400bed320b with scrape type 2
2026-03-29 11:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68c7167d-998f-5158-8c3e-37400bed320b with scrape type 2
2026-03-29 11:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 68c7167d-998f-5158-8c3e-37400bed320b, identifier: JA60709
2026-03-29 11:01:53 [auto1.es] INFO: Channel: 24h | Page: 40 | totalHits: 1636 | hits on page: 40
2026-03-29 11:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 68c7167d-998f-5158-8c3e-37400bed320b with identifier: JA60709
2026-03-29 11:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 68c7167d-998f-5158-8c3e-37400bed320b with identifier: JA60709
2026-03-29 11:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 68c7167d-998f-5158-8c3e-37400bed320b with identifier: JA60709 to the API
2026-03-29 11:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 177,
'expiration_date': '2026-03-30T15:17:06Z',
'fuel_type': 'diesel',
'id': '68c7167d-998f-5158-8c3e-37400bed320b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JA60709',
'listing': 'auction',
'make': 'BMW',
'model': '3er',
'odometer': 206264,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-10-30',
'seller_name': None,
'title': 'BMW 3er 320d',
'transmission': 'manual',
'trim': '',
'year': 2008}
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JA60709%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [auto1.es] INFO: Saving data for JA60709: {'auction_closing_time': 1774883826.0, 'created_time': 1773410524.684106, 'last_price_update_time': 1774782114.160812}
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='JA60709') HTTP/1.1" 204 0
2026-03-29 11:01:54 [auto1.es] INFO: Found listing with ID: BK75900
2026-03-29 11:01:54 [auto1.es] INFO: Found listing with ID: EF82008
2026-03-29 11:01:54 [auto1.es] INFO: Found listing with ID: TX62344
2026-03-29 11:01:54 [auto1.es] INFO: Found listing with ID: CY52892
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CY52892%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [auto1.es] INFO: Scrape type for CY52892: 2
2026-03-29 11:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 519cdc8d-82e4-5c66-b350-a68130b19e3c with identifier: CY52892
2026-03-29 11:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 519cdc8d-82e4-5c66-b350-a68130b19e3c with scrape type 2
2026-03-29 11:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 519cdc8d-82e4-5c66-b350-a68130b19e3c with scrape type 2
2026-03-29 11:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 519cdc8d-82e4-5c66-b350-a68130b19e3c, identifier: CY52892
2026-03-29 11:01:54 [auto1.es] INFO: Found listing with ID: MH61134
2026-03-29 11:01:54 [auto1.es] INFO: Found listing with ID: SJ29812
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SJ29812%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [auto1.es] INFO: Scrape type for SJ29812: 2
2026-03-29 11:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec20fb3a-f796-54c7-b7ea-1ffc0dfc0225 with identifier: SJ29812
2026-03-29 11:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec20fb3a-f796-54c7-b7ea-1ffc0dfc0225 with scrape type 2
2026-03-29 11:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec20fb3a-f796-54c7-b7ea-1ffc0dfc0225 with scrape type 2
2026-03-29 11:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: ec20fb3a-f796-54c7-b7ea-1ffc0dfc0225, identifier: SJ29812
2026-03-29 11:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 519cdc8d-82e4-5c66-b350-a68130b19e3c with identifier: CY52892
2026-03-29 11:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 519cdc8d-82e4-5c66-b350-a68130b19e3c with identifier: CY52892
2026-03-29 11:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 519cdc8d-82e4-5c66-b350-a68130b19e3c with identifier: CY52892 to the API
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:13:02Z',
'fuel_type': 'diesel',
'id': '519cdc8d-82e4-5c66-b350-a68130b19e3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CY52892',
'listing': 'auction',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 234516,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-11-02',
'seller_name': None,
'title': 'Toyota RAV 4 2.2 D-4D Advance',
'transmission': 'manual',
'trim': 'Advance',
'year': 2009}
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CY52892%27 HTTP/1.1" 200 None
2026-03-29 11:01:54 [auto1.es] INFO: Saving data for CY52892: {'auction_closing_time': 1774883582.0, 'created_time': 1774695698.254519, 'last_price_update_time': 1774782114.685066}
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='CY52892') HTTP/1.1" 204 0
2026-03-29 11:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: ec20fb3a-f796-54c7-b7ea-1ffc0dfc0225 with identifier: SJ29812
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=violet HTTP/1.1" 200 None
2026-03-29 11:01:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: ec20fb3a-f796-54c7-b7ea-1ffc0dfc0225 with identifier: SJ29812
2026-03-29 11:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: ec20fb3a-f796-54c7-b7ea-1ffc0dfc0225 with identifier: SJ29812 to the API
2026-03-29 11:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'violet',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:09:32Z',
'fuel_type': 'diesel',
'id': 'ec20fb3a-f796-54c7-b7ea-1ffc0dfc0225',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SJ29812',
'listing': 'auction',
'make': 'Seat',
'model': 'Altea XL',
'odometer': 255218,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-12-31',
'seller_name': None,
'title': 'Seat Altea XL 1.9 TDI Stylance Style',
'transmission': 'manual',
'trim': 'Stylance Style',
'year': 2006}
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27SJ29812%27 HTTP/1.1" 200 None
2026-03-29 11:01:55 [auto1.es] INFO: Saving data for SJ29812: {'auction_closing_time': 1774883372.0, 'created_time': 1774695675.995339, 'last_price_update_time': 1774782115.137227}
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='SJ29812') HTTP/1.1" 204 0
2026-03-29 11:01:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 11:01:55 [auto1.es] INFO: Found listing with ID: RW90517
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RW90517%27 HTTP/1.1" 200 None
2026-03-29 11:01:55 [auto1.es] INFO: Scrape type for RW90517: 2
2026-03-29 11:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f2a49da-9752-5512-bc07-89a2558e7f4c with identifier: RW90517
2026-03-29 11:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f2a49da-9752-5512-bc07-89a2558e7f4c with scrape type 2
2026-03-29 11:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f2a49da-9752-5512-bc07-89a2558e7f4c with scrape type 2
2026-03-29 11:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 9f2a49da-9752-5512-bc07-89a2558e7f4c, identifier: RW90517
2026-03-29 11:01:55 [auto1.es] INFO: Found listing with ID: YR47021
2026-03-29 11:01:55 [auto1.es] INFO: Found listing with ID: HD15587
2026-03-29 11:01:55 [auto1.es] INFO: Found listing with ID: RV46161
2026-03-29 11:01:55 [auto1.es] INFO: Found listing with ID: BE52894
2026-03-29 11:01:55 [auto1.es] INFO: Found listing with ID: VG10975
2026-03-29 11:01:55 [auto1.es] INFO: Found listing with ID: VC46387
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VC46387%27 HTTP/1.1" 200 None
2026-03-29 11:01:55 [auto1.es] INFO: Scrape type for VC46387: 2
2026-03-29 11:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 453522e5-0a45-5f81-a0e4-58eec27c196e with identifier: VC46387
2026-03-29 11:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 453522e5-0a45-5f81-a0e4-58eec27c196e with scrape type 2
2026-03-29 11:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 453522e5-0a45-5f81-a0e4-58eec27c196e with scrape type 2
2026-03-29 11:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 453522e5-0a45-5f81-a0e4-58eec27c196e, identifier: VC46387
2026-03-29 11:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 9f2a49da-9752-5512-bc07-89a2558e7f4c with identifier: RW90517
2026-03-29 11:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 9f2a49da-9752-5512-bc07-89a2558e7f4c with identifier: RW90517
2026-03-29 11:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 9f2a49da-9752-5512-bc07-89a2558e7f4c with identifier: RW90517 to the API
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 2,
'engine_horse_power': 122,
'expiration_date': '2026-03-30T15:44:16Z',
'fuel_type': 'petrol',
'id': '9f2a49da-9752-5512-bc07-89a2558e7f4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RW90517',
'listing': 'auction',
'make': 'MINI',
'model': 'Coupe',
'odometer': 84120,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-11-17',
'seller_name': None,
'title': 'MINI Coupe Cooper',
'transmission': 'automatic',
'trim': '',
'year': 2013}
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RW90517%27 HTTP/1.1" 200 None
2026-03-29 11:01:55 [auto1.es] INFO: Saving data for RW90517: {'auction_closing_time': 1774885456.0, 'created_time': 1774695690.793171, 'last_price_update_time': 1774782115.61342}
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='RW90517') HTTP/1.1" 204 0
2026-03-29 11:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 453522e5-0a45-5f81-a0e4-58eec27c196e with identifier: VC46387
2026-03-29 11:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 453522e5-0a45-5f81-a0e4-58eec27c196e with identifier: VC46387
2026-03-29 11:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 453522e5-0a45-5f81-a0e4-58eec27c196e with identifier: VC46387 to the API
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:09:22Z',
'fuel_type': 'diesel',
'id': '453522e5-0a45-5f81-a0e4-58eec27c196e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VC46387',
'listing': 'auction',
'make': 'Citroen',
'model': 'C4',
'odometer': 290263,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-01-30',
'seller_name': None,
'title': 'Citroen C4 2.0 HDi Exclusive',
'transmission': 'manual',
'trim': 'Exclusive',
'year': 2012}
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27VC46387%27 HTTP/1.1" 200 None
2026-03-29 11:01:55 [auto1.es] INFO: Saving data for VC46387: {'auction_closing_time': 1774883362.0, 'created_time': 1774695649.453077, 'last_price_update_time': 1774782115.973414}
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='VC46387') HTTP/1.1" 204 0
2026-03-29 11:01:55 [auto1.es] INFO: Found listing with ID: KK87704
2026-03-29 11:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KK87704%27 HTTP/1.1" 200 None
2026-03-29 11:01:56 [auto1.es] INFO: Scrape type for KK87704: 2
2026-03-29 11:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87434cdc-b939-5117-a4ca-a2dbd47c2823 with identifier: KK87704
2026-03-29 11:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87434cdc-b939-5117-a4ca-a2dbd47c2823 with scrape type 2
2026-03-29 11:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87434cdc-b939-5117-a4ca-a2dbd47c2823 with scrape type 2
2026-03-29 11:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 87434cdc-b939-5117-a4ca-a2dbd47c2823, identifier: KK87704
2026-03-29 11:01:56 [auto1.es] INFO: Found listing with ID: PT83214
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PT83214%27 HTTP/1.1" 200 None
2026-03-29 11:01:56 [auto1.es] INFO: Scrape type for PT83214: 2
2026-03-29 11:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc50a4f0-f7a3-5845-b5af-63f5eda26102 with identifier: PT83214
2026-03-29 11:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc50a4f0-f7a3-5845-b5af-63f5eda26102 with scrape type 2
2026-03-29 11:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc50a4f0-f7a3-5845-b5af-63f5eda26102 with scrape type 2
2026-03-29 11:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: bc50a4f0-f7a3-5845-b5af-63f5eda26102, identifier: PT83214
2026-03-29 11:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 87434cdc-b939-5117-a4ca-a2dbd47c2823 with identifier: KK87704
2026-03-29 11:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 87434cdc-b939-5117-a4ca-a2dbd47c2823 with identifier: KK87704
2026-03-29 11:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 87434cdc-b939-5117-a4ca-a2dbd47c2823 with identifier: KK87704 to the API
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:51:49Z',
'fuel_type': 'diesel',
'id': '87434cdc-b939-5117-a4ca-a2dbd47c2823',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KK87704',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 97882,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-08-31',
'seller_name': None,
'title': 'Volkswagen Polo 1.4 TDI Advance BlueMotion',
'transmission': 'manual',
'trim': 'Advance BlueMotion',
'year': 2014}
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KK87704%27 HTTP/1.1" 200 None
2026-03-29 11:01:56 [auto1.es] INFO: Saving data for KK87704: {'auction_closing_time': 1774885909.0, 'created_time': 1774695689.056684, 'last_price_update_time': 1774782116.469054}
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='KK87704') HTTP/1.1" 204 0
2026-03-29 11:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: bc50a4f0-f7a3-5845-b5af-63f5eda26102 with identifier: PT83214
2026-03-29 11:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: bc50a4f0-f7a3-5845-b5af-63f5eda26102 with identifier: PT83214
2026-03-29 11:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: bc50a4f0-f7a3-5845-b5af-63f5eda26102 with identifier: PT83214 to the API
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:33:17Z',
'fuel_type': 'diesel',
'id': 'bc50a4f0-f7a3-5845-b5af-63f5eda26102',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PT83214',
'listing': 'auction',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 101409,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-05-05',
'seller_name': None,
'title': 'Ford Fiesta 1.6 TDCi Titanium',
'transmission': 'manual',
'trim': 'Titanium',
'year': 2010}
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PT83214%27 HTTP/1.1" 200 None
2026-03-29 11:01:56 [auto1.es] INFO: Saving data for PT83214: {'auction_closing_time': 1774884797.0, 'created_time': 1774695655.939222, 'last_price_update_time': 1774782116.750751}
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='PT83214') HTTP/1.1" 204 0
2026-03-29 11:01:56 [auto1.es] INFO: Found listing with ID: AF53027
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AF53027%27 HTTP/1.1" 200 None
2026-03-29 11:01:56 [auto1.es] INFO: Scrape type for AF53027: 2
2026-03-29 11:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b01fcc95-ccef-5a4a-86b4-02883430b181 with identifier: AF53027
2026-03-29 11:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b01fcc95-ccef-5a4a-86b4-02883430b181 with scrape type 2
2026-03-29 11:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b01fcc95-ccef-5a4a-86b4-02883430b181 with scrape type 2
2026-03-29 11:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: b01fcc95-ccef-5a4a-86b4-02883430b181, identifier: AF53027
2026-03-29 11:01:56 [auto1.es] INFO: Found listing with ID: JM22028
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JM22028%27 HTTP/1.1" 200 None
2026-03-29 11:01:56 [auto1.es] INFO: Scrape type for JM22028: 2
2026-03-29 11:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccf08721-8ec1-530e-90ed-35a91a34f6be with identifier: JM22028
2026-03-29 11:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccf08721-8ec1-530e-90ed-35a91a34f6be with scrape type 2
2026-03-29 11:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccf08721-8ec1-530e-90ed-35a91a34f6be with scrape type 2
2026-03-29 11:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: ccf08721-8ec1-530e-90ed-35a91a34f6be, identifier: JM22028
2026-03-29 11:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: b01fcc95-ccef-5a4a-86b4-02883430b181 with identifier: AF53027
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=green HTTP/1.1" 200 None
2026-03-29 11:01:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: b01fcc95-ccef-5a4a-86b4-02883430b181 with identifier: AF53027
2026-03-29 11:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: b01fcc95-ccef-5a4a-86b4-02883430b181 with identifier: AF53027 to the API
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'green',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 82,
'expiration_date': '2026-03-30T15:29:25Z',
'fuel_type': 'petrol',
'id': 'b01fcc95-ccef-5a4a-86b4-02883430b181',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AF53027',
'listing': 'auction',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 204644,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-21',
'seller_name': None,
'title': 'Ford Fiesta 1.25 Trend',
'transmission': 'manual',
'trim': 'Trend',
'year': 2009}
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AF53027%27 HTTP/1.1" 200 None
2026-03-29 11:01:57 [auto1.es] INFO: Saving data for AF53027: {'auction_closing_time': 1774884565.0, 'created_time': 1774695688.138759, 'last_price_update_time': 1774782117.403853}
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='AF53027') HTTP/1.1" 204 0
2026-03-29 11:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: ccf08721-8ec1-530e-90ed-35a91a34f6be with identifier: JM22028
2026-03-29 11:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: ccf08721-8ec1-530e-90ed-35a91a34f6be with identifier: JM22028
2026-03-29 11:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: ccf08721-8ec1-530e-90ed-35a91a34f6be with identifier: JM22028 to the API
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:08:34Z',
'fuel_type': 'petrol',
'id': 'ccf08721-8ec1-530e-90ed-35a91a34f6be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JM22028',
'listing': 'auction',
'make': 'Citroen',
'model': 'C4',
'odometer': 79893,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-11-13',
'seller_name': None,
'title': 'Citroen C4 1.6 VTi Seduction',
'transmission': 'manual',
'trim': 'Seduction',
'year': 2011}
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JM22028%27 HTTP/1.1" 200 None
2026-03-29 11:01:57 [auto1.es] INFO: Saving data for JM22028: {'auction_closing_time': 1774883314.0, 'created_time': 1774695652.44776, 'last_price_update_time': 1774782117.680845}
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='JM22028') HTTP/1.1" 204 0
2026-03-29 11:01:57 [auto1.es] INFO: Found listing with ID: NX17648
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NX17648%27 HTTP/1.1" 200 None
2026-03-29 11:01:57 [auto1.es] INFO: Scrape type for NX17648: 2
2026-03-29 11:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ad15bb0-c544-5e98-abb3-34b60fb9fa4a with identifier: NX17648
2026-03-29 11:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ad15bb0-c544-5e98-abb3-34b60fb9fa4a with scrape type 2
2026-03-29 11:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ad15bb0-c544-5e98-abb3-34b60fb9fa4a with scrape type 2
2026-03-29 11:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 7ad15bb0-c544-5e98-abb3-34b60fb9fa4a, identifier: NX17648
2026-03-29 11:01:57 [auto1.es] INFO: Found listing with ID: BE06656
2026-03-29 11:01:57 [auto1.es] INFO: Found listing with ID: BB43424
2026-03-29 11:01:57 [auto1.es] INFO: Found listing with ID: PP51748
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PP51748%27 HTTP/1.1" 200 None
2026-03-29 11:01:57 [auto1.es] INFO: Scrape type for PP51748: 2
2026-03-29 11:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a54471b7-d2fb-5a6e-aabb-9d806a348dbc with identifier: PP51748
2026-03-29 11:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a54471b7-d2fb-5a6e-aabb-9d806a348dbc with scrape type 2
2026-03-29 11:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a54471b7-d2fb-5a6e-aabb-9d806a348dbc with scrape type 2
2026-03-29 11:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: a54471b7-d2fb-5a6e-aabb-9d806a348dbc, identifier: PP51748
2026-03-29 11:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 7ad15bb0-c544-5e98-abb3-34b60fb9fa4a with identifier: NX17648
2026-03-29 11:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 7ad15bb0-c544-5e98-abb3-34b60fb9fa4a with identifier: NX17648
2026-03-29 11:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 7ad15bb0-c544-5e98-abb3-34b60fb9fa4a with identifier: NX17648 to the API
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 130,
'expiration_date': '2026-03-30T15:53:18Z',
'fuel_type': 'diesel',
'id': '7ad15bb0-c544-5e98-abb3-34b60fb9fa4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NX17648',
'listing': 'auction',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 372739,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-05-17',
'seller_name': None,
'title': 'Nissan Qashqai 1.6 dCi Tekna Premium 4x4',
'transmission': 'manual',
'trim': 'Tekna Premium 4x4',
'year': 2012}
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27NX17648%27 HTTP/1.1" 200 None
2026-03-29 11:01:58 [auto1.es] INFO: Saving data for NX17648: {'auction_closing_time': 1774885998.0, 'created_time': 1774695683.876914, 'last_price_update_time': 1774782118.201227}
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='NX17648') HTTP/1.1" 204 0
2026-03-29 11:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: a54471b7-d2fb-5a6e-aabb-9d806a348dbc with identifier: PP51748
2026-03-29 11:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: a54471b7-d2fb-5a6e-aabb-9d806a348dbc with identifier: PP51748
2026-03-29 11:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: a54471b7-d2fb-5a6e-aabb-9d806a348dbc with identifier: PP51748 to the API
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:19:38Z',
'fuel_type': 'diesel',
'id': 'a54471b7-d2fb-5a6e-aabb-9d806a348dbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PP51748',
'listing': 'auction',
'make': 'Peugeot',
'model': '5008',
'odometer': 248924,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-04-11',
'seller_name': None,
'title': 'Peugeot 5008 1.6 HDi Access',
'transmission': 'automatic',
'trim': 'Access',
'year': 2011}
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PP51748%27 HTTP/1.1" 200 None
2026-03-29 11:01:58 [auto1.es] INFO: Saving data for PP51748: {'auction_closing_time': 1774883978.0, 'created_time': 1774695646.870921, 'last_price_update_time': 1774782118.467731}
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='PP51748') HTTP/1.1" 204 0
2026-03-29 11:01:58 [auto1.es] INFO: Found listing with ID: RX17538
2026-03-29 11:01:58 [auto1.es] INFO: Found listing with ID: PP42780
2026-03-29 11:01:58 [auto1.es] INFO: Found listing with ID: EK21860
2026-03-29 11:01:58 [auto1.es] INFO: Found listing with ID: EM88527
2026-03-29 11:01:58 [auto1.es] INFO: Found listing with ID: ML70720
2026-03-29 11:01:58 [auto1.es] INFO: Found listing with ID: XA25667
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XA25667%27 HTTP/1.1" 200 None
2026-03-29 11:01:58 [auto1.es] INFO: Scrape type for XA25667: 2
2026-03-29 11:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cf64777-3c4e-5195-8417-fc60cc76abab with identifier: XA25667
2026-03-29 11:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cf64777-3c4e-5195-8417-fc60cc76abab with scrape type 2
2026-03-29 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cf64777-3c4e-5195-8417-fc60cc76abab with scrape type 2
2026-03-29 11:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 1cf64777-3c4e-5195-8417-fc60cc76abab, identifier: XA25667
2026-03-29 11:01:58 [auto1.es] INFO: Found listing with ID: UR52438
2026-03-29 11:01:58 [auto1.es] INFO: Found listing with ID: PS14149
2026-03-29 11:01:58 [auto1.es] INFO: Found listing with ID: KW41207
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KW41207%27 HTTP/1.1" 200 None
2026-03-29 11:01:58 [auto1.es] INFO: Scrape type for KW41207: 2
2026-03-29 11:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a09f6640-f68b-5e2e-86fe-53c0624e6dfc with identifier: KW41207
2026-03-29 11:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a09f6640-f68b-5e2e-86fe-53c0624e6dfc with scrape type 2
2026-03-29 11:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a09f6640-f68b-5e2e-86fe-53c0624e6dfc with scrape type 2
2026-03-29 11:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: a09f6640-f68b-5e2e-86fe-53c0624e6dfc, identifier: KW41207
2026-03-29 11:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 1cf64777-3c4e-5195-8417-fc60cc76abab with identifier: XA25667
2026-03-29 11:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 1cf64777-3c4e-5195-8417-fc60cc76abab with identifier: XA25667
2026-03-29 11:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 1cf64777-3c4e-5195-8417-fc60cc76abab with identifier: XA25667 to the API
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'beige',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:00:04Z',
'fuel_type': 'petrol',
'id': '1cf64777-3c4e-5195-8417-fc60cc76abab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XA25667',
'listing': 'auction',
'make': 'MINI',
'model': 'MINI',
'odometer': 176755,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-07-04',
'seller_name': None,
'title': 'MINI One',
'transmission': 'manual',
'trim': '',
'year': 2006}
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XA25667%27 HTTP/1.1" 200 None
2026-03-29 11:01:58 [auto1.es] INFO: Saving data for XA25667: {'auction_closing_time': 1774882804.0, 'created_time': 1774695683.504272, 'last_price_update_time': 1774782118.988867}
2026-03-29 11:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='XA25667') HTTP/1.1" 204 0
2026-03-29 11:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: a09f6640-f68b-5e2e-86fe-53c0624e6dfc with identifier: KW41207
2026-03-29 11:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: a09f6640-f68b-5e2e-86fe-53c0624e6dfc with identifier: KW41207
2026-03-29 11:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: a09f6640-f68b-5e2e-86fe-53c0624e6dfc with identifier: KW41207 to the API
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:27:01Z',
'fuel_type': 'diesel',
'id': 'a09f6640-f68b-5e2e-86fe-53c0624e6dfc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KW41207',
'listing': 'auction',
'make': 'Seat',
'model': 'Leon',
'odometer': 112407,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-08-02',
'seller_name': None,
'title': 'Seat Leon 1.6 TDI Reference Copa',
'transmission': 'manual',
'trim': 'Reference Copa',
'year': 2011}
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KW41207%27 HTTP/1.1" 200 None
2026-03-29 11:01:59 [auto1.es] INFO: Saving data for KW41207: {'auction_closing_time': 1774884421.0, 'created_time': 1774015494.131213, 'last_price_update_time': 1774782119.35684}
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='KW41207') HTTP/1.1" 204 0
2026-03-29 11:01:59 [auto1.es] INFO: Found listing with ID: LH42756
2026-03-29 11:01:59 [auto1.es] INFO: Found listing with ID: YS26400
2026-03-29 11:01:59 [auto1.es] INFO: Found listing with ID: DL67174
2026-03-29 11:01:59 [auto1.es] INFO: Found listing with ID: VT22035
2026-03-29 11:01:59 [auto1.es] INFO: Found listing with ID: BM94316
2026-03-29 11:01:59 [auto1.es] INFO: Found listing with ID: NP14618
2026-03-29 11:01:59 [auto1.es] INFO: Found listing with ID: MS21138
2026-03-29 11:01:59 [auto1.es] INFO: Found listing with ID: EG18417
2026-03-29 11:01:59 [auto1.es] INFO: Found listing with ID: DZ14313
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DZ14313%27 HTTP/1.1" 200 None
2026-03-29 11:01:59 [auto1.es] INFO: Scrape type for DZ14313: 2
2026-03-29 11:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af095160-2b8c-51a6-92d0-ac9e8b1e6fa7 with identifier: DZ14313
2026-03-29 11:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af095160-2b8c-51a6-92d0-ac9e8b1e6fa7 with scrape type 2
2026-03-29 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af095160-2b8c-51a6-92d0-ac9e8b1e6fa7 with scrape type 2
2026-03-29 11:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: af095160-2b8c-51a6-92d0-ac9e8b1e6fa7, identifier: DZ14313
2026-03-29 11:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: af095160-2b8c-51a6-92d0-ac9e8b1e6fa7 with identifier: DZ14313
2026-03-29 11:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: af095160-2b8c-51a6-92d0-ac9e8b1e6fa7 with identifier: DZ14313
2026-03-29 11:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: af095160-2b8c-51a6-92d0-ac9e8b1e6fa7 with identifier: DZ14313 to the API
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:38:17Z',
'fuel_type': 'petrol',
'id': 'af095160-2b8c-51a6-92d0-ac9e8b1e6fa7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DZ14313',
'listing': 'auction',
'make': 'Ford',
'model': 'Focus',
'odometer': 141564,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-02-29',
'seller_name': None,
'title': 'Ford Focus 1.6 EcoBoost Titanium',
'transmission': 'manual',
'trim': 'Titanium',
'year': 2012}
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DZ14313%27 HTTP/1.1" 200 None
2026-03-29 11:01:59 [auto1.es] INFO: Saving data for DZ14313: {'auction_closing_time': 1774885097.0, 'created_time': 1774015650.665335, 'last_price_update_time': 1774782119.725692}
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='DZ14313') HTTP/1.1" 204 0
2026-03-29 11:01:59 [auto1.es] INFO: Found listing with ID: GB85500
2026-03-29 11:01:59 [auto1.es] INFO: Found listing with ID: MM10114
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MM10114%27 HTTP/1.1" 200 None
2026-03-29 11:01:59 [auto1.es] INFO: Scrape type for MM10114: 2
2026-03-29 11:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 566bbb94-b2bb-574a-a6ca-936b146a278b with identifier: MM10114
2026-03-29 11:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 566bbb94-b2bb-574a-a6ca-936b146a278b with scrape type 2
2026-03-29 11:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 566bbb94-b2bb-574a-a6ca-936b146a278b with scrape type 2
2026-03-29 11:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 566bbb94-b2bb-574a-a6ca-936b146a278b, identifier: MM10114
2026-03-29 11:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 11:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 566bbb94-b2bb-574a-a6ca-936b146a278b with identifier: MM10114
2026-03-29 11:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 566bbb94-b2bb-574a-a6ca-936b146a278b with identifier: MM10114
2026-03-29 11:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 566bbb94-b2bb-574a-a6ca-936b146a278b with identifier: MM10114 to the API
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 102,
'expiration_date': '2026-03-30T15:46:49Z',
'fuel_type': 'petrol',
'id': '566bbb94-b2bb-574a-a6ca-936b146a278b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MM10114',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'A-Klasse',
'odometer': 191221,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2000-11-28',
'seller_name': None,
'title': 'Mercedes-Benz A-Klasse A 160 Elegance',
'transmission': 'manual',
'trim': 'Elegance',
'year': 2000}
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MM10114%27 HTTP/1.1" 200 None
2026-03-29 11:02:00 [auto1.es] INFO: Saving data for MM10114: {'auction_closing_time': 1774885609.0, 'created_time': 1774695666.091687, 'last_price_update_time': 1774782120.134789}
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='MM10114') HTTP/1.1" 204 0
2026-03-29 11:02:00 [auto1.es] INFO: Found listing with ID: HB49696
2026-03-29 11:02:00 [auto1.es] INFO: Found listing with ID: BD69274
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BD69274%27 HTTP/1.1" 200 None
2026-03-29 11:02:00 [auto1.es] INFO: Scrape type for BD69274: 2
2026-03-29 11:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3162a6c0-61e4-5e8f-a289-1555aa552440 with identifier: BD69274
2026-03-29 11:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3162a6c0-61e4-5e8f-a289-1555aa552440 with scrape type 2
2026-03-29 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3162a6c0-61e4-5e8f-a289-1555aa552440 with scrape type 2
2026-03-29 11:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 3162a6c0-61e4-5e8f-a289-1555aa552440, identifier: BD69274
2026-03-29 11:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 3162a6c0-61e4-5e8f-a289-1555aa552440 with identifier: BD69274
2026-03-29 11:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 3162a6c0-61e4-5e8f-a289-1555aa552440 with identifier: BD69274
2026-03-29 11:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 3162a6c0-61e4-5e8f-a289-1555aa552440 with identifier: BD69274 to the API
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'brown',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:47:50Z',
'fuel_type': 'diesel',
'id': '3162a6c0-61e4-5e8f-a289-1555aa552440',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BD69274',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Evoque',
'odometer': 155719,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-17',
'seller_name': None,
'title': 'Land Rover Evoque 2.0 Td4 SE Dynamic',
'transmission': 'automatic',
'trim': 'SE Dynamic',
'year': 2017}
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BD69274%27 HTTP/1.1" 200 None
2026-03-29 11:02:00 [auto1.es] INFO: Saving data for BD69274: {'auction_closing_time': 1774885670.0, 'created_time': 1774695677.701093, 'last_price_update_time': 1774782120.606513}
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='BD69274') HTTP/1.1" 204 0
2026-03-29 11:02:00 [auto1.es] INFO: Found listing with ID: ES13897
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ES13897%27 HTTP/1.1" 200 None
2026-03-29 11:02:00 [auto1.es] INFO: Scrape type for ES13897: 2
2026-03-29 11:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4101ea8f-bade-5805-b5cc-e3cb62a583ed with identifier: ES13897
2026-03-29 11:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4101ea8f-bade-5805-b5cc-e3cb62a583ed with scrape type 2
2026-03-29 11:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4101ea8f-bade-5805-b5cc-e3cb62a583ed with scrape type 2
2026-03-29 11:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 4101ea8f-bade-5805-b5cc-e3cb62a583ed, identifier: ES13897
2026-03-29 11:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 4101ea8f-bade-5805-b5cc-e3cb62a583ed with identifier: ES13897
2026-03-29 11:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 4101ea8f-bade-5805-b5cc-e3cb62a583ed with identifier: ES13897
2026-03-29 11:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 4101ea8f-bade-5805-b5cc-e3cb62a583ed with identifier: ES13897 to the API
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'green',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:17:29Z',
'fuel_type': 'diesel',
'id': '4101ea8f-bade-5805-b5cc-e3cb62a583ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ES13897',
'listing': 'auction',
'make': 'Renault',
'model': 'Grand Scenic',
'odometer': 160719,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-05-09',
'seller_name': None,
'title': 'Renault Grand Scenic 2.0 dCi Dynamique Komfort',
'transmission': 'manual',
'trim': 'Dynamique Komfort',
'year': 2006}
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ES13897%27 HTTP/1.1" 200 None
2026-03-29 11:02:00 [auto1.es] INFO: Saving data for ES13897: {'auction_closing_time': 1774883849.0, 'created_time': 1774695642.7574, 'last_price_update_time': 1774782120.994704}
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='ES13897') HTTP/1.1" 204 0
2026-03-29 11:02:01 [auto1.es] INFO: Channel: 24h | Page: 41 | totalHits: 1637 | hits on page: 37
2026-03-29 11:02:01 [auto1.es] INFO: Found listing with ID: PD50482
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PD50482%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [auto1.es] INFO: Scrape type for PD50482: 2
2026-03-29 11:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbce581e-1f3e-58fd-a2bb-b999e0412c82 with identifier: PD50482
2026-03-29 11:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbce581e-1f3e-58fd-a2bb-b999e0412c82 with scrape type 2
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbce581e-1f3e-58fd-a2bb-b999e0412c82 with scrape type 2
2026-03-29 11:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: cbce581e-1f3e-58fd-a2bb-b999e0412c82, identifier: PD50482
2026-03-29 11:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: cbce581e-1f3e-58fd-a2bb-b999e0412c82 with identifier: PD50482
2026-03-29 11:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: cbce581e-1f3e-58fd-a2bb-b999e0412c82 with identifier: PD50482
2026-03-29 11:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: cbce581e-1f3e-58fd-a2bb-b999e0412c82 with identifier: PD50482 to the API
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 102,
'expiration_date': '2026-03-30T15:31:10Z',
'fuel_type': 'diesel',
'id': 'cbce581e-1f3e-58fd-a2bb-b999e0412c82',
'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/PD50482',
'listing': 'auction',
'make': 'Peugeot',
'model': 'Rifter',
'odometer': 85368,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-04',
'seller_name': None,
'title': 'Peugeot Rifter 1.5 Blue-HDi GT N1 L1',
'transmission': 'manual',
'trim': 'GT N1 L1',
'year': 2022}
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27PD50482%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [auto1.es] INFO: Saving data for PD50482: {'auction_closing_time': 1774884670.0, 'created_time': 1774695654.35051, 'last_price_update_time': 1774782121.373241}
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='PD50482') HTTP/1.1" 204 0
2026-03-29 11:02:01 [auto1.es] INFO: Found listing with ID: PN86377
2026-03-29 11:02:01 [auto1.es] INFO: Found listing with ID: MF61460
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MF61460%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [auto1.es] INFO: Scrape type for MF61460: 2
2026-03-29 11:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4b35bae-8b7f-5311-9b0c-5c0414d57a56 with identifier: MF61460
2026-03-29 11:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4b35bae-8b7f-5311-9b0c-5c0414d57a56 with scrape type 2
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4b35bae-8b7f-5311-9b0c-5c0414d57a56 with scrape type 2
2026-03-29 11:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: b4b35bae-8b7f-5311-9b0c-5c0414d57a56, identifier: MF61460
2026-03-29 11:02:01 [auto1.es] INFO: Found listing with ID: FP09547
2026-03-29 11:02:01 [auto1.es] INFO: Found listing with ID: KU62533
2026-03-29 11:02:01 [auto1.es] INFO: Found listing with ID: JZ72773
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JZ72773%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [auto1.es] INFO: Scrape type for JZ72773: 2
2026-03-29 11:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f927c917-d873-5c9b-9da9-67951825afec with identifier: JZ72773
2026-03-29 11:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f927c917-d873-5c9b-9da9-67951825afec with scrape type 2
2026-03-29 11:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f927c917-d873-5c9b-9da9-67951825afec with scrape type 2
2026-03-29 11:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: f927c917-d873-5c9b-9da9-67951825afec, identifier: JZ72773
2026-03-29 11:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: b4b35bae-8b7f-5311-9b0c-5c0414d57a56 with identifier: MF61460
2026-03-29 11:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: b4b35bae-8b7f-5311-9b0c-5c0414d57a56 with identifier: MF61460
2026-03-29 11:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: b4b35bae-8b7f-5311-9b0c-5c0414d57a56 with identifier: MF61460 to the API
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 100,
'expiration_date': '2026-03-30T15:23:22Z',
'fuel_type': 'diesel',
'id': 'b4b35bae-8b7f-5311-9b0c-5c0414d57a56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MF61460',
'listing': 'auction',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 198605,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-15',
'seller_name': None,
'title': 'Citroen Berlingo 1.6 Blue-HDi Live Edition',
'transmission': 'manual',
'trim': 'Live Edition',
'year': 2016}
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27MF61460%27 HTTP/1.1" 200 None
2026-03-29 11:02:01 [auto1.es] INFO: Saving data for MF61460: {'auction_closing_time': 1774884202.0, 'created_time': 1774695651.332909, 'last_price_update_time': 1774782121.856828}
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='MF61460') HTTP/1.1" 204 0
2026-03-29 11: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-29 11:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: f927c917-d873-5c9b-9da9-67951825afec with identifier: JZ72773
2026-03-29 11:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: f927c917-d873-5c9b-9da9-67951825afec with identifier: JZ72773
2026-03-29 11:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: f927c917-d873-5c9b-9da9-67951825afec with identifier: JZ72773 to the API
2026-03-29 11:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:48:57Z',
'fuel_type': 'diesel',
'id': 'f927c917-d873-5c9b-9da9-67951825afec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JZ72773',
'listing': 'auction',
'make': 'Kia',
'model': 'Sportage',
'odometer': 327487,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-12-31',
'seller_name': None,
'title': 'Kia Sportage 1.7 CRDi Drive 4x2',
'transmission': 'manual',
'trim': 'Drive 4x2',
'year': 2010}
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JZ72773%27 HTTP/1.1" 200 None
2026-03-29 11:02:02 [auto1.es] INFO: Saving data for JZ72773: {'auction_closing_time': 1774885737.0, 'created_time': 1774695646.105757, 'last_price_update_time': 1774782122.117099}
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='JZ72773') HTTP/1.1" 204 0
2026-03-29 11:02:02 [auto1.es] INFO: Found listing with ID: JS10706
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JS10706%27 HTTP/1.1" 200 None
2026-03-29 11:02:02 [auto1.es] INFO: Scrape type for JS10706: 2
2026-03-29 11:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d649573c-9d2d-5d31-89f9-8a77ad7ba72c with identifier: JS10706
2026-03-29 11:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d649573c-9d2d-5d31-89f9-8a77ad7ba72c with scrape type 2
2026-03-29 11:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d649573c-9d2d-5d31-89f9-8a77ad7ba72c with scrape type 2
2026-03-29 11:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: d649573c-9d2d-5d31-89f9-8a77ad7ba72c, identifier: JS10706
2026-03-29 11:02:02 [auto1.es] INFO: Found listing with ID: SX89883
2026-03-29 11:02:02 [auto1.es] INFO: Found listing with ID: KP23641
2026-03-29 11:02:02 [auto1.es] INFO: Found listing with ID: FN14601
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FN14601%27 HTTP/1.1" 200 None
2026-03-29 11:02:02 [auto1.es] INFO: Scrape type for FN14601: 2
2026-03-29 11:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eec82a39-ff08-50d5-9d41-f2c30f9528c2 with identifier: FN14601
2026-03-29 11:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eec82a39-ff08-50d5-9d41-f2c30f9528c2 with scrape type 2
2026-03-29 11:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eec82a39-ff08-50d5-9d41-f2c30f9528c2 with scrape type 2
2026-03-29 11:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: eec82a39-ff08-50d5-9d41-f2c30f9528c2, identifier: FN14601
2026-03-29 11:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: d649573c-9d2d-5d31-89f9-8a77ad7ba72c with identifier: JS10706
2026-03-29 11:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: d649573c-9d2d-5d31-89f9-8a77ad7ba72c with identifier: JS10706
2026-03-29 11:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: d649573c-9d2d-5d31-89f9-8a77ad7ba72c with identifier: JS10706 to the API
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:35:01Z',
'fuel_type': 'diesel',
'id': 'd649573c-9d2d-5d31-89f9-8a77ad7ba72c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JS10706',
'listing': 'auction',
'make': 'Ford',
'model': 'S-Max',
'odometer': 230056,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-18',
'seller_name': None,
'title': 'Ford S-Max 2.0 TDCi EcoBlue Vignale',
'transmission': 'automatic',
'trim': 'Vignale',
'year': 2019}
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27JS10706%27 HTTP/1.1" 200 None
2026-03-29 11:02:02 [auto1.es] INFO: Saving data for JS10706: {'auction_closing_time': 1774884901.0, 'created_time': 1774695650.829308, 'last_price_update_time': 1774782122.636592}
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='JS10706') HTTP/1.1" 204 0
2026-03-29 11:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: eec82a39-ff08-50d5-9d41-f2c30f9528c2 with identifier: FN14601
2026-03-29 11:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: eec82a39-ff08-50d5-9d41-f2c30f9528c2 with identifier: FN14601
2026-03-29 11:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: eec82a39-ff08-50d5-9d41-f2c30f9528c2 with identifier: FN14601 to the API
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:26:56Z',
'fuel_type': 'diesel',
'id': 'eec82a39-ff08-50d5-9d41-f2c30f9528c2',
'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/FN14601',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 17423,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-15',
'seller_name': None,
'title': 'Volkswagen Crafter 2.0 TDI Kasten 30 mittellang FWD',
'transmission': 'manual',
'trim': 'Kasten 30 mittellang FWD',
'year': 2025}
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FN14601%27 HTTP/1.1" 200 None
2026-03-29 11:02:03 [auto1.es] INFO: Saving data for FN14601: {'auction_closing_time': 1774884416.0, 'created_time': 1774015690.034891, 'last_price_update_time': 1774782123.033819}
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='FN14601') HTTP/1.1" 204 0
2026-03-29 11:02:03 [auto1.es] INFO: Found listing with ID: UG73300
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UG73300%27 HTTP/1.1" 200 None
2026-03-29 11:02:03 [auto1.es] INFO: Scrape type for UG73300: 2
2026-03-29 11:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 460b4d1c-b5da-54b0-9911-7f10bf902ac6 with identifier: UG73300
2026-03-29 11:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 460b4d1c-b5da-54b0-9911-7f10bf902ac6 with scrape type 2
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 460b4d1c-b5da-54b0-9911-7f10bf902ac6 with scrape type 2
2026-03-29 11:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 460b4d1c-b5da-54b0-9911-7f10bf902ac6, identifier: UG73300
2026-03-29 11:02:03 [auto1.es] INFO: Found listing with ID: ZT45272
2026-03-29 11:02:03 [auto1.es] INFO: Found listing with ID: EW17140
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EW17140%27 HTTP/1.1" 200 None
2026-03-29 11:02:03 [auto1.es] INFO: Scrape type for EW17140: 2
2026-03-29 11:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fe332cc-8e43-5ad9-a76d-b313b6de3c64 with identifier: EW17140
2026-03-29 11:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fe332cc-8e43-5ad9-a76d-b313b6de3c64 with scrape type 2
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fe332cc-8e43-5ad9-a76d-b313b6de3c64 with scrape type 2
2026-03-29 11:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 1fe332cc-8e43-5ad9-a76d-b313b6de3c64, identifier: EW17140
2026-03-29 11:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 460b4d1c-b5da-54b0-9911-7f10bf902ac6 with identifier: UG73300
2026-03-29 11:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 460b4d1c-b5da-54b0-9911-7f10bf902ac6 with identifier: UG73300
2026-03-29 11:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 460b4d1c-b5da-54b0-9911-7f10bf902ac6 with identifier: UG73300 to the API
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 92,
'expiration_date': '2026-03-30T15:03:02Z',
'fuel_type': 'diesel',
'id': '460b4d1c-b5da-54b0-9911-7f10bf902ac6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UG73300',
'listing': 'auction',
'make': 'Citroen',
'model': 'DS3',
'odometer': 109464,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-11-25',
'seller_name': None,
'title': 'Citroen DS3 1.6 HDi',
'transmission': 'manual',
'trim': '',
'year': 2010}
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UG73300%27 HTTP/1.1" 200 None
2026-03-29 11:02:03 [auto1.es] INFO: Saving data for UG73300: {'auction_closing_time': 1774882982.0, 'created_time': 1772753272.57651, 'last_price_update_time': 1774782123.529712}
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='UG73300') HTTP/1.1" 204 0
2026-03-29 11:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 1fe332cc-8e43-5ad9-a76d-b313b6de3c64 with identifier: EW17140
2026-03-29 11:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 1fe332cc-8e43-5ad9-a76d-b313b6de3c64 with identifier: EW17140
2026-03-29 11:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 1fe332cc-8e43-5ad9-a76d-b313b6de3c64 with identifier: EW17140 to the API
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'green',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 125,
'expiration_date': '2026-03-30T15:58:17Z',
'fuel_type': 'petrol',
'id': '1fe332cc-8e43-5ad9-a76d-b313b6de3c64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EW17140',
'listing': 'auction',
'make': 'Honda',
'model': 'HR-V',
'odometer': 231374,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2001-03-27',
'seller_name': None,
'title': 'Honda HR-V 1.6 VTEC Top 4WD',
'transmission': 'manual',
'trim': 'VTEC Top 4WD',
'year': 2001}
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EW17140%27 HTTP/1.1" 200 None
2026-03-29 11:02:03 [auto1.es] INFO: Saving data for EW17140: {'auction_closing_time': 1774886297.0, 'created_time': 1774695653.528581, 'last_price_update_time': 1774782123.799209}
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='EW17140') HTTP/1.1" 204 0
2026-03-29 11:02:03 [auto1.es] INFO: Found listing with ID: CE73826
2026-03-29 11:02:03 [auto1.es] INFO: Found listing with ID: DW64016
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DW64016%27 HTTP/1.1" 200 None
2026-03-29 11:02:03 [auto1.es] INFO: Scrape type for DW64016: 2
2026-03-29 11:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc22b351-d8ec-5f29-92d4-94887b58b5f9 with identifier: DW64016
2026-03-29 11:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc22b351-d8ec-5f29-92d4-94887b58b5f9 with scrape type 2
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc22b351-d8ec-5f29-92d4-94887b58b5f9 with scrape type 2
2026-03-29 11:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: dc22b351-d8ec-5f29-92d4-94887b58b5f9, identifier: DW64016
2026-03-29 11:02:03 [auto1.es] INFO: Found listing with ID: GP84876
2026-03-29 11:02:03 [auto1.es] INFO: Found listing with ID: FF19626
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FF19626%27 HTTP/1.1" 200 None
2026-03-29 11:02:03 [auto1.es] INFO: Scrape type for FF19626: 2
2026-03-29 11:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ab2e1f7-558b-5da1-90c3-a32c9df436c5 with identifier: FF19626
2026-03-29 11:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ab2e1f7-558b-5da1-90c3-a32c9df436c5 with scrape type 2
2026-03-29 11:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ab2e1f7-558b-5da1-90c3-a32c9df436c5 with scrape type 2
2026-03-29 11:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 3ab2e1f7-558b-5da1-90c3-a32c9df436c5, identifier: FF19626
2026-03-29 11:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: dc22b351-d8ec-5f29-92d4-94887b58b5f9 with identifier: DW64016
2026-03-29 11:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: dc22b351-d8ec-5f29-92d4-94887b58b5f9 with identifier: DW64016
2026-03-29 11:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: dc22b351-d8ec-5f29-92d4-94887b58b5f9 with identifier: DW64016 to the API
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11: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': 252,
'expiration_date': '2026-03-30T15:25:19Z',
'fuel_type': 'petrol',
'id': 'dc22b351-d8ec-5f29-92d4-94887b58b5f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DW64016',
'listing': 'auction',
'make': 'Audi',
'model': 'A4',
'odometer': 229901,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-04',
'seller_name': None,
'title': 'Audi A4 2.0 TFSI quattro Sport',
'transmission': 'automatic',
'trim': 'quattro Sport',
'year': 2016}
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DW64016%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [auto1.es] INFO: Saving data for DW64016: {'auction_closing_time': 1774884319.0, 'created_time': 1773410545.760771, 'last_price_update_time': 1774782124.292775}
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='DW64016') HTTP/1.1" 204 0
2026-03-29 11:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 3ab2e1f7-558b-5da1-90c3-a32c9df436c5 with identifier: FF19626
2026-03-29 11:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 3ab2e1f7-558b-5da1-90c3-a32c9df436c5 with identifier: FF19626
2026-03-29 11:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 3ab2e1f7-558b-5da1-90c3-a32c9df436c5 with identifier: FF19626 to the API
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:41:47Z',
'fuel_type': 'petrol',
'id': '3ab2e1f7-558b-5da1-90c3-a32c9df436c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FF19626',
'listing': 'auction',
'make': 'Citroen',
'model': 'C4',
'odometer': 69837,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-03-30',
'seller_name': None,
'title': 'Citroen C4 1.6 VTR Plus',
'transmission': 'manual',
'trim': 'VTR Plus',
'year': 2005}
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FF19626%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [auto1.es] INFO: Saving data for FF19626: {'auction_closing_time': 1774885307.0, 'created_time': 1774695664.142901, 'last_price_update_time': 1774782124.559583}
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='FF19626') HTTP/1.1" 204 0
2026-03-29 11:02:04 [auto1.es] INFO: Found listing with ID: XB82673
2026-03-29 11:02:04 [auto1.es] INFO: Found listing with ID: NM22189
2026-03-29 11:02:04 [auto1.es] INFO: Found listing with ID: BA61536
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BA61536%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [auto1.es] INFO: Scrape type for BA61536: 2
2026-03-29 11:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60a017f5-dc91-50d4-b267-3c15dee58635 with identifier: BA61536
2026-03-29 11:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60a017f5-dc91-50d4-b267-3c15dee58635 with scrape type 2
2026-03-29 11:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60a017f5-dc91-50d4-b267-3c15dee58635 with scrape type 2
2026-03-29 11:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 60a017f5-dc91-50d4-b267-3c15dee58635, identifier: BA61536
2026-03-29 11:02:04 [auto1.es] INFO: Found listing with ID: GG14536
2026-03-29 11:02:04 [auto1.es] INFO: Found listing with ID: XF41535
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XF41535%27 HTTP/1.1" 200 None
2026-03-29 11:02:04 [auto1.es] INFO: Scrape type for XF41535: 2
2026-03-29 11:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3605d95-06a7-5934-9815-701b728fb2f9 with identifier: XF41535
2026-03-29 11:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3605d95-06a7-5934-9815-701b728fb2f9 with scrape type 2
2026-03-29 11:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3605d95-06a7-5934-9815-701b728fb2f9 with scrape type 2
2026-03-29 11:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: c3605d95-06a7-5934-9815-701b728fb2f9, identifier: XF41535
2026-03-29 11:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 60a017f5-dc91-50d4-b267-3c15dee58635 with identifier: BA61536
2026-03-29 11:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 60a017f5-dc91-50d4-b267-3c15dee58635 with identifier: BA61536
2026-03-29 11:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 60a017f5-dc91-50d4-b267-3c15dee58635 with identifier: BA61536 to the API
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:01:21Z',
'fuel_type': 'diesel',
'id': '60a017f5-dc91-50d4-b267-3c15dee58635',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BA61536',
'listing': 'auction',
'make': 'Toyota',
'model': 'Auris',
'odometer': 197927,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-31',
'seller_name': None,
'title': 'Toyota Auris 1.4 Turbodiesel Active',
'transmission': 'manual',
'trim': 'Active',
'year': 2016}
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27BA61536%27 HTTP/1.1" 200 None
2026-03-29 11:02:05 [auto1.es] INFO: Saving data for BA61536: {'auction_closing_time': 1774882881.0, 'created_time': 1774695675.477014, 'last_price_update_time': 1774782125.068001}
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='BA61536') HTTP/1.1" 204 0
2026-03-29 11:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: c3605d95-06a7-5934-9815-701b728fb2f9 with identifier: XF41535
2026-03-29 11:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: c3605d95-06a7-5934-9815-701b728fb2f9 with identifier: XF41535
2026-03-29 11:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: c3605d95-06a7-5934-9815-701b728fb2f9 with identifier: XF41535 to the API
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 2,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:00:33Z',
'fuel_type': 'diesel',
'id': 'c3605d95-06a7-5934-9815-701b728fb2f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XF41535',
'listing': 'auction',
'make': 'Alfa Romeo',
'model': 'Alfa GT',
'odometer': 175563,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-06-13',
'seller_name': None,
'title': 'Alfa Romeo Alfa GT 1.9 JTD M-Jet Distinctive',
'transmission': 'manual',
'trim': 'M-Jet Distinctive',
'year': 2010}
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XF41535%27 HTTP/1.1" 200 None
2026-03-29 11:02:05 [auto1.es] INFO: Saving data for XF41535: {'auction_closing_time': 1774882833.0, 'created_time': 1774695677.084409, 'last_price_update_time': 1774782125.427222}
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='XF41535') HTTP/1.1" 204 0
2026-03-29 11:02:05 [auto1.es] INFO: Found listing with ID: UP09375
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UP09375%27 HTTP/1.1" 200 None
2026-03-29 11:02:05 [auto1.es] INFO: Scrape type for UP09375: 2
2026-03-29 11:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca0d1ede-5762-5199-be14-0d1a264c6eac with identifier: UP09375
2026-03-29 11:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca0d1ede-5762-5199-be14-0d1a264c6eac with scrape type 2
2026-03-29 11:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca0d1ede-5762-5199-be14-0d1a264c6eac with scrape type 2
2026-03-29 11:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: ca0d1ede-5762-5199-be14-0d1a264c6eac, identifier: UP09375
2026-03-29 11:02:05 [auto1.es] INFO: Found listing with ID: KK57262
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KK57262%27 HTTP/1.1" 200 None
2026-03-29 11:02:05 [auto1.es] INFO: Scrape type for KK57262: 2
2026-03-29 11:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e75f501-318f-5898-9be0-12b707da53e8 with identifier: KK57262
2026-03-29 11:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e75f501-318f-5898-9be0-12b707da53e8 with scrape type 2
2026-03-29 11:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e75f501-318f-5898-9be0-12b707da53e8 with scrape type 2
2026-03-29 11:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 0e75f501-318f-5898-9be0-12b707da53e8, identifier: KK57262
2026-03-29 11:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: ca0d1ede-5762-5199-be14-0d1a264c6eac with identifier: UP09375
2026-03-29 11:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: ca0d1ede-5762-5199-be14-0d1a264c6eac with identifier: UP09375
2026-03-29 11:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: ca0d1ede-5762-5199-be14-0d1a264c6eac with identifier: UP09375 to the API
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 130,
'expiration_date': '2026-03-30T15:34:32Z',
'fuel_type': 'diesel',
'id': 'ca0d1ede-5762-5199-be14-0d1a264c6eac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UP09375',
'listing': 'auction',
'make': 'Renault',
'model': 'Scenic',
'odometer': 149882,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-06-20',
'seller_name': None,
'title': 'Renault Scenic 1.9 dCi Dynamique Luxe',
'transmission': 'manual',
'trim': 'Dynamique Luxe',
'year': 2006}
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27UP09375%27 HTTP/1.1" 200 None
2026-03-29 11:02:05 [auto1.es] INFO: Saving data for UP09375: {'auction_closing_time': 1774884872.0, 'created_time': 1774695678.092516, 'last_price_update_time': 1774782125.907529}
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='UP09375') HTTP/1.1" 204 0
2026-03-29 11:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 0e75f501-318f-5898-9be0-12b707da53e8 with identifier: KK57262
2026-03-29 11:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 0e75f501-318f-5898-9be0-12b707da53e8 with identifier: KK57262
2026-03-29 11:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 0e75f501-318f-5898-9be0-12b707da53e8 with identifier: KK57262 to the API
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 218,
'expiration_date': '2026-03-30T15:26:39Z',
'fuel_type': 'diesel',
'id': '0e75f501-318f-5898-9be0-12b707da53e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KK57262',
'listing': 'auction',
'make': 'BMW',
'model': 'X5',
'odometer': 270082,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-04-05',
'seller_name': None,
'title': 'BMW X5 3.0d',
'transmission': 'automatic',
'trim': '',
'year': 2006}
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27KK57262%27 HTTP/1.1" 200 None
2026-03-29 11:02:06 [auto1.es] INFO: Saving data for KK57262: {'auction_closing_time': 1774884399.0, 'created_time': 1774695654.737834, 'last_price_update_time': 1774782126.182263}
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='KK57262') HTTP/1.1" 204 0
2026-03-29 11:02:06 [auto1.es] INFO: Found listing with ID: GE22021
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GE22021%27 HTTP/1.1" 200 None
2026-03-29 11:02:06 [auto1.es] INFO: Scrape type for GE22021: 2
2026-03-29 11:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2cf2dd3-20a4-5b60-b944-1064f35b825b with identifier: GE22021
2026-03-29 11:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2cf2dd3-20a4-5b60-b944-1064f35b825b with scrape type 2
2026-03-29 11:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2cf2dd3-20a4-5b60-b944-1064f35b825b with scrape type 2
2026-03-29 11:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: d2cf2dd3-20a4-5b60-b944-1064f35b825b, identifier: GE22021
2026-03-29 11:02:06 [scrapy.extensions.logstats] INFO: Crawled 49 pages (at 25 pages/min), scraped 76 items (at 66 items/min)
2026-03-29 11:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 158MiB
2026-03-29 11:02:06 [auto1.es] INFO: Found listing with ID: PL51206
2026-03-29 11:02:06 [auto1.es] INFO: Found listing with ID: GZ44796
2026-03-29 11:02:06 [auto1.es] INFO: Found listing with ID: EU70316
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EU70316%27 HTTP/1.1" 200 None
2026-03-29 11:02:06 [auto1.es] INFO: Scrape type for EU70316: 2
2026-03-29 11:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1e12c53-e15d-5c97-97c3-3fec5f717b40 with identifier: EU70316
2026-03-29 11:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1e12c53-e15d-5c97-97c3-3fec5f717b40 with scrape type 2
2026-03-29 11:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1e12c53-e15d-5c97-97c3-3fec5f717b40 with scrape type 2
2026-03-29 11:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: b1e12c53-e15d-5c97-97c3-3fec5f717b40, identifier: EU70316
2026-03-29 11:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: d2cf2dd3-20a4-5b60-b944-1064f35b825b with identifier: GE22021
2026-03-29 11:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: d2cf2dd3-20a4-5b60-b944-1064f35b825b with identifier: GE22021
2026-03-29 11:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: d2cf2dd3-20a4-5b60-b944-1064f35b825b with identifier: GE22021 to the API
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:30:52Z',
'fuel_type': 'diesel',
'id': 'd2cf2dd3-20a4-5b60-b944-1064f35b825b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GE22021',
'listing': 'auction',
'make': 'Mitsubishi',
'model': 'Outlander',
'odometer': 211859,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-15',
'seller_name': None,
'title': 'Mitsubishi Outlander 2.2 DI-D Kaiteki 4WD',
'transmission': 'automatic',
'trim': 'Kaiteki 4WD',
'year': 2015}
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GE22021%27 HTTP/1.1" 200 None
2026-03-29 11:02:06 [auto1.es] INFO: Saving data for GE22021: {'auction_closing_time': 1774884652.0, 'created_time': 1774695685.754906, 'last_price_update_time': 1774782126.674607}
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='GE22021') HTTP/1.1" 204 0
2026-03-29 11:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: b1e12c53-e15d-5c97-97c3-3fec5f717b40 with identifier: EU70316
2026-03-29 11:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: b1e12c53-e15d-5c97-97c3-3fec5f717b40 with identifier: EU70316
2026-03-29 11:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: b1e12c53-e15d-5c97-97c3-3fec5f717b40 with identifier: EU70316 to the API
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 11:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:16:02Z',
'fuel_type': 'diesel',
'id': 'b1e12c53-e15d-5c97-97c3-3fec5f717b40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EU70316',
'listing': 'auction',
'make': 'Volvo',
'model': 'V40',
'odometer': 249136,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-18',
'seller_name': None,
'title': 'Volvo V40 2.0 D3 Momentum',
'transmission': 'automatic',
'trim': 'Momentum',
'year': 2018}
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27EU70316%27 HTTP/1.1" 200 None
2026-03-29 11:02:06 [auto1.es] INFO: Saving data for EU70316: {'auction_closing_time': 1774883762.0, 'created_time': 1774695653.923276, 'last_price_update_time': 1774782126.965669}
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='EU70316') HTTP/1.1" 204 0
2026-03-29 11:02:06 [auto1.es] INFO: Found listing with ID: FA09072
2026-03-29 11:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FA09072%27 HTTP/1.1" 200 None
2026-03-29 11:02:07 [auto1.es] INFO: Scrape type for FA09072: 2
2026-03-29 11:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de3c38e9-2596-56db-a6c4-4f33a80c87a2 with identifier: FA09072
2026-03-29 11:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3c38e9-2596-56db-a6c4-4f33a80c87a2 with scrape type 2
2026-03-29 11:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de3c38e9-2596-56db-a6c4-4f33a80c87a2 with scrape type 2
2026-03-29 11:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: de3c38e9-2596-56db-a6c4-4f33a80c87a2, identifier: FA09072
2026-03-29 11:02:07 [auto1.es] INFO: Found listing with ID: PN86377
2026-03-29 11:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: de3c38e9-2596-56db-a6c4-4f33a80c87a2 with identifier: FA09072
2026-03-29 11:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: de3c38e9-2596-56db-a6c4-4f33a80c87a2 with identifier: FA09072
2026-03-29 11:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: de3c38e9-2596-56db-a6c4-4f33a80c87a2 with identifier: FA09072 to the API
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:34:17Z',
'fuel_type': 'diesel',
'id': 'de3c38e9-2596-56db-a6c4-4f33a80c87a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FA09072',
'listing': 'auction',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 87836,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-07',
'seller_name': None,
'title': 'Peugeot Partner 1.6 Blue-HDi Outdoor',
'transmission': 'manual',
'trim': 'Outdoor',
'year': 2017}
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27FA09072%27 HTTP/1.1" 200 None
2026-03-29 11:02:07 [auto1.es] INFO: Saving data for FA09072: {'auction_closing_time': 1774884857.0, 'created_time': 1774695678.466378, 'last_price_update_time': 1774782127.365664}
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='FA09072') HTTP/1.1" 204 0
2026-03-29 11:02:07 [auto1.es] INFO: Found listing with ID: ZH42049
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZH42049%27 HTTP/1.1" 200 None
2026-03-29 11:02:07 [auto1.es] INFO: Scrape type for ZH42049: 2
2026-03-29 11:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87fcd4e6-549c-5314-9330-4347c848ff72 with identifier: ZH42049
2026-03-29 11:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87fcd4e6-549c-5314-9330-4347c848ff72 with scrape type 2
2026-03-29 11:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87fcd4e6-549c-5314-9330-4347c848ff72 with scrape type 2
2026-03-29 11:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 87fcd4e6-549c-5314-9330-4347c848ff72, identifier: ZH42049
2026-03-29 11:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 87fcd4e6-549c-5314-9330-4347c848ff72 with identifier: ZH42049
2026-03-29 11:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 87fcd4e6-549c-5314-9330-4347c848ff72 with identifier: ZH42049
2026-03-29 11:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 87fcd4e6-549c-5314-9330-4347c848ff72 with identifier: ZH42049 to the API
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 110,
'expiration_date': '2026-03-30T15:00:46Z',
'fuel_type': 'diesel',
'id': '87fcd4e6-549c-5314-9330-4347c848ff72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZH42049',
'listing': 'auction',
'make': 'Renault',
'model': 'Megane',
'odometer': 180727,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-04',
'seller_name': None,
'title': 'Renault Megane 1.5 dCi GT-Style',
'transmission': 'manual',
'trim': 'GT-Style',
'year': 2014}
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27ZH42049%27 HTTP/1.1" 200 None
2026-03-29 11:02:07 [auto1.es] INFO: Saving data for ZH42049: {'auction_closing_time': 1774882846.0, 'created_time': 1774695674.46471, 'last_price_update_time': 1774782127.761568}
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='ZH42049') HTTP/1.1" 204 0
2026-03-29 11:02:07 [auto1.es] INFO: Found listing with ID: LB38939
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LB38939%27 HTTP/1.1" 200 None
2026-03-29 11:02:07 [auto1.es] INFO: Scrape type for LB38939: 2
2026-03-29 11:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f2749b6-5043-5f4b-b52b-c0cd66ed3324 with identifier: LB38939
2026-03-29 11:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f2749b6-5043-5f4b-b52b-c0cd66ed3324 with scrape type 2
2026-03-29 11:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f2749b6-5043-5f4b-b52b-c0cd66ed3324 with scrape type 2
2026-03-29 11:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 3f2749b6-5043-5f4b-b52b-c0cd66ed3324, identifier: LB38939
2026-03-29 11:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 3f2749b6-5043-5f4b-b52b-c0cd66ed3324 with identifier: LB38939
2026-03-29 11:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 3f2749b6-5043-5f4b-b52b-c0cd66ed3324 with identifier: LB38939
2026-03-29 11:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 3f2749b6-5043-5f4b-b52b-c0cd66ed3324 with identifier: LB38939 to the API
2026-03-29 11:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 100,
'expiration_date': '2026-03-30T15:05:04Z',
'fuel_type': 'petrol',
'id': '3f2749b6-5043-5f4b-b52b-c0cd66ed3324',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LB38939',
'listing': 'auction',
'make': 'Kia',
'model': "cee'd",
'odometer': 159200,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-09',
'seller_name': None,
'title': "Kia cee'd 1.4 Concept",
'transmission': 'manual',
'trim': 'Concept',
'year': 2016}
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27LB38939%27 HTTP/1.1" 200 None
2026-03-29 11:02:08 [auto1.es] INFO: Saving data for LB38939: {'auction_closing_time': 1774883104.0, 'created_time': 1774695658.186463, 'last_price_update_time': 1774782128.144236}
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='LB38939') HTTP/1.1" 204 0
2026-03-29 11:02:08 [auto1.es] INFO: Found listing with ID: RV29319
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RV29319%27 HTTP/1.1" 200 None
2026-03-29 11:02:08 [auto1.es] INFO: Scrape type for RV29319: 2
2026-03-29 11:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b1011a5-0579-5d76-8cc1-f27fcb78e0b8 with identifier: RV29319
2026-03-29 11:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b1011a5-0579-5d76-8cc1-f27fcb78e0b8 with scrape type 2
2026-03-29 11:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b1011a5-0579-5d76-8cc1-f27fcb78e0b8 with scrape type 2
2026-03-29 11:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 1b1011a5-0579-5d76-8cc1-f27fcb78e0b8, identifier: RV29319
2026-03-29 11:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 1b1011a5-0579-5d76-8cc1-f27fcb78e0b8 with identifier: RV29319
2026-03-29 11:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 1b1011a5-0579-5d76-8cc1-f27fcb78e0b8 with identifier: RV29319
2026-03-29 11:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 1b1011a5-0579-5d76-8cc1-f27fcb78e0b8 with identifier: RV29319 to the API
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:06:59Z',
'fuel_type': 'petrol',
'id': '1b1011a5-0579-5d76-8cc1-f27fcb78e0b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RV29319',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 91463,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-29',
'seller_name': None,
'title': 'Fiat 500 1.2 Pop',
'transmission': 'manual',
'trim': 'Pop',
'year': 2017}
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RV29319%27 HTTP/1.1" 200 None
2026-03-29 11:02:08 [auto1.es] INFO: Saving data for RV29319: {'auction_closing_time': 1774883219.0, 'created_time': 1774695644.499627, 'last_price_update_time': 1774782128.545312}
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='RV29319') HTTP/1.1" 204 0
2026-03-29 11:02:08 [auto1.es] INFO: Found listing with ID: US62634
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27US62634%27 HTTP/1.1" 200 None
2026-03-29 11:02:08 [auto1.es] INFO: Scrape type for US62634: 2
2026-03-29 11:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 293340dc-a86b-5def-944a-801bccd1ff63 with identifier: US62634
2026-03-29 11:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 293340dc-a86b-5def-944a-801bccd1ff63 with scrape type 2
2026-03-29 11:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 293340dc-a86b-5def-944a-801bccd1ff63 with scrape type 2
2026-03-29 11:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: 293340dc-a86b-5def-944a-801bccd1ff63, identifier: US62634
2026-03-29 11:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: 293340dc-a86b-5def-944a-801bccd1ff63 with identifier: US62634
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=orange HTTP/1.1" 200 None
2026-03-29 11:02:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gas HTTP/1.1" 200 None
2026-03-29 11:02:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 11:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 11:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: 293340dc-a86b-5def-944a-801bccd1ff63 with identifier: US62634
2026-03-29 11:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: 293340dc-a86b-5def-944a-801bccd1ff63 with identifier: US62634 to the API
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 'orange',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 101,
'expiration_date': '2026-03-30T15:52:43Z',
'fuel_type': 'gas',
'id': '293340dc-a86b-5def-944a-801bccd1ff63',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/US62634',
'listing': 'auction',
'make': 'Dacia',
'model': 'Sandero',
'odometer': 33466,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'seller_name': None,
'title': 'Dacia Sandero 1.0 TCe LPG Stepway Comfort',
'transmission': 'manual',
'trim': 'Stepway Comfort',
'year': 2022}
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27US62634%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Saving data for US62634: {'auction_closing_time': 1774885963.0, 'created_time': 1772753596.812938, 'last_price_update_time': 1774782129.279485}
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='US62634') HTTP/1.1" 204 0
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: XN12672
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XN12672%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Scrape type for XN12672: 2
2026-03-29 11:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6cc0662-1e2a-51e2-abe4-c188536caecb with identifier: XN12672
2026-03-29 11:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6cc0662-1e2a-51e2-abe4-c188536caecb with scrape type 2
2026-03-29 11:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6cc0662-1e2a-51e2-abe4-c188536caecb with scrape type 2
2026-03-29 11:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.es, Processed item id: f6cc0662-1e2a-51e2-abe4-c188536caecb, identifier: XN12672
2026-03-29 11:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.es, Translating item: f6cc0662-1e2a-51e2-abe4-c188536caecb with identifier: XN12672
2026-03-29 11:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.es, Applying rules to item: f6cc0662-1e2a-51e2-abe4-c188536caecb with identifier: XN12672
2026-03-29 11:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.es, Posting item: f6cc0662-1e2a-51e2-abe4-c188536caecb with identifier: XN12672 to the API
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 11: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-29 11: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': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 165,
'expiration_date': '2026-03-30T15:50:49Z',
'fuel_type': 'petrol',
'id': 'f6cc0662-1e2a-51e2-abe4-c188536caecb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XN12672',
'listing': 'auction',
'make': 'Peugeot',
'model': '3008',
'odometer': 61150,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-28',
'seller_name': None,
'title': 'Peugeot 3008 1.6 THP Allure',
'transmission': 'automatic',
'trim': 'Allure',
'year': 2016}
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XN12672%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Saving data for XN12672: {'auction_closing_time': 1774885849.0, 'created_time': 1774015598.000568, 'last_price_update_time': 1774782129.648914}
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.es',RowKey='XN12672') HTTP/1.1" 204 0
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: YH49695
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: RW91373
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: RP67068
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RP67068%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Scrape type for RP67068: 0
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: LG74328
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: RF85744
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RF85744%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Scrape type for RF85744: 0
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: YX32704
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27YX32704%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Scrape type for YX32704: 0
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: ZG63896
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: XN94474
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27XN94474%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Scrape type for XN94474: 0
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: VU26922
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: AG57096
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: CM29770
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CM29770%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Scrape type for CM29770: 0
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: PU80612
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: RX82713
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27RX82713%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Scrape type for RX82713: 0
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: AE71783
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27AE71783%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Scrape type for AE71783: 0
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: GH02704
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: CM09391
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27CM09391%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Scrape type for CM09391: 0
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: GR51630
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27GR51630%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Scrape type for GR51630: 0
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: DU59373
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27DU59373%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Scrape type for DU59373: 0
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: ZH62909
2026-03-29 11:02:09 [auto1.es] INFO: Found listing with ID: HZ84685
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20RowKey%20eq%20%27HZ84685%27 HTTP/1.1" 200 None
2026-03-29 11:02:09 [auto1.es] INFO: Scrape type for HZ84685: 0
2026-03-29 11: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-29 11:02:14 [auto1.es] INFO: Channel: 24h | Page: 42 | totalHits: 1637 | hits on page: 0
2026-03-29 11:02:14 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-29 11:02:14 [auto1.es] INFO: auto1.es Batch config: batch 1/2
2026-03-29 11:02:14 [auto1.es] INFO: auto1.es 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>: 11, <ScrapeType.BATCH_SKIPPED: 5>: 9}
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.es%27%20and%20last_price_update_time%20lt%201774350135 HTTP/1.1" 200 None
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='AJ80010') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='AT55590') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='AV23554') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='AV99168') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BF11504') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='BR08436') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='CA52016') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='CL24407') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='CN25328') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DB55635') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='DE98098') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='EP19750') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='FP62175') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='FY03078') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='GJ05293') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='HE20003') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='HR79714') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='JC43912') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='JP56766') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='KW78222') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='KX11396') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='LD12406') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='LP83818') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='NF93638') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='PU36396') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='RH38103') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='RP56230') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='ST68575') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='SX39477') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='TL10176') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UE00786') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='UR30668') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='VB11467') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='VC30644') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='VL90853') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='VL95769') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='VZ32623') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='WB85469') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='WR20319') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='WU38219') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='WW36253') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='XF89332') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='XJ90873') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='XU42049') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='XW47905') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='XX17040') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='YG40916') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='YL59355') HTTP/1.1" 204 0
2026-03-29 11:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='auto1.es',RowKey='ZE12212') HTTP/1.1" 204 0
2026-03-29 11:02:15 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (84 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto1.es/task_21_2026-03-29T11_00_00.jl
2026-03-29 11:02:15 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 137934,
'downloader/request_count': 50,
'downloader/request_method_count/GET': 6,
'downloader/request_method_count/POST': 44,
'downloader/response_bytes': 7486851,
'downloader/response_count': 50,
'downloader/response_status_count/200': 50,
'dupefilter/filtered': 2,
'elapsed_time_seconds': 129.99631,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 29, 11, 2, 15, 627524, tzinfo=datetime.timezone.utc),
'item_scraped_count': 84,
'log_count/DEBUG': 2527,
'log_count/INFO': 3320,
'memusage/max': 166342656,
'memusage/startup': 149794816,
'request_depth_max': 45,
'response_received_count': 50,
'scheduler/dequeued': 50,
'scheduler/dequeued/memory': 50,
'scheduler/enqueued': 50,
'scheduler/enqueued/memory': 50,
'scrape_type/batch_skipped': 828,
'scrape_type/new': 2,
'scrape_type/price_update': 82,
'scrape_type/skipped': 763,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 50,
'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.8556174051202836,
'scrapy-zyte-api/mean_response_seconds': 1.9781466997135428,
'scrapy-zyte-api/processed': 50,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 50,
'scrapy-zyte-api/request_args/experimental.requestCookies': 49,
'scrapy-zyte-api/request_args/experimental.responseCookies': 50,
'scrapy-zyte-api/request_args/httpRequestBody': 44,
'scrapy-zyte-api/request_args/httpRequestMethod': 44,
'scrapy-zyte-api/request_args/httpResponseBody': 50,
'scrapy-zyte-api/request_args/httpResponseHeaders': 50,
'scrapy-zyte-api/request_args/sessionContext': 50,
'scrapy-zyte-api/request_args/url': 50,
'scrapy-zyte-api/status_codes/200': 50,
'scrapy-zyte-api/success': 50,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 1677,
'source/total_available': 1637,
'start_time': datetime.datetime(2026, 3, 29, 11, 0, 5, 631214, tzinfo=datetime.timezone.utc)}
2026-03-29 11:02:15 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-29 11:02:15 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f425e53f110>
2026-03-29 11:02:15 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f425e3afbd0>