2026-03-29 12:05:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-29 12:05: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 12:05:04 [auto1.it] INFO: Batch mode enabled: batch 2/2
2026-03-29 12:05:04 [auto1.it] INFO: Starting spider auto1.it
2026-03-29 12:05:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-29 12:05:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-29 12:05:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-29 12:05:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-29 12:05:04 [scrapy.extensions.telnet] INFO: Telnet Password: 262015dd5deb86c9
2026-03-29 12:05:04 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-29 12:05:04 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/auto1.it/task_23_2026-03-29T12_05_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 12:05:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 12:05:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 12:05:04 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-29 12:05:04 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-29 12:05:04 [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 12:05:04 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-29 12:05:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 12:05:04 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2115
2026-03-29 12:05:04 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-29 12:05:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-29 12:05:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:04 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-29 12:05: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 12:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-29 12:05:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-29 12:05: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 12:05: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 12:05:05 [scrapy.core.engine] INFO: Spider opened
2026-03-29 12:05:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 12:05:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-29 12:05:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-29 12:05:05 [scrapy-playwright] INFO: Starting download handler
2026-03-29 12:05:05 [scrapy-playwright] INFO: Starting download handler
2026-03-29 12:05: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 12:05:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/en/home> (referer: None) ['zyte-api']
2026-03-29 12:05: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 12:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/en/merchant/signin/ajax> (referer: https://www.auto1.com/en/home) ['zyte-api']
2026-03-29 12:05: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 12:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.auto1.com/en/app/user-token/obtain-token> (referer: https://www.auto1.com/en/merchant/signin/ajax) ['zyte-api']
2026-03-29 12:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/en/app/user-token/obtain-token) ['zyte-api']
2026-03-29 12:05:16 [auto1.it] INFO: Channel: 24h | Page: 0 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: DN06430
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: DB48039
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DB48039%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for DB48039: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: PG30215
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: LE34139
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: HJ29626
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HJ29626%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for HJ29626: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: WA17168
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WA17168%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for WA17168: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: NW33214
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: KM60643
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: HM75417
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HM75417%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for HM75417: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: YJ19643
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: FA14531
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: UK81128
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: NP73440
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: EX63117
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EX63117%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for EX63117: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: XY01998
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: PU31383
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: VW55609
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: GT29075
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GT29075%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for GT29075: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: HB16965
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: GU77737
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GU77737%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for GU77737: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: MR77890
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MR77890%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for MR77890: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: YV05743
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: PF34434
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: WC74031
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: JX88072
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JX88072%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for JX88072: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: RX56981
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RX56981%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for RX56981: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: GK78274
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: NB92665
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NB92665%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for NB92665: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: CR61657
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: RU81882
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RU81882%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for RU81882: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: NR76329
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: BY77891
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: FT91483
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: WK11111
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WK11111%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for WK11111: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: HL96914
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HL96914%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for HL96914: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: UZ59848
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: MU02206
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MU02206%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for MU02206: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: LH51600
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LH51600%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for LH51600: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: UW33297
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UW33297%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for UW33297: 0
2026-03-29 12:05:16 [auto1.it] INFO: Found listing with ID: CW23550
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CW23550%27 HTTP/1.1" 200 None
2026-03-29 12:05:16 [auto1.it] INFO: Scrape type for CW23550: 0
2026-03-29 12:05: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 12:05:17 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:05:17 [auto1.it] INFO: Channel: 24h | Page: 1 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: DN06430
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: DB48039
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DB48039%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for DB48039: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: PG30215
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: LE34139
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: HJ29626
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HJ29626%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for HJ29626: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: WA17168
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WA17168%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for WA17168: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: NW33214
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: KM60643
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: HM75417
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HM75417%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for HM75417: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: YJ19643
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: FA14531
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: UK81128
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: NP73440
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: EX63117
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EX63117%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for EX63117: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: XY01998
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: PU31383
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: VW55609
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: GT29075
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GT29075%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for GT29075: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: HB16965
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: GU77737
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GU77737%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for GU77737: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: MR77890
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MR77890%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for MR77890: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: YV05743
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: PF34434
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: WC74031
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: JX88072
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JX88072%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for JX88072: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: RX56981
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RX56981%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for RX56981: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: GK78274
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: NB92665
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NB92665%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for NB92665: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: CR61657
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: RU81882
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RU81882%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for RU81882: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: NR76329
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: BY77891
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: FT91483
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: WK11111
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WK11111%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for WK11111: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: HL96914
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HL96914%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for HL96914: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: UZ59848
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: MU02206
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MU02206%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for MU02206: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: LH51600
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LH51600%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for LH51600: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: UW33297
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UW33297%27 HTTP/1.1" 200 None
2026-03-29 12:05:17 [auto1.it] INFO: Scrape type for UW33297: 0
2026-03-29 12:05:17 [auto1.it] INFO: Found listing with ID: CW23550
2026-03-29 12:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CW23550%27 HTTP/1.1" 200 None
2026-03-29 12:05:18 [auto1.it] INFO: Scrape type for CW23550: 0
2026-03-29 12:05: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 12:05:19 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:05:19 [auto1.it] INFO: Channel: 24h | Page: 2 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: PK60217
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: DZ80898
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: VL28200
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: YV65594
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YV65594%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for YV65594: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: UV62618
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: ME67142
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ME67142%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for ME67142: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: EH68061
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EH68061%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for EH68061: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: MP71804
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: HG08140
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HG08140%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for HG08140: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: EC56092
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: UL24997
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: DF56056
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: BA50531
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BA50531%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for BA50531: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: PV65475
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: RG96871
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RG96871%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for RG96871: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: SJ73545
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: BF99342
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BF99342%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for BF99342: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: FU33041
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FU33041%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for FU33041: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: WR25363
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WR25363%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for WR25363: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: NY98259
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NY98259%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for NY98259: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: AU72091
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: XE78625
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XE78625%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for XE78625: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: UZ37395
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: RA61931
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RA61931%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for RA61931: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: FT31182
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FT31182%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for FT31182: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: ET06239
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: MF53034
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: SV79819
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SV79819%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for SV79819: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: LB26900
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: PS84479
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PS84479%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for PS84479: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: AK50840
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AK50840%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for AK50840: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: FR18393
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FR18393%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for FR18393: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: GY48890
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: AV53481
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: PF95783
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: AB57400
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AB57400%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for AB57400: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: VX65874
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VX65874%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for VX65874: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: GJ41533
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: KC78706
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KC78706%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for KC78706: 0
2026-03-29 12:05:19 [auto1.it] INFO: Found listing with ID: EU94181
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EU94181%27 HTTP/1.1" 200 None
2026-03-29 12:05:19 [auto1.it] INFO: Scrape type for EU94181: 0
2026-03-29 12:05: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 12:05: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 12:05:20 [auto1.it] INFO: Channel: 24h | Page: 3 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: AL96330
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: CX70522
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: BJ67581
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BJ67581%27 HTTP/1.1" 200 None
2026-03-29 12:05:20 [auto1.it] INFO: Scrape type for BJ67581: 0
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: RN93859
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RN93859%27 HTTP/1.1" 200 None
2026-03-29 12:05:20 [auto1.it] INFO: Scrape type for RN93859: 0
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: MG94028
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MG94028%27 HTTP/1.1" 200 None
2026-03-29 12:05:20 [auto1.it] INFO: Scrape type for MG94028: 0
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: ET76297
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: KC92917
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: LT09174
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LT09174%27 HTTP/1.1" 200 None
2026-03-29 12:05:20 [auto1.it] INFO: Scrape type for LT09174: 0
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: JK70304
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: TT78909
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TT78909%27 HTTP/1.1" 200 None
2026-03-29 12:05:20 [auto1.it] INFO: Scrape type for TT78909: 0
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: YW20970
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: EH72083
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: XH54291
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: MT29118
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: DU49636
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DU49636%27 HTTP/1.1" 200 None
2026-03-29 12:05:20 [auto1.it] INFO: Scrape type for DU49636: 0
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: TS11869
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: GE97185
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GE97185%27 HTTP/1.1" 200 None
2026-03-29 12:05:20 [auto1.it] INFO: Scrape type for GE97185: 0
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: UJ50466
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UJ50466%27 HTTP/1.1" 200 None
2026-03-29 12:05:20 [auto1.it] INFO: Scrape type for UJ50466: 0
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: CM44345
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: DT89224
2026-03-29 12:05:20 [auto1.it] INFO: Found listing with ID: BT02963
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BT02963%27 HTTP/1.1" 200 None
2026-03-29 12:05:21 [auto1.it] INFO: Scrape type for BT02963: 0
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: RZ83260
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RZ83260%27 HTTP/1.1" 200 None
2026-03-29 12:05:21 [auto1.it] INFO: Scrape type for RZ83260: 0
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: TV98220
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TV98220%27 HTTP/1.1" 200 None
2026-03-29 12:05:21 [auto1.it] INFO: Scrape type for TV98220: 0
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: JT03788
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: PZ95103
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PZ95103%27 HTTP/1.1" 200 None
2026-03-29 12:05:21 [auto1.it] INFO: Scrape type for PZ95103: 0
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: AT36089
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: SR34135
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SR34135%27 HTTP/1.1" 200 None
2026-03-29 12:05:21 [auto1.it] INFO: Scrape type for SR34135: 0
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: XU47833
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XU47833%27 HTTP/1.1" 200 None
2026-03-29 12:05:21 [auto1.it] INFO: Scrape type for XU47833: 0
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: MH60635
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MH60635%27 HTTP/1.1" 200 None
2026-03-29 12:05:21 [auto1.it] INFO: Scrape type for MH60635: 0
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: VB43526
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: ZU21710
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZU21710%27 HTTP/1.1" 200 None
2026-03-29 12:05:21 [auto1.it] INFO: Scrape type for ZU21710: 0
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: VU35787
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VU35787%27 HTTP/1.1" 200 None
2026-03-29 12:05:21 [auto1.it] INFO: Scrape type for VU35787: 0
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: JE99705
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: FF41288
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: ST04114
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: MX17045
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: VR64645
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VR64645%27 HTTP/1.1" 200 None
2026-03-29 12:05:21 [auto1.it] INFO: Scrape type for VR64645: 0
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: SN43822
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SN43822%27 HTTP/1.1" 200 None
2026-03-29 12:05:21 [auto1.it] INFO: Scrape type for SN43822: 0
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: SD56970
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SD56970%27 HTTP/1.1" 200 None
2026-03-29 12:05:21 [auto1.it] INFO: Scrape type for SD56970: 0
2026-03-29 12:05:21 [auto1.it] INFO: Found listing with ID: RA13201
2026-03-29 12:05:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:05:22 [auto1.it] INFO: Channel: 24h | Page: 4 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: CW79165
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: VT45573
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VT45573%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for VT45573: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: DN35896
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: LJ66160
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LJ66160%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for LJ66160: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: ZN78264
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZN78264%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for ZN78264: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: SH22668
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SH22668%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for SH22668: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: YA14449
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: NV42122
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: JZ43630
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JZ43630%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for JZ43630: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: AG55709
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: TT43912
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TT43912%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for TT43912: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: UZ37756
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UZ37756%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for UZ37756: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: RW18979
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RW18979%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for RW18979: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: UT39332
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: NF11774
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: GV68046
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: HH94865
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HH94865%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for HH94865: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: AM83523
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: PL36367
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PL36367%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for PL36367: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: FD72326
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: EZ36845
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EZ36845%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for EZ36845: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: DJ07683
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: ES96291
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: ZU40989
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZU40989%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for ZU40989: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: DM38646
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DM38646%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for DM38646: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: NJ11800
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: YA96352
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: MD00417
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: EA59370
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EA59370%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for EA59370: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: NK45302
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: LE83357
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: GJ25727
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: ZC32771
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: DX48884
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: EM71095
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EM71095%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for EM71095: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: BU87588
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BU87588%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for BU87588: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: CS73145
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CS73145%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for CS73145: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: PF00609
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PF00609%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for PF00609: 0
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: VJ94912
2026-03-29 12:05:22 [auto1.it] INFO: Found listing with ID: MU64340
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MU64340%27 HTTP/1.1" 200 None
2026-03-29 12:05:22 [auto1.it] INFO: Scrape type for MU64340: 0
2026-03-29 12:05: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 12:05: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 12:05:23 [auto1.it] INFO: Channel: 24h | Page: 5 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: TU34163
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: ZV32235
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: LA78712
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LA78712%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for LA78712: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: UU36082
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UU36082%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for UU36082: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: TZ72536
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: UF95553
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: VB04552
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VB04552%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for VB04552: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: AR75288
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AR75288%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for AR75288: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: NV53187
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: LV27017
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: PW45536
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: CV60051
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: DX65690
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: RN24419
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RN24419%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for RN24419: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: LD05493
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LD05493%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for LD05493: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: MP43347
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MP43347%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for MP43347: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: GM98091
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: FZ84197
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FZ84197%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for FZ84197: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: DD33299
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DD33299%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for DD33299: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: YL53737
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: TH12767
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TH12767%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for TH12767: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: YY06074
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: BT07540
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: GU21322
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: RF01908
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF01908%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for RF01908: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: TD67992
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: AT20318
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: VD89462
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: MT35916
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: BN48518
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: NV82845
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: AL33371
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: CT54414
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: BP08183
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BP08183%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for BP08183: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: HP00544
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HP00544%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for HP00544: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: HF95426
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HF95426%27 HTTP/1.1" 200 None
2026-03-29 12:05:23 [auto1.it] INFO: Scrape type for HF95426: 0
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: BP79618
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: BN63914
2026-03-29 12:05:23 [auto1.it] INFO: Found listing with ID: JM07675
2026-03-29 12:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JM07675%27 HTTP/1.1" 200 None
2026-03-29 12:05:24 [auto1.it] INFO: Scrape type for JM07675: 0
2026-03-29 12:05:24 [auto1.it] INFO: Found listing with ID: RH51266
2026-03-29 12:05:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:05: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 12:05:25 [auto1.it] INFO: Channel: 24h | Page: 6 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: NU85167
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: WX96902
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: PY07878
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PY07878%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for PY07878: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: KZ05620
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: YG23649
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: ML72062
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ML72062%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for ML72062: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: VC28082
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: ZP66852
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZP66852%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for ZP66852: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: EC11217
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: WT09600
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: VK05865
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VK05865%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for VK05865: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: NB08226
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NB08226%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for NB08226: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: MA64070
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: SU00968
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SU00968%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for SU00968: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: LD57265
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LD57265%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for LD57265: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: LC40122
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: AY64399
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AY64399%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for AY64399: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: SV45287
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SV45287%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for SV45287: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: YH31345
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YH31345%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for YH31345: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: WR22265
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: RL06920
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: YT62048
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YT62048%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for YT62048: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: YL77268
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YL77268%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for YL77268: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: EF61328
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: JK32872
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JK32872%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for JK32872: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: NJ78354
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NJ78354%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for NJ78354: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: FU79114
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: TZ83605
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ83605%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for TZ83605: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: DD73045
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DD73045%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for DD73045: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: JL50472
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: EA68503
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EA68503%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for EA68503: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: JJ73686
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: CC19770
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CC19770%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for CC19770: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: JS86571
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JS86571%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for JS86571: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: UZ46554
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: PM10706
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PM10706%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for PM10706: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: CB30744
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: MY09959
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MY09959%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for MY09959: 0
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: ML86144
2026-03-29 12:05:25 [auto1.it] INFO: Found listing with ID: JM74615
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JM74615%27 HTTP/1.1" 200 None
2026-03-29 12:05:25 [auto1.it] INFO: Scrape type for JM74615: 0
2026-03-29 12:05: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 12:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:05:26 [auto1.it] INFO: Channel: 24h | Page: 7 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: HK60506
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HK60506%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for HK60506: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: ZU26854
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: DR95248
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: UK81379
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UK81379%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for UK81379: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: BX49691
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BX49691%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for BX49691: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: DW65816
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: AL00602
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: MX95744
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: KC58138
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KC58138%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for KC58138: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: DP76328
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: UY83511
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: HM97674
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HM97674%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for HM97674: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: DF59331
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DF59331%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for DF59331: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: MR40406
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MR40406%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for MR40406: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: KP16451
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KP16451%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for KP16451: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: BX11314
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BX11314%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for BX11314: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: XR19887
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XR19887%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for XR19887: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: JZ39211
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JZ39211%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for JZ39211: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: EG37801
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: HF76476
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HF76476%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for HF76476: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: AK59444
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: BK23225
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: TU23775
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TU23775%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for TU23775: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: ST52943
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ST52943%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for ST52943: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: AB43384
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: XF42049
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: CM37896
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: VZ89804
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VZ89804%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for VZ89804: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: NP19925
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: KU20000
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: BS34699
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: AS57750
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AS57750%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for AS57750: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: PW94322
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW94322%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for PW94322: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: FU65166
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FU65166%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for FU65166: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: LG94393
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LG94393%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for LG94393: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: AB09853
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AB09853%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for AB09853: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: BL94999
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: PE73293
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: LW03785
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LW03785%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for LW03785: 0
2026-03-29 12:05:26 [auto1.it] INFO: Found listing with ID: UP48367
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UP48367%27 HTTP/1.1" 200 None
2026-03-29 12:05:26 [auto1.it] INFO: Scrape type for UP48367: 0
2026-03-29 12:05: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 12:05: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 12:05:28 [auto1.it] INFO: Channel: 24h | Page: 8 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: LW86273
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LW86273%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for LW86273: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: LY27741
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: YA33323
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YA33323%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for YA33323: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: TR04058
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: NC94766
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC94766%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for NC94766: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: UC76692
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: NT59940
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: KM64603
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KM64603%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for KM64603: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: PA30121
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PA30121%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for PA30121: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: ZY33580
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZY33580%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for ZY33580: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: YJ83729
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YJ83729%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for YJ83729: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: WL70343
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: DT89557
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: VK83291
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: FR55609
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FR55609%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for FR55609: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: CV87912
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CV87912%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for CV87912: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: MU13564
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MU13564%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for MU13564: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: PY58212
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PY58212%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for PY58212: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: NX47141
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NX47141%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for NX47141: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: SC24235
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SC24235%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for SC24235: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: WL97433
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: NL26741
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NL26741%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for NL26741: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: CR51689
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: PE19282
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: LP93747
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: RA56260
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RA56260%27 HTTP/1.1" 200 None
2026-03-29 12:05:28 [auto1.it] INFO: Scrape type for RA56260: 0
2026-03-29 12:05:28 [auto1.it] INFO: Found listing with ID: EK01014
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EK01014%27 HTTP/1.1" 200 None
2026-03-29 12:05:29 [auto1.it] INFO: Scrape type for EK01014: 0
2026-03-29 12:05:29 [auto1.it] INFO: Found listing with ID: ZH89782
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZH89782%27 HTTP/1.1" 200 None
2026-03-29 12:05:29 [auto1.it] INFO: Scrape type for ZH89782: 0
2026-03-29 12:05:29 [auto1.it] INFO: Found listing with ID: YS46644
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YS46644%27 HTTP/1.1" 200 None
2026-03-29 12:05:29 [auto1.it] INFO: Scrape type for YS46644: 0
2026-03-29 12:05:29 [auto1.it] INFO: Found listing with ID: RC57618
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RC57618%27 HTTP/1.1" 200 None
2026-03-29 12:05:29 [auto1.it] INFO: Scrape type for RC57618: 0
2026-03-29 12:05:29 [auto1.it] INFO: Found listing with ID: RZ13611
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RZ13611%27 HTTP/1.1" 200 None
2026-03-29 12:05:29 [auto1.it] INFO: Scrape type for RZ13611: 0
2026-03-29 12:05:29 [auto1.it] INFO: Found listing with ID: TD94995
2026-03-29 12:05:29 [auto1.it] INFO: Found listing with ID: EW86248
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EW86248%27 HTTP/1.1" 200 None
2026-03-29 12:05:29 [auto1.it] INFO: Scrape type for EW86248: 0
2026-03-29 12:05:29 [auto1.it] INFO: Found listing with ID: WB67715
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WB67715%27 HTTP/1.1" 200 None
2026-03-29 12:05:29 [auto1.it] INFO: Scrape type for WB67715: 0
2026-03-29 12:05:29 [auto1.it] INFO: Found listing with ID: ZK23412
2026-03-29 12:05:29 [auto1.it] INFO: Found listing with ID: KT97112
2026-03-29 12:05:29 [auto1.it] INFO: Found listing with ID: VX54409
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VX54409%27 HTTP/1.1" 200 None
2026-03-29 12:05:29 [auto1.it] INFO: Scrape type for VX54409: 0
2026-03-29 12:05:29 [auto1.it] INFO: Found listing with ID: XH11814
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XH11814%27 HTTP/1.1" 200 None
2026-03-29 12:05:29 [auto1.it] INFO: Scrape type for XH11814: 0
2026-03-29 12:05:29 [auto1.it] INFO: Found listing with ID: KN64287
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KN64287%27 HTTP/1.1" 200 None
2026-03-29 12:05:29 [auto1.it] INFO: Scrape type for KN64287: 0
2026-03-29 12:05:29 [auto1.it] INFO: Found listing with ID: JM92552
2026-03-29 12:05:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:05: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 12:05:30 [auto1.it] INFO: Channel: 24h | Page: 9 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: HP20595
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: RF53509
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF53509%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for RF53509: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: VY56093
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: XS81991
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: KL09391
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: DH11119
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: VL58331
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: MW24611
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: WJ42513
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WJ42513%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for WJ42513: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: RX80413
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RX80413%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for RX80413: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: JK04484
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: ZE02722
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZE02722%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for ZE02722: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: PA82276
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PA82276%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for PA82276: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: XE77432
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XE77432%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for XE77432: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: BG27865
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: EK32086
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: VN61969
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VN61969%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for VN61969: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: RH32617
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RH32617%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for RH32617: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: TJ05076
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: PZ73460
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PZ73460%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for PZ73460: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: TY12720
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: RS94831
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: BZ50824
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BZ50824%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for BZ50824: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: TW69168
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: XK06732
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: CE45515
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CE45515%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for CE45515: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: SY67891
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: WE05863
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: KR29976
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: ES96782
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: PU50365
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PU50365%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for PU50365: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: NP45555
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NP45555%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for NP45555: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: LE11885
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LE11885%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for LE11885: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: EW80133
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EW80133%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for EW80133: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: DB86833
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: VF83639
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VF83639%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for VF83639: 0
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: JP63485
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: PE22085
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: AC12689
2026-03-29 12:05:30 [auto1.it] INFO: Found listing with ID: KK08991
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KK08991%27 HTTP/1.1" 200 None
2026-03-29 12:05:30 [auto1.it] INFO: Scrape type for KK08991: 0
2026-03-29 12:05: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 12:05: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 12:05:31 [auto1.it] INFO: Channel: 24h | Page: 10 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: NJ15500
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: JU37769
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: LA80285
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: LM41534
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LM41534%27 HTTP/1.1" 200 None
2026-03-29 12:05:31 [auto1.it] INFO: Scrape type for LM41534: 0
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: UK25874
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UK25874%27 HTTP/1.1" 200 None
2026-03-29 12:05:31 [auto1.it] INFO: Scrape type for UK25874: 0
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: PB14031
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: LV20949
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LV20949%27 HTTP/1.1" 200 None
2026-03-29 12:05:31 [auto1.it] INFO: Scrape type for LV20949: 0
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: YD46190
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YD46190%27 HTTP/1.1" 200 None
2026-03-29 12:05:31 [auto1.it] INFO: Scrape type for YD46190: 0
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: BP59545
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: US42109
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: WL47610
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: TE89149
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: KR30691
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: FJ55026
2026-03-29 12:05:31 [auto1.it] INFO: Found listing with ID: WV37243
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WV37243%27 HTTP/1.1" 200 None
2026-03-29 12:05:31 [auto1.it] INFO: Scrape type for WV37243: 2
2026-03-29 12:05:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f36cd066-49a8-5825-922e-e3e60f34fdbe with identifier: WV37243
2026-03-29 12:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f36cd066-49a8-5825-922e-e3e60f34fdbe with scrape type 2
2026-03-29 12:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f36cd066-49a8-5825-922e-e3e60f34fdbe with scrape type 2
2026-03-29 12:05:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f36cd066-49a8-5825-922e-e3e60f34fdbe, identifier: WV37243
2026-03-29 12:05:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f36cd066-49a8-5825-922e-e3e60f34fdbe with identifier: WV37243
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=white HTTP/1.1" 200 None
2026-03-29 12:05:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 12:05:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=diesel HTTP/1.1" 200 None
2026-03-29 12:05:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:05: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 12:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f36cd066-49a8-5825-922e-e3e60f34fdbe with identifier: WV37243
2026-03-29 12:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f36cd066-49a8-5825-922e-e3e60f34fdbe with identifier: WV37243 to the API
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:00:50Z',
'fuel_type': 'diesel',
'id': 'f36cd066-49a8-5825-922e-e3e60f34fdbe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WV37243',
'listing': 'auction',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 164559,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-26',
'seller_name': None,
'title': 'Jeep Renegade 1.6 M-Jet Limited FWD',
'transmission': 'manual',
'trim': 'Limited FWD',
'year': 2018}
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WV37243%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Saving data for WV37243: {'auction_closing_time': 1774882850.0, 'created_time': 1772568047.063719, 'last_price_update_time': 1774785932.446681}
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WV37243') HTTP/1.1" 204 0
2026-03-29 12:05: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 12:05:32 [auto1.it] INFO: Found listing with ID: LU63689
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: TJ46359
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: JV01871
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: PH50557
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: GW87454
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: ZU90701
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: WK43313
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WK43313%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for WK43313: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: FS14402
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: UV07226
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UV07226%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for UV07226: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: DB68692
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: BD73790
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BD73790%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for BD73790: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: DC45028
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DC45028%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for DC45028: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: SL28261
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SL28261%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for SL28261: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: XC65612
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: PH70338
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PH70338%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for PH70338: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: YD99116
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YD99116%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for YD99116: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: XC79515
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XC79515%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for XC79515: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: RS77350
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RS77350%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for RS77350: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: NK56802
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: ET21203
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ET21203%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for ET21203: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: HZ70208
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HZ70208%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for HZ70208: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: BG99585
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BG99585%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for BG99585: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: JP32854
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JP32854%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for JP32854: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: FV19054
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FV19054%27 HTTP/1.1" 200 None
2026-03-29 12:05:32 [auto1.it] INFO: Scrape type for FV19054: 0
2026-03-29 12:05:32 [auto1.it] INFO: Found listing with ID: PA28005
2026-03-29 12:05: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 12:05:33 [auto1.it] INFO: Channel: 24h | Page: 11 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:33 [auto1.it] INFO: Found listing with ID: PT96186
2026-03-29 12:05:33 [auto1.it] INFO: Found listing with ID: VX82839
2026-03-29 12:05:33 [auto1.it] INFO: Found listing with ID: KC73163
2026-03-29 12:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KC73163%27 HTTP/1.1" 200 None
2026-03-29 12:05:33 [auto1.it] INFO: Scrape type for KC73163: 2
2026-03-29 12:05:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b2ea67f-529f-589e-9934-ca76b4f4b9dd with identifier: KC73163
2026-03-29 12:05:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b2ea67f-529f-589e-9934-ca76b4f4b9dd with scrape type 2
2026-03-29 12:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b2ea67f-529f-589e-9934-ca76b4f4b9dd with scrape type 2
2026-03-29 12:05:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0b2ea67f-529f-589e-9934-ca76b4f4b9dd, identifier: KC73163
2026-03-29 12:05:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0b2ea67f-529f-589e-9934-ca76b4f4b9dd with identifier: KC73163
2026-03-29 12:05:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0b2ea67f-529f-589e-9934-ca76b4f4b9dd with identifier: KC73163
2026-03-29 12:05:34 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0b2ea67f-529f-589e-9934-ca76b4f4b9dd with identifier: KC73163 to the API
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:05:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:46:18Z',
'fuel_type': 'diesel',
'id': '0b2ea67f-529f-589e-9934-ca76b4f4b9dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KC73163',
'listing': 'auction',
'make': 'Alfa Romeo',
'model': 'Giulietta',
'odometer': 181099,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-07-09',
'seller_name': None,
'title': 'Alfa Romeo Giulietta 2.0 JTDM Exclusive',
'transmission': 'manual',
'trim': 'Exclusive',
'year': 2013}
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KC73163%27 HTTP/1.1" 200 None
2026-03-29 12:05:34 [auto1.it] INFO: Saving data for KC73163: {'auction_closing_time': 1774885578.0, 'created_time': 1774602437.765037, 'last_price_update_time': 1774785934.326142}
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KC73163') HTTP/1.1" 204 0
2026-03-29 12:05:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:05:34 [auto1.it] INFO: Found listing with ID: MN68461
2026-03-29 12:05:34 [auto1.it] INFO: Found listing with ID: UJ66117
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UJ66117%27 HTTP/1.1" 200 None
2026-03-29 12:05:34 [auto1.it] INFO: Scrape type for UJ66117: 0
2026-03-29 12:05:34 [auto1.it] INFO: Found listing with ID: YA54300
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YA54300%27 HTTP/1.1" 200 None
2026-03-29 12:05:34 [auto1.it] INFO: Scrape type for YA54300: 0
2026-03-29 12:05:34 [auto1.it] INFO: Found listing with ID: CU15371
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CU15371%27 HTTP/1.1" 200 None
2026-03-29 12:05:34 [auto1.it] INFO: Scrape type for CU15371: 0
2026-03-29 12:05:34 [auto1.it] INFO: Found listing with ID: RE99850
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RE99850%27 HTTP/1.1" 200 None
2026-03-29 12:05:34 [auto1.it] INFO: Scrape type for RE99850: 0
2026-03-29 12:05:34 [auto1.it] INFO: Found listing with ID: JP92326
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JP92326%27 HTTP/1.1" 200 None
2026-03-29 12:05:34 [auto1.it] INFO: Scrape type for JP92326: 2
2026-03-29 12:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e18bb4a-3e30-5a32-afe8-0f88da5b7f89 with identifier: JP92326
2026-03-29 12:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e18bb4a-3e30-5a32-afe8-0f88da5b7f89 with scrape type 2
2026-03-29 12:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e18bb4a-3e30-5a32-afe8-0f88da5b7f89 with scrape type 2
2026-03-29 12:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4e18bb4a-3e30-5a32-afe8-0f88da5b7f89, identifier: JP92326
2026-03-29 12:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4e18bb4a-3e30-5a32-afe8-0f88da5b7f89 with identifier: JP92326
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=black HTTP/1.1" 200 None
2026-03-29 12:05:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 12:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4e18bb4a-3e30-5a32-afe8-0f88da5b7f89 with identifier: JP92326
2026-03-29 12:05:34 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4e18bb4a-3e30-5a32-afe8-0f88da5b7f89 with identifier: JP92326 to the API
2026-03-29 12:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:05:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:56:38Z',
'fuel_type': 'diesel',
'id': '4e18bb4a-3e30-5a32-afe8-0f88da5b7f89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JP92326',
'listing': 'auction',
'make': 'Audi',
'model': 'Q5',
'odometer': 212819,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-28',
'seller_name': None,
'title': 'Audi Q5 2.0 TDI quattro Sport',
'transmission': 'automatic',
'trim': 'quattro Sport',
'year': 2017}
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JP92326%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Saving data for JP92326: {'auction_closing_time': 1774886198.0, 'created_time': 1774602388.45518, 'last_price_update_time': 1774785935.124981}
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JP92326') HTTP/1.1" 204 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: AB01371
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AB01371%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for AB01371: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: XB62766
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: TU59296
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TU59296%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for TU59296: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: MR45258
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: FN81856
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: AD01687
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: RM66107
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RM66107%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for RM66107: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: CK86990
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CK86990%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for CK86990: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: AY12786
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: XD81326
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XD81326%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for XD81326: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: ED09945
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: LK74969
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LK74969%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for LK74969: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: PW94940
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW94940%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for PW94940: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: UH56050
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UH56050%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for UH56050: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: VX86460
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: WE55630
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WE55630%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for WE55630: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: XT06455
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XT06455%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for XT06455: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: LF91623
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LF91623%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for LF91623: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: BA90157
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: DD62614
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DD62614%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for DD62614: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: AB06670
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: LV99150
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LV99150%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for LV99150: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: VC44140
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VC44140%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for VC44140: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: KV39692
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: LM08573
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: UL45556
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: SG91000
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SG91000%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for SG91000: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: AA32249
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AA32249%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for AA32249: 0
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: CK12538
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: JP22966
2026-03-29 12:05:35 [auto1.it] INFO: Found listing with ID: YV19719
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YV19719%27 HTTP/1.1" 200 None
2026-03-29 12:05:35 [auto1.it] INFO: Scrape type for YV19719: 0
2026-03-29 12:05: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 12:05:36 [auto1.it] INFO: Channel: 24h | Page: 12 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:36 [auto1.it] INFO: Found listing with ID: PW56521
2026-03-29 12:05:36 [auto1.it] INFO: Found listing with ID: ZZ46834
2026-03-29 12:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZZ46834%27 HTTP/1.1" 200 None
2026-03-29 12:05:36 [auto1.it] INFO: Scrape type for ZZ46834: 2
2026-03-29 12:05:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96181f94-5de2-5872-9b3a-925dfea00be1 with identifier: ZZ46834
2026-03-29 12:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96181f94-5de2-5872-9b3a-925dfea00be1 with scrape type 2
2026-03-29 12:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96181f94-5de2-5872-9b3a-925dfea00be1 with scrape type 2
2026-03-29 12:05:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 96181f94-5de2-5872-9b3a-925dfea00be1, identifier: ZZ46834
2026-03-29 12:05:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 96181f94-5de2-5872-9b3a-925dfea00be1 with identifier: ZZ46834
2026-03-29 12:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:05:36 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=green HTTP/1.1" 200 None
2026-03-29 12:05:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 12:05:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 96181f94-5de2-5872-9b3a-925dfea00be1 with identifier: ZZ46834
2026-03-29 12:05:36 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 96181f94-5de2-5872-9b3a-925dfea00be1 with identifier: ZZ46834 to the API
2026-03-29 12:05:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:05:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'green',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:55:53Z',
'fuel_type': 'diesel',
'id': '96181f94-5de2-5872-9b3a-925dfea00be1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZZ46834',
'listing': 'auction',
'make': 'Fiat',
'model': '500L',
'odometer': 112251,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-27',
'seller_name': None,
'title': 'Fiat 500L 1.3 M-Jet Cross',
'transmission': 'manual',
'trim': 'Cross',
'year': 2018}
2026-03-29 12:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZZ46834%27 HTTP/1.1" 200 None
2026-03-29 12:05:36 [auto1.it] INFO: Saving data for ZZ46834: {'auction_closing_time': 1774886153.0, 'created_time': 1773136060.73377, 'last_price_update_time': 1774785936.970574}
2026-03-29 12:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZZ46834') HTTP/1.1" 204 0
2026-03-29 12:05: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 12:05:37 [auto1.it] INFO: Found listing with ID: BF69187
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: SV37675
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: CX68845
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: EV65529
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EV65529%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Scrape type for EV65529: 0
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: YW82008
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YW82008%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Scrape type for YW82008: 0
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: TH21432
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: YF20115
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: CR81411
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: MH72386
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MH72386%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Scrape type for MH72386: 0
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: NN80859
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: CX56381
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CX56381%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Scrape type for CX56381: 0
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: FB75949
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FB75949%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Scrape type for FB75949: 0
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: EM60693
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: JA23612
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: LC51604
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LC51604%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Scrape type for LC51604: 0
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: UK70353
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UK70353%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Scrape type for UK70353: 0
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: KM71175
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: AE34833
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: AU35917
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AU35917%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Scrape type for AU35917: 0
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: PB29949
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: DR37659
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DR37659%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Scrape type for DR37659: 0
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: WY72750
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: LC01017
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LC01017%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Scrape type for LC01017: 0
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: MW60739
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MW60739%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Scrape type for MW60739: 0
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: XH41983
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XH41983%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Scrape type for XH41983: 2
2026-03-29 12:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34177cd2-f993-58b9-a77d-fd8e6f163141 with identifier: XH41983
2026-03-29 12:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34177cd2-f993-58b9-a77d-fd8e6f163141 with scrape type 2
2026-03-29 12:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34177cd2-f993-58b9-a77d-fd8e6f163141 with scrape type 2
2026-03-29 12:05:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 34177cd2-f993-58b9-a77d-fd8e6f163141, identifier: XH41983
2026-03-29 12:05:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 34177cd2-f993-58b9-a77d-fd8e6f163141 with identifier: XH41983
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gray HTTP/1.1" 200 None
2026-03-29 12:05:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 12:05:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 34177cd2-f993-58b9-a77d-fd8e6f163141 with identifier: XH41983
2026-03-29 12:05:37 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 34177cd2-f993-58b9-a77d-fd8e6f163141 with identifier: XH41983 to the API
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:05:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:23:57Z',
'fuel_type': 'diesel',
'id': '34177cd2-f993-58b9-a77d-fd8e6f163141',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XH41983',
'listing': 'auction',
'make': 'Ford',
'model': 'Grand C-Max',
'odometer': 290306,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-08-31',
'seller_name': None,
'title': 'Ford Grand C-Max 1.6 TDCi Titanium',
'transmission': 'manual',
'trim': 'Titanium',
'year': 2011}
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XH41983%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Saving data for XH41983: {'auction_closing_time': 1774884237.0, 'created_time': 1774602429.633157, 'last_price_update_time': 1774785937.857791}
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XH41983') HTTP/1.1" 204 0
2026-03-29 12:05:37 [auto1.it] INFO: Found listing with ID: RR03246
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RR03246%27 HTTP/1.1" 200 None
2026-03-29 12:05:37 [auto1.it] INFO: Scrape type for RR03246: 2
2026-03-29 12:05:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44d67696-6bb3-5230-acad-0bc1c92390cf with identifier: RR03246
2026-03-29 12:05:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44d67696-6bb3-5230-acad-0bc1c92390cf with scrape type 2
2026-03-29 12:05:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44d67696-6bb3-5230-acad-0bc1c92390cf with scrape type 2
2026-03-29 12:05:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 44d67696-6bb3-5230-acad-0bc1c92390cf, identifier: RR03246
2026-03-29 12:05:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 44d67696-6bb3-5230-acad-0bc1c92390cf with identifier: RR03246
2026-03-29 12:05:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 44d67696-6bb3-5230-acad-0bc1c92390cf with identifier: RR03246
2026-03-29 12:05:38 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 44d67696-6bb3-5230-acad-0bc1c92390cf with identifier: RR03246 to the API
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 163,
'expiration_date': '2026-03-30T15:01:12Z',
'fuel_type': 'diesel',
'id': '44d67696-6bb3-5230-acad-0bc1c92390cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RR03246',
'listing': 'auction',
'make': 'Ford',
'model': 'Kuga',
'odometer': 256662,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-10-01',
'seller_name': None,
'title': 'Ford Kuga 2.0 TDCi Trend',
'transmission': 'manual',
'trim': 'Trend',
'year': 2010}
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RR03246%27 HTTP/1.1" 200 None
2026-03-29 12:05:38 [auto1.it] INFO: Saving data for RR03246: {'auction_closing_time': 1774882872.0, 'created_time': 1773132025.673629, 'last_price_update_time': 1774785938.409118}
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RR03246') HTTP/1.1" 204 0
2026-03-29 12:05:38 [auto1.it] INFO: Found listing with ID: HY79670
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HY79670%27 HTTP/1.1" 200 None
2026-03-29 12:05:38 [auto1.it] INFO: Scrape type for HY79670: 0
2026-03-29 12:05:38 [auto1.it] INFO: Found listing with ID: MB50671
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MB50671%27 HTTP/1.1" 200 None
2026-03-29 12:05:38 [auto1.it] INFO: Scrape type for MB50671: 0
2026-03-29 12:05:38 [auto1.it] INFO: Found listing with ID: EC99785
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EC99785%27 HTTP/1.1" 200 None
2026-03-29 12:05:38 [auto1.it] INFO: Scrape type for EC99785: 0
2026-03-29 12:05:38 [auto1.it] INFO: Found listing with ID: LL94615
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LL94615%27 HTTP/1.1" 200 None
2026-03-29 12:05:38 [auto1.it] INFO: Scrape type for LL94615: 0
2026-03-29 12:05:38 [auto1.it] INFO: Found listing with ID: JF90456
2026-03-29 12:05:38 [auto1.it] INFO: Found listing with ID: WZ44056
2026-03-29 12:05:38 [auto1.it] INFO: Found listing with ID: BH62739
2026-03-29 12:05:38 [auto1.it] INFO: Found listing with ID: DC03945
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DC03945%27 HTTP/1.1" 200 None
2026-03-29 12:05:38 [auto1.it] INFO: Scrape type for DC03945: 0
2026-03-29 12:05:38 [auto1.it] INFO: Found listing with ID: LR71348
2026-03-29 12:05:38 [auto1.it] INFO: Found listing with ID: ML20734
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ML20734%27 HTTP/1.1" 200 None
2026-03-29 12:05:38 [auto1.it] INFO: Scrape type for ML20734: 0
2026-03-29 12:05:38 [auto1.it] INFO: Found listing with ID: HC48656
2026-03-29 12:05:38 [auto1.it] INFO: Found listing with ID: CZ22961
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CZ22961%27 HTTP/1.1" 200 None
2026-03-29 12:05:38 [auto1.it] INFO: Scrape type for CZ22961: 0
2026-03-29 12:05: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 12:05:39 [auto1.it] INFO: Channel: 24h | Page: 13 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: GN54162
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: VS31933
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: RM05411
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: ZC19416
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZC19416%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for ZC19416: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: DE25222
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: YL89014
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: MA77848
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MA77848%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for MA77848: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: CF61926
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CF61926%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for CF61926: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: HD82423
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HD82423%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for HD82423: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: MU03817
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: ZS54460
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: XR42745
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: AY21125
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AY21125%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for AY21125: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: NW60366
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NW60366%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for NW60366: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: WV42889
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WV42889%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for WV42889: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: UE31204
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: EZ48642
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EZ48642%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for EZ48642: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: SL86512
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SL86512%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for SL86512: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: BM42520
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: KD02463
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: DN82434
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DN82434%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for DN82434: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: AN97971
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: SG31590
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: FP35914
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FP35914%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for FP35914: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: RK20934
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: XN27965
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: ZY56429
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: VF40015
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: EC84941
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EC84941%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for EC84941: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: JJ80566
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JJ80566%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for JJ80566: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: EB44431
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: RL33082
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RL33082%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for RL33082: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: WX88611
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WX88611%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for WX88611: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: KS43685
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KS43685%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for KS43685: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: NH64941
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: FA16942
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FA16942%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for FA16942: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: JF75950
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JF75950%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for JF75950: 0
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: FE11339
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: TS34792
2026-03-29 12:05:39 [auto1.it] INFO: Found listing with ID: RY64752
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RY64752%27 HTTP/1.1" 200 None
2026-03-29 12:05:39 [auto1.it] INFO: Scrape type for RY64752: 0
2026-03-29 12:05: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 12:05: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 12:05:41 [auto1.it] INFO: Channel: 24h | Page: 14 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: CS00409
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: HD95534
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: ET79230
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: KL55117
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: CH57446
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CH57446%27 HTTP/1.1" 200 None
2026-03-29 12:05:41 [auto1.it] INFO: Scrape type for CH57446: 0
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: KB12646
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KB12646%27 HTTP/1.1" 200 None
2026-03-29 12:05:41 [auto1.it] INFO: Scrape type for KB12646: 0
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: NC67394
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC67394%27 HTTP/1.1" 200 None
2026-03-29 12:05:41 [auto1.it] INFO: Scrape type for NC67394: 0
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: WM00919
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WM00919%27 HTTP/1.1" 200 None
2026-03-29 12:05:41 [auto1.it] INFO: Scrape type for WM00919: 0
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: ZD65765
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: UR83709
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UR83709%27 HTTP/1.1" 200 None
2026-03-29 12:05:41 [auto1.it] INFO: Scrape type for UR83709: 0
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: XJ91749
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XJ91749%27 HTTP/1.1" 200 None
2026-03-29 12:05:41 [auto1.it] INFO: Scrape type for XJ91749: 0
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: JB13262
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JB13262%27 HTTP/1.1" 200 None
2026-03-29 12:05:41 [auto1.it] INFO: Scrape type for JB13262: 2
2026-03-29 12:05:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54c02b8b-9544-544c-a433-1519d8b819e6 with identifier: JB13262
2026-03-29 12:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54c02b8b-9544-544c-a433-1519d8b819e6 with scrape type 2
2026-03-29 12:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54c02b8b-9544-544c-a433-1519d8b819e6 with scrape type 2
2026-03-29 12:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 54c02b8b-9544-544c-a433-1519d8b819e6, identifier: JB13262
2026-03-29 12:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 54c02b8b-9544-544c-a433-1519d8b819e6 with identifier: JB13262
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=petrol HTTP/1.1" 200 None
2026-03-29 12:05:41 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:05: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 12:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 54c02b8b-9544-544c-a433-1519d8b819e6 with identifier: JB13262
2026-03-29 12:05:41 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 54c02b8b-9544-544c-a433-1519d8b819e6 with identifier: JB13262 to the API
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:31:23Z',
'fuel_type': 'petrol',
'id': '54c02b8b-9544-544c-a433-1519d8b819e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JB13262',
'listing': 'auction',
'make': 'Lancia',
'model': 'Delta',
'odometer': 142599,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-05-27',
'seller_name': None,
'title': 'Lancia Delta 1.4 Turbo Oro',
'transmission': 'manual',
'trim': 'Oro',
'year': 2009}
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JB13262%27 HTTP/1.1" 200 None
2026-03-29 12:05:41 [auto1.it] INFO: Saving data for JB13262: {'auction_closing_time': 1774884683.0, 'created_time': 1774602432.108561, 'last_price_update_time': 1774785941.875003}
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JB13262') HTTP/1.1" 204 0
2026-03-29 12:05:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: JE85806
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: RZ16714
2026-03-29 12:05:41 [auto1.it] INFO: Found listing with ID: AR28136
2026-03-29 12:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AR28136%27 HTTP/1.1" 200 None
2026-03-29 12:05:42 [auto1.it] INFO: Scrape type for AR28136: 0
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: TU38446
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TU38446%27 HTTP/1.1" 200 None
2026-03-29 12:05:42 [auto1.it] INFO: Scrape type for TU38446: 0
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: EV19228
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EV19228%27 HTTP/1.1" 200 None
2026-03-29 12:05:42 [auto1.it] INFO: Scrape type for EV19228: 2
2026-03-29 12:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbc3ba1a-3c99-55da-a6f5-35f88dc683ad with identifier: EV19228
2026-03-29 12:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbc3ba1a-3c99-55da-a6f5-35f88dc683ad with scrape type 2
2026-03-29 12:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbc3ba1a-3c99-55da-a6f5-35f88dc683ad with scrape type 2
2026-03-29 12:05:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: fbc3ba1a-3c99-55da-a6f5-35f88dc683ad, identifier: EV19228
2026-03-29 12:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: fbc3ba1a-3c99-55da-a6f5-35f88dc683ad with identifier: EV19228
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=blue HTTP/1.1" 200 None
2026-03-29 12:05:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 12:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: fbc3ba1a-3c99-55da-a6f5-35f88dc683ad with identifier: EV19228
2026-03-29 12:05:42 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: fbc3ba1a-3c99-55da-a6f5-35f88dc683ad with identifier: EV19228 to the API
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05: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': 'blue',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 230,
'expiration_date': '2026-03-30T15:25:26Z',
'fuel_type': 'petrol',
'id': 'fbc3ba1a-3c99-55da-a6f5-35f88dc683ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EV19228',
'listing': 'auction',
'make': 'MINI',
'model': 'MINI',
'odometer': 16306,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-16',
'seller_name': None,
'title': 'MINI John Cooper Works',
'transmission': 'manual',
'trim': '',
'year': 2018}
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EV19228%27 HTTP/1.1" 200 None
2026-03-29 12:05:42 [auto1.it] INFO: Saving data for EV19228: {'auction_closing_time': 1774884326.0, 'created_time': 1772779429.759289, 'last_price_update_time': 1774785942.589232}
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EV19228') HTTP/1.1" 204 0
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: CN88471
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: EH45262
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EH45262%27 HTTP/1.1" 200 None
2026-03-29 12:05:42 [auto1.it] INFO: Scrape type for EH45262: 0
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: XX59557
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: BV63915
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BV63915%27 HTTP/1.1" 200 None
2026-03-29 12:05:42 [auto1.it] INFO: Scrape type for BV63915: 0
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: CN85628
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: TH28502
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: KS79524
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: JU83939
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JU83939%27 HTTP/1.1" 200 None
2026-03-29 12:05:42 [auto1.it] INFO: Scrape type for JU83939: 0
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: WD53289
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: SE27388
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: NX73202
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: FT94062
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FT94062%27 HTTP/1.1" 200 None
2026-03-29 12:05:42 [auto1.it] INFO: Scrape type for FT94062: 0
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: PW65105
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: DV90531
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: TT80777
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: BR63865
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: LX11958
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LX11958%27 HTTP/1.1" 200 None
2026-03-29 12:05:42 [auto1.it] INFO: Scrape type for LX11958: 0
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: PA53057
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PA53057%27 HTTP/1.1" 200 None
2026-03-29 12:05:42 [auto1.it] INFO: Scrape type for PA53057: 0
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: XW51036
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: RJ33574
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: DW12322
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DW12322%27 HTTP/1.1" 200 None
2026-03-29 12:05:42 [auto1.it] INFO: Scrape type for DW12322: 0
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: RT39388
2026-03-29 12:05:42 [auto1.it] INFO: Found listing with ID: ET07404
2026-03-29 12:05: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 12:05:43 [auto1.it] INFO: Channel: 24h | Page: 15 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: ZR50624
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: GM86126
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GM86126%27 HTTP/1.1" 200 None
2026-03-29 12:05:43 [auto1.it] INFO: Scrape type for GM86126: 0
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: WH19380
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: LR70211
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: GF15997
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GF15997%27 HTTP/1.1" 200 None
2026-03-29 12:05:43 [auto1.it] INFO: Scrape type for GF15997: 0
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: MS58907
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: DA24771
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: LE49462
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: AL22636
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AL22636%27 HTTP/1.1" 200 None
2026-03-29 12:05:43 [auto1.it] INFO: Scrape type for AL22636: 0
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: JT08977
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: MF61265
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MF61265%27 HTTP/1.1" 200 None
2026-03-29 12:05:43 [auto1.it] INFO: Scrape type for MF61265: 0
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: ZX69560
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZX69560%27 HTTP/1.1" 200 None
2026-03-29 12:05:43 [auto1.it] INFO: Scrape type for ZX69560: 0
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: ZC80598
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: EG89993
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EG89993%27 HTTP/1.1" 200 None
2026-03-29 12:05:43 [auto1.it] INFO: Scrape type for EG89993: 0
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: CB33793
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CB33793%27 HTTP/1.1" 200 None
2026-03-29 12:05:43 [auto1.it] INFO: Scrape type for CB33793: 0
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: KJ52341
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: DN48840
2026-03-29 12:05:43 [auto1.it] INFO: Found listing with ID: MH68095
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MH68095%27 HTTP/1.1" 200 None
2026-03-29 12:05:43 [auto1.it] INFO: Scrape type for MH68095: 2
2026-03-29 12:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a487bf4a-01f9-51ef-b70e-2f3e5195c2d5 with identifier: MH68095
2026-03-29 12:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a487bf4a-01f9-51ef-b70e-2f3e5195c2d5 with scrape type 2
2026-03-29 12:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a487bf4a-01f9-51ef-b70e-2f3e5195c2d5 with scrape type 2
2026-03-29 12:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a487bf4a-01f9-51ef-b70e-2f3e5195c2d5, identifier: MH68095
2026-03-29 12:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a487bf4a-01f9-51ef-b70e-2f3e5195c2d5 with identifier: MH68095
2026-03-29 12:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a487bf4a-01f9-51ef-b70e-2f3e5195c2d5 with identifier: MH68095
2026-03-29 12:05:44 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a487bf4a-01f9-51ef-b70e-2f3e5195c2d5 with identifier: MH68095 to the API
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:01:43Z',
'fuel_type': 'diesel',
'id': 'a487bf4a-01f9-51ef-b70e-2f3e5195c2d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MH68095',
'listing': 'auction',
'make': 'Nissan',
'model': 'Juke',
'odometer': 261687,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-21',
'seller_name': None,
'title': 'Nissan Juke 1.5 Turbodiesel Visia',
'transmission': 'manual',
'trim': 'Visia',
'year': 2011}
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MH68095%27 HTTP/1.1" 200 None
2026-03-29 12:05:44 [auto1.it] INFO: Saving data for MH68095: {'auction_closing_time': 1774882903.0, 'created_time': 1774274738.416709, 'last_price_update_time': 1774785944.296534}
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MH68095') HTTP/1.1" 204 0
2026-03-29 12:05:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: KD49699
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: HC25835
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HC25835%27 HTTP/1.1" 200 None
2026-03-29 12:05:44 [auto1.it] INFO: Scrape type for HC25835: 0
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: FZ95983
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: VZ70094
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: RD83320
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RD83320%27 HTTP/1.1" 200 None
2026-03-29 12:05:44 [auto1.it] INFO: Scrape type for RD83320: 0
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: GP15834
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: KR95959
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: KD20323
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KD20323%27 HTTP/1.1" 200 None
2026-03-29 12:05:44 [auto1.it] INFO: Scrape type for KD20323: 0
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: HP12790
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: KT78402
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KT78402%27 HTTP/1.1" 200 None
2026-03-29 12:05:44 [auto1.it] INFO: Scrape type for KT78402: 0
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: TZ23741
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ23741%27 HTTP/1.1" 200 None
2026-03-29 12:05:44 [auto1.it] INFO: Scrape type for TZ23741: 0
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: XT36875
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XT36875%27 HTTP/1.1" 200 None
2026-03-29 12:05:44 [auto1.it] INFO: Scrape type for XT36875: 0
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: ZL03111
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: TL13450
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: NC12493
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC12493%27 HTTP/1.1" 200 None
2026-03-29 12:05:44 [auto1.it] INFO: Scrape type for NC12493: 0
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: ZP73975
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZP73975%27 HTTP/1.1" 200 None
2026-03-29 12:05:44 [auto1.it] INFO: Scrape type for ZP73975: 0
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: AY77506
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AY77506%27 HTTP/1.1" 200 None
2026-03-29 12:05:44 [auto1.it] INFO: Scrape type for AY77506: 0
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: BT65910
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BT65910%27 HTTP/1.1" 200 None
2026-03-29 12:05:44 [auto1.it] INFO: Scrape type for BT65910: 0
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: TW94655
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: KZ49625
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KZ49625%27 HTTP/1.1" 200 None
2026-03-29 12:05:44 [auto1.it] INFO: Scrape type for KZ49625: 0
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: XM03029
2026-03-29 12:05:44 [auto1.it] INFO: Found listing with ID: ED22447
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ED22447%27 HTTP/1.1" 200 None
2026-03-29 12:05:44 [auto1.it] INFO: Scrape type for ED22447: 0
2026-03-29 12:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:05:45 [auto1.it] INFO: Channel: 24h | Page: 16 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: PZ63395
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PZ63395%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for PZ63395: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: CW24266
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CW24266%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for CW24266: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: TY62021
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TY62021%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for TY62021: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: LX97199
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: BR49145
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BR49145%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for BR49145: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: CT62115
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CT62115%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for CT62115: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: ND06570
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ND06570%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for ND06570: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: FX03621
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FX03621%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for FX03621: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: BX57696
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: SS09351
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SS09351%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for SS09351: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: PW70389
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW70389%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for PW70389: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: DA57942
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: MJ97902
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MJ97902%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for MJ97902: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: EZ75087
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: BR31613
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BR31613%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for BR31613: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: FH51436
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FH51436%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for FH51436: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: AU78491
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AU78491%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for AU78491: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: FX08227
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FX08227%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for FX08227: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: ZY63215
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZY63215%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for ZY63215: 0
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: ST39288
2026-03-29 12:05:45 [auto1.it] INFO: Found listing with ID: TH24600
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TH24600%27 HTTP/1.1" 200 None
2026-03-29 12:05:45 [auto1.it] INFO: Scrape type for TH24600: 2
2026-03-29 12:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca9ca275-baad-5b60-ad8a-dafe4b1895af with identifier: TH24600
2026-03-29 12:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca9ca275-baad-5b60-ad8a-dafe4b1895af with scrape type 2
2026-03-29 12:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca9ca275-baad-5b60-ad8a-dafe4b1895af with scrape type 2
2026-03-29 12:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ca9ca275-baad-5b60-ad8a-dafe4b1895af, identifier: TH24600
2026-03-29 12:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ca9ca275-baad-5b60-ad8a-dafe4b1895af with identifier: TH24600
2026-03-29 12:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ca9ca275-baad-5b60-ad8a-dafe4b1895af with identifier: TH24600
2026-03-29 12:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ca9ca275-baad-5b60-ad8a-dafe4b1895af with identifier: TH24600 to the API
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05: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': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:34:15Z',
'fuel_type': 'diesel',
'id': 'ca9ca275-baad-5b60-ad8a-dafe4b1895af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TH24600',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 260831,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-26',
'seller_name': None,
'title': 'Volkswagen Polo 1.6 TDI Comfortline',
'transmission': 'manual',
'trim': 'Comfortline',
'year': 2010}
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TH24600%27 HTTP/1.1" 200 None
2026-03-29 12:05:46 [auto1.it] INFO: Saving data for TH24600: {'auction_closing_time': 1774884855.0, 'created_time': 1772308886.418147, 'last_price_update_time': 1774785946.394732}
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TH24600') HTTP/1.1" 204 0
2026-03-29 12:05:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: EA21012
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: HD23157
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: JZ39412
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: UD54750
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UD54750%27 HTTP/1.1" 200 None
2026-03-29 12:05:46 [auto1.it] INFO: Scrape type for UD54750: 0
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: GN89134
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: TU52552
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: SP76824
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SP76824%27 HTTP/1.1" 200 None
2026-03-29 12:05:46 [auto1.it] INFO: Scrape type for SP76824: 0
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: NT95206
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: LK41226
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LK41226%27 HTTP/1.1" 200 None
2026-03-29 12:05:46 [auto1.it] INFO: Scrape type for LK41226: 0
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: UC24034
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: ZW62743
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: SK49323
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SK49323%27 HTTP/1.1" 200 None
2026-03-29 12:05:46 [auto1.it] INFO: Scrape type for SK49323: 0
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: YG84271
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YG84271%27 HTTP/1.1" 200 None
2026-03-29 12:05:46 [auto1.it] INFO: Scrape type for YG84271: 0
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: MZ19905
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: SF43415
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: DW53696
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DW53696%27 HTTP/1.1" 200 None
2026-03-29 12:05:46 [auto1.it] INFO: Scrape type for DW53696: 0
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: SV52525
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: HG71843
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HG71843%27 HTTP/1.1" 200 None
2026-03-29 12:05:46 [auto1.it] INFO: Scrape type for HG71843: 0
2026-03-29 12:05:46 [auto1.it] INFO: Found listing with ID: VX04337
2026-03-29 12:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:05:47 [auto1.it] INFO: Channel: 24h | Page: 17 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: DD82932
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DD82932%27 HTTP/1.1" 200 None
2026-03-29 12:05:47 [auto1.it] INFO: Scrape type for DD82932: 0
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: NF97325
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: FK85417
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FK85417%27 HTTP/1.1" 200 None
2026-03-29 12:05:47 [auto1.it] INFO: Scrape type for FK85417: 0
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: SY54017
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: RN99841
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RN99841%27 HTTP/1.1" 200 None
2026-03-29 12:05:47 [auto1.it] INFO: Scrape type for RN99841: 0
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: CP55584
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CP55584%27 HTTP/1.1" 200 None
2026-03-29 12:05:47 [auto1.it] INFO: Scrape type for CP55584: 0
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: GK72900
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GK72900%27 HTTP/1.1" 200 None
2026-03-29 12:05:47 [auto1.it] INFO: Scrape type for GK72900: 0
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: JR96571
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JR96571%27 HTTP/1.1" 200 None
2026-03-29 12:05:47 [auto1.it] INFO: Scrape type for JR96571: 0
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: YZ66981
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: HE91199
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: FR96632
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: TU01190
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: XN45534
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XN45534%27 HTTP/1.1" 200 None
2026-03-29 12:05:47 [auto1.it] INFO: Scrape type for XN45534: 0
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: CK25903
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: YG22381
2026-03-29 12:05:47 [auto1.it] INFO: Found listing with ID: EC13131
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EC13131%27 HTTP/1.1" 200 None
2026-03-29 12:05:47 [auto1.it] INFO: Scrape type for EC13131: 2
2026-03-29 12:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd94b4e5-1d05-50bb-baf6-842a238367e5 with identifier: EC13131
2026-03-29 12:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd94b4e5-1d05-50bb-baf6-842a238367e5 with scrape type 2
2026-03-29 12:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd94b4e5-1d05-50bb-baf6-842a238367e5 with scrape type 2
2026-03-29 12:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: fd94b4e5-1d05-50bb-baf6-842a238367e5, identifier: EC13131
2026-03-29 12:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: fd94b4e5-1d05-50bb-baf6-842a238367e5 with identifier: EC13131
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=beige HTTP/1.1" 200 None
2026-03-29 12:05:47 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 12:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: fd94b4e5-1d05-50bb-baf6-842a238367e5 with identifier: EC13131
2026-03-29 12:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: fd94b4e5-1d05-50bb-baf6-842a238367e5 with identifier: EC13131 to the API
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05: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': 'beige',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:13:04Z',
'fuel_type': 'petrol',
'id': 'fd94b4e5-1d05-50bb-baf6-842a238367e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EC13131',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 11503,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-18',
'seller_name': None,
'title': 'Volkswagen T-Cross 1.0 TSI Style',
'transmission': 'manual',
'trim': 'Style',
'year': 2023}
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EC13131%27 HTTP/1.1" 200 None
2026-03-29 12:05:48 [auto1.it] INFO: Saving data for EC13131: {'auction_closing_time': 1774883584.0, 'created_time': 1773136205.833878, 'last_price_update_time': 1774785948.263475}
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EC13131') HTTP/1.1" 204 0
2026-03-29 12:05:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:05:48 [auto1.it] INFO: Found listing with ID: CS14469
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CS14469%27 HTTP/1.1" 200 None
2026-03-29 12:05:48 [auto1.it] INFO: Scrape type for CS14469: 0
2026-03-29 12:05:48 [auto1.it] INFO: Found listing with ID: VR70375
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VR70375%27 HTTP/1.1" 200 None
2026-03-29 12:05:48 [auto1.it] INFO: Scrape type for VR70375: 0
2026-03-29 12:05:48 [auto1.it] INFO: Found listing with ID: WS86957
2026-03-29 12:05:48 [auto1.it] INFO: Found listing with ID: BE49358
2026-03-29 12:05:48 [auto1.it] INFO: Found listing with ID: NC51724
2026-03-29 12:05:48 [auto1.it] INFO: Found listing with ID: BD99197
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BD99197%27 HTTP/1.1" 200 None
2026-03-29 12:05:48 [auto1.it] INFO: Scrape type for BD99197: 0
2026-03-29 12:05:48 [auto1.it] INFO: Found listing with ID: EN53386
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EN53386%27 HTTP/1.1" 200 None
2026-03-29 12:05:48 [auto1.it] INFO: Scrape type for EN53386: 2
2026-03-29 12:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26f01568-8747-5387-998b-e62d0c10c17e with identifier: EN53386
2026-03-29 12:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26f01568-8747-5387-998b-e62d0c10c17e with scrape type 2
2026-03-29 12:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26f01568-8747-5387-998b-e62d0c10c17e with scrape type 2
2026-03-29 12:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 26f01568-8747-5387-998b-e62d0c10c17e, identifier: EN53386
2026-03-29 12:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 26f01568-8747-5387-998b-e62d0c10c17e with identifier: EN53386
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gold HTTP/1.1" 200 None
2026-03-29 12:05:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 12:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 26f01568-8747-5387-998b-e62d0c10c17e with identifier: EN53386
2026-03-29 12:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 26f01568-8747-5387-998b-e62d0c10c17e with identifier: EN53386 to the API
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05: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': 'gold',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:03:24Z',
'fuel_type': 'diesel',
'id': '26f01568-8747-5387-998b-e62d0c10c17e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EN53386',
'listing': 'auction',
'make': 'Peugeot',
'model': '3008',
'odometer': 115568,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-21',
'seller_name': None,
'title': 'Peugeot 3008 1.6 Blue-HDi Allure',
'transmission': 'automatic',
'trim': 'Allure',
'year': 2015}
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EN53386%27 HTTP/1.1" 200 None
2026-03-29 12:05:48 [auto1.it] INFO: Saving data for EN53386: {'auction_closing_time': 1774883004.0, 'created_time': 1772532113.089021, 'last_price_update_time': 1774785948.973249}
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EN53386') HTTP/1.1" 204 0
2026-03-29 12:05:48 [auto1.it] INFO: Found listing with ID: TJ19111
2026-03-29 12:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TJ19111%27 HTTP/1.1" 200 None
2026-03-29 12:05:49 [auto1.it] INFO: Scrape type for TJ19111: 2
2026-03-29 12:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff91f9a2-e9d4-59b4-b92d-f23f7f3b909c with identifier: TJ19111
2026-03-29 12:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff91f9a2-e9d4-59b4-b92d-f23f7f3b909c with scrape type 2
2026-03-29 12:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff91f9a2-e9d4-59b4-b92d-f23f7f3b909c with scrape type 2
2026-03-29 12:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ff91f9a2-e9d4-59b4-b92d-f23f7f3b909c, identifier: TJ19111
2026-03-29 12:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ff91f9a2-e9d4-59b4-b92d-f23f7f3b909c with identifier: TJ19111
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=red HTTP/1.1" 200 None
2026-03-29 12:05:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 12:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ff91f9a2-e9d4-59b4-b92d-f23f7f3b909c with identifier: TJ19111
2026-03-29 12:05:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ff91f9a2-e9d4-59b4-b92d-f23f7f3b909c with identifier: TJ19111 to the API
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05: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': 'red',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:33:16Z',
'fuel_type': 'petrol',
'id': 'ff91f9a2-e9d4-59b4-b92d-f23f7f3b909c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TJ19111',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 54889,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-11-29',
'seller_name': None,
'title': 'Fiat 500 1.2 Lounge',
'transmission': 'manual',
'trim': 'Lounge',
'year': 2012}
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TJ19111%27 HTTP/1.1" 200 None
2026-03-29 12:05:49 [auto1.it] INFO: Saving data for TJ19111: {'auction_closing_time': 1774884796.0, 'created_time': 1774602388.992329, 'last_price_update_time': 1774785949.836791}
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TJ19111') HTTP/1.1" 204 0
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: LX30829
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: EW42527
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EW42527%27 HTTP/1.1" 200 None
2026-03-29 12:05:49 [auto1.it] INFO: Scrape type for EW42527: 0
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: KX10481
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KX10481%27 HTTP/1.1" 200 None
2026-03-29 12:05:49 [auto1.it] INFO: Scrape type for KX10481: 0
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: SK41395
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: AC58297
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: YD65292
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: GB22303
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GB22303%27 HTTP/1.1" 200 None
2026-03-29 12:05:49 [auto1.it] INFO: Scrape type for GB22303: 0
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: VU11306
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VU11306%27 HTTP/1.1" 200 None
2026-03-29 12:05:49 [auto1.it] INFO: Scrape type for VU11306: 0
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: RG08819
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: JD40027
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JD40027%27 HTTP/1.1" 200 None
2026-03-29 12:05:49 [auto1.it] INFO: Scrape type for JD40027: 0
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: TY97368
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TY97368%27 HTTP/1.1" 200 None
2026-03-29 12:05:49 [auto1.it] INFO: Scrape type for TY97368: 0
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: BH88586
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: KF78303
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KF78303%27 HTTP/1.1" 200 None
2026-03-29 12:05:49 [auto1.it] INFO: Scrape type for KF78303: 0
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: RL62360
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: LG34418
2026-03-29 12:05:49 [auto1.it] INFO: Found listing with ID: SK90576
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SK90576%27 HTTP/1.1" 200 None
2026-03-29 12:05:49 [auto1.it] INFO: Scrape type for SK90576: 0
2026-03-29 12:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:05:50 [auto1.it] INFO: Channel: 24h | Page: 18 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: MT68027
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: GU05332
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: AN40699
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: WW70884
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WW70884%27 HTTP/1.1" 200 None
2026-03-29 12:05:50 [auto1.it] INFO: Scrape type for WW70884: 0
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: CK01527
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: AT74871
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AT74871%27 HTTP/1.1" 200 None
2026-03-29 12:05:50 [auto1.it] INFO: Scrape type for AT74871: 0
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: BJ21664
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: FP22884
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FP22884%27 HTTP/1.1" 200 None
2026-03-29 12:05:50 [auto1.it] INFO: Scrape type for FP22884: 0
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: SN99997
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: YL87875
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: SP92634
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: AH31892
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: RE87143
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: ZE89719
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: FH04610
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FH04610%27 HTTP/1.1" 200 None
2026-03-29 12:05:50 [auto1.it] INFO: Scrape type for FH04610: 0
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: PU90509
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: TG60202
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TG60202%27 HTTP/1.1" 200 None
2026-03-29 12:05:50 [auto1.it] INFO: Scrape type for TG60202: 0
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: BJ73113
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: TX50484
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TX50484%27 HTTP/1.1" 200 None
2026-03-29 12:05:50 [auto1.it] INFO: Scrape type for TX50484: 0
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: XF07692
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XF07692%27 HTTP/1.1" 200 None
2026-03-29 12:05:50 [auto1.it] INFO: Scrape type for XF07692: 0
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: DE48831
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: PG69305
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PG69305%27 HTTP/1.1" 200 None
2026-03-29 12:05:50 [auto1.it] INFO: Scrape type for PG69305: 0
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: JU23021
2026-03-29 12:05:50 [auto1.it] INFO: Found listing with ID: JS62412
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JS62412%27 HTTP/1.1" 200 None
2026-03-29 12:05:50 [auto1.it] INFO: Scrape type for JS62412: 2
2026-03-29 12:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de3a2ca1-1a90-5f26-96ce-77dc766ec30d with identifier: JS62412
2026-03-29 12:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3a2ca1-1a90-5f26-96ce-77dc766ec30d with scrape type 2
2026-03-29 12:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de3a2ca1-1a90-5f26-96ce-77dc766ec30d with scrape type 2
2026-03-29 12:05:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: de3a2ca1-1a90-5f26-96ce-77dc766ec30d, identifier: JS62412
2026-03-29 12:05:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: de3a2ca1-1a90-5f26-96ce-77dc766ec30d with identifier: JS62412
2026-03-29 12:05:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: de3a2ca1-1a90-5f26-96ce-77dc766ec30d with identifier: JS62412
2026-03-29 12:05:51 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: de3a2ca1-1a90-5f26-96ce-77dc766ec30d with identifier: JS62412 to the API
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:11:07Z',
'fuel_type': 'diesel',
'id': 'de3a2ca1-1a90-5f26-96ce-77dc766ec30d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JS62412',
'listing': 'auction',
'make': 'Kia',
'model': 'Sportage',
'odometer': 75485,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-04-10',
'seller_name': None,
'title': 'Kia Sportage 1.7 CRDi Cool 2WD',
'transmission': 'manual',
'trim': 'Cool 2WD',
'year': 2014}
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JS62412%27 HTTP/1.1" 200 None
2026-03-29 12:05:51 [auto1.it] INFO: Saving data for JS62412: {'auction_closing_time': 1774883467.0, 'created_time': 1774602434.849187, 'last_price_update_time': 1774785951.390114}
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JS62412') HTTP/1.1" 204 0
2026-03-29 12:05:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: RW64625
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: WX67440
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WX67440%27 HTTP/1.1" 200 None
2026-03-29 12:05:51 [auto1.it] INFO: Scrape type for WX67440: 0
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: ZR26877
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: SE55523
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SE55523%27 HTTP/1.1" 200 None
2026-03-29 12:05:51 [auto1.it] INFO: Scrape type for SE55523: 0
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: YF34065
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: CV31826
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CV31826%27 HTTP/1.1" 200 None
2026-03-29 12:05:51 [auto1.it] INFO: Scrape type for CV31826: 0
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: MN82158
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: TK22539
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: NJ83998
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: NW47878
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NW47878%27 HTTP/1.1" 200 None
2026-03-29 12:05:51 [auto1.it] INFO: Scrape type for NW47878: 0
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: TZ83635
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: XY34648
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XY34648%27 HTTP/1.1" 200 None
2026-03-29 12:05:51 [auto1.it] INFO: Scrape type for XY34648: 0
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: WH83035
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: XJ39556
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: PG99334
2026-03-29 12:05:51 [auto1.it] INFO: Found listing with ID: BC39052
2026-03-29 12:05: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 12:05:52 [auto1.it] INFO: Channel: 24h | Page: 19 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: HS01763
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HS01763%27 HTTP/1.1" 200 None
2026-03-29 12:05:52 [auto1.it] INFO: Scrape type for HS01763: 0
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: HY24657
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: TL14575
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: KB32662
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KB32662%27 HTTP/1.1" 200 None
2026-03-29 12:05:52 [auto1.it] INFO: Scrape type for KB32662: 0
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: RC58822
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: GX95672
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GX95672%27 HTTP/1.1" 200 None
2026-03-29 12:05:52 [auto1.it] INFO: Scrape type for GX95672: 0
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: FT43083
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FT43083%27 HTTP/1.1" 200 None
2026-03-29 12:05:52 [auto1.it] INFO: Scrape type for FT43083: 0
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: KW54926
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: GD67829
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GD67829%27 HTTP/1.1" 200 None
2026-03-29 12:05:52 [auto1.it] INFO: Scrape type for GD67829: 0
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: CW25523
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: NC97185
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: MH53431
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MH53431%27 HTTP/1.1" 200 None
2026-03-29 12:05:52 [auto1.it] INFO: Scrape type for MH53431: 0
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: XR70694
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: MS98879
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: GW90153
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: XM00417
2026-03-29 12:05:52 [auto1.it] INFO: Found listing with ID: HZ95408
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HZ95408%27 HTTP/1.1" 200 None
2026-03-29 12:05:52 [auto1.it] INFO: Scrape type for HZ95408: 2
2026-03-29 12:05:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb6042fe-d933-5d26-ac1a-04138888742a with identifier: HZ95408
2026-03-29 12:05:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb6042fe-d933-5d26-ac1a-04138888742a with scrape type 2
2026-03-29 12:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb6042fe-d933-5d26-ac1a-04138888742a with scrape type 2
2026-03-29 12:05:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bb6042fe-d933-5d26-ac1a-04138888742a, identifier: HZ95408
2026-03-29 12:05:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bb6042fe-d933-5d26-ac1a-04138888742a with identifier: HZ95408
2026-03-29 12:05:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bb6042fe-d933-5d26-ac1a-04138888742a with identifier: HZ95408
2026-03-29 12:05:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bb6042fe-d933-5d26-ac1a-04138888742a with identifier: HZ95408 to the API
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 170,
'expiration_date': '2026-03-30T15:34:43Z',
'fuel_type': 'diesel',
'id': 'bb6042fe-d933-5d26-ac1a-04138888742a',
'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/HZ95408',
'listing': 'auction',
'make': 'Ford',
'model': 'Tourneo Custom',
'odometer': 146510,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-12',
'seller_name': None,
'title': 'Ford Tourneo Custom 2.0 TDCi L1 Sport',
'transmission': 'automatic',
'trim': 'L1 Sport',
'year': 2022}
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HZ95408%27 HTTP/1.1" 200 None
2026-03-29 12:05:53 [auto1.it] INFO: Saving data for HZ95408: {'auction_closing_time': 1774884883.0, 'created_time': 1774602435.708658, 'last_price_update_time': 1774785953.386407}
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HZ95408') HTTP/1.1" 204 0
2026-03-29 12:05:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: EK65593
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: TT44801
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TT44801%27 HTTP/1.1" 200 None
2026-03-29 12:05:53 [auto1.it] INFO: Scrape type for TT44801: 0
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: ZV86353
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: CU49337
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CU49337%27 HTTP/1.1" 200 None
2026-03-29 12:05:53 [auto1.it] INFO: Scrape type for CU49337: 0
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: YX87347
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: AG84200
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: UW94573
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: WN29902
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: GA39078
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GA39078%27 HTTP/1.1" 200 None
2026-03-29 12:05:53 [auto1.it] INFO: Scrape type for GA39078: 0
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: HF24893
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HF24893%27 HTTP/1.1" 200 None
2026-03-29 12:05:53 [auto1.it] INFO: Scrape type for HF24893: 0
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: KZ16799
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KZ16799%27 HTTP/1.1" 200 None
2026-03-29 12:05:53 [auto1.it] INFO: Scrape type for KZ16799: 0
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: SR16589
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SR16589%27 HTTP/1.1" 200 None
2026-03-29 12:05:53 [auto1.it] INFO: Scrape type for SR16589: 0
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: YT67370
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: FZ10631
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FZ10631%27 HTTP/1.1" 200 None
2026-03-29 12:05:53 [auto1.it] INFO: Scrape type for FZ10631: 0
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: NL55256
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NL55256%27 HTTP/1.1" 200 None
2026-03-29 12:05:53 [auto1.it] INFO: Scrape type for NL55256: 0
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: VN35608
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: LC36038
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: UF75242
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: EC29909
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: PE07911
2026-03-29 12:05:53 [auto1.it] INFO: Found listing with ID: XD70855
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XD70855%27 HTTP/1.1" 200 None
2026-03-29 12:05:53 [auto1.it] INFO: Scrape type for XD70855: 2
2026-03-29 12:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97f14374-b656-5692-abe7-824b6ba4a5ca with identifier: XD70855
2026-03-29 12:05:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97f14374-b656-5692-abe7-824b6ba4a5ca with scrape type 2
2026-03-29 12:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97f14374-b656-5692-abe7-824b6ba4a5ca with scrape type 2
2026-03-29 12:05:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 97f14374-b656-5692-abe7-824b6ba4a5ca, identifier: XD70855
2026-03-29 12:05:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 97f14374-b656-5692-abe7-824b6ba4a5ca with identifier: XD70855
2026-03-29 12:05:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 97f14374-b656-5692-abe7-824b6ba4a5ca with identifier: XD70855
2026-03-29 12:05:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 97f14374-b656-5692-abe7-824b6ba4a5ca with identifier: XD70855 to the API
2026-03-29 12:05:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05: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': 2,
'engine_horse_power': 194,
'expiration_date': '2026-03-30T15:51:21Z',
'fuel_type': 'diesel',
'id': '97f14374-b656-5692-abe7-824b6ba4a5ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XD70855',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'C-Klasse',
'odometer': 113075,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-19',
'seller_name': None,
'title': 'Mercedes-Benz C-Klasse C 220 d 4Matic Premium Plus',
'transmission': 'automatic',
'trim': '4Matic Premium Plus',
'year': 2022}
2026-03-29 12:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XD70855%27 HTTP/1.1" 200 None
2026-03-29 12:05:54 [auto1.it] INFO: Saving data for XD70855: {'auction_closing_time': 1774885881.0, 'created_time': 1773131155.548912, 'last_price_update_time': 1774785954.104834}
2026-03-29 12:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XD70855') HTTP/1.1" 204 0
2026-03-29 12:05:54 [auto1.it] INFO: Found listing with ID: JW87652
2026-03-29 12:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JW87652%27 HTTP/1.1" 200 None
2026-03-29 12:05:54 [auto1.it] INFO: Scrape type for JW87652: 0
2026-03-29 12:05:54 [auto1.it] INFO: Found listing with ID: NC90447
2026-03-29 12:05: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 12:05:55 [auto1.it] INFO: Channel: 24h | Page: 20 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: RF52556
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: KC88615
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: GC55004
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: TV99764
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TV99764%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for TV99764: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: ZG57893
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: YG18020
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YG18020%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for YG18020: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: WH55866
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WH55866%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for WH55866: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: HD54235
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HD54235%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for HD54235: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: FD29696
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: GT76958
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GT76958%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for GT76958: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: EZ73351
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: NH73732
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NH73732%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for NH73732: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: EZ12960
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: PM88021
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: GT16338
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GT16338%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for GT16338: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: WZ40427
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: WV44347
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: FH81414
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FH81414%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for FH81414: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: NM56587
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: RC69852
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: AP78180
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: XB17509
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: DW69714
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: JC86695
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: DS58810
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DS58810%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for DS58810: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: SE79185
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SE79185%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for SE79185: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: HN90303
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HN90303%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for HN90303: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: GT17675
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GT17675%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for GT17675: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: JT48153
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JT48153%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for JT48153: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: PD12623
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PD12623%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for PD12623: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: KT77401
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: UC06691
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: FZ12921
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: JN59652
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: ED34625
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: JB83291
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: LG12773
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LG12773%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for LG12773: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: TL40655
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TL40655%27 HTTP/1.1" 200 None
2026-03-29 12:05:55 [auto1.it] INFO: Scrape type for TL40655: 0
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: KZ84746
2026-03-29 12:05:55 [auto1.it] INFO: Found listing with ID: ST64226
2026-03-29 12:05: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 12:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:05:56 [auto1.it] INFO: Channel: 24h | Page: 21 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: FT05147
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: LE96160
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LE96160%27 HTTP/1.1" 200 None
2026-03-29 12:05:56 [auto1.it] INFO: Scrape type for LE96160: 0
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: SV71044
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SV71044%27 HTTP/1.1" 200 None
2026-03-29 12:05:56 [auto1.it] INFO: Scrape type for SV71044: 0
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: XL03216
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: ZW92714
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: DR27432
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: SC05419
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SC05419%27 HTTP/1.1" 200 None
2026-03-29 12:05:56 [auto1.it] INFO: Scrape type for SC05419: 0
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: HS22715
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HS22715%27 HTTP/1.1" 200 None
2026-03-29 12:05:56 [auto1.it] INFO: Scrape type for HS22715: 0
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: GL53946
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GL53946%27 HTTP/1.1" 200 None
2026-03-29 12:05:56 [auto1.it] INFO: Scrape type for GL53946: 0
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: TC64761
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: XU52863
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: UC13059
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UC13059%27 HTTP/1.1" 200 None
2026-03-29 12:05:56 [auto1.it] INFO: Scrape type for UC13059: 0
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: WB86834
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WB86834%27 HTTP/1.1" 200 None
2026-03-29 12:05:56 [auto1.it] INFO: Scrape type for WB86834: 0
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: FF76752
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FF76752%27 HTTP/1.1" 200 None
2026-03-29 12:05:56 [auto1.it] INFO: Scrape type for FF76752: 0
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: WU65183
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: HK62879
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HK62879%27 HTTP/1.1" 200 None
2026-03-29 12:05:56 [auto1.it] INFO: Scrape type for HK62879: 0
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: PR79135
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PR79135%27 HTTP/1.1" 200 None
2026-03-29 12:05:56 [auto1.it] INFO: Scrape type for PR79135: 0
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: GX06628
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: RB72441
2026-03-29 12:05:56 [auto1.it] INFO: Found listing with ID: LR54413
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LR54413%27 HTTP/1.1" 200 None
2026-03-29 12:05:56 [auto1.it] INFO: Scrape type for LR54413: 2
2026-03-29 12:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acce316b-2e92-51c0-b21e-6558c1f38989 with identifier: LR54413
2026-03-29 12:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acce316b-2e92-51c0-b21e-6558c1f38989 with scrape type 2
2026-03-29 12:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acce316b-2e92-51c0-b21e-6558c1f38989 with scrape type 2
2026-03-29 12:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: acce316b-2e92-51c0-b21e-6558c1f38989, identifier: LR54413
2026-03-29 12:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: acce316b-2e92-51c0-b21e-6558c1f38989 with identifier: LR54413
2026-03-29 12:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: acce316b-2e92-51c0-b21e-6558c1f38989 with identifier: LR54413
2026-03-29 12:05:56 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: acce316b-2e92-51c0-b21e-6558c1f38989 with identifier: LR54413 to the API
2026-03-29 12:05:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 143,
'expiration_date': '2026-03-30T15:42:22Z',
'fuel_type': 'diesel',
'id': 'acce316b-2e92-51c0-b21e-6558c1f38989',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LR54413',
'listing': 'auction',
'make': 'Audi',
'model': 'A4',
'odometer': 227216,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-12-13',
'seller_name': None,
'title': 'Audi A4 2.0 TDI Ambition',
'transmission': 'automatic',
'trim': 'Ambition',
'year': 2011}
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LR54413%27 HTTP/1.1" 200 None
2026-03-29 12:05:57 [auto1.it] INFO: Saving data for LR54413: {'auction_closing_time': 1774885342.0, 'created_time': 1772186486.887383, 'last_price_update_time': 1774785957.129353}
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LR54413') HTTP/1.1" 204 0
2026-03-29 12:05:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: XW11641
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XW11641%27 HTTP/1.1" 200 None
2026-03-29 12:05:57 [auto1.it] INFO: Scrape type for XW11641: 0
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: BR31309
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BR31309%27 HTTP/1.1" 200 None
2026-03-29 12:05:57 [auto1.it] INFO: Scrape type for BR31309: 0
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: CD07087
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: FF49180
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FF49180%27 HTTP/1.1" 200 None
2026-03-29 12:05:57 [auto1.it] INFO: Scrape type for FF49180: 0
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: TZ83708
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: UE17288
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: CS05902
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CS05902%27 HTTP/1.1" 200 None
2026-03-29 12:05:57 [auto1.it] INFO: Scrape type for CS05902: 0
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: VB70261
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: ZV11200
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZV11200%27 HTTP/1.1" 200 None
2026-03-29 12:05:57 [auto1.it] INFO: Scrape type for ZV11200: 2
2026-03-29 12:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 144334f5-960b-5ac4-8d04-293507acb064 with identifier: ZV11200
2026-03-29 12:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 144334f5-960b-5ac4-8d04-293507acb064 with scrape type 2
2026-03-29 12:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 144334f5-960b-5ac4-8d04-293507acb064 with scrape type 2
2026-03-29 12:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 144334f5-960b-5ac4-8d04-293507acb064, identifier: ZV11200
2026-03-29 12:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 144334f5-960b-5ac4-8d04-293507acb064 with identifier: ZV11200
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=gas HTTP/1.1" 200 None
2026-03-29 12:05:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:05: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 12:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 144334f5-960b-5ac4-8d04-293507acb064 with identifier: ZV11200
2026-03-29 12:05:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 144334f5-960b-5ac4-8d04-293507acb064 with identifier: ZV11200 to the API
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:05: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 12:05:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:17:51Z',
'fuel_type': 'gas',
'id': '144334f5-960b-5ac4-8d04-293507acb064',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZV11200',
'listing': 'auction',
'make': 'Dacia',
'model': 'Duster',
'odometer': 141853,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-04',
'seller_name': None,
'title': 'Dacia Duster 1.6 SCe Benzin / LPG Laureate Family 4x2',
'transmission': 'manual',
'trim': 'Laureate Family 4x2',
'year': 2016}
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZV11200%27 HTTP/1.1" 200 None
2026-03-29 12:05:57 [auto1.it] INFO: Saving data for ZV11200: {'auction_closing_time': 1774883871.0, 'created_time': 1774602422.757154, 'last_price_update_time': 1774785957.854728}
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZV11200') HTTP/1.1" 204 0
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: DA61571
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DA61571%27 HTTP/1.1" 200 None
2026-03-29 12:05:57 [auto1.it] INFO: Scrape type for DA61571: 0
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: DX02178
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: YG03340
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YG03340%27 HTTP/1.1" 200 None
2026-03-29 12:05:57 [auto1.it] INFO: Scrape type for YG03340: 0
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: FF98619
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: NF96122
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NF96122%27 HTTP/1.1" 200 None
2026-03-29 12:05:57 [auto1.it] INFO: Scrape type for NF96122: 0
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: YP32890
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: LK74824
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: ZJ55913
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: GN63834
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: VL10175
2026-03-29 12:05:57 [auto1.it] INFO: Found listing with ID: YS71318
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YS71318%27 HTTP/1.1" 200 None
2026-03-29 12:05:57 [auto1.it] INFO: Scrape type for YS71318: 0
2026-03-29 12:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:05:58 [auto1.it] INFO: Channel: 24h | Page: 22 | totalHits: 2514 | hits on page: 40
2026-03-29 12:05:58 [auto1.it] INFO: Found listing with ID: CJ66066
2026-03-29 12:05:58 [auto1.it] INFO: Found listing with ID: UR23669
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UR23669%27 HTTP/1.1" 200 None
2026-03-29 12:05:58 [auto1.it] INFO: Scrape type for UR23669: 0
2026-03-29 12:05:58 [auto1.it] INFO: Found listing with ID: DN72005
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DN72005%27 HTTP/1.1" 200 None
2026-03-29 12:05:58 [auto1.it] INFO: Scrape type for DN72005: 0
2026-03-29 12:05:58 [auto1.it] INFO: Found listing with ID: AP13803
2026-03-29 12:05:58 [auto1.it] INFO: Found listing with ID: FJ79920
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FJ79920%27 HTTP/1.1" 200 None
2026-03-29 12:05:58 [auto1.it] INFO: Scrape type for FJ79920: 0
2026-03-29 12:05:58 [auto1.it] INFO: Found listing with ID: CF78450
2026-03-29 12:05:58 [auto1.it] INFO: Found listing with ID: DK34642
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DK34642%27 HTTP/1.1" 200 None
2026-03-29 12:05:58 [auto1.it] INFO: Scrape type for DK34642: 0
2026-03-29 12:05:58 [auto1.it] INFO: Found listing with ID: BN52557
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BN52557%27 HTTP/1.1" 200 None
2026-03-29 12:05:58 [auto1.it] INFO: Scrape type for BN52557: 0
2026-03-29 12:05:58 [auto1.it] INFO: Found listing with ID: CM00839
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CM00839%27 HTTP/1.1" 200 None
2026-03-29 12:05:58 [auto1.it] INFO: Scrape type for CM00839: 0
2026-03-29 12:05:58 [auto1.it] INFO: Found listing with ID: TV74767
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TV74767%27 HTTP/1.1" 200 None
2026-03-29 12:05:58 [auto1.it] INFO: Scrape type for TV74767: 0
2026-03-29 12:05:58 [auto1.it] INFO: Found listing with ID: KA06591
2026-03-29 12:05:58 [auto1.it] INFO: Found listing with ID: ZA06304
2026-03-29 12:05:58 [auto1.it] INFO: Found listing with ID: LJ91384
2026-03-29 12:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LJ91384%27 HTTP/1.1" 200 None
2026-03-29 12:05:59 [auto1.it] INFO: Scrape type for LJ91384: 0
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: FL80694
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: FL90232
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FL90232%27 HTTP/1.1" 200 None
2026-03-29 12:05:59 [auto1.it] INFO: Scrape type for FL90232: 0
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: XC85106
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XC85106%27 HTTP/1.1" 200 None
2026-03-29 12:05:59 [auto1.it] INFO: Scrape type for XC85106: 0
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: YR53882
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: KT79218
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: TT97007
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TT97007%27 HTTP/1.1" 200 None
2026-03-29 12:05:59 [auto1.it] INFO: Scrape type for TT97007: 0
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: CP26264
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CP26264%27 HTTP/1.1" 200 None
2026-03-29 12:05:59 [auto1.it] INFO: Scrape type for CP26264: 0
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: DP39396
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: GN74108
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GN74108%27 HTTP/1.1" 200 None
2026-03-29 12:05:59 [auto1.it] INFO: Scrape type for GN74108: 0
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: NC00198
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: AG54549
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AG54549%27 HTTP/1.1" 200 None
2026-03-29 12:05:59 [auto1.it] INFO: Scrape type for AG54549: 0
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: HY77897
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: UX44191
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UX44191%27 HTTP/1.1" 200 None
2026-03-29 12:05:59 [auto1.it] INFO: Scrape type for UX44191: 0
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: BW34835
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: BW24813
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BW24813%27 HTTP/1.1" 200 None
2026-03-29 12:05:59 [auto1.it] INFO: Scrape type for BW24813: 0
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: JF07503
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JF07503%27 HTTP/1.1" 200 None
2026-03-29 12:05:59 [auto1.it] INFO: Scrape type for JF07503: 0
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: UC47461
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: HS75117
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: NC89315
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: EM22547
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: AJ89778
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: FR80508
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FR80508%27 HTTP/1.1" 200 None
2026-03-29 12:05:59 [auto1.it] INFO: Scrape type for FR80508: 0
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: YP04797
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YP04797%27 HTTP/1.1" 200 None
2026-03-29 12:05:59 [auto1.it] INFO: Scrape type for YP04797: 0
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: UN42756
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: DM32670
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: PN03774
2026-03-29 12:05:59 [auto1.it] INFO: Found listing with ID: UN16063
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UN16063%27 HTTP/1.1" 200 None
2026-03-29 12:05:59 [auto1.it] INFO: Scrape type for UN16063: 0
2026-03-29 12:05:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:06:00 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:06:00 [auto1.it] INFO: Channel: 24h | Page: 23 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:00 [auto1.it] INFO: Found listing with ID: SJ00829
2026-03-29 12:06:00 [auto1.it] INFO: Found listing with ID: NH03785
2026-03-29 12:06:00 [auto1.it] INFO: Found listing with ID: MS47082
2026-03-29 12:06:00 [auto1.it] INFO: Found listing with ID: CV79259
2026-03-29 12:06:00 [auto1.it] INFO: Found listing with ID: RM97748
2026-03-29 12:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RM97748%27 HTTP/1.1" 200 None
2026-03-29 12:06:00 [auto1.it] INFO: Scrape type for RM97748: 0
2026-03-29 12:06:00 [auto1.it] INFO: Found listing with ID: SM10455
2026-03-29 12:06:00 [auto1.it] INFO: Found listing with ID: RJ82738
2026-03-29 12:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RJ82738%27 HTTP/1.1" 200 None
2026-03-29 12:06:00 [auto1.it] INFO: Scrape type for RJ82738: 2
2026-03-29 12:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a68f4c75-e018-55e2-a10a-66130601d4f0 with identifier: RJ82738
2026-03-29 12:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a68f4c75-e018-55e2-a10a-66130601d4f0 with scrape type 2
2026-03-29 12:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a68f4c75-e018-55e2-a10a-66130601d4f0 with scrape type 2
2026-03-29 12:06:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a68f4c75-e018-55e2-a10a-66130601d4f0, identifier: RJ82738
2026-03-29 12:06:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a68f4c75-e018-55e2-a10a-66130601d4f0 with identifier: RJ82738
2026-03-29 12:06:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a68f4c75-e018-55e2-a10a-66130601d4f0 with identifier: RJ82738
2026-03-29 12:06:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a68f4c75-e018-55e2-a10a-66130601d4f0 with identifier: RJ82738 to the API
2026-03-29 12:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:29:37Z',
'fuel_type': 'diesel',
'id': 'a68f4c75-e018-55e2-a10a-66130601d4f0',
'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/RJ82738',
'listing': 'auction',
'make': 'Jeep',
'model': 'Compass',
'odometer': 151802,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-04',
'seller_name': None,
'title': 'Jeep Compass 2.0 M-Jet Limited 4WD',
'transmission': 'automatic',
'trim': 'Limited 4WD',
'year': 2018}
2026-03-29 12:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RJ82738%27 HTTP/1.1" 200 None
2026-03-29 12:06:00 [auto1.it] INFO: Saving data for RJ82738: {'auction_closing_time': 1774884577.0, 'created_time': 1774602403.755559, 'last_price_update_time': 1774785960.779772}
2026-03-29 12:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RJ82738') HTTP/1.1" 204 0
2026-03-29 12:06:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:06:00 [auto1.it] INFO: Found listing with ID: LH97251
2026-03-29 12:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LH97251%27 HTTP/1.1" 200 None
2026-03-29 12:06:00 [auto1.it] INFO: Scrape type for LH97251: 2
2026-03-29 12:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 630ae49b-afad-5af3-8703-54baf3133fb7 with identifier: LH97251
2026-03-29 12:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 630ae49b-afad-5af3-8703-54baf3133fb7 with scrape type 2
2026-03-29 12:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 630ae49b-afad-5af3-8703-54baf3133fb7 with scrape type 2
2026-03-29 12:06:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 630ae49b-afad-5af3-8703-54baf3133fb7, identifier: LH97251
2026-03-29 12:06:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 630ae49b-afad-5af3-8703-54baf3133fb7 with identifier: LH97251
2026-03-29 12:06:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 630ae49b-afad-5af3-8703-54baf3133fb7 with identifier: LH97251
2026-03-29 12:06:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 630ae49b-afad-5af3-8703-54baf3133fb7 with identifier: LH97251 to the API
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 110,
'expiration_date': '2026-03-30T15:47:18Z',
'fuel_type': 'petrol',
'id': '630ae49b-afad-5af3-8703-54baf3133fb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LH97251',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VIII',
'odometer': 36716,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-12',
'seller_name': None,
'title': 'Volkswagen Golf VIII 1.0 TSI Life',
'transmission': 'manual',
'trim': 'Life',
'year': 2021}
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LH97251%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Saving data for LH97251: {'auction_closing_time': 1774885638.0, 'created_time': 1773132373.708529, 'last_price_update_time': 1774785961.389144}
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LH97251') HTTP/1.1" 204 0
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: JX68223
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: KH49254
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KH49254%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Scrape type for KH49254: 0
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: TT50547
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: JV05910
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: MA17223
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: PC08204
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: PV94920
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: DK51991
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: ZW61080
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZW61080%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Scrape type for ZW61080: 0
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: GG10303
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: SY54924
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: GW48563
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: YE38738
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YE38738%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Scrape type for YE38738: 0
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: JC71555
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JC71555%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Scrape type for JC71555: 0
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: RN44276
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RN44276%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Scrape type for RN44276: 0
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: AN07116
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: LH59018
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LH59018%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Scrape type for LH59018: 0
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: XG00486
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XG00486%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Scrape type for XG00486: 0
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: SG75657
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: UK64691
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UK64691%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Scrape type for UK64691: 0
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: XW75946
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XW75946%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Scrape type for XW75946: 0
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: SF23261
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: SN49105
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SN49105%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Scrape type for SN49105: 0
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: SZ00349
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SZ00349%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Scrape type for SZ00349: 0
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: UH39950
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UH39950%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Scrape type for UH39950: 0
2026-03-29 12:06:01 [auto1.it] INFO: Found listing with ID: EU38381
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EU38381%27 HTTP/1.1" 200 None
2026-03-29 12:06:01 [auto1.it] INFO: Scrape type for EU38381: 2
2026-03-29 12:06:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea862d00-1370-59cd-b496-9925118b23f9 with identifier: EU38381
2026-03-29 12:06:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea862d00-1370-59cd-b496-9925118b23f9 with scrape type 2
2026-03-29 12:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea862d00-1370-59cd-b496-9925118b23f9 with scrape type 2
2026-03-29 12:06:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ea862d00-1370-59cd-b496-9925118b23f9, identifier: EU38381
2026-03-29 12:06:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ea862d00-1370-59cd-b496-9925118b23f9 with identifier: EU38381
2026-03-29 12:06:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ea862d00-1370-59cd-b496-9925118b23f9 with identifier: EU38381
2026-03-29 12:06:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ea862d00-1370-59cd-b496-9925118b23f9 with identifier: EU38381 to the API
2026-03-29 12:06:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 118,
'expiration_date': '2026-03-30T15:01:48Z',
'fuel_type': 'gas',
'id': 'ea862d00-1370-59cd-b496-9925118b23f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EU38381',
'listing': 'auction',
'make': 'EVO',
'model': '5',
'odometer': 58950,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-12',
'seller_name': None,
'title': 'EVO 5 1.6 LPG',
'transmission': 'manual',
'trim': '',
'year': 2023}
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EU38381%27 HTTP/1.1" 200 None
2026-03-29 12:06:02 [auto1.it] INFO: Saving data for EU38381: {'auction_closing_time': 1774882908.0, 'created_time': 1774472817.885367, 'last_price_update_time': 1774785962.092087}
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EU38381') HTTP/1.1" 204 0
2026-03-29 12:06:02 [auto1.it] INFO: Found listing with ID: RM88416
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RM88416%27 HTTP/1.1" 200 None
2026-03-29 12:06:02 [auto1.it] INFO: Scrape type for RM88416: 0
2026-03-29 12:06:02 [auto1.it] INFO: Found listing with ID: MA83267
2026-03-29 12:06:02 [auto1.it] INFO: Found listing with ID: VY08024
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY08024%27 HTTP/1.1" 200 None
2026-03-29 12:06:02 [auto1.it] INFO: Scrape type for VY08024: 2
2026-03-29 12:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68e03c9b-55b5-50cf-b946-17936586f9ad with identifier: VY08024
2026-03-29 12:06:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68e03c9b-55b5-50cf-b946-17936586f9ad with scrape type 2
2026-03-29 12:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68e03c9b-55b5-50cf-b946-17936586f9ad with scrape type 2
2026-03-29 12:06:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 68e03c9b-55b5-50cf-b946-17936586f9ad, identifier: VY08024
2026-03-29 12:06:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 68e03c9b-55b5-50cf-b946-17936586f9ad with identifier: VY08024
2026-03-29 12:06:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 68e03c9b-55b5-50cf-b946-17936586f9ad with identifier: VY08024
2026-03-29 12:06:02 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 68e03c9b-55b5-50cf-b946-17936586f9ad with identifier: VY08024 to the API
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 'green',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 306,
'expiration_date': '2026-03-30T15:03:49Z',
'fuel_type': 'petrol',
'id': '68e03c9b-55b5-50cf-b946-17936586f9ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VY08024',
'listing': 'auction',
'make': 'MINI',
'model': 'Clubman',
'odometer': 72004,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-21',
'seller_name': None,
'title': 'MINI Clubman John Cooper Works ALL4',
'transmission': 'automatic',
'trim': 'ALL4',
'year': 2020}
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY08024%27 HTTP/1.1" 200 None
2026-03-29 12:06:02 [auto1.it] INFO: Saving data for VY08024: {'auction_closing_time': 1774883029.0, 'created_time': 1773131756.75807, 'last_price_update_time': 1774785962.636701}
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VY08024') HTTP/1.1" 204 0
2026-03-29 12:06:02 [auto1.it] INFO: Found listing with ID: SV89112
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SV89112%27 HTTP/1.1" 200 None
2026-03-29 12:06:02 [auto1.it] INFO: Scrape type for SV89112: 0
2026-03-29 12:06:02 [auto1.it] INFO: Found listing with ID: ZX85690
2026-03-29 12:06:02 [auto1.it] INFO: Found listing with ID: WE98269
2026-03-29 12:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:06:03 [auto1.it] INFO: Channel: 24h | Page: 24 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:03 [auto1.it] INFO: Found listing with ID: AH42596
2026-03-29 12:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AH42596%27 HTTP/1.1" 200 None
2026-03-29 12:06:03 [auto1.it] INFO: Scrape type for AH42596: 2
2026-03-29 12:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3783415c-d467-5b97-a1a6-9df607b0ef62 with identifier: AH42596
2026-03-29 12:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3783415c-d467-5b97-a1a6-9df607b0ef62 with scrape type 2
2026-03-29 12:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3783415c-d467-5b97-a1a6-9df607b0ef62 with scrape type 2
2026-03-29 12:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3783415c-d467-5b97-a1a6-9df607b0ef62, identifier: AH42596
2026-03-29 12:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3783415c-d467-5b97-a1a6-9df607b0ef62 with identifier: AH42596
2026-03-29 12:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3783415c-d467-5b97-a1a6-9df607b0ef62 with identifier: AH42596
2026-03-29 12:06:03 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3783415c-d467-5b97-a1a6-9df607b0ef62 with identifier: AH42596 to the API
2026-03-29 12:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 5,
'engine_horse_power': 100,
'expiration_date': '2026-03-30T15:01:03Z',
'fuel_type': 'petrol',
'id': '3783415c-d467-5b97-a1a6-9df607b0ef62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AH42596',
'listing': 'auction',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 135647,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-27',
'seller_name': None,
'title': 'Ford Fiesta 1.0 EcoBoost Titanium',
'transmission': 'automatic',
'trim': 'Titanium',
'year': 2014}
2026-03-29 12:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AH42596%27 HTTP/1.1" 200 None
2026-03-29 12:06:03 [auto1.it] INFO: Saving data for AH42596: {'auction_closing_time': 1774882863.0, 'created_time': 1774267813.602716, 'last_price_update_time': 1774785963.959697}
2026-03-29 12:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AH42596') HTTP/1.1" 204 0
2026-03-29 12:06:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:06:03 [auto1.it] INFO: Found listing with ID: JA21524
2026-03-29 12:06:03 [auto1.it] INFO: Found listing with ID: PA07928
2026-03-29 12:06:03 [auto1.it] INFO: Found listing with ID: LW29692
2026-03-29 12:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LW29692%27 HTTP/1.1" 200 None
2026-03-29 12:06:03 [auto1.it] INFO: Scrape type for LW29692: 0
2026-03-29 12:06:03 [auto1.it] INFO: Found listing with ID: RF58149
2026-03-29 12:06:03 [auto1.it] INFO: Found listing with ID: LY31332
2026-03-29 12:06:03 [auto1.it] INFO: Found listing with ID: KP29994
2026-03-29 12:06:04 [auto1.it] INFO: Found listing with ID: BJ69368
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BJ69368%27 HTTP/1.1" 200 None
2026-03-29 12:06:04 [auto1.it] INFO: Scrape type for BJ69368: 2
2026-03-29 12:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 113104dc-3f72-5e09-a1ed-8997aa3362c5 with identifier: BJ69368
2026-03-29 12:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 113104dc-3f72-5e09-a1ed-8997aa3362c5 with scrape type 2
2026-03-29 12:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 113104dc-3f72-5e09-a1ed-8997aa3362c5 with scrape type 2
2026-03-29 12:06:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 113104dc-3f72-5e09-a1ed-8997aa3362c5, identifier: BJ69368
2026-03-29 12:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 113104dc-3f72-5e09-a1ed-8997aa3362c5 with identifier: BJ69368
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=silver HTTP/1.1" 200 None
2026-03-29 12:06:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-29 12:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 113104dc-3f72-5e09-a1ed-8997aa3362c5 with identifier: BJ69368
2026-03-29 12:06:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 113104dc-3f72-5e09-a1ed-8997aa3362c5 with identifier: BJ69368 to the API
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:01:58Z',
'fuel_type': 'diesel',
'id': '113104dc-3f72-5e09-a1ed-8997aa3362c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BJ69368',
'listing': 'auction',
'make': 'Peugeot',
'model': '3008',
'odometer': 336247,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-09',
'seller_name': None,
'title': 'Peugeot 3008 1.6 HDi Active',
'transmission': 'manual',
'trim': 'Active',
'year': 2014}
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BJ69368%27 HTTP/1.1" 200 None
2026-03-29 12:06:04 [auto1.it] INFO: Saving data for BJ69368: {'auction_closing_time': 1774882918.0, 'created_time': 1774602411.448214, 'last_price_update_time': 1774785964.686192}
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BJ69368') HTTP/1.1" 204 0
2026-03-29 12:06:04 [auto1.it] INFO: Found listing with ID: XF08656
2026-03-29 12:06:04 [auto1.it] INFO: Found listing with ID: CD59978
2026-03-29 12:06:04 [auto1.it] INFO: Found listing with ID: BD54797
2026-03-29 12:06:04 [auto1.it] INFO: Found listing with ID: WY54071
2026-03-29 12:06:04 [auto1.it] INFO: Found listing with ID: TA36833
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TA36833%27 HTTP/1.1" 200 None
2026-03-29 12:06:04 [auto1.it] INFO: Scrape type for TA36833: 0
2026-03-29 12:06:04 [auto1.it] INFO: Found listing with ID: LX42454
2026-03-29 12:06:04 [auto1.it] INFO: Found listing with ID: ZT44032
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZT44032%27 HTTP/1.1" 200 None
2026-03-29 12:06:04 [auto1.it] INFO: Scrape type for ZT44032: 0
2026-03-29 12:06:04 [auto1.it] INFO: Found listing with ID: LN05453
2026-03-29 12:06:04 [auto1.it] INFO: Found listing with ID: TD38619
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TD38619%27 HTTP/1.1" 200 None
2026-03-29 12:06:04 [auto1.it] INFO: Scrape type for TD38619: 2
2026-03-29 12:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 704da0cc-ab15-5eb4-b0a6-55870eb5ddac with identifier: TD38619
2026-03-29 12:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 704da0cc-ab15-5eb4-b0a6-55870eb5ddac with scrape type 2
2026-03-29 12:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 704da0cc-ab15-5eb4-b0a6-55870eb5ddac with scrape type 2
2026-03-29 12:06:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 704da0cc-ab15-5eb4-b0a6-55870eb5ddac, identifier: TD38619
2026-03-29 12:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 704da0cc-ab15-5eb4-b0a6-55870eb5ddac with identifier: TD38619
2026-03-29 12:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 704da0cc-ab15-5eb4-b0a6-55870eb5ddac with identifier: TD38619
2026-03-29 12:06:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 704da0cc-ab15-5eb4-b0a6-55870eb5ddac with identifier: TD38619 to the API
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 70,
'expiration_date': '2026-03-30T15:19:05Z',
'fuel_type': 'petrol',
'id': '704da0cc-ab15-5eb4-b0a6-55870eb5ddac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TD38619',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 276319,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-07-15',
'seller_name': None,
'title': 'Volkswagen Polo 1.2 Comfortline',
'transmission': 'manual',
'trim': 'Comfortline',
'year': 2013}
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TD38619%27 HTTP/1.1" 200 None
2026-03-29 12:06:05 [auto1.it] INFO: Saving data for TD38619: {'auction_closing_time': 1774883945.0, 'created_time': 1773131418.352694, 'last_price_update_time': 1774785965.27472}
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TD38619') HTTP/1.1" 204 0
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: GT16147
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GT16147%27 HTTP/1.1" 200 None
2026-03-29 12:06:05 [auto1.it] INFO: Scrape type for GT16147: 0
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: VA41104
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: ES59878
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: ZT67877
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZT67877%27 HTTP/1.1" 200 None
2026-03-29 12:06:05 [auto1.it] INFO: Scrape type for ZT67877: 0
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: DJ48929
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: DV09922
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: UW92889
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: NJ63404
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NJ63404%27 HTTP/1.1" 200 None
2026-03-29 12:06:05 [auto1.it] INFO: Scrape type for NJ63404: 0
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: TV86323
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TV86323%27 HTTP/1.1" 200 None
2026-03-29 12:06:05 [auto1.it] INFO: Scrape type for TV86323: 0
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: HV87754
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HV87754%27 HTTP/1.1" 200 None
2026-03-29 12:06:05 [auto1.it] INFO: Scrape type for HV87754: 0
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: TJ75665
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: DM40972
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: TH27811
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TH27811%27 HTTP/1.1" 200 None
2026-03-29 12:06:05 [auto1.it] INFO: Scrape type for TH27811: 0
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: RL48638
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RL48638%27 HTTP/1.1" 200 None
2026-03-29 12:06:05 [auto1.it] INFO: Scrape type for RL48638: 0
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: MB12953
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MB12953%27 HTTP/1.1" 200 None
2026-03-29 12:06:05 [auto1.it] INFO: Scrape type for MB12953: 0
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: YB75201
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: TC65145
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TC65145%27 HTTP/1.1" 200 None
2026-03-29 12:06:05 [auto1.it] INFO: Scrape type for TC65145: 0
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: JR93194
2026-03-29 12:06:05 [auto1.it] INFO: Found listing with ID: ZM66429
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZM66429%27 HTTP/1.1" 200 None
2026-03-29 12:06:05 [auto1.it] INFO: Scrape type for ZM66429: 2
2026-03-29 12:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8391b99d-bff6-5ed4-8d8d-f141e338b44c with identifier: ZM66429
2026-03-29 12:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8391b99d-bff6-5ed4-8d8d-f141e338b44c with scrape type 2
2026-03-29 12:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8391b99d-bff6-5ed4-8d8d-f141e338b44c with scrape type 2
2026-03-29 12:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8391b99d-bff6-5ed4-8d8d-f141e338b44c, identifier: ZM66429
2026-03-29 12:06:05 [scrapy.extensions.logstats] INFO: Crawled 28 pages (at 28 pages/min), scraped 25 items (at 25 items/min)
2026-03-29 12:06:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 159MiB
2026-03-29 12:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8391b99d-bff6-5ed4-8d8d-f141e338b44c with identifier: ZM66429
2026-03-29 12:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8391b99d-bff6-5ed4-8d8d-f141e338b44c with identifier: ZM66429
2026-03-29 12:06:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8391b99d-bff6-5ed4-8d8d-f141e338b44c with identifier: ZM66429 to the API
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 143,
'expiration_date': '2026-03-30T15:39:02Z',
'fuel_type': 'diesel',
'id': '8391b99d-bff6-5ed4-8d8d-f141e338b44c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZM66429',
'listing': 'auction',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 179606,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-31',
'seller_name': None,
'title': 'Toyota RAV 4 2.0 D-4D Style',
'transmission': 'manual',
'trim': 'Style',
'year': 2016}
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZM66429%27 HTTP/1.1" 200 None
2026-03-29 12:06:05 [auto1.it] INFO: Saving data for ZM66429: {'auction_closing_time': 1774885142.0, 'created_time': 1773136060.453575, 'last_price_update_time': 1774785965.936213}
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZM66429') HTTP/1.1" 204 0
2026-03-29 12:06:06 [auto1.it] INFO: Found listing with ID: ZW84587
2026-03-29 12:06:06 [auto1.it] INFO: Found listing with ID: DC70843
2026-03-29 12:06:06 [auto1.it] INFO: Found listing with ID: WU80477
2026-03-29 12:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WU80477%27 HTTP/1.1" 200 None
2026-03-29 12:06:06 [auto1.it] INFO: Scrape type for WU80477: 0
2026-03-29 12:06:06 [auto1.it] INFO: Found listing with ID: AL30811
2026-03-29 12:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AL30811%27 HTTP/1.1" 200 None
2026-03-29 12:06:06 [auto1.it] INFO: Scrape type for AL30811: 0
2026-03-29 12:06: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 12:06:06 [auto1.it] INFO: Channel: 24h | Page: 25 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:06 [auto1.it] INFO: Found listing with ID: NF87616
2026-03-29 12:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NF87616%27 HTTP/1.1" 200 None
2026-03-29 12:06:06 [auto1.it] INFO: Scrape type for NF87616: 0
2026-03-29 12:06:06 [auto1.it] INFO: Found listing with ID: UT43750
2026-03-29 12:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UT43750%27 HTTP/1.1" 200 None
2026-03-29 12:06:06 [auto1.it] INFO: Scrape type for UT43750: 2
2026-03-29 12:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48b4c8ff-417f-5670-9f77-29f5c91fd305 with identifier: UT43750
2026-03-29 12:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48b4c8ff-417f-5670-9f77-29f5c91fd305 with scrape type 2
2026-03-29 12:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48b4c8ff-417f-5670-9f77-29f5c91fd305 with scrape type 2
2026-03-29 12:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 48b4c8ff-417f-5670-9f77-29f5c91fd305, identifier: UT43750
2026-03-29 12:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 48b4c8ff-417f-5670-9f77-29f5c91fd305 with identifier: UT43750
2026-03-29 12:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 48b4c8ff-417f-5670-9f77-29f5c91fd305 with identifier: UT43750
2026-03-29 12:06:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 48b4c8ff-417f-5670-9f77-29f5c91fd305 with identifier: UT43750 to the API
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:05:13Z',
'fuel_type': 'petrol',
'id': '48b4c8ff-417f-5670-9f77-29f5c91fd305',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UT43750',
'listing': 'auction',
'make': 'Smart',
'model': 'forfour',
'odometer': 108737,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-29',
'seller_name': None,
'title': 'Smart forfour 1.0 Basis passion',
'transmission': 'automatic',
'trim': 'Basis passion',
'year': 2015}
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UT43750%27 HTTP/1.1" 200 None
2026-03-29 12:06:07 [auto1.it] INFO: Saving data for UT43750: {'auction_closing_time': 1774883113.0, 'created_time': 1773522493.995191, 'last_price_update_time': 1774785967.340821}
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UT43750') HTTP/1.1" 204 0
2026-03-29 12:06: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 12:06:07 [auto1.it] INFO: Found listing with ID: AF97148
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AF97148%27 HTTP/1.1" 200 None
2026-03-29 12:06:07 [auto1.it] INFO: Scrape type for AF97148: 0
2026-03-29 12:06:07 [auto1.it] INFO: Found listing with ID: ZU39445
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZU39445%27 HTTP/1.1" 200 None
2026-03-29 12:06:07 [auto1.it] INFO: Scrape type for ZU39445: 2
2026-03-29 12:06:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46545a60-9771-5716-8a72-9d4fb0de3a2a with identifier: ZU39445
2026-03-29 12:06:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46545a60-9771-5716-8a72-9d4fb0de3a2a with scrape type 2
2026-03-29 12:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46545a60-9771-5716-8a72-9d4fb0de3a2a with scrape type 2
2026-03-29 12:06:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 46545a60-9771-5716-8a72-9d4fb0de3a2a, identifier: ZU39445
2026-03-29 12:06:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 46545a60-9771-5716-8a72-9d4fb0de3a2a with identifier: ZU39445
2026-03-29 12:06:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 46545a60-9771-5716-8a72-9d4fb0de3a2a with identifier: ZU39445
2026-03-29 12:06:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 46545a60-9771-5716-8a72-9d4fb0de3a2a with identifier: ZU39445 to the API
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 115,
'expiration_date': '2026-03-30T15:17:11Z',
'fuel_type': 'diesel',
'id': '46545a60-9771-5716-8a72-9d4fb0de3a2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZU39445',
'listing': 'auction',
'make': 'Citroen',
'model': 'C4 Aircross',
'odometer': 433775,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-12-12',
'seller_name': None,
'title': 'Citroen C4 Aircross 1.6 HDi Seduction 2WD',
'transmission': 'manual',
'trim': 'Seduction 2WD',
'year': 2013}
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZU39445%27 HTTP/1.1" 200 None
2026-03-29 12:06:07 [auto1.it] INFO: Saving data for ZU39445: {'auction_closing_time': 1774883831.0, 'created_time': 1774602369.234973, 'last_price_update_time': 1774785967.78145}
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZU39445') HTTP/1.1" 204 0
2026-03-29 12:06:07 [auto1.it] INFO: Found listing with ID: AM53032
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AM53032%27 HTTP/1.1" 200 None
2026-03-29 12:06:07 [auto1.it] INFO: Scrape type for AM53032: 0
2026-03-29 12:06:07 [auto1.it] INFO: Found listing with ID: ZU37783
2026-03-29 12:06:07 [auto1.it] INFO: Found listing with ID: KA22424
2026-03-29 12:06:07 [auto1.it] INFO: Found listing with ID: GC28590
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GC28590%27 HTTP/1.1" 200 None
2026-03-29 12:06:07 [auto1.it] INFO: Scrape type for GC28590: 2
2026-03-29 12:06:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9380dd8-4869-57e4-a278-120a1961d0bd with identifier: GC28590
2026-03-29 12:06:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9380dd8-4869-57e4-a278-120a1961d0bd with scrape type 2
2026-03-29 12:06:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9380dd8-4869-57e4-a278-120a1961d0bd with scrape type 2
2026-03-29 12:06:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a9380dd8-4869-57e4-a278-120a1961d0bd, identifier: GC28590
2026-03-29 12:06:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a9380dd8-4869-57e4-a278-120a1961d0bd with identifier: GC28590
2026-03-29 12:06:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=hybrid HTTP/1.1" 200 None
2026-03-29 12:06:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:06: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 12:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a9380dd8-4869-57e4-a278-120a1961d0bd with identifier: GC28590
2026-03-29 12:06:08 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a9380dd8-4869-57e4-a278-120a1961d0bd with identifier: GC28590 to the API
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 224,
'expiration_date': '2026-03-30T15:17:39Z',
'fuel_type': 'hybrid',
'id': 'a9380dd8-4869-57e4-a278-120a1961d0bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GC28590',
'listing': 'auction',
'make': 'Peugeot',
'model': '3008',
'odometer': 66685,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-28',
'seller_name': None,
'title': 'Peugeot 3008 1.6 Hybrid Allure Pack',
'transmission': 'automatic',
'trim': 'Allure Pack',
'year': 2021}
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GC28590%27 HTTP/1.1" 200 None
2026-03-29 12:06:08 [auto1.it] INFO: Saving data for GC28590: {'auction_closing_time': 1774883859.0, 'created_time': 1773130637.903386, 'last_price_update_time': 1774785968.552786}
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GC28590') HTTP/1.1" 204 0
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: XF95831
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: WW13816
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: FN78187
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FN78187%27 HTTP/1.1" 200 None
2026-03-29 12:06:08 [auto1.it] INFO: Scrape type for FN78187: 0
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: ZV13161
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZV13161%27 HTTP/1.1" 200 None
2026-03-29 12:06:08 [auto1.it] INFO: Scrape type for ZV13161: 0
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: CR75802
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CR75802%27 HTTP/1.1" 200 None
2026-03-29 12:06:08 [auto1.it] INFO: Scrape type for CR75802: 0
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: GY86444
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: SE74727
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: DC79490
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DC79490%27 HTTP/1.1" 200 None
2026-03-29 12:06:08 [auto1.it] INFO: Scrape type for DC79490: 0
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: HJ71706
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: ZW42216
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZW42216%27 HTTP/1.1" 200 None
2026-03-29 12:06:08 [auto1.it] INFO: Scrape type for ZW42216: 0
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: WP65731
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: MC91027
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MC91027%27 HTTP/1.1" 200 None
2026-03-29 12:06:08 [auto1.it] INFO: Scrape type for MC91027: 0
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: FG66384
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FG66384%27 HTTP/1.1" 200 None
2026-03-29 12:06:08 [auto1.it] INFO: Scrape type for FG66384: 0
2026-03-29 12:06:08 [auto1.it] INFO: Found listing with ID: DW35808
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DW35808%27 HTTP/1.1" 200 None
2026-03-29 12:06:08 [auto1.it] INFO: Scrape type for DW35808: 2
2026-03-29 12:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 197d26e9-af65-5a3d-873e-30db2bb00576 with identifier: DW35808
2026-03-29 12:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 197d26e9-af65-5a3d-873e-30db2bb00576 with scrape type 2
2026-03-29 12:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 197d26e9-af65-5a3d-873e-30db2bb00576 with scrape type 2
2026-03-29 12:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 197d26e9-af65-5a3d-873e-30db2bb00576, identifier: DW35808
2026-03-29 12:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 197d26e9-af65-5a3d-873e-30db2bb00576 with identifier: DW35808
2026-03-29 12:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 197d26e9-af65-5a3d-873e-30db2bb00576 with identifier: DW35808
2026-03-29 12:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 197d26e9-af65-5a3d-873e-30db2bb00576 with identifier: DW35808 to the API
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 116,
'expiration_date': '2026-03-30T15:35:12Z',
'fuel_type': 'diesel',
'id': '197d26e9-af65-5a3d-873e-30db2bb00576',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DW35808',
'listing': 'auction',
'make': 'Renault',
'model': 'Megane',
'odometer': 161402,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-27',
'seller_name': None,
'title': 'Renault Megane 1.5 BLUE dCi Business Edition',
'transmission': 'manual',
'trim': 'Business Edition',
'year': 2021}
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DW35808%27 HTTP/1.1" 200 None
2026-03-29 12:06:09 [auto1.it] INFO: Saving data for DW35808: {'auction_closing_time': 1774884912.0, 'created_time': 1774275005.076173, 'last_price_update_time': 1774785969.264683}
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DW35808') HTTP/1.1" 204 0
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: CN54432
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: NL99769
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: MZ97051
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MZ97051%27 HTTP/1.1" 200 None
2026-03-29 12:06:09 [auto1.it] INFO: Scrape type for MZ97051: 0
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: DW91233
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: BF95758
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BF95758%27 HTTP/1.1" 200 None
2026-03-29 12:06:09 [auto1.it] INFO: Scrape type for BF95758: 0
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: RG91775
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: FT00845
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: ZF37954
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: RG06778
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RG06778%27 HTTP/1.1" 200 None
2026-03-29 12:06:09 [auto1.it] INFO: Scrape type for RG06778: 2
2026-03-29 12:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0845609f-0d61-505f-8658-da37744a5288 with identifier: RG06778
2026-03-29 12:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0845609f-0d61-505f-8658-da37744a5288 with scrape type 2
2026-03-29 12:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0845609f-0d61-505f-8658-da37744a5288 with scrape type 2
2026-03-29 12:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0845609f-0d61-505f-8658-da37744a5288, identifier: RG06778
2026-03-29 12:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0845609f-0d61-505f-8658-da37744a5288 with identifier: RG06778
2026-03-29 12:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0845609f-0d61-505f-8658-da37744a5288 with identifier: RG06778
2026-03-29 12:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0845609f-0d61-505f-8658-da37744a5288 with identifier: RG06778 to the API
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 110,
'expiration_date': '2026-03-30T15:46:21Z',
'fuel_type': 'diesel',
'id': '0845609f-0d61-505f-8658-da37744a5288',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RG06778',
'listing': 'auction',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 221864,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-10',
'seller_name': None,
'title': 'Nissan Qashqai 1.5 Turbodiesel Acenta',
'transmission': 'manual',
'trim': 'Acenta',
'year': 2016}
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RG06778%27 HTTP/1.1" 200 None
2026-03-29 12:06:09 [auto1.it] INFO: Saving data for RG06778: {'auction_closing_time': 1774885581.0, 'created_time': 1774602424.154842, 'last_price_update_time': 1774785969.82595}
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RG06778') HTTP/1.1" 204 0
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: PS40086
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PS40086%27 HTTP/1.1" 200 None
2026-03-29 12:06:09 [auto1.it] INFO: Scrape type for PS40086: 0
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: LB35454
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LB35454%27 HTTP/1.1" 200 None
2026-03-29 12:06:09 [auto1.it] INFO: Scrape type for LB35454: 0
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: XH07717
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XH07717%27 HTTP/1.1" 200 None
2026-03-29 12:06:09 [auto1.it] INFO: Scrape type for XH07717: 0
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: FC72088
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: WK88793
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: XY56734
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: UH63202
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: RF41966
2026-03-29 12:06:09 [auto1.it] INFO: Found listing with ID: HU04780
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HU04780%27 HTTP/1.1" 200 None
2026-03-29 12:06:09 [auto1.it] INFO: Scrape type for HU04780: 2
2026-03-29 12:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24201b62-363b-5048-94ca-f6c86f7c0939 with identifier: HU04780
2026-03-29 12:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24201b62-363b-5048-94ca-f6c86f7c0939 with scrape type 2
2026-03-29 12:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24201b62-363b-5048-94ca-f6c86f7c0939 with scrape type 2
2026-03-29 12:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 24201b62-363b-5048-94ca-f6c86f7c0939, identifier: HU04780
2026-03-29 12:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 24201b62-363b-5048-94ca-f6c86f7c0939 with identifier: HU04780
2026-03-29 12:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 24201b62-363b-5048-94ca-f6c86f7c0939 with identifier: HU04780
2026-03-29 12:06:10 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 24201b62-363b-5048-94ca-f6c86f7c0939 with identifier: HU04780 to the API
2026-03-29 12:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 2,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:04:46Z',
'fuel_type': 'petrol',
'id': '24201b62-363b-5048-94ca-f6c86f7c0939',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/HU04780',
'listing': 'auction',
'make': 'Smart',
'model': 'fortwo',
'odometer': 86545,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-02-05',
'seller_name': None,
'title': 'Smart fortwo 1.0 Basis pulse',
'transmission': 'automatic',
'trim': 'Basis pulse',
'year': 2009}
2026-03-29 12:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HU04780%27 HTTP/1.1" 200 None
2026-03-29 12:06:10 [auto1.it] INFO: Saving data for HU04780: {'auction_closing_time': 1774883086.0, 'created_time': 1774274814.555555, 'last_price_update_time': 1774785970.336228}
2026-03-29 12:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HU04780') HTTP/1.1" 204 0
2026-03-29 12:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:06:11 [auto1.it] INFO: Channel: 24h | Page: 26 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:11 [auto1.it] INFO: Found listing with ID: JV49964
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JV49964%27 HTTP/1.1" 200 None
2026-03-29 12:06:11 [auto1.it] INFO: Scrape type for JV49964: 2
2026-03-29 12:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e8a2f4f-189f-5623-85e3-01d5fd49016e with identifier: JV49964
2026-03-29 12:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e8a2f4f-189f-5623-85e3-01d5fd49016e with scrape type 2
2026-03-29 12:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e8a2f4f-189f-5623-85e3-01d5fd49016e with scrape type 2
2026-03-29 12:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3e8a2f4f-189f-5623-85e3-01d5fd49016e, identifier: JV49964
2026-03-29 12:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3e8a2f4f-189f-5623-85e3-01d5fd49016e with identifier: JV49964
2026-03-29 12:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3e8a2f4f-189f-5623-85e3-01d5fd49016e with identifier: JV49964
2026-03-29 12:06:11 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3e8a2f4f-189f-5623-85e3-01d5fd49016e with identifier: JV49964 to the API
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 130,
'expiration_date': '2026-03-30T15:04:49Z',
'fuel_type': 'petrol',
'id': '3e8a2f4f-189f-5623-85e3-01d5fd49016e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JV49964',
'listing': 'auction',
'make': 'Honda',
'model': 'HR-V',
'odometer': 44312,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-23',
'seller_name': None,
'title': 'Honda HR-V 1.5 i-VTEC Elegance',
'transmission': 'automatic',
'trim': 'Elegance',
'year': 2016}
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JV49964%27 HTTP/1.1" 200 None
2026-03-29 12:06:11 [auto1.it] INFO: Saving data for JV49964: {'auction_closing_time': 1774883089.0, 'created_time': 1774300284.006307, 'last_price_update_time': 1774785971.741708}
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JV49964') HTTP/1.1" 204 0
2026-03-29 12:06: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 12:06:11 [auto1.it] INFO: Found listing with ID: VY30881
2026-03-29 12:06:11 [auto1.it] INFO: Found listing with ID: HE58096
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HE58096%27 HTTP/1.1" 200 None
2026-03-29 12:06:11 [auto1.it] INFO: Scrape type for HE58096: 0
2026-03-29 12:06:11 [auto1.it] INFO: Found listing with ID: HY50336
2026-03-29 12:06:11 [auto1.it] INFO: Found listing with ID: FG41149
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FG41149%27 HTTP/1.1" 200 None
2026-03-29 12:06:11 [auto1.it] INFO: Scrape type for FG41149: 0
2026-03-29 12:06:11 [auto1.it] INFO: Found listing with ID: YM68683
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YM68683%27 HTTP/1.1" 200 None
2026-03-29 12:06:11 [auto1.it] INFO: Scrape type for YM68683: 0
2026-03-29 12:06:11 [auto1.it] INFO: Found listing with ID: AK04319
2026-03-29 12:06:11 [auto1.it] INFO: Found listing with ID: BR57787
2026-03-29 12:06:11 [auto1.it] INFO: Found listing with ID: BD43330
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BD43330%27 HTTP/1.1" 200 None
2026-03-29 12:06:11 [auto1.it] INFO: Scrape type for BD43330: 0
2026-03-29 12:06:11 [auto1.it] INFO: Found listing with ID: EW75020
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EW75020%27 HTTP/1.1" 200 None
2026-03-29 12:06:11 [auto1.it] INFO: Scrape type for EW75020: 0
2026-03-29 12:06:11 [auto1.it] INFO: Found listing with ID: JU21728
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JU21728%27 HTTP/1.1" 200 None
2026-03-29 12:06:11 [auto1.it] INFO: Scrape type for JU21728: 2
2026-03-29 12:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26f996c9-9f8b-5fd5-a798-072e6c16fcd1 with identifier: JU21728
2026-03-29 12:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26f996c9-9f8b-5fd5-a798-072e6c16fcd1 with scrape type 2
2026-03-29 12:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26f996c9-9f8b-5fd5-a798-072e6c16fcd1 with scrape type 2
2026-03-29 12:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 26f996c9-9f8b-5fd5-a798-072e6c16fcd1, identifier: JU21728
2026-03-29 12:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 26f996c9-9f8b-5fd5-a798-072e6c16fcd1 with identifier: JU21728
2026-03-29 12:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 26f996c9-9f8b-5fd5-a798-072e6c16fcd1 with identifier: JU21728
2026-03-29 12:06:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 26f996c9-9f8b-5fd5-a798-072e6c16fcd1 with identifier: JU21728 to the API
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:30:18Z',
'fuel_type': 'diesel',
'id': '26f996c9-9f8b-5fd5-a798-072e6c16fcd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JU21728',
'listing': 'auction',
'make': 'BMW',
'model': '1er',
'odometer': 94636,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-28',
'seller_name': None,
'title': 'BMW 1er 114d M Sport',
'transmission': 'manual',
'trim': 'M Sport',
'year': 2017}
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JU21728%27 HTTP/1.1" 200 None
2026-03-29 12:06:12 [auto1.it] INFO: Saving data for JU21728: {'auction_closing_time': 1774884618.0, 'created_time': 1774602414.823306, 'last_price_update_time': 1774785972.234043}
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JU21728') HTTP/1.1" 204 0
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: SS18980
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: PA42280
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PA42280%27 HTTP/1.1" 200 None
2026-03-29 12:06:12 [auto1.it] INFO: Scrape type for PA42280: 0
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: WP88184
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WP88184%27 HTTP/1.1" 200 None
2026-03-29 12:06:12 [auto1.it] INFO: Scrape type for WP88184: 0
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: FT22704
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: YS49191
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: CS16004
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CS16004%27 HTTP/1.1" 200 None
2026-03-29 12:06:12 [auto1.it] INFO: Scrape type for CS16004: 0
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: LY57551
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LY57551%27 HTTP/1.1" 200 None
2026-03-29 12:06:12 [auto1.it] INFO: Scrape type for LY57551: 0
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: WS24501
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: LT75746
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: JS42398
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: HA44632
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HA44632%27 HTTP/1.1" 200 None
2026-03-29 12:06:12 [auto1.it] INFO: Scrape type for HA44632: 0
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: FU42856
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: EN82101
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: LW40364
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LW40364%27 HTTP/1.1" 200 None
2026-03-29 12:06:12 [auto1.it] INFO: Scrape type for LW40364: 0
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: RB41794
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: HU53243
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: CP99007
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: NF26556
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NF26556%27 HTTP/1.1" 200 None
2026-03-29 12:06:12 [auto1.it] INFO: Scrape type for NF26556: 2
2026-03-29 12:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1ed4135-2f3e-5710-b32e-7aab4958987a with identifier: NF26556
2026-03-29 12:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1ed4135-2f3e-5710-b32e-7aab4958987a with scrape type 2
2026-03-29 12:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1ed4135-2f3e-5710-b32e-7aab4958987a with scrape type 2
2026-03-29 12:06:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e1ed4135-2f3e-5710-b32e-7aab4958987a, identifier: NF26556
2026-03-29 12:06:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e1ed4135-2f3e-5710-b32e-7aab4958987a with identifier: NF26556
2026-03-29 12:06:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e1ed4135-2f3e-5710-b32e-7aab4958987a with identifier: NF26556
2026-03-29 12:06:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e1ed4135-2f3e-5710-b32e-7aab4958987a with identifier: NF26556 to the API
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:04:52Z',
'fuel_type': 'petrol',
'id': 'e1ed4135-2f3e-5710-b32e-7aab4958987a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NF26556',
'listing': 'auction',
'make': 'Opel',
'model': 'Corsa',
'odometer': 132267,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-05-30',
'seller_name': None,
'title': 'Opel Corsa 1.2 Edition',
'transmission': 'manual',
'trim': 'Edition',
'year': 2010}
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NF26556%27 HTTP/1.1" 200 None
2026-03-29 12:06:12 [auto1.it] INFO: Saving data for NF26556: {'auction_closing_time': 1774883092.0, 'created_time': 1773781763.787489, 'last_price_update_time': 1774785972.85866}
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NF26556') HTTP/1.1" 204 0
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: LC07756
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: LG11183
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: RU03062
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: SA71650
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: SN43721
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: NZ37386
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: SH22107
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SH22107%27 HTTP/1.1" 200 None
2026-03-29 12:06:12 [auto1.it] INFO: Scrape type for SH22107: 0
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: DB18786
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: ZR59714
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: GV78973
2026-03-29 12:06:12 [auto1.it] INFO: Found listing with ID: VE23835
2026-03-29 12:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VE23835%27 HTTP/1.1" 200 None
2026-03-29 12:06:13 [auto1.it] INFO: Scrape type for VE23835: 0
2026-03-29 12:06: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 12:06:13 [auto1.it] INFO: Channel: 24h | Page: 27 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:13 [auto1.it] INFO: Found listing with ID: VC26054
2026-03-29 12:06:13 [auto1.it] INFO: Found listing with ID: UZ55357
2026-03-29 12:06:13 [auto1.it] INFO: Found listing with ID: US69373
2026-03-29 12:06:13 [auto1.it] INFO: Found listing with ID: RZ15516
2026-03-29 12:06:13 [auto1.it] INFO: Found listing with ID: EJ70164
2026-03-29 12:06:13 [auto1.it] INFO: Found listing with ID: DW16027
2026-03-29 12:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DW16027%27 HTTP/1.1" 200 None
2026-03-29 12:06:13 [auto1.it] INFO: Scrape type for DW16027: 0
2026-03-29 12:06:13 [auto1.it] INFO: Found listing with ID: EZ15489
2026-03-29 12:06:13 [auto1.it] INFO: Found listing with ID: XC90090
2026-03-29 12:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XC90090%27 HTTP/1.1" 200 None
2026-03-29 12:06:13 [auto1.it] INFO: Scrape type for XC90090: 0
2026-03-29 12:06:13 [auto1.it] INFO: Found listing with ID: PZ08956
2026-03-29 12:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PZ08956%27 HTTP/1.1" 200 None
2026-03-29 12:06:13 [auto1.it] INFO: Scrape type for PZ08956: 0
2026-03-29 12:06:13 [auto1.it] INFO: Found listing with ID: LB78915
2026-03-29 12:06:13 [auto1.it] INFO: Found listing with ID: BV29552
2026-03-29 12:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BV29552%27 HTTP/1.1" 200 None
2026-03-29 12:06:13 [auto1.it] INFO: Scrape type for BV29552: 2
2026-03-29 12:06:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97ea31b4-3af1-5a77-b24b-c842f01fcf95 with identifier: BV29552
2026-03-29 12:06:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97ea31b4-3af1-5a77-b24b-c842f01fcf95 with scrape type 2
2026-03-29 12:06:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97ea31b4-3af1-5a77-b24b-c842f01fcf95 with scrape type 2
2026-03-29 12:06:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 97ea31b4-3af1-5a77-b24b-c842f01fcf95, identifier: BV29552
2026-03-29 12:06:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 97ea31b4-3af1-5a77-b24b-c842f01fcf95 with identifier: BV29552
2026-03-29 12:06:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 97ea31b4-3af1-5a77-b24b-c842f01fcf95 with identifier: BV29552
2026-03-29 12:06:14 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 97ea31b4-3af1-5a77-b24b-c842f01fcf95 with identifier: BV29552 to the API
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:41:52Z',
'fuel_type': 'diesel',
'id': '97ea31b4-3af1-5a77-b24b-c842f01fcf95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BV29552',
'listing': 'auction',
'make': 'Audi',
'model': 'A4 Allroad',
'odometer': 229634,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-30',
'seller_name': None,
'title': 'Audi A4 Allroad 2.0 TDI quattro',
'transmission': 'automatic',
'trim': 'quattro',
'year': 2017}
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BV29552%27 HTTP/1.1" 200 None
2026-03-29 12:06:14 [auto1.it] INFO: Saving data for BV29552: {'auction_closing_time': 1774885312.0, 'created_time': 1772627794.601167, 'last_price_update_time': 1774785974.353227}
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BV29552') HTTP/1.1" 204 0
2026-03-29 12:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: DX23883
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: XT45099
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: TK94629
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TK94629%27 HTTP/1.1" 200 None
2026-03-29 12:06:14 [auto1.it] INFO: Scrape type for TK94629: 0
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: FM13591
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: VS11522
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VS11522%27 HTTP/1.1" 200 None
2026-03-29 12:06:14 [auto1.it] INFO: Scrape type for VS11522: 0
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: YA27066
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: YC82026
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YC82026%27 HTTP/1.1" 200 None
2026-03-29 12:06:14 [auto1.it] INFO: Scrape type for YC82026: 0
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: AM02692
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: TZ10573
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: MU47199
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: BF81880
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: SL34558
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: RJ45303
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: NP01679
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: ZJ24732
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: LA76603
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LA76603%27 HTTP/1.1" 200 None
2026-03-29 12:06:14 [auto1.it] INFO: Scrape type for LA76603: 0
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: FY53013
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FY53013%27 HTTP/1.1" 200 None
2026-03-29 12:06:14 [auto1.it] INFO: Scrape type for FY53013: 0
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: UK76860
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UK76860%27 HTTP/1.1" 200 None
2026-03-29 12:06:14 [auto1.it] INFO: Scrape type for UK76860: 0
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: AY40178
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AY40178%27 HTTP/1.1" 200 None
2026-03-29 12:06:14 [auto1.it] INFO: Scrape type for AY40178: 0
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: RD96225
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: ES67961
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: WH06276
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WH06276%27 HTTP/1.1" 200 None
2026-03-29 12:06:14 [auto1.it] INFO: Scrape type for WH06276: 0
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: AH91466
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: JY18899
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: CH37521
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CH37521%27 HTTP/1.1" 200 None
2026-03-29 12:06:14 [auto1.it] INFO: Scrape type for CH37521: 0
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: UW72001
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UW72001%27 HTTP/1.1" 200 None
2026-03-29 12:06:14 [auto1.it] INFO: Scrape type for UW72001: 0
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: SN82896
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: UM78803
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UM78803%27 HTTP/1.1" 200 None
2026-03-29 12:06:14 [auto1.it] INFO: Scrape type for UM78803: 0
2026-03-29 12:06:14 [auto1.it] INFO: Found listing with ID: KR43222
2026-03-29 12:06:15 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:06:15 [auto1.it] INFO: Channel: 24h | Page: 28 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: BR67394
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BR67394%27 HTTP/1.1" 200 None
2026-03-29 12:06:15 [auto1.it] INFO: Scrape type for BR67394: 0
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: LV68988
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: CY31858
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CY31858%27 HTTP/1.1" 200 None
2026-03-29 12:06:15 [auto1.it] INFO: Scrape type for CY31858: 0
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: CD01213
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CD01213%27 HTTP/1.1" 200 None
2026-03-29 12:06:15 [auto1.it] INFO: Scrape type for CD01213: 0
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: RD78006
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: SN26450
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SN26450%27 HTTP/1.1" 200 None
2026-03-29 12:06:15 [auto1.it] INFO: Scrape type for SN26450: 0
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: YX83263
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: MT71865
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: CP76510
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CP76510%27 HTTP/1.1" 200 None
2026-03-29 12:06:15 [auto1.it] INFO: Scrape type for CP76510: 0
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: PZ52577
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PZ52577%27 HTTP/1.1" 200 None
2026-03-29 12:06:15 [auto1.it] INFO: Scrape type for PZ52577: 0
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: VS54724
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: KH25019
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: PN56075
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: HZ92978
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: EC20535
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: VX84045
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: YJ87795
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: JT68367
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: XZ26785
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: YZ06369
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: ZS94509
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: SM34278
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: RG49415
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RG49415%27 HTTP/1.1" 200 None
2026-03-29 12:06:15 [auto1.it] INFO: Scrape type for RG49415: 0
2026-03-29 12:06:15 [auto1.it] INFO: Found listing with ID: CV42265
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CV42265%27 HTTP/1.1" 200 None
2026-03-29 12:06:15 [auto1.it] INFO: Scrape type for CV42265: 2
2026-03-29 12:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4634efff-d31b-58db-be84-2a197ad5e800 with identifier: CV42265
2026-03-29 12:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4634efff-d31b-58db-be84-2a197ad5e800 with scrape type 2
2026-03-29 12:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4634efff-d31b-58db-be84-2a197ad5e800 with scrape type 2
2026-03-29 12:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4634efff-d31b-58db-be84-2a197ad5e800, identifier: CV42265
2026-03-29 12:06:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4634efff-d31b-58db-be84-2a197ad5e800 with identifier: CV42265
2026-03-29 12:06:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4634efff-d31b-58db-be84-2a197ad5e800 with identifier: CV42265
2026-03-29 12:06:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4634efff-d31b-58db-be84-2a197ad5e800 with identifier: CV42265 to the API
2026-03-29 12:06:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:31:20Z',
'fuel_type': 'diesel',
'id': '4634efff-d31b-58db-be84-2a197ad5e800',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CV42265',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'A-Klasse',
'odometer': 199993,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-05-07',
'seller_name': None,
'title': 'Mercedes-Benz A-Klasse A 180 CDI',
'transmission': 'manual',
'trim': '',
'year': 2009}
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CV42265%27 HTTP/1.1" 200 None
2026-03-29 12:06:16 [auto1.it] INFO: Saving data for CV42265: {'auction_closing_time': 1774884680.0, 'created_time': 1773232873.551658, 'last_price_update_time': 1774785976.152565}
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CV42265') HTTP/1.1" 204 0
2026-03-29 12:06: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 12:06:16 [auto1.it] INFO: Found listing with ID: EB44721
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EB44721%27 HTTP/1.1" 200 None
2026-03-29 12:06:16 [auto1.it] INFO: Scrape type for EB44721: 0
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: LM72883
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LM72883%27 HTTP/1.1" 200 None
2026-03-29 12:06:16 [auto1.it] INFO: Scrape type for LM72883: 0
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: JC85025
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: FC91970
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FC91970%27 HTTP/1.1" 200 None
2026-03-29 12:06:16 [auto1.it] INFO: Scrape type for FC91970: 0
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: PR30387
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PR30387%27 HTTP/1.1" 200 None
2026-03-29 12:06:16 [auto1.it] INFO: Scrape type for PR30387: 2
2026-03-29 12:06:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0b846f0-aec5-59ed-b87e-39cbe1d88023 with identifier: PR30387
2026-03-29 12:06:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0b846f0-aec5-59ed-b87e-39cbe1d88023 with scrape type 2
2026-03-29 12:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0b846f0-aec5-59ed-b87e-39cbe1d88023 with scrape type 2
2026-03-29 12:06:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a0b846f0-aec5-59ed-b87e-39cbe1d88023, identifier: PR30387
2026-03-29 12:06:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a0b846f0-aec5-59ed-b87e-39cbe1d88023 with identifier: PR30387
2026-03-29 12:06:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a0b846f0-aec5-59ed-b87e-39cbe1d88023 with identifier: PR30387
2026-03-29 12:06:16 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a0b846f0-aec5-59ed-b87e-39cbe1d88023 with identifier: PR30387 to the API
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:40:58Z',
'fuel_type': 'petrol',
'id': 'a0b846f0-aec5-59ed-b87e-39cbe1d88023',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PR30387',
'listing': 'auction',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 27798,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-06',
'seller_name': None,
'title': 'Skoda Fabia 1.0 TSI Style',
'transmission': 'automatic',
'trim': 'Style',
'year': 2024}
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PR30387%27 HTTP/1.1" 200 None
2026-03-29 12:06:16 [auto1.it] INFO: Saving data for PR30387: {'auction_closing_time': 1774885258.0, 'created_time': 1774274782.180945, 'last_price_update_time': 1774785976.727001}
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PR30387') HTTP/1.1" 204 0
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: BE28605
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: BS72965
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: NN68396
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: JF19899
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: TG15136
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TG15136%27 HTTP/1.1" 200 None
2026-03-29 12:06:16 [auto1.it] INFO: Scrape type for TG15136: 0
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: DT34666
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: YG71564
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: TK41328
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: NP33035
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NP33035%27 HTTP/1.1" 200 None
2026-03-29 12:06:16 [auto1.it] INFO: Scrape type for NP33035: 0
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: LH23447
2026-03-29 12:06:16 [auto1.it] INFO: Found listing with ID: NT98508
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NT98508%27 HTTP/1.1" 200 None
2026-03-29 12:06:16 [auto1.it] INFO: Scrape type for NT98508: 0
2026-03-29 12:06: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 12:06:20 [auto1.it] INFO: Channel: 24h | Page: 29 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: BW44627
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: XE50216
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: SN54717
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: RA17642
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: ZR71790
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZR71790%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Scrape type for ZR71790: 0
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: DP78893
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DP78893%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Scrape type for DP78893: 0
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: VS39586
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VS39586%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Scrape type for VS39586: 0
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: WZ23561
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: KX90230
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: HU57000
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HU57000%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Scrape type for HU57000: 0
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: MZ03364
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: TG59717
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TG59717%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Scrape type for TG59717: 0
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: YH14903
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YH14903%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Scrape type for YH14903: 0
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: JP72281
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JP72281%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Scrape type for JP72281: 0
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: DW12777
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: RB40748
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: RM58290
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: RY04213
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RY04213%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Scrape type for RY04213: 2
2026-03-29 12:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0aa486cf-c736-5661-9818-5c706ee54e04 with identifier: RY04213
2026-03-29 12:06:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0aa486cf-c736-5661-9818-5c706ee54e04 with scrape type 2
2026-03-29 12:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0aa486cf-c736-5661-9818-5c706ee54e04 with scrape type 2
2026-03-29 12:06:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0aa486cf-c736-5661-9818-5c706ee54e04, identifier: RY04213
2026-03-29 12:06:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0aa486cf-c736-5661-9818-5c706ee54e04 with identifier: RY04213
2026-03-29 12:06:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0aa486cf-c736-5661-9818-5c706ee54e04 with identifier: RY04213
2026-03-29 12:06:20 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0aa486cf-c736-5661-9818-5c706ee54e04 with identifier: RY04213 to the API
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:48:37Z',
'fuel_type': 'diesel',
'id': '0aa486cf-c736-5661-9818-5c706ee54e04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RY04213',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'New Beetle',
'odometer': 131789,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-10-28',
'seller_name': None,
'title': 'Volkswagen New Beetle 1.9 TDI',
'transmission': 'manual',
'trim': '',
'year': 2010}
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RY04213%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Saving data for RY04213: {'auction_closing_time': 1774885717.0, 'created_time': 1773136058.982633, 'last_price_update_time': 1774785980.752626}
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RY04213') HTTP/1.1" 204 0
2026-03-29 12:06: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 12:06:20 [auto1.it] INFO: Found listing with ID: UU51056
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: CW11036
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: WV91656
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WV91656%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Scrape type for WV91656: 0
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: RF27989
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF27989%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Scrape type for RF27989: 0
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: VV97216
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: HZ65981
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: EP92787
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: PD07113
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PD07113%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Scrape type for PD07113: 0
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: WG94514
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WG94514%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Scrape type for WG94514: 0
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: EP88995
2026-03-29 12:06:20 [auto1.it] INFO: Found listing with ID: KT34727
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KT34727%27 HTTP/1.1" 200 None
2026-03-29 12:06:20 [auto1.it] INFO: Scrape type for KT34727: 2
2026-03-29 12:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 554f2825-3090-5972-afb0-0ffeab75b9c9 with identifier: KT34727
2026-03-29 12:06:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 554f2825-3090-5972-afb0-0ffeab75b9c9 with scrape type 2
2026-03-29 12:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 554f2825-3090-5972-afb0-0ffeab75b9c9 with scrape type 2
2026-03-29 12:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 554f2825-3090-5972-afb0-0ffeab75b9c9, identifier: KT34727
2026-03-29 12:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 554f2825-3090-5972-afb0-0ffeab75b9c9 with identifier: KT34727
2026-03-29 12:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 554f2825-3090-5972-afb0-0ffeab75b9c9 with identifier: KT34727
2026-03-29 12:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 554f2825-3090-5972-afb0-0ffeab75b9c9 with identifier: KT34727 to the API
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:21:18Z',
'fuel_type': 'petrol',
'id': '554f2825-3090-5972-afb0-0ffeab75b9c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KT34727',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VII',
'odometer': 212741,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-21',
'seller_name': None,
'title': 'Volkswagen Golf VII 1.4 TGI Highline BlueMotion',
'transmission': 'manual',
'trim': 'Highline BlueMotion',
'year': 2016}
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KT34727%27 HTTP/1.1" 200 None
2026-03-29 12:06:21 [auto1.it] INFO: Saving data for KT34727: {'auction_closing_time': 1774884078.0, 'created_time': 1774274868.495074, 'last_price_update_time': 1774785981.406654}
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KT34727') HTTP/1.1" 204 0
2026-03-29 12:06:21 [auto1.it] INFO: Found listing with ID: LG27793
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LG27793%27 HTTP/1.1" 200 None
2026-03-29 12:06:21 [auto1.it] INFO: Scrape type for LG27793: 0
2026-03-29 12:06:21 [auto1.it] INFO: Found listing with ID: HB10468
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HB10468%27 HTTP/1.1" 200 None
2026-03-29 12:06:21 [auto1.it] INFO: Scrape type for HB10468: 0
2026-03-29 12:06:21 [auto1.it] INFO: Found listing with ID: ZR58855
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZR58855%27 HTTP/1.1" 200 None
2026-03-29 12:06:21 [auto1.it] INFO: Scrape type for ZR58855: 0
2026-03-29 12:06:21 [auto1.it] INFO: Found listing with ID: BA64945
2026-03-29 12:06:21 [auto1.it] INFO: Found listing with ID: WT06044
2026-03-29 12:06:21 [auto1.it] INFO: Found listing with ID: GM73700
2026-03-29 12:06:21 [auto1.it] INFO: Found listing with ID: ER90508
2026-03-29 12:06:21 [auto1.it] INFO: Found listing with ID: VV94396
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VV94396%27 HTTP/1.1" 200 None
2026-03-29 12:06:21 [auto1.it] INFO: Scrape type for VV94396: 2
2026-03-29 12:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12a67b29-f214-5cbc-827b-1ee5a103919f with identifier: VV94396
2026-03-29 12:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12a67b29-f214-5cbc-827b-1ee5a103919f with scrape type 2
2026-03-29 12:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12a67b29-f214-5cbc-827b-1ee5a103919f with scrape type 2
2026-03-29 12:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 12a67b29-f214-5cbc-827b-1ee5a103919f, identifier: VV94396
2026-03-29 12:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 12a67b29-f214-5cbc-827b-1ee5a103919f with identifier: VV94396
2026-03-29 12:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 12a67b29-f214-5cbc-827b-1ee5a103919f with identifier: VV94396
2026-03-29 12:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 12a67b29-f214-5cbc-827b-1ee5a103919f with identifier: VV94396 to the API
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:16:36Z',
'fuel_type': 'diesel',
'id': '12a67b29-f214-5cbc-827b-1ee5a103919f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VV94396',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 147029,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-04-15',
'seller_name': None,
'title': 'Fiat 500 1.3 M-Jet Lounge',
'transmission': 'manual',
'trim': 'Lounge',
'year': 2012}
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VV94396%27 HTTP/1.1" 200 None
2026-03-29 12:06:21 [auto1.it] INFO: Saving data for VV94396: {'auction_closing_time': 1774883796.0, 'created_time': 1774602343.241982, 'last_price_update_time': 1774785981.979966}
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VV94396') HTTP/1.1" 204 0
2026-03-29 12:06:21 [auto1.it] INFO: Found listing with ID: FG85862
2026-03-29 12:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FG85862%27 HTTP/1.1" 200 None
2026-03-29 12:06:22 [auto1.it] INFO: Scrape type for FG85862: 0
2026-03-29 12:06:22 [auto1.it] INFO: Found listing with ID: UN52705
2026-03-29 12:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UN52705%27 HTTP/1.1" 200 None
2026-03-29 12:06:22 [auto1.it] INFO: Scrape type for UN52705: 0
2026-03-29 12:06:22 [auto1.it] INFO: Found listing with ID: RN28631
2026-03-29 12:06:22 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:06:23 [auto1.it] INFO: Channel: 24h | Page: 30 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: NE13837
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: JJ76443
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JJ76443%27 HTTP/1.1" 200 None
2026-03-29 12:06:23 [auto1.it] INFO: Scrape type for JJ76443: 0
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: SR58570
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SR58570%27 HTTP/1.1" 200 None
2026-03-29 12:06:23 [auto1.it] INFO: Scrape type for SR58570: 0
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: AG93268
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AG93268%27 HTTP/1.1" 200 None
2026-03-29 12:06:23 [auto1.it] INFO: Scrape type for AG93268: 0
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: YM91095
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YM91095%27 HTTP/1.1" 200 None
2026-03-29 12:06:23 [auto1.it] INFO: Scrape type for YM91095: 0
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: SW20348
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: YD48620
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: KH50025
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: CH31271
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: NR94524
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: ME64112
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ME64112%27 HTTP/1.1" 200 None
2026-03-29 12:06:23 [auto1.it] INFO: Scrape type for ME64112: 0
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: LC62662
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LC62662%27 HTTP/1.1" 200 None
2026-03-29 12:06:23 [auto1.it] INFO: Scrape type for LC62662: 0
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: NG42330
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: LY59830
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LY59830%27 HTTP/1.1" 200 None
2026-03-29 12:06:23 [auto1.it] INFO: Scrape type for LY59830: 0
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: KW57065
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KW57065%27 HTTP/1.1" 200 None
2026-03-29 12:06:23 [auto1.it] INFO: Scrape type for KW57065: 0
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: GZ29519
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GZ29519%27 HTTP/1.1" 200 None
2026-03-29 12:06:23 [auto1.it] INFO: Scrape type for GZ29519: 0
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: XU45966
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: XP38873
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: UA81726
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UA81726%27 HTTP/1.1" 200 None
2026-03-29 12:06:23 [auto1.it] INFO: Scrape type for UA81726: 0
2026-03-29 12:06:23 [auto1.it] INFO: Found listing with ID: ZZ85760
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZZ85760%27 HTTP/1.1" 200 None
2026-03-29 12:06:23 [auto1.it] INFO: Scrape type for ZZ85760: 2
2026-03-29 12:06:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15b16eb8-2447-501e-ab98-7d71e45ad1ad with identifier: ZZ85760
2026-03-29 12:06:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15b16eb8-2447-501e-ab98-7d71e45ad1ad with scrape type 2
2026-03-29 12:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15b16eb8-2447-501e-ab98-7d71e45ad1ad with scrape type 2
2026-03-29 12:06:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 15b16eb8-2447-501e-ab98-7d71e45ad1ad, identifier: ZZ85760
2026-03-29 12:06:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 15b16eb8-2447-501e-ab98-7d71e45ad1ad with identifier: ZZ85760
2026-03-29 12:06:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 15b16eb8-2447-501e-ab98-7d71e45ad1ad with identifier: ZZ85760
2026-03-29 12:06:23 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 15b16eb8-2447-501e-ab98-7d71e45ad1ad with identifier: ZZ85760 to the API
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:37:13Z',
'fuel_type': 'petrol',
'id': '15b16eb8-2447-501e-ab98-7d71e45ad1ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZZ85760',
'listing': 'auction',
'make': 'Seat',
'model': 'Altea',
'odometer': 134099,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-27',
'seller_name': None,
'title': 'Seat Altea 1.2 TSI Reference',
'transmission': 'manual',
'trim': 'Reference',
'year': 2013}
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZZ85760%27 HTTP/1.1" 200 None
2026-03-29 12:06:23 [auto1.it] INFO: Saving data for ZZ85760: {'auction_closing_time': 1774885033.0, 'created_time': 1772222832.732995, 'last_price_update_time': 1774785983.619292}
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZZ85760') HTTP/1.1" 204 0
2026-03-29 12:06: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 12:06:23 [auto1.it] INFO: Found listing with ID: LP45822
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LP45822%27 HTTP/1.1" 200 None
2026-03-29 12:06:23 [auto1.it] INFO: Scrape type for LP45822: 2
2026-03-29 12:06:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1494abcb-9148-557c-a84a-76588cda64d4 with identifier: LP45822
2026-03-29 12:06:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1494abcb-9148-557c-a84a-76588cda64d4 with scrape type 2
2026-03-29 12:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1494abcb-9148-557c-a84a-76588cda64d4 with scrape type 2
2026-03-29 12:06:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1494abcb-9148-557c-a84a-76588cda64d4, identifier: LP45822
2026-03-29 12:06:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1494abcb-9148-557c-a84a-76588cda64d4 with identifier: LP45822
2026-03-29 12:06:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1494abcb-9148-557c-a84a-76588cda64d4 with identifier: LP45822
2026-03-29 12:06:23 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1494abcb-9148-557c-a84a-76588cda64d4 with identifier: LP45822 to the API
2026-03-29 12:06:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 135,
'expiration_date': '2026-03-30T15:48:14Z',
'fuel_type': 'diesel',
'id': '1494abcb-9148-557c-a84a-76588cda64d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LP45822',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'CLA-Klasse',
'odometer': 189286,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-21',
'seller_name': None,
'title': 'Mercedes-Benz CLA-Klasse CLA 200 d Premium',
'transmission': 'automatic',
'trim': 'Premium',
'year': 2017}
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LP45822%27 HTTP/1.1" 200 None
2026-03-29 12:06:24 [auto1.it] INFO: Saving data for LP45822: {'auction_closing_time': 1774885694.0, 'created_time': 1774274773.652799, 'last_price_update_time': 1774785984.223926}
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LP45822') HTTP/1.1" 204 0
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: VY12867
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: NR23984
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NR23984%27 HTTP/1.1" 200 None
2026-03-29 12:06:24 [auto1.it] INFO: Scrape type for NR23984: 0
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: ET23172
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ET23172%27 HTTP/1.1" 200 None
2026-03-29 12:06:24 [auto1.it] INFO: Scrape type for ET23172: 0
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: TC50511
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: FN23706
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: FK20941
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: VC63991
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: ZK25944
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZK25944%27 HTTP/1.1" 200 None
2026-03-29 12:06:24 [auto1.it] INFO: Scrape type for ZK25944: 2
2026-03-29 12:06:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4f21246-681b-5f0a-a886-1f27570b079b with identifier: ZK25944
2026-03-29 12:06:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4f21246-681b-5f0a-a886-1f27570b079b with scrape type 2
2026-03-29 12:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4f21246-681b-5f0a-a886-1f27570b079b with scrape type 2
2026-03-29 12:06:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a4f21246-681b-5f0a-a886-1f27570b079b, identifier: ZK25944
2026-03-29 12:06:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a4f21246-681b-5f0a-a886-1f27570b079b with identifier: ZK25944
2026-03-29 12:06:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a4f21246-681b-5f0a-a886-1f27570b079b with identifier: ZK25944
2026-03-29 12:06:24 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a4f21246-681b-5f0a-a886-1f27570b079b with identifier: ZK25944 to the API
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:41:01Z',
'fuel_type': 'petrol',
'id': 'a4f21246-681b-5f0a-a886-1f27570b079b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZK25944',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 29475,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-08-30',
'seller_name': None,
'title': 'Fiat Panda 1.2 Pop',
'transmission': 'manual',
'trim': 'Pop',
'year': 2012}
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZK25944%27 HTTP/1.1" 200 None
2026-03-29 12:06:24 [auto1.it] INFO: Saving data for ZK25944: {'auction_closing_time': 1774885261.0, 'created_time': 1774602440.691375, 'last_price_update_time': 1774785984.677161}
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZK25944') HTTP/1.1" 204 0
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: VP99832
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VP99832%27 HTTP/1.1" 200 None
2026-03-29 12:06:24 [auto1.it] INFO: Scrape type for VP99832: 0
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: MU83341
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: EC55479
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: VP75887
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VP75887%27 HTTP/1.1" 200 None
2026-03-29 12:06:24 [auto1.it] INFO: Scrape type for VP75887: 0
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: JE16682
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JE16682%27 HTTP/1.1" 200 None
2026-03-29 12:06:24 [auto1.it] INFO: Scrape type for JE16682: 0
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: YH05705
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: DN97608
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: AF46529
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AF46529%27 HTTP/1.1" 200 None
2026-03-29 12:06:24 [auto1.it] INFO: Scrape type for AF46529: 0
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: BJ63933
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: UT42979
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UT42979%27 HTTP/1.1" 200 None
2026-03-29 12:06:24 [auto1.it] INFO: Scrape type for UT42979: 0
2026-03-29 12:06:24 [auto1.it] INFO: Found listing with ID: PA70519
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PA70519%27 HTTP/1.1" 200 None
2026-03-29 12:06:24 [auto1.it] INFO: Scrape type for PA70519: 0
2026-03-29 12:06: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 12:06:27 [auto1.it] INFO: Channel: 24h | Page: 31 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: LW86872
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LW86872%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Scrape type for LW86872: 0
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: RS56443
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: LN57194
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LN57194%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Scrape type for LN57194: 0
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: CC46702
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: HY22945
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HY22945%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Scrape type for HY22945: 0
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: PL71131
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: JG85699
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JG85699%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Scrape type for JG85699: 0
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: AK60352
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AK60352%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Scrape type for AK60352: 0
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: PN28374
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PN28374%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Scrape type for PN28374: 0
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: YA87774
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YA87774%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Scrape type for YA87774: 2
2026-03-29 12:06:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8574da1e-39e6-523c-97ed-effbcf2aebb4 with identifier: YA87774
2026-03-29 12:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8574da1e-39e6-523c-97ed-effbcf2aebb4 with scrape type 2
2026-03-29 12:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8574da1e-39e6-523c-97ed-effbcf2aebb4 with scrape type 2
2026-03-29 12:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8574da1e-39e6-523c-97ed-effbcf2aebb4, identifier: YA87774
2026-03-29 12:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8574da1e-39e6-523c-97ed-effbcf2aebb4 with identifier: YA87774
2026-03-29 12:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8574da1e-39e6-523c-97ed-effbcf2aebb4 with identifier: YA87774
2026-03-29 12:06:27 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8574da1e-39e6-523c-97ed-effbcf2aebb4 with identifier: YA87774 to the API
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:32:36Z',
'fuel_type': 'petrol',
'id': '8574da1e-39e6-523c-97ed-effbcf2aebb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YA87774',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 78350,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-04-23',
'seller_name': None,
'title': 'Volkswagen up! 1.0 Black up!',
'transmission': 'manual',
'trim': 'Black',
'year': 2012}
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YA87774%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Saving data for YA87774: {'auction_closing_time': 1774884756.0, 'created_time': 1774274767.68964, 'last_price_update_time': 1774785987.767436}
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YA87774') HTTP/1.1" 204 0
2026-03-29 12:06: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 12:06:27 [auto1.it] INFO: Found listing with ID: VA22015
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VA22015%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Scrape type for VA22015: 0
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: MR41650
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: AN53744
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: KL25988
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: NL15395
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NL15395%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Scrape type for NL15395: 0
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: ZW56281
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZW56281%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Scrape type for ZW56281: 0
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: KK35105
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: ER51817
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: GZ99467
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GZ99467%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Scrape type for GZ99467: 0
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: SR85753
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SR85753%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Scrape type for SR85753: 0
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: GB19602
2026-03-29 12:06:27 [auto1.it] INFO: Found listing with ID: WD12881
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WD12881%27 HTTP/1.1" 200 None
2026-03-29 12:06:27 [auto1.it] INFO: Scrape type for WD12881: 2
2026-03-29 12:06:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8bd8467-027d-5672-b2e9-678d305e2445 with identifier: WD12881
2026-03-29 12:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8bd8467-027d-5672-b2e9-678d305e2445 with scrape type 2
2026-03-29 12:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8bd8467-027d-5672-b2e9-678d305e2445 with scrape type 2
2026-03-29 12:06:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b8bd8467-027d-5672-b2e9-678d305e2445, identifier: WD12881
2026-03-29 12:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b8bd8467-027d-5672-b2e9-678d305e2445 with identifier: WD12881
2026-03-29 12:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b8bd8467-027d-5672-b2e9-678d305e2445 with identifier: WD12881
2026-03-29 12:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b8bd8467-027d-5672-b2e9-678d305e2445 with identifier: WD12881 to the API
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 100,
'expiration_date': '2026-03-30T15:12:13Z',
'fuel_type': 'diesel',
'id': 'b8bd8467-027d-5672-b2e9-678d305e2445',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WD12881',
'listing': 'auction',
'make': 'Citroen',
'model': 'C4 Cactus',
'odometer': 139075,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-26',
'seller_name': None,
'title': 'Citroen C4 Cactus 1.6 Blue-HDi Shine',
'transmission': 'automatic',
'trim': 'Shine',
'year': 2017}
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WD12881%27 HTTP/1.1" 200 None
2026-03-29 12:06:28 [auto1.it] INFO: Saving data for WD12881: {'auction_closing_time': 1774883533.0, 'created_time': 1774602449.595466, 'last_price_update_time': 1774785988.413954}
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WD12881') HTTP/1.1" 204 0
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: WB02861
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WB02861%27 HTTP/1.1" 200 None
2026-03-29 12:06:28 [auto1.it] INFO: Scrape type for WB02861: 0
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: NP37024
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: YG18213
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YG18213%27 HTTP/1.1" 200 None
2026-03-29 12:06:28 [auto1.it] INFO: Scrape type for YG18213: 0
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: NA90799
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: JB43722
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: SY65620
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SY65620%27 HTTP/1.1" 200 None
2026-03-29 12:06:28 [auto1.it] INFO: Scrape type for SY65620: 0
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: VC37401
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VC37401%27 HTTP/1.1" 200 None
2026-03-29 12:06:28 [auto1.it] INFO: Scrape type for VC37401: 0
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: JB22661
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: PS88419
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PS88419%27 HTTP/1.1" 200 None
2026-03-29 12:06:28 [auto1.it] INFO: Scrape type for PS88419: 0
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: CH30071
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CH30071%27 HTTP/1.1" 200 None
2026-03-29 12:06:28 [auto1.it] INFO: Scrape type for CH30071: 0
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: WP29588
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: SG58934
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: EH79430
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: ZE54964
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZE54964%27 HTTP/1.1" 200 None
2026-03-29 12:06:28 [auto1.it] INFO: Scrape type for ZE54964: 0
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: ZY20684
2026-03-29 12:06:28 [auto1.it] INFO: Found listing with ID: SH99694
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SH99694%27 HTTP/1.1" 200 None
2026-03-29 12:06:28 [auto1.it] INFO: Scrape type for SH99694: 2
2026-03-29 12:06:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7d269ba-733d-56ac-8202-8b5db925bea4 with identifier: SH99694
2026-03-29 12:06:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7d269ba-733d-56ac-8202-8b5db925bea4 with scrape type 2
2026-03-29 12:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7d269ba-733d-56ac-8202-8b5db925bea4 with scrape type 2
2026-03-29 12:06:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f7d269ba-733d-56ac-8202-8b5db925bea4, identifier: SH99694
2026-03-29 12:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f7d269ba-733d-56ac-8202-8b5db925bea4 with identifier: SH99694
2026-03-29 12:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f7d269ba-733d-56ac-8202-8b5db925bea4 with identifier: SH99694
2026-03-29 12:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f7d269ba-733d-56ac-8202-8b5db925bea4 with identifier: SH99694 to the API
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 265,
'expiration_date': '2026-03-30T15:04:36Z',
'fuel_type': 'diesel',
'id': 'f7d269ba-733d-56ac-8202-8b5db925bea4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SH99694',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'CLS-Klasse',
'odometer': 304601,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-15',
'seller_name': None,
'title': 'Mercedes-Benz CLS-Klasse CLS 350 d Shooting Brake BlueEfficiency',
'transmission': 'automatic',
'trim': 'BlueEfficiency',
'year': 2013}
2026-03-29 12:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SH99694%27 HTTP/1.1" 200 None
2026-03-29 12:06:29 [auto1.it] INFO: Saving data for SH99694: {'auction_closing_time': 1774883076.0, 'created_time': 1774300051.818299, 'last_price_update_time': 1774785989.072359}
2026-03-29 12:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SH99694') HTTP/1.1" 204 0
2026-03-29 12:06:29 [auto1.it] INFO: Found listing with ID: YD47870
2026-03-29 12:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YD47870%27 HTTP/1.1" 200 None
2026-03-29 12:06:29 [auto1.it] INFO: Scrape type for YD47870: 0
2026-03-29 12:06:29 [auto1.it] INFO: Found listing with ID: HP26181
2026-03-29 12:06: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 12:06:30 [auto1.it] INFO: Channel: 24h | Page: 32 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:30 [auto1.it] INFO: Found listing with ID: CA11225
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CA11225%27 HTTP/1.1" 200 None
2026-03-29 12:06:30 [auto1.it] INFO: Scrape type for CA11225: 0
2026-03-29 12:06:30 [auto1.it] INFO: Found listing with ID: GZ15334
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GZ15334%27 HTTP/1.1" 200 None
2026-03-29 12:06:30 [auto1.it] INFO: Scrape type for GZ15334: 0
2026-03-29 12:06:30 [auto1.it] INFO: Found listing with ID: NR19227
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NR19227%27 HTTP/1.1" 200 None
2026-03-29 12:06:30 [auto1.it] INFO: Scrape type for NR19227: 0
2026-03-29 12:06:30 [auto1.it] INFO: Found listing with ID: PE03343
2026-03-29 12:06:30 [auto1.it] INFO: Found listing with ID: CD48597
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CD48597%27 HTTP/1.1" 200 None
2026-03-29 12:06:30 [auto1.it] INFO: Scrape type for CD48597: 0
2026-03-29 12:06:30 [auto1.it] INFO: Found listing with ID: MG44195
2026-03-29 12:06:30 [auto1.it] INFO: Found listing with ID: TD16332
2026-03-29 12:06:30 [auto1.it] INFO: Found listing with ID: ZL42866
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZL42866%27 HTTP/1.1" 200 None
2026-03-29 12:06:30 [auto1.it] INFO: Scrape type for ZL42866: 0
2026-03-29 12:06:30 [auto1.it] INFO: Found listing with ID: FZ15341
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FZ15341%27 HTTP/1.1" 200 None
2026-03-29 12:06:30 [auto1.it] INFO: Scrape type for FZ15341: 0
2026-03-29 12:06:30 [auto1.it] INFO: Found listing with ID: FB65897
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FB65897%27 HTTP/1.1" 200 None
2026-03-29 12:06:30 [auto1.it] INFO: Scrape type for FB65897: 2
2026-03-29 12:06:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9b18727-b23c-5d6c-8faa-e711dbc8882e with identifier: FB65897
2026-03-29 12:06:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9b18727-b23c-5d6c-8faa-e711dbc8882e with scrape type 2
2026-03-29 12:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9b18727-b23c-5d6c-8faa-e711dbc8882e with scrape type 2
2026-03-29 12:06:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a9b18727-b23c-5d6c-8faa-e711dbc8882e, identifier: FB65897
2026-03-29 12:06:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a9b18727-b23c-5d6c-8faa-e711dbc8882e with identifier: FB65897
2026-03-29 12:06:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a9b18727-b23c-5d6c-8faa-e711dbc8882e with identifier: FB65897
2026-03-29 12:06:30 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a9b18727-b23c-5d6c-8faa-e711dbc8882e with identifier: FB65897 to the API
2026-03-29 12:06:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:21:36Z',
'fuel_type': 'diesel',
'id': 'a9b18727-b23c-5d6c-8faa-e711dbc8882e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FB65897',
'listing': 'auction',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 216490,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-23',
'seller_name': None,
'title': 'Jeep Renegade 1.6 M-Jet Limited FWD',
'transmission': 'automatic',
'trim': 'Limited FWD',
'year': 2018}
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FB65897%27 HTTP/1.1" 200 None
2026-03-29 12:06:31 [auto1.it] INFO: Saving data for FB65897: {'auction_closing_time': 1774884096.0, 'created_time': 1772622818.788718, 'last_price_update_time': 1774785991.372351}
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FB65897') HTTP/1.1" 204 0
2026-03-29 12:06:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: XX72612
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: JD30560
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JD30560%27 HTTP/1.1" 200 None
2026-03-29 12:06:31 [auto1.it] INFO: Scrape type for JD30560: 0
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: LU21739
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: UJ60071
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: WM75200
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: TW16481
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TW16481%27 HTTP/1.1" 200 None
2026-03-29 12:06:31 [auto1.it] INFO: Scrape type for TW16481: 0
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: HE90318
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: HG18459
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HG18459%27 HTTP/1.1" 200 None
2026-03-29 12:06:31 [auto1.it] INFO: Scrape type for HG18459: 2
2026-03-29 12:06:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e146d5a1-6e2f-587e-870f-0b09040b3b78 with identifier: HG18459
2026-03-29 12:06:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e146d5a1-6e2f-587e-870f-0b09040b3b78 with scrape type 2
2026-03-29 12:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e146d5a1-6e2f-587e-870f-0b09040b3b78 with scrape type 2
2026-03-29 12:06:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e146d5a1-6e2f-587e-870f-0b09040b3b78, identifier: HG18459
2026-03-29 12:06:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e146d5a1-6e2f-587e-870f-0b09040b3b78 with identifier: HG18459
2026-03-29 12:06:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e146d5a1-6e2f-587e-870f-0b09040b3b78 with identifier: HG18459
2026-03-29 12:06:31 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e146d5a1-6e2f-587e-870f-0b09040b3b78 with identifier: HG18459 to the API
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 125,
'expiration_date': '2026-03-30T15:06:03Z',
'fuel_type': 'diesel',
'id': 'e146d5a1-6e2f-587e-870f-0b09040b3b78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/HG18459',
'listing': 'auction',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 149916,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-23',
'seller_name': None,
'title': 'Toyota RAV 4 2.0 D-4D Active',
'transmission': 'manual',
'trim': 'Active',
'year': 2015}
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HG18459%27 HTTP/1.1" 200 None
2026-03-29 12:06:31 [auto1.it] INFO: Saving data for HG18459: {'auction_closing_time': 1774883163.0, 'created_time': 1774602352.618556, 'last_price_update_time': 1774785991.936828}
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HG18459') HTTP/1.1" 204 0
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: RS41050
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RS41050%27 HTTP/1.1" 200 None
2026-03-29 12:06:31 [auto1.it] INFO: Scrape type for RS41050: 0
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: XJ00543
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: KD38461
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KD38461%27 HTTP/1.1" 200 None
2026-03-29 12:06:31 [auto1.it] INFO: Scrape type for KD38461: 0
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: YX10047
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: JZ67202
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: UA91591
2026-03-29 12:06:31 [auto1.it] INFO: Found listing with ID: HS22192
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HS22192%27 HTTP/1.1" 200 None
2026-03-29 12:06:32 [auto1.it] INFO: Scrape type for HS22192: 0
2026-03-29 12:06:32 [auto1.it] INFO: Found listing with ID: VC28315
2026-03-29 12:06:32 [auto1.it] INFO: Found listing with ID: XC32215
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XC32215%27 HTTP/1.1" 200 None
2026-03-29 12:06:32 [auto1.it] INFO: Scrape type for XC32215: 2
2026-03-29 12:06:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33055a65-0e52-5536-baa6-99bd91d3d112 with identifier: XC32215
2026-03-29 12:06:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33055a65-0e52-5536-baa6-99bd91d3d112 with scrape type 2
2026-03-29 12:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33055a65-0e52-5536-baa6-99bd91d3d112 with scrape type 2
2026-03-29 12:06:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 33055a65-0e52-5536-baa6-99bd91d3d112, identifier: XC32215
2026-03-29 12:06:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 33055a65-0e52-5536-baa6-99bd91d3d112 with identifier: XC32215
2026-03-29 12:06:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 33055a65-0e52-5536-baa6-99bd91d3d112 with identifier: XC32215
2026-03-29 12:06:32 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 33055a65-0e52-5536-baa6-99bd91d3d112 with identifier: XC32215 to the API
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:08:02Z',
'fuel_type': 'petrol',
'id': '33055a65-0e52-5536-baa6-99bd91d3d112',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XC32215',
'listing': 'auction',
'make': 'Fiat',
'model': '500X',
'odometer': 58596,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-20',
'seller_name': None,
'title': 'Fiat 500X 1.4 Turbo Pop Star',
'transmission': 'manual',
'trim': 'Pop Star',
'year': 2016}
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XC32215%27 HTTP/1.1" 200 None
2026-03-29 12:06:32 [auto1.it] INFO: Saving data for XC32215: {'auction_closing_time': 1774883282.0, 'created_time': 1774602365.78909, 'last_price_update_time': 1774785992.403732}
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XC32215') HTTP/1.1" 204 0
2026-03-29 12:06:32 [auto1.it] INFO: Found listing with ID: VJ93406
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VJ93406%27 HTTP/1.1" 200 None
2026-03-29 12:06:32 [auto1.it] INFO: Scrape type for VJ93406: 0
2026-03-29 12:06:32 [auto1.it] INFO: Found listing with ID: PE96276
2026-03-29 12:06:32 [auto1.it] INFO: Found listing with ID: HA39708
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HA39708%27 HTTP/1.1" 200 None
2026-03-29 12:06:32 [auto1.it] INFO: Scrape type for HA39708: 0
2026-03-29 12:06:32 [auto1.it] INFO: Found listing with ID: SG53706
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SG53706%27 HTTP/1.1" 200 None
2026-03-29 12:06:32 [auto1.it] INFO: Scrape type for SG53706: 2
2026-03-29 12:06:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb3ab0eb-3c2e-525b-806a-d111f53af72e with identifier: SG53706
2026-03-29 12:06:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb3ab0eb-3c2e-525b-806a-d111f53af72e with scrape type 2
2026-03-29 12:06:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb3ab0eb-3c2e-525b-806a-d111f53af72e with scrape type 2
2026-03-29 12:06:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bb3ab0eb-3c2e-525b-806a-d111f53af72e, identifier: SG53706
2026-03-29 12:06:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bb3ab0eb-3c2e-525b-806a-d111f53af72e with identifier: SG53706
2026-03-29 12:06:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bb3ab0eb-3c2e-525b-806a-d111f53af72e with identifier: SG53706
2026-03-29 12:06:32 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bb3ab0eb-3c2e-525b-806a-d111f53af72e with identifier: SG53706 to the API
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:40:14Z',
'fuel_type': 'diesel',
'id': 'bb3ab0eb-3c2e-525b-806a-d111f53af72e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SG53706',
'listing': 'auction',
'make': 'Ford',
'model': 'Focus',
'odometer': 315098,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-07-20',
'seller_name': None,
'title': 'Ford Focus 1.8 TDCi Zetec',
'transmission': 'manual',
'trim': 'Zetec',
'year': 2004}
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SG53706%27 HTTP/1.1" 200 None
2026-03-29 12:06:32 [auto1.it] INFO: Saving data for SG53706: {'auction_closing_time': 1774885214.0, 'created_time': 1774602371.729465, 'last_price_update_time': 1774785992.965105}
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SG53706') HTTP/1.1" 204 0
2026-03-29 12:06:32 [auto1.it] INFO: Found listing with ID: SU56229
2026-03-29 12:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SU56229%27 HTTP/1.1" 200 None
2026-03-29 12:06:33 [auto1.it] INFO: Scrape type for SU56229: 0
2026-03-29 12:06:33 [auto1.it] INFO: Found listing with ID: RL61545
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RL61545%27 HTTP/1.1" 200 None
2026-03-29 12:06:33 [auto1.it] INFO: Scrape type for RL61545: 2
2026-03-29 12:06:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de9f6915-76f2-566d-aefb-1aad37714f99 with identifier: RL61545
2026-03-29 12:06:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de9f6915-76f2-566d-aefb-1aad37714f99 with scrape type 2
2026-03-29 12:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de9f6915-76f2-566d-aefb-1aad37714f99 with scrape type 2
2026-03-29 12:06:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: de9f6915-76f2-566d-aefb-1aad37714f99, identifier: RL61545
2026-03-29 12:06:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: de9f6915-76f2-566d-aefb-1aad37714f99 with identifier: RL61545
2026-03-29 12:06:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: de9f6915-76f2-566d-aefb-1aad37714f99 with identifier: RL61545
2026-03-29 12:06:33 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: de9f6915-76f2-566d-aefb-1aad37714f99 with identifier: RL61545 to the API
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06: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': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:39:43Z',
'fuel_type': 'diesel',
'id': 'de9f6915-76f2-566d-aefb-1aad37714f99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RL61545',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VI',
'odometer': 192906,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-11-27',
'seller_name': None,
'title': 'Volkswagen Golf VI 1.6 TDI Highline',
'transmission': 'manual',
'trim': 'Highline',
'year': 2011}
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RL61545%27 HTTP/1.1" 200 None
2026-03-29 12:06:33 [auto1.it] INFO: Saving data for RL61545: {'auction_closing_time': 1774885183.0, 'created_time': 1774602333.518208, 'last_price_update_time': 1774785993.424517}
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RL61545') HTTP/1.1" 204 0
2026-03-29 12:06:33 [auto1.it] INFO: Found listing with ID: XC82626
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XC82626%27 HTTP/1.1" 200 None
2026-03-29 12:06:33 [auto1.it] INFO: Scrape type for XC82626: 0
2026-03-29 12:06:33 [auto1.it] INFO: Found listing with ID: CU47897
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CU47897%27 HTTP/1.1" 200 None
2026-03-29 12:06:33 [auto1.it] INFO: Scrape type for CU47897: 0
2026-03-29 12:06:33 [auto1.it] INFO: Found listing with ID: PN01400
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PN01400%27 HTTP/1.1" 200 None
2026-03-29 12:06:33 [auto1.it] INFO: Scrape type for PN01400: 0
2026-03-29 12:06:33 [auto1.it] INFO: Found listing with ID: SS15336
2026-03-29 12:06:33 [auto1.it] INFO: Found listing with ID: YW98083
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YW98083%27 HTTP/1.1" 200 None
2026-03-29 12:06:33 [auto1.it] INFO: Scrape type for YW98083: 0
2026-03-29 12:06:33 [auto1.it] INFO: Found listing with ID: XA66823
2026-03-29 12:06:33 [auto1.it] INFO: Found listing with ID: MM82110
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MM82110%27 HTTP/1.1" 200 None
2026-03-29 12:06:33 [auto1.it] INFO: Scrape type for MM82110: 0
2026-03-29 12:06: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 12:06:34 [auto1.it] INFO: Channel: 24h | Page: 33 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: YM64414
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YM64414%27 HTTP/1.1" 200 None
2026-03-29 12:06:34 [auto1.it] INFO: Scrape type for YM64414: 0
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: EG94847
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: MD14180
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MD14180%27 HTTP/1.1" 200 None
2026-03-29 12:06:34 [auto1.it] INFO: Scrape type for MD14180: 0
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: KW88913
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KW88913%27 HTTP/1.1" 200 None
2026-03-29 12:06:34 [auto1.it] INFO: Scrape type for KW88913: 0
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: BX20882
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BX20882%27 HTTP/1.1" 200 None
2026-03-29 12:06:34 [auto1.it] INFO: Scrape type for BX20882: 0
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: YT99583
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YT99583%27 HTTP/1.1" 200 None
2026-03-29 12:06:34 [auto1.it] INFO: Scrape type for YT99583: 0
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: RJ76809
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: MS79311
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: WU32452
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WU32452%27 HTTP/1.1" 200 None
2026-03-29 12:06:34 [auto1.it] INFO: Scrape type for WU32452: 0
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: BL33415
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: ZJ46829
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: ZJ21397
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: JD30640
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JD30640%27 HTTP/1.1" 200 None
2026-03-29 12:06:34 [auto1.it] INFO: Scrape type for JD30640: 0
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: JK56818
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: MZ03960
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: MV49803
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: JL83365
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: UX28393
2026-03-29 12:06:34 [auto1.it] INFO: Found listing with ID: MU61390
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MU61390%27 HTTP/1.1" 200 None
2026-03-29 12:06:34 [auto1.it] INFO: Scrape type for MU61390: 2
2026-03-29 12:06:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18c0b116-93b5-579a-aa61-1afce1a8afcd with identifier: MU61390
2026-03-29 12:06:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18c0b116-93b5-579a-aa61-1afce1a8afcd with scrape type 2
2026-03-29 12:06:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18c0b116-93b5-579a-aa61-1afce1a8afcd with scrape type 2
2026-03-29 12:06:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 18c0b116-93b5-579a-aa61-1afce1a8afcd, identifier: MU61390
2026-03-29 12:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 18c0b116-93b5-579a-aa61-1afce1a8afcd with identifier: MU61390
2026-03-29 12:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 18c0b116-93b5-579a-aa61-1afce1a8afcd with identifier: MU61390
2026-03-29 12:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 18c0b116-93b5-579a-aa61-1afce1a8afcd with identifier: MU61390 to the API
2026-03-29 12:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:00:29Z',
'fuel_type': 'diesel',
'id': '18c0b116-93b5-579a-aa61-1afce1a8afcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MU61390',
'listing': 'auction',
'make': 'Renault',
'model': 'Clio',
'odometer': 192655,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-07-29',
'seller_name': None,
'title': 'Renault Clio 1.5 dCi Authentique',
'transmission': 'manual',
'trim': 'Authentique',
'year': 2007}
2026-03-29 12:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MU61390%27 HTTP/1.1" 200 None
2026-03-29 12:06:35 [auto1.it] INFO: Saving data for MU61390: {'auction_closing_time': 1774882829.0, 'created_time': 1774101982.98848, 'last_price_update_time': 1774785995.120426}
2026-03-29 12:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MU61390') HTTP/1.1" 204 0
2026-03-29 12:06: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 12:06:35 [auto1.it] INFO: Found listing with ID: HY18936
2026-03-29 12:06:35 [auto1.it] INFO: Found listing with ID: VY08559
2026-03-29 12:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY08559%27 HTTP/1.1" 200 None
2026-03-29 12:06:35 [auto1.it] INFO: Scrape type for VY08559: 0
2026-03-29 12:06:35 [auto1.it] INFO: Found listing with ID: YU18545
2026-03-29 12:06:35 [auto1.it] INFO: Found listing with ID: PV59173
2026-03-29 12:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PV59173%27 HTTP/1.1" 200 None
2026-03-29 12:06:35 [auto1.it] INFO: Scrape type for PV59173: 2
2026-03-29 12:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b039a2d-05ac-51c8-89f1-fe6a97fd5745 with identifier: PV59173
2026-03-29 12:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b039a2d-05ac-51c8-89f1-fe6a97fd5745 with scrape type 2
2026-03-29 12:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b039a2d-05ac-51c8-89f1-fe6a97fd5745 with scrape type 2
2026-03-29 12:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6b039a2d-05ac-51c8-89f1-fe6a97fd5745, identifier: PV59173
2026-03-29 12:06:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6b039a2d-05ac-51c8-89f1-fe6a97fd5745 with identifier: PV59173
2026-03-29 12:06:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6b039a2d-05ac-51c8-89f1-fe6a97fd5745 with identifier: PV59173
2026-03-29 12:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6b039a2d-05ac-51c8-89f1-fe6a97fd5745 with identifier: PV59173 to the API
2026-03-29 12:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 68,
'expiration_date': '2026-03-30T15:06:11Z',
'fuel_type': 'petrol',
'id': '6b039a2d-05ac-51c8-89f1-fe6a97fd5745',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PV59173',
'listing': 'auction',
'make': 'Peugeot',
'model': '107',
'odometer': 137881,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-08-29',
'seller_name': None,
'title': 'Peugeot 107 1.0 Desir',
'transmission': 'manual',
'trim': 'Desir',
'year': 2010}
2026-03-29 12:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PV59173%27 HTTP/1.1" 200 None
2026-03-29 12:06:36 [auto1.it] INFO: Saving data for PV59173: {'auction_closing_time': 1774883171.0, 'created_time': 1773304737.617318, 'last_price_update_time': 1774785996.73169}
2026-03-29 12:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PV59173') HTTP/1.1" 204 0
2026-03-29 12:06:36 [auto1.it] INFO: Found listing with ID: UR28230
2026-03-29 12:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UR28230%27 HTTP/1.1" 200 None
2026-03-29 12:06:36 [auto1.it] INFO: Scrape type for UR28230: 0
2026-03-29 12:06:36 [auto1.it] INFO: Found listing with ID: XJ39462
2026-03-29 12:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XJ39462%27 HTTP/1.1" 200 None
2026-03-29 12:06:36 [auto1.it] INFO: Scrape type for XJ39462: 0
2026-03-29 12:06:36 [auto1.it] INFO: Found listing with ID: DK87302
2026-03-29 12:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DK87302%27 HTTP/1.1" 200 None
2026-03-29 12:06:36 [auto1.it] INFO: Scrape type for DK87302: 0
2026-03-29 12:06:36 [auto1.it] INFO: Found listing with ID: FN50437
2026-03-29 12:06:36 [auto1.it] INFO: Found listing with ID: WD34729
2026-03-29 12:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WD34729%27 HTTP/1.1" 200 None
2026-03-29 12:06:36 [auto1.it] INFO: Scrape type for WD34729: 2
2026-03-29 12:06:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36564643-d038-5dda-a81d-9c1e3fcfb76f with identifier: WD34729
2026-03-29 12:06:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36564643-d038-5dda-a81d-9c1e3fcfb76f with scrape type 2
2026-03-29 12:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36564643-d038-5dda-a81d-9c1e3fcfb76f with scrape type 2
2026-03-29 12:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 36564643-d038-5dda-a81d-9c1e3fcfb76f, identifier: WD34729
2026-03-29 12:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 36564643-d038-5dda-a81d-9c1e3fcfb76f with identifier: WD34729
2026-03-29 12:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 36564643-d038-5dda-a81d-9c1e3fcfb76f with identifier: WD34729
2026-03-29 12:06:37 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 36564643-d038-5dda-a81d-9c1e3fcfb76f with identifier: WD34729 to the API
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:06:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:46:59Z',
'fuel_type': 'gas',
'id': '36564643-d038-5dda-a81d-9c1e3fcfb76f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WD34729',
'listing': 'auction',
'make': 'Opel',
'model': 'Corsa',
'odometer': 99476,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-11-20',
'seller_name': None,
'title': 'Opel Corsa 1.2 Elective',
'transmission': 'manual',
'trim': 'Elective',
'year': 2012}
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WD34729%27 HTTP/1.1" 200 None
2026-03-29 12:06:37 [auto1.it] INFO: Saving data for WD34729: {'auction_closing_time': 1774885619.0, 'created_time': 1773131822.927658, 'last_price_update_time': 1774785997.22801}
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WD34729') HTTP/1.1" 204 0
2026-03-29 12:06:37 [auto1.it] INFO: Found listing with ID: HK70439
2026-03-29 12:06:37 [auto1.it] INFO: Found listing with ID: EP08968
2026-03-29 12:06:37 [auto1.it] INFO: Found listing with ID: EY33952
2026-03-29 12:06:37 [auto1.it] INFO: Found listing with ID: LB07538
2026-03-29 12:06:37 [auto1.it] INFO: Found listing with ID: KG02437
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KG02437%27 HTTP/1.1" 200 None
2026-03-29 12:06:37 [auto1.it] INFO: Scrape type for KG02437: 0
2026-03-29 12:06:37 [auto1.it] INFO: Found listing with ID: PY21369
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PY21369%27 HTTP/1.1" 200 None
2026-03-29 12:06:37 [auto1.it] INFO: Scrape type for PY21369: 0
2026-03-29 12:06:37 [auto1.it] INFO: Found listing with ID: BE36594
2026-03-29 12:06:37 [auto1.it] INFO: Found listing with ID: YH78085
2026-03-29 12:06:37 [auto1.it] INFO: Found listing with ID: VM78443
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VM78443%27 HTTP/1.1" 200 None
2026-03-29 12:06:37 [auto1.it] INFO: Scrape type for VM78443: 0
2026-03-29 12:06:37 [auto1.it] INFO: Found listing with ID: LZ72377
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LZ72377%27 HTTP/1.1" 200 None
2026-03-29 12:06:37 [auto1.it] INFO: Scrape type for LZ72377: 0
2026-03-29 12:06:37 [auto1.it] INFO: Found listing with ID: MS56995
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MS56995%27 HTTP/1.1" 200 None
2026-03-29 12:06:37 [auto1.it] INFO: Scrape type for MS56995: 0
2026-03-29 12:06:37 [auto1.it] INFO: Found listing with ID: CS68621
2026-03-29 12:06:38 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:06:38 [auto1.it] INFO: Channel: 24h | Page: 34 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:38 [auto1.it] INFO: Found listing with ID: XY41121
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XY41121%27 HTTP/1.1" 200 None
2026-03-29 12:06:38 [auto1.it] INFO: Scrape type for XY41121: 0
2026-03-29 12:06:38 [auto1.it] INFO: Found listing with ID: HG73673
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HG73673%27 HTTP/1.1" 200 None
2026-03-29 12:06:38 [auto1.it] INFO: Scrape type for HG73673: 0
2026-03-29 12:06:38 [auto1.it] INFO: Found listing with ID: GX81106
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GX81106%27 HTTP/1.1" 200 None
2026-03-29 12:06:38 [auto1.it] INFO: Scrape type for GX81106: 0
2026-03-29 12:06:38 [auto1.it] INFO: Found listing with ID: GF63115
2026-03-29 12:06:38 [auto1.it] INFO: Found listing with ID: HK94664
2026-03-29 12:06:38 [auto1.it] INFO: Found listing with ID: PA21374
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PA21374%27 HTTP/1.1" 200 None
2026-03-29 12:06:38 [auto1.it] INFO: Scrape type for PA21374: 0
2026-03-29 12:06:38 [auto1.it] INFO: Found listing with ID: NW58325
2026-03-29 12:06:38 [auto1.it] INFO: Found listing with ID: GT90583
2026-03-29 12:06:38 [auto1.it] INFO: Found listing with ID: DX18897
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DX18897%27 HTTP/1.1" 200 None
2026-03-29 12:06:38 [auto1.it] INFO: Scrape type for DX18897: 0
2026-03-29 12:06:38 [auto1.it] INFO: Found listing with ID: ZX72389
2026-03-29 12:06:38 [auto1.it] INFO: Found listing with ID: FC73004
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FC73004%27 HTTP/1.1" 200 None
2026-03-29 12:06:38 [auto1.it] INFO: Scrape type for FC73004: 0
2026-03-29 12:06:38 [auto1.it] INFO: Found listing with ID: LS28867
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LS28867%27 HTTP/1.1" 200 None
2026-03-29 12:06:38 [auto1.it] INFO: Scrape type for LS28867: 0
2026-03-29 12:06:38 [auto1.it] INFO: Found listing with ID: EZ27389
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EZ27389%27 HTTP/1.1" 200 None
2026-03-29 12:06:38 [auto1.it] INFO: Scrape type for EZ27389: 2
2026-03-29 12:06:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b64cd217-0dbc-509e-a661-76b6e8a3d522 with identifier: EZ27389
2026-03-29 12:06:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b64cd217-0dbc-509e-a661-76b6e8a3d522 with scrape type 2
2026-03-29 12:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b64cd217-0dbc-509e-a661-76b6e8a3d522 with scrape type 2
2026-03-29 12:06:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b64cd217-0dbc-509e-a661-76b6e8a3d522, identifier: EZ27389
2026-03-29 12:06:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b64cd217-0dbc-509e-a661-76b6e8a3d522 with identifier: EZ27389
2026-03-29 12:06:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b64cd217-0dbc-509e-a661-76b6e8a3d522 with identifier: EZ27389
2026-03-29 12:06:39 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b64cd217-0dbc-509e-a661-76b6e8a3d522 with identifier: EZ27389 to the API
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:03:03Z',
'fuel_type': 'gas',
'id': 'b64cd217-0dbc-509e-a661-76b6e8a3d522',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EZ27389',
'listing': 'auction',
'make': 'Opel',
'model': 'Mokka X',
'odometer': 143460,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-10-30',
'seller_name': None,
'title': 'Opel Mokka X 1.4 Turbo Benzin / LPG Innovation',
'transmission': 'manual',
'trim': 'Innovation',
'year': 2017}
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EZ27389%27 HTTP/1.1" 200 None
2026-03-29 12:06:39 [auto1.it] INFO: Saving data for EZ27389: {'auction_closing_time': 1774882983.0, 'created_time': 1774274893.852543, 'last_price_update_time': 1774785999.26276}
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EZ27389') HTTP/1.1" 204 0
2026-03-29 12:06: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 12:06:39 [auto1.it] INFO: Found listing with ID: EZ66710
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EZ66710%27 HTTP/1.1" 200 None
2026-03-29 12:06:39 [auto1.it] INFO: Scrape type for EZ66710: 2
2026-03-29 12:06:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07a31df6-e5bb-5b02-b66f-e8314a5a9568 with identifier: EZ66710
2026-03-29 12:06:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07a31df6-e5bb-5b02-b66f-e8314a5a9568 with scrape type 2
2026-03-29 12:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07a31df6-e5bb-5b02-b66f-e8314a5a9568 with scrape type 2
2026-03-29 12:06:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 07a31df6-e5bb-5b02-b66f-e8314a5a9568, identifier: EZ66710
2026-03-29 12:06:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 07a31df6-e5bb-5b02-b66f-e8314a5a9568 with identifier: EZ66710
2026-03-29 12:06:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 07a31df6-e5bb-5b02-b66f-e8314a5a9568 with identifier: EZ66710
2026-03-29 12:06:39 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 07a31df6-e5bb-5b02-b66f-e8314a5a9568 with identifier: EZ66710 to the API
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 286,
'expiration_date': '2026-03-30T15:53:30Z',
'fuel_type': 'diesel',
'id': '07a31df6-e5bb-5b02-b66f-e8314a5a9568',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EZ66710',
'listing': 'auction',
'make': 'Audi',
'model': 'Q8',
'odometer': 150868,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-10',
'seller_name': None,
'title': 'Audi Q8 50 TDI Mild-Hybrid quattro',
'transmission': 'automatic',
'trim': 'quattro',
'year': 2019}
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EZ66710%27 HTTP/1.1" 200 None
2026-03-29 12:06:39 [auto1.it] INFO: Saving data for EZ66710: {'auction_closing_time': 1774886010.0, 'created_time': 1774274804.906892, 'last_price_update_time': 1774785999.791029}
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EZ66710') HTTP/1.1" 204 0
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: DP87516
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DP87516%27 HTTP/1.1" 200 None
2026-03-29 12:06:39 [auto1.it] INFO: Scrape type for DP87516: 0
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: WP21128
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: DV60834
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DV60834%27 HTTP/1.1" 200 None
2026-03-29 12:06:39 [auto1.it] INFO: Scrape type for DV60834: 0
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: TG24306
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TG24306%27 HTTP/1.1" 200 None
2026-03-29 12:06:39 [auto1.it] INFO: Scrape type for TG24306: 0
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: PS94410
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: TK35909
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: PC99456
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PC99456%27 HTTP/1.1" 200 None
2026-03-29 12:06:39 [auto1.it] INFO: Scrape type for PC99456: 0
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: CT52714
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: JU67462
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: CG84087
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: VE26782
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VE26782%27 HTTP/1.1" 200 None
2026-03-29 12:06:39 [auto1.it] INFO: Scrape type for VE26782: 0
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: JU78402
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JU78402%27 HTTP/1.1" 200 None
2026-03-29 12:06:39 [auto1.it] INFO: Scrape type for JU78402: 0
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: AE85133
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: PK65337
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: UX29999
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: CZ68446
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CZ68446%27 HTTP/1.1" 200 None
2026-03-29 12:06:39 [auto1.it] INFO: Scrape type for CZ68446: 0
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: WH17825
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WH17825%27 HTTP/1.1" 200 None
2026-03-29 12:06:39 [auto1.it] INFO: Scrape type for WH17825: 0
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: MT44233
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: UU69652
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UU69652%27 HTTP/1.1" 200 None
2026-03-29 12:06:39 [auto1.it] INFO: Scrape type for UU69652: 0
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: UB12324
2026-03-29 12:06:39 [auto1.it] INFO: Found listing with ID: GF05972
2026-03-29 12:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GF05972%27 HTTP/1.1" 200 None
2026-03-29 12:06:40 [auto1.it] INFO: Scrape type for GF05972: 0
2026-03-29 12:06:40 [auto1.it] INFO: Found listing with ID: UR14764
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UR14764%27 HTTP/1.1" 200 None
2026-03-29 12:06:40 [auto1.it] INFO: Scrape type for UR14764: 0
2026-03-29 12:06:40 [auto1.it] INFO: Found listing with ID: YK06699
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YK06699%27 HTTP/1.1" 200 None
2026-03-29 12:06:40 [auto1.it] INFO: Scrape type for YK06699: 0
2026-03-29 12:06:40 [auto1.it] INFO: Found listing with ID: HR66434
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HR66434%27 HTTP/1.1" 200 None
2026-03-29 12:06:40 [auto1.it] INFO: Scrape type for HR66434: 2
2026-03-29 12:06:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ffe0dd0-40a2-50ef-8c66-07beb24157b1 with identifier: HR66434
2026-03-29 12:06:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ffe0dd0-40a2-50ef-8c66-07beb24157b1 with scrape type 2
2026-03-29 12:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ffe0dd0-40a2-50ef-8c66-07beb24157b1 with scrape type 2
2026-03-29 12:06:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0ffe0dd0-40a2-50ef-8c66-07beb24157b1, identifier: HR66434
2026-03-29 12:06:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0ffe0dd0-40a2-50ef-8c66-07beb24157b1 with identifier: HR66434
2026-03-29 12:06:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0ffe0dd0-40a2-50ef-8c66-07beb24157b1 with identifier: HR66434
2026-03-29 12:06:40 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0ffe0dd0-40a2-50ef-8c66-07beb24157b1 with identifier: HR66434 to the API
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 110,
'expiration_date': '2026-03-30T15:19:40Z',
'fuel_type': 'diesel',
'id': '0ffe0dd0-40a2-50ef-8c66-07beb24157b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/HR66434',
'listing': 'auction',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 249190,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-20',
'seller_name': None,
'title': 'Skoda Octavia 1.6 TDI Executive',
'transmission': 'automatic',
'trim': 'Executive',
'year': 2015}
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HR66434%27 HTTP/1.1" 200 None
2026-03-29 12:06:40 [auto1.it] INFO: Saving data for HR66434: {'auction_closing_time': 1774883980.0, 'created_time': 1774602427.224447, 'last_price_update_time': 1774786000.43785}
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HR66434') HTTP/1.1" 204 0
2026-03-29 12:06:40 [auto1.it] INFO: Found listing with ID: JR97776
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JR97776%27 HTTP/1.1" 200 None
2026-03-29 12:06:40 [auto1.it] INFO: Scrape type for JR97776: 0
2026-03-29 12:06:40 [auto1.it] INFO: Found listing with ID: KF31033
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KF31033%27 HTTP/1.1" 200 None
2026-03-29 12:06:40 [auto1.it] INFO: Scrape type for KF31033: 0
2026-03-29 12:06:41 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:06:41 [auto1.it] INFO: Channel: 24h | Page: 35 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:41 [auto1.it] INFO: Found listing with ID: BE98404
2026-03-29 12:06:41 [auto1.it] INFO: Found listing with ID: FF48098
2026-03-29 12:06:41 [auto1.it] INFO: Found listing with ID: YW01927
2026-03-29 12:06:41 [auto1.it] INFO: Found listing with ID: FT76605
2026-03-29 12:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FT76605%27 HTTP/1.1" 200 None
2026-03-29 12:06:41 [auto1.it] INFO: Scrape type for FT76605: 2
2026-03-29 12:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff2849b-894f-5c33-a81c-470838157e7b with identifier: FT76605
2026-03-29 12:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff2849b-894f-5c33-a81c-470838157e7b with scrape type 2
2026-03-29 12:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ff2849b-894f-5c33-a81c-470838157e7b with scrape type 2
2026-03-29 12:06:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5ff2849b-894f-5c33-a81c-470838157e7b, identifier: FT76605
2026-03-29 12:06:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5ff2849b-894f-5c33-a81c-470838157e7b with identifier: FT76605
2026-03-29 12:06:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5ff2849b-894f-5c33-a81c-470838157e7b with identifier: FT76605
2026-03-29 12:06:41 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5ff2849b-894f-5c33-a81c-470838157e7b with identifier: FT76605 to the API
2026-03-29 12:06:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 135,
'expiration_date': '2026-03-30T15:13:18Z',
'fuel_type': 'diesel',
'id': '5ff2849b-894f-5c33-a81c-470838157e7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FT76605',
'listing': 'auction',
'make': 'Opel',
'model': 'Astra',
'odometer': 110287,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-03',
'seller_name': None,
'title': 'Opel Astra 1.6 CDTI Dynamic Start/Stop',
'transmission': 'manual',
'trim': 'Dynamic Start/Stop',
'year': 2019}
2026-03-29 12:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FT76605%27 HTTP/1.1" 200 None
2026-03-29 12:06:41 [auto1.it] INFO: Saving data for FT76605: {'auction_closing_time': 1774883598.0, 'created_time': 1773136059.512628, 'last_price_update_time': 1774786001.942852}
2026-03-29 12:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FT76605') HTTP/1.1" 204 0
2026-03-29 12:06:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:06:41 [auto1.it] INFO: Found listing with ID: JY35916
2026-03-29 12:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JY35916%27 HTTP/1.1" 200 None
2026-03-29 12:06:41 [auto1.it] INFO: Scrape type for JY35916: 0
2026-03-29 12:06:41 [auto1.it] INFO: Found listing with ID: JA46265
2026-03-29 12:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JA46265%27 HTTP/1.1" 200 None
2026-03-29 12:06:41 [auto1.it] INFO: Scrape type for JA46265: 0
2026-03-29 12:06:41 [auto1.it] INFO: Found listing with ID: GD10861
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GD10861%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for GD10861: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: BM81624
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: DN99534
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DN99534%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for DN99534: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: ET57280
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ET57280%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for ET57280: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: YU33914
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YU33914%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for YU33914: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: WF71586
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: XJ23148
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XJ23148%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for XJ23148: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: GC53002
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GC53002%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for GC53002: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: PT53216
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: GJ43112
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: AZ52753
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: CT25036
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: FZ67880
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: VY96828
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY96828%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for VY96828: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: GA58857
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GA58857%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for GA58857: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: AN61279
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AN61279%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for AN61279: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: GX83807
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: FL80724
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FL80724%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for FL80724: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: ZT64017
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: UW31013
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: AB97936
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: YL77107
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: SN78206
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SN78206%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for SN78206: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: AN14799
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AN14799%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for AN14799: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: DD38287
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DD38287%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for DD38287: 2
2026-03-29 12:06:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62641479-fe1d-503d-8187-fc000a4a71d7 with identifier: DD38287
2026-03-29 12:06:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62641479-fe1d-503d-8187-fc000a4a71d7 with scrape type 2
2026-03-29 12:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62641479-fe1d-503d-8187-fc000a4a71d7 with scrape type 2
2026-03-29 12:06:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 62641479-fe1d-503d-8187-fc000a4a71d7, identifier: DD38287
2026-03-29 12:06:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 62641479-fe1d-503d-8187-fc000a4a71d7 with identifier: DD38287
2026-03-29 12:06:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 62641479-fe1d-503d-8187-fc000a4a71d7 with identifier: DD38287
2026-03-29 12:06:42 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 62641479-fe1d-503d-8187-fc000a4a71d7 with identifier: DD38287 to the API
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 82,
'expiration_date': '2026-03-30T15:23:08Z',
'fuel_type': 'petrol',
'id': '62641479-fe1d-503d-8187-fc000a4a71d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DD38287',
'listing': 'auction',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 198618,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-02-28',
'seller_name': None,
'title': 'Ford Fiesta 1.25 Titanium',
'transmission': 'manual',
'trim': 'Titanium',
'year': 2009}
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DD38287%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Saving data for DD38287: {'auction_closing_time': 1774884188.0, 'created_time': 1774602345.745379, 'last_price_update_time': 1774786002.649108}
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DD38287') HTTP/1.1" 204 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: UL06285
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: HG91847
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HG91847%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for HG91847: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: NW69655
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NW69655%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for NW69655: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: ER04044
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ER04044%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for ER04044: 0
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: BJ95013
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: AH48855
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: WW83170
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: EX06757
2026-03-29 12:06:42 [auto1.it] INFO: Found listing with ID: HR62667
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HR62667%27 HTTP/1.1" 200 None
2026-03-29 12:06:42 [auto1.it] INFO: Scrape type for HR62667: 0
2026-03-29 12:06: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 12:06:43 [auto1.it] INFO: Channel: 24h | Page: 36 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:43 [auto1.it] INFO: Found listing with ID: BJ71456
2026-03-29 12:06:43 [auto1.it] INFO: Found listing with ID: ZG86392
2026-03-29 12:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZG86392%27 HTTP/1.1" 200 None
2026-03-29 12:06:43 [auto1.it] INFO: Scrape type for ZG86392: 0
2026-03-29 12:06:43 [auto1.it] INFO: Found listing with ID: TN35413
2026-03-29 12:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TN35413%27 HTTP/1.1" 200 None
2026-03-29 12:06:43 [auto1.it] INFO: Scrape type for TN35413: 0
2026-03-29 12:06:43 [auto1.it] INFO: Found listing with ID: PH76883
2026-03-29 12:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PH76883%27 HTTP/1.1" 200 None
2026-03-29 12:06:43 [auto1.it] INFO: Scrape type for PH76883: 0
2026-03-29 12:06:43 [auto1.it] INFO: Found listing with ID: YB89619
2026-03-29 12:06:43 [auto1.it] INFO: Found listing with ID: RB12034
2026-03-29 12:06:43 [auto1.it] INFO: Found listing with ID: MJ42614
2026-03-29 12:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MJ42614%27 HTTP/1.1" 200 None
2026-03-29 12:06:43 [auto1.it] INFO: Scrape type for MJ42614: 0
2026-03-29 12:06:43 [auto1.it] INFO: Found listing with ID: PZ52639
2026-03-29 12:06:43 [auto1.it] INFO: Found listing with ID: UA37690
2026-03-29 12:06:43 [auto1.it] INFO: Found listing with ID: PZ93737
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PZ93737%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for PZ93737: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: ED77139
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: FF45161
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: RM13688
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: KU06425
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: ZL07806
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZL07806%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for ZL07806: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: GV49335
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GV49335%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for GV49335: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: XG74352
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XG74352%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for XG74352: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: AZ64167
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AZ64167%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for AZ64167: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: JV69341
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: JR54731
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JR54731%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for JR54731: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: EH51725
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EH51725%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for EH51725: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: BD88975
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BD88975%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for BD88975: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: SK38422
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: TG42626
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TG42626%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for TG42626: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: YW35893
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YW35893%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for YW35893: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: MP39083
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MP39083%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for MP39083: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: WN42286
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WN42286%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for WN42286: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: XB00155
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XB00155%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for XB00155: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: UZ24825
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UZ24825%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for UZ24825: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: XX37698
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: PL52224
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: YG69242
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: DU17366
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: WT33776
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WT33776%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for WT33776: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: JH67201
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: JU08968
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: RG08940
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: PM46324
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: RS22306
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RS22306%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for RS22306: 0
2026-03-29 12:06:44 [auto1.it] INFO: Found listing with ID: KZ30481
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KZ30481%27 HTTP/1.1" 200 None
2026-03-29 12:06:44 [auto1.it] INFO: Scrape type for KZ30481: 0
2026-03-29 12:06:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:06:45 [auto1.it] INFO: Channel: 24h | Page: 37 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: JD45338
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: NP16593
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NP16593%27 HTTP/1.1" 200 None
2026-03-29 12:06:45 [auto1.it] INFO: Scrape type for NP16593: 0
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: RU70753
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RU70753%27 HTTP/1.1" 200 None
2026-03-29 12:06:45 [auto1.it] INFO: Scrape type for RU70753: 0
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: AW98600
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: RB23819
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: JT23346
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JT23346%27 HTTP/1.1" 200 None
2026-03-29 12:06:45 [auto1.it] INFO: Scrape type for JT23346: 0
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: ZC00549
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: KB15233
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: TJ20772
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TJ20772%27 HTTP/1.1" 200 None
2026-03-29 12:06:45 [auto1.it] INFO: Scrape type for TJ20772: 2
2026-03-29 12:06:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3c4b75d-fea7-595c-ae84-2925ccc6cb9a with identifier: TJ20772
2026-03-29 12:06:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3c4b75d-fea7-595c-ae84-2925ccc6cb9a with scrape type 2
2026-03-29 12:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3c4b75d-fea7-595c-ae84-2925ccc6cb9a with scrape type 2
2026-03-29 12:06:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e3c4b75d-fea7-595c-ae84-2925ccc6cb9a, identifier: TJ20772
2026-03-29 12:06:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e3c4b75d-fea7-595c-ae84-2925ccc6cb9a with identifier: TJ20772
2026-03-29 12:06:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e3c4b75d-fea7-595c-ae84-2925ccc6cb9a with identifier: TJ20772
2026-03-29 12:06:45 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e3c4b75d-fea7-595c-ae84-2925ccc6cb9a with identifier: TJ20772 to the API
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:23:58Z',
'fuel_type': 'diesel',
'id': 'e3c4b75d-fea7-595c-ae84-2925ccc6cb9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TJ20772',
'listing': 'auction',
'make': 'Renault',
'model': 'Grand Scenic',
'odometer': 80017,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-05',
'seller_name': None,
'title': 'Renault Grand Scenic 1.5 dCi Energy Grand Business Edition',
'transmission': 'automatic',
'trim': 'Grand Business Edition',
'year': 2018}
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TJ20772%27 HTTP/1.1" 200 None
2026-03-29 12:06:45 [auto1.it] INFO: Saving data for TJ20772: {'auction_closing_time': 1774884238.0, 'created_time': 1774602417.806159, 'last_price_update_time': 1774786005.809375}
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TJ20772') HTTP/1.1" 204 0
2026-03-29 12:06: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 12:06:45 [auto1.it] INFO: Found listing with ID: ML96661
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: AR12639
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: JM76846
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JM76846%27 HTTP/1.1" 200 None
2026-03-29 12:06:45 [auto1.it] INFO: Scrape type for JM76846: 0
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: DX27899
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: UT67830
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UT67830%27 HTTP/1.1" 200 None
2026-03-29 12:06:45 [auto1.it] INFO: Scrape type for UT67830: 0
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: RU27646
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RU27646%27 HTTP/1.1" 200 None
2026-03-29 12:06:45 [auto1.it] INFO: Scrape type for RU27646: 0
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: UE02945
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: XY73038
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: WM78801
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WM78801%27 HTTP/1.1" 200 None
2026-03-29 12:06:45 [auto1.it] INFO: Scrape type for WM78801: 0
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: RJ37840
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RJ37840%27 HTTP/1.1" 200 None
2026-03-29 12:06:45 [auto1.it] INFO: Scrape type for RJ37840: 0
2026-03-29 12:06:45 [auto1.it] INFO: Found listing with ID: TZ26377
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ26377%27 HTTP/1.1" 200 None
2026-03-29 12:06:46 [auto1.it] INFO: Scrape type for TZ26377: 0
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: VM43481
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: FL08980
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: EG41470
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EG41470%27 HTTP/1.1" 200 None
2026-03-29 12:06:46 [auto1.it] INFO: Scrape type for EG41470: 0
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: HL58093
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: TZ47815
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: ST20254
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: BB73520
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: XJ82802
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: ZM35614
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZM35614%27 HTTP/1.1" 200 None
2026-03-29 12:06:46 [auto1.it] INFO: Scrape type for ZM35614: 2
2026-03-29 12:06:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64bffd1f-b745-5109-b8e3-95fd732bbb65 with identifier: ZM35614
2026-03-29 12:06:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64bffd1f-b745-5109-b8e3-95fd732bbb65 with scrape type 2
2026-03-29 12:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64bffd1f-b745-5109-b8e3-95fd732bbb65 with scrape type 2
2026-03-29 12:06:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 64bffd1f-b745-5109-b8e3-95fd732bbb65, identifier: ZM35614
2026-03-29 12:06:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 64bffd1f-b745-5109-b8e3-95fd732bbb65 with identifier: ZM35614
2026-03-29 12:06:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 64bffd1f-b745-5109-b8e3-95fd732bbb65 with identifier: ZM35614
2026-03-29 12:06:46 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 64bffd1f-b745-5109-b8e3-95fd732bbb65 with identifier: ZM35614 to the API
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 205,
'expiration_date': '2026-03-30T15:47:51Z',
'fuel_type': 'diesel',
'id': '64bffd1f-b745-5109-b8e3-95fd732bbb65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZM35614',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'GLC-Klasse',
'odometer': 198475,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-27',
'seller_name': None,
'title': 'Mercedes-Benz GLC-Klasse GLC 250 d 4Matic AMG Line',
'transmission': 'automatic',
'trim': '4Matic AMG Line',
'year': 2018}
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZM35614%27 HTTP/1.1" 200 None
2026-03-29 12:06:46 [auto1.it] INFO: Saving data for ZM35614: {'auction_closing_time': 1774885671.0, 'created_time': 1774274748.973551, 'last_price_update_time': 1774786006.4488}
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZM35614') HTTP/1.1" 204 0
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: WK74495
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: VC06734
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VC06734%27 HTTP/1.1" 200 None
2026-03-29 12:06:46 [auto1.it] INFO: Scrape type for VC06734: 0
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: CV81447
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: YY46039
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YY46039%27 HTTP/1.1" 200 None
2026-03-29 12:06:46 [auto1.it] INFO: Scrape type for YY46039: 0
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: MD08971
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MD08971%27 HTTP/1.1" 200 None
2026-03-29 12:06:46 [auto1.it] INFO: Scrape type for MD08971: 0
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: JJ50665
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JJ50665%27 HTTP/1.1" 200 None
2026-03-29 12:06:46 [auto1.it] INFO: Scrape type for JJ50665: 0
2026-03-29 12:06:46 [auto1.it] INFO: Found listing with ID: XN19179
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XN19179%27 HTTP/1.1" 200 None
2026-03-29 12:06:46 [auto1.it] INFO: Scrape type for XN19179: 2
2026-03-29 12:06:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5eb161d-dc48-55b5-99a8-a028a7be7e88 with identifier: XN19179
2026-03-29 12:06:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5eb161d-dc48-55b5-99a8-a028a7be7e88 with scrape type 2
2026-03-29 12:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5eb161d-dc48-55b5-99a8-a028a7be7e88 with scrape type 2
2026-03-29 12:06:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a5eb161d-dc48-55b5-99a8-a028a7be7e88, identifier: XN19179
2026-03-29 12:06:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a5eb161d-dc48-55b5-99a8-a028a7be7e88 with identifier: XN19179
2026-03-29 12:06:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a5eb161d-dc48-55b5-99a8-a028a7be7e88 with identifier: XN19179
2026-03-29 12:06:46 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a5eb161d-dc48-55b5-99a8-a028a7be7e88 with identifier: XN19179 to the API
2026-03-29 12:06:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:31:24Z',
'fuel_type': 'diesel',
'id': 'a5eb161d-dc48-55b5-99a8-a028a7be7e88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XN19179',
'listing': 'auction',
'make': 'Renault',
'model': 'Clio',
'odometer': 93700,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-31',
'seller_name': None,
'title': 'Renault Clio 1.5 dCi Energy Duel',
'transmission': 'manual',
'trim': 'Duel',
'year': 2016}
2026-03-29 12:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XN19179%27 HTTP/1.1" 200 None
2026-03-29 12:06:47 [auto1.it] INFO: Saving data for XN19179: {'auction_closing_time': 1774884684.0, 'created_time': 1773129501.044921, 'last_price_update_time': 1774786007.06522}
2026-03-29 12:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XN19179') HTTP/1.1" 204 0
2026-03-29 12:06:47 [auto1.it] INFO: Found listing with ID: YU91907
2026-03-29 12:06:47 [auto1.it] INFO: Found listing with ID: HN39146
2026-03-29 12:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HN39146%27 HTTP/1.1" 200 None
2026-03-29 12:06:47 [auto1.it] INFO: Scrape type for HN39146: 0
2026-03-29 12:06:47 [auto1.it] INFO: Found listing with ID: MG67619
2026-03-29 12:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MG67619%27 HTTP/1.1" 200 None
2026-03-29 12:06:47 [auto1.it] INFO: Scrape type for MG67619: 0
2026-03-29 12:06:47 [auto1.it] INFO: Found listing with ID: KY69981
2026-03-29 12:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KY69981%27 HTTP/1.1" 200 None
2026-03-29 12:06:47 [auto1.it] INFO: Scrape type for KY69981: 0
2026-03-29 12:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:06:48 [auto1.it] INFO: Channel: 24h | Page: 38 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:48 [auto1.it] INFO: Found listing with ID: YA22905
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YA22905%27 HTTP/1.1" 200 None
2026-03-29 12:06:48 [auto1.it] INFO: Scrape type for YA22905: 0
2026-03-29 12:06:48 [auto1.it] INFO: Found listing with ID: YG30728
2026-03-29 12:06:48 [auto1.it] INFO: Found listing with ID: SW30840
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SW30840%27 HTTP/1.1" 200 None
2026-03-29 12:06:48 [auto1.it] INFO: Scrape type for SW30840: 0
2026-03-29 12:06:48 [auto1.it] INFO: Found listing with ID: PU63843
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PU63843%27 HTTP/1.1" 200 None
2026-03-29 12:06:48 [auto1.it] INFO: Scrape type for PU63843: 0
2026-03-29 12:06:48 [auto1.it] INFO: Found listing with ID: LK86303
2026-03-29 12:06:48 [auto1.it] INFO: Found listing with ID: UK17345
2026-03-29 12:06:48 [auto1.it] INFO: Found listing with ID: CG66796
2026-03-29 12:06:48 [auto1.it] INFO: Found listing with ID: ZP08653
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZP08653%27 HTTP/1.1" 200 None
2026-03-29 12:06:48 [auto1.it] INFO: Scrape type for ZP08653: 0
2026-03-29 12:06:48 [auto1.it] INFO: Found listing with ID: LX64348
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LX64348%27 HTTP/1.1" 200 None
2026-03-29 12:06:48 [auto1.it] INFO: Scrape type for LX64348: 2
2026-03-29 12:06:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e783db1c-85c0-5309-b73f-cc9f6585a184 with identifier: LX64348
2026-03-29 12:06:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e783db1c-85c0-5309-b73f-cc9f6585a184 with scrape type 2
2026-03-29 12:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e783db1c-85c0-5309-b73f-cc9f6585a184 with scrape type 2
2026-03-29 12:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e783db1c-85c0-5309-b73f-cc9f6585a184, identifier: LX64348
2026-03-29 12:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e783db1c-85c0-5309-b73f-cc9f6585a184 with identifier: LX64348
2026-03-29 12:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e783db1c-85c0-5309-b73f-cc9f6585a184 with identifier: LX64348
2026-03-29 12:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e783db1c-85c0-5309-b73f-cc9f6585a184 with identifier: LX64348 to the API
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 136,
'expiration_date': '2026-03-30T15:05:07Z',
'fuel_type': 'diesel',
'id': 'e783db1c-85c0-5309-b73f-cc9f6585a184',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LX64348',
'listing': 'auction',
'make': 'Kia',
'model': 'XCeed',
'odometer': 173281,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-28',
'seller_name': None,
'title': 'Kia XCeed 1.6 CRDi Mild-Hybrid High Tech',
'transmission': 'automatic',
'trim': 'High Tech',
'year': 2021}
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LX64348%27 HTTP/1.1" 200 None
2026-03-29 12:06:48 [auto1.it] INFO: Saving data for LX64348: {'auction_closing_time': 1774883107.0, 'created_time': 1772273158.057487, 'last_price_update_time': 1774786008.576295}
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LX64348') HTTP/1.1" 204 0
2026-03-29 12:06:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:06:48 [auto1.it] INFO: Found listing with ID: WU48456
2026-03-29 12:06:48 [auto1.it] INFO: Found listing with ID: WW68303
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WW68303%27 HTTP/1.1" 200 None
2026-03-29 12:06:48 [auto1.it] INFO: Scrape type for WW68303: 2
2026-03-29 12:06:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24fe4699-30e4-5c0b-9432-43c232bc1cb2 with identifier: WW68303
2026-03-29 12:06:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24fe4699-30e4-5c0b-9432-43c232bc1cb2 with scrape type 2
2026-03-29 12:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24fe4699-30e4-5c0b-9432-43c232bc1cb2 with scrape type 2
2026-03-29 12:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 24fe4699-30e4-5c0b-9432-43c232bc1cb2, identifier: WW68303
2026-03-29 12:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 24fe4699-30e4-5c0b-9432-43c232bc1cb2 with identifier: WW68303
2026-03-29 12:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 24fe4699-30e4-5c0b-9432-43c232bc1cb2 with identifier: WW68303
2026-03-29 12:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 24fe4699-30e4-5c0b-9432-43c232bc1cb2 with identifier: WW68303 to the API
2026-03-29 12:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 163,
'expiration_date': '2026-03-30T15:53:48Z',
'fuel_type': 'diesel',
'id': '24fe4699-30e4-5c0b-9432-43c232bc1cb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WW68303',
'listing': 'auction',
'make': 'Lancia',
'model': 'Voyager',
'odometer': 161937,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-06-13',
'seller_name': None,
'title': 'Lancia Voyager 2.8 JTDM Gold',
'transmission': 'automatic',
'trim': 'Gold',
'year': 2013}
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WW68303%27 HTTP/1.1" 200 None
2026-03-29 12:06:49 [auto1.it] INFO: Saving data for WW68303: {'auction_closing_time': 1774886028.0, 'created_time': 1773436389.8291, 'last_price_update_time': 1774786009.08175}
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WW68303') HTTP/1.1" 204 0
2026-03-29 12:06:49 [auto1.it] INFO: Found listing with ID: LT86375
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LT86375%27 HTTP/1.1" 200 None
2026-03-29 12:06:49 [auto1.it] INFO: Scrape type for LT86375: 0
2026-03-29 12:06:49 [auto1.it] INFO: Found listing with ID: RK63045
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RK63045%27 HTTP/1.1" 200 None
2026-03-29 12:06:49 [auto1.it] INFO: Scrape type for RK63045: 0
2026-03-29 12:06:49 [auto1.it] INFO: Found listing with ID: PG53512
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PG53512%27 HTTP/1.1" 200 None
2026-03-29 12:06:49 [auto1.it] INFO: Scrape type for PG53512: 0
2026-03-29 12:06:49 [auto1.it] INFO: Found listing with ID: SB68054
2026-03-29 12:06:49 [auto1.it] INFO: Found listing with ID: NF38082
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NF38082%27 HTTP/1.1" 200 None
2026-03-29 12:06:49 [auto1.it] INFO: Scrape type for NF38082: 0
2026-03-29 12:06:49 [auto1.it] INFO: Found listing with ID: BE98345
2026-03-29 12:06:49 [auto1.it] INFO: Found listing with ID: RA25408
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RA25408%27 HTTP/1.1" 200 None
2026-03-29 12:06:49 [auto1.it] INFO: Scrape type for RA25408: 2
2026-03-29 12:06:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 741d7026-0aac-5c3b-8af5-ab758388ede6 with identifier: RA25408
2026-03-29 12:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 741d7026-0aac-5c3b-8af5-ab758388ede6 with scrape type 2
2026-03-29 12:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 741d7026-0aac-5c3b-8af5-ab758388ede6 with scrape type 2
2026-03-29 12:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 741d7026-0aac-5c3b-8af5-ab758388ede6, identifier: RA25408
2026-03-29 12:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 741d7026-0aac-5c3b-8af5-ab758388ede6 with identifier: RA25408
2026-03-29 12:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 741d7026-0aac-5c3b-8af5-ab758388ede6 with identifier: RA25408
2026-03-29 12:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 741d7026-0aac-5c3b-8af5-ab758388ede6 with identifier: RA25408 to the API
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 230,
'expiration_date': '2026-03-30T15:25:26Z',
'fuel_type': 'hybrid',
'id': '741d7026-0aac-5c3b-8af5-ab758388ede6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RA25408',
'listing': 'auction',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 81577,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-02',
'seller_name': None,
'title': 'Hyundai Tucson 1.6 T-GDI Hybrid XLine 2WD',
'transmission': 'automatic',
'trim': 'XLine 2WD',
'year': 2023}
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RA25408%27 HTTP/1.1" 200 None
2026-03-29 12:06:49 [auto1.it] INFO: Saving data for RA25408: {'auction_closing_time': 1774884326.0, 'created_time': 1774602374.784215, 'last_price_update_time': 1774786009.65989}
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RA25408') HTTP/1.1" 204 0
2026-03-29 12:06:49 [auto1.it] INFO: Found listing with ID: YB60466
2026-03-29 12:06:49 [auto1.it] INFO: Found listing with ID: YB05417
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YB05417%27 HTTP/1.1" 200 None
2026-03-29 12:06:49 [auto1.it] INFO: Scrape type for YB05417: 0
2026-03-29 12:06:49 [auto1.it] INFO: Found listing with ID: AF81201
2026-03-29 12:06:49 [auto1.it] INFO: Found listing with ID: PT68883
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PT68883%27 HTTP/1.1" 200 None
2026-03-29 12:06:49 [auto1.it] INFO: Scrape type for PT68883: 2
2026-03-29 12:06:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3ed5a5e-e4c3-5c91-a977-c2a2e187575e with identifier: PT68883
2026-03-29 12:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3ed5a5e-e4c3-5c91-a977-c2a2e187575e with scrape type 2
2026-03-29 12:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3ed5a5e-e4c3-5c91-a977-c2a2e187575e with scrape type 2
2026-03-29 12:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e3ed5a5e-e4c3-5c91-a977-c2a2e187575e, identifier: PT68883
2026-03-29 12:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e3ed5a5e-e4c3-5c91-a977-c2a2e187575e with identifier: PT68883
2026-03-29 12:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e3ed5a5e-e4c3-5c91-a977-c2a2e187575e with identifier: PT68883
2026-03-29 12:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e3ed5a5e-e4c3-5c91-a977-c2a2e187575e with identifier: PT68883 to the API
2026-03-29 12:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 143,
'expiration_date': '2026-03-30T15:12:32Z',
'fuel_type': 'diesel',
'id': 'e3ed5a5e-e4c3-5c91-a977-c2a2e187575e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PT68883',
'listing': 'auction',
'make': 'BMW',
'model': '1er',
'odometer': 371603,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-08-04',
'seller_name': None,
'title': 'BMW 1er 118d',
'transmission': 'manual',
'trim': '',
'year': 2009}
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PT68883%27 HTTP/1.1" 200 None
2026-03-29 12:06:50 [auto1.it] INFO: Saving data for PT68883: {'auction_closing_time': 1774883552.0, 'created_time': 1774300080.874205, 'last_price_update_time': 1774786010.088587}
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PT68883') HTTP/1.1" 204 0
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: YH73900
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YH73900%27 HTTP/1.1" 200 None
2026-03-29 12:06:50 [auto1.it] INFO: Scrape type for YH73900: 0
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: LH69939
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LH69939%27 HTTP/1.1" 200 None
2026-03-29 12:06:50 [auto1.it] INFO: Scrape type for LH69939: 0
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: XC56824
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: FA93618
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FA93618%27 HTTP/1.1" 200 None
2026-03-29 12:06:50 [auto1.it] INFO: Scrape type for FA93618: 0
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: LD48805
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LD48805%27 HTTP/1.1" 200 None
2026-03-29 12:06:50 [auto1.it] INFO: Scrape type for LD48805: 2
2026-03-29 12:06:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab6f4738-f5f4-59a7-9b7f-84b5f2c6dc9b with identifier: LD48805
2026-03-29 12:06:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab6f4738-f5f4-59a7-9b7f-84b5f2c6dc9b with scrape type 2
2026-03-29 12:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab6f4738-f5f4-59a7-9b7f-84b5f2c6dc9b with scrape type 2
2026-03-29 12:06:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ab6f4738-f5f4-59a7-9b7f-84b5f2c6dc9b, identifier: LD48805
2026-03-29 12:06:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ab6f4738-f5f4-59a7-9b7f-84b5f2c6dc9b with identifier: LD48805
2026-03-29 12:06:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ab6f4738-f5f4-59a7-9b7f-84b5f2c6dc9b with identifier: LD48805
2026-03-29 12:06:50 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ab6f4738-f5f4-59a7-9b7f-84b5f2c6dc9b with identifier: LD48805 to the API
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:26:07Z',
'fuel_type': 'diesel',
'id': 'ab6f4738-f5f4-59a7-9b7f-84b5f2c6dc9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LD48805',
'listing': 'auction',
'make': 'Peugeot',
'model': '308',
'odometer': 169245,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-09',
'seller_name': None,
'title': 'Peugeot 308 1.6 Blue-HDi GT Line',
'transmission': 'automatic',
'trim': 'GT Line',
'year': 2016}
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LD48805%27 HTTP/1.1" 200 None
2026-03-29 12:06:50 [auto1.it] INFO: Saving data for LD48805: {'auction_closing_time': 1774884367.0, 'created_time': 1772309276.607462, 'last_price_update_time': 1774786010.652485}
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LD48805') HTTP/1.1" 204 0
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: GR86359
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: BR14904
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BR14904%27 HTTP/1.1" 200 None
2026-03-29 12:06:50 [auto1.it] INFO: Scrape type for BR14904: 0
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: HX42058
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HX42058%27 HTTP/1.1" 200 None
2026-03-29 12:06:50 [auto1.it] INFO: Scrape type for HX42058: 0
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: BN39787
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BN39787%27 HTTP/1.1" 200 None
2026-03-29 12:06:50 [auto1.it] INFO: Scrape type for BN39787: 0
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: LZ05951
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: HC78741
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: DU09881
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: FX50490
2026-03-29 12:06:50 [auto1.it] INFO: Found listing with ID: TA87203
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TA87203%27 HTTP/1.1" 200 None
2026-03-29 12:06:50 [auto1.it] INFO: Scrape type for TA87203: 2
2026-03-29 12:06:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f843af54-972f-516e-a4ff-0defbcfdd66a with identifier: TA87203
2026-03-29 12:06:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f843af54-972f-516e-a4ff-0defbcfdd66a with scrape type 2
2026-03-29 12:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f843af54-972f-516e-a4ff-0defbcfdd66a with scrape type 2
2026-03-29 12:06:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f843af54-972f-516e-a4ff-0defbcfdd66a, identifier: TA87203
2026-03-29 12:06:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f843af54-972f-516e-a4ff-0defbcfdd66a with identifier: TA87203
2026-03-29 12:06:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f843af54-972f-516e-a4ff-0defbcfdd66a with identifier: TA87203
2026-03-29 12:06:50 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f843af54-972f-516e-a4ff-0defbcfdd66a with identifier: TA87203 to the API
2026-03-29 12:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 163,
'expiration_date': '2026-03-30T15:19:45Z',
'fuel_type': 'diesel',
'id': 'f843af54-972f-516e-a4ff-0defbcfdd66a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TA87203',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'V-Klasse',
'odometer': 82996,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-26',
'seller_name': None,
'title': 'Mercedes-Benz V-Klasse V 220 d AVANTGARDE kompakt',
'transmission': 'automatic',
'trim': 'AVANTGARDE kompakt',
'year': 2021}
2026-03-29 12:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TA87203%27 HTTP/1.1" 200 None
2026-03-29 12:06:51 [auto1.it] INFO: Saving data for TA87203: {'auction_closing_time': 1774883985.0, 'created_time': 1773132409.663516, 'last_price_update_time': 1774786011.172116}
2026-03-29 12:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TA87203') HTTP/1.1" 204 0
2026-03-29 12:06:51 [auto1.it] INFO: Found listing with ID: EF98667
2026-03-29 12:06:51 [auto1.it] INFO: Found listing with ID: DW89993
2026-03-29 12:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DW89993%27 HTTP/1.1" 200 None
2026-03-29 12:06:51 [auto1.it] INFO: Scrape type for DW89993: 0
2026-03-29 12:06:51 [auto1.it] INFO: Found listing with ID: SR46685
2026-03-29 12:06:51 [auto1.it] INFO: Found listing with ID: TB60435
2026-03-29 12:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TB60435%27 HTTP/1.1" 200 None
2026-03-29 12:06:51 [auto1.it] INFO: Scrape type for TB60435: 0
2026-03-29 12:06: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 12:06:52 [auto1.it] INFO: Channel: 24h | Page: 39 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:52 [auto1.it] INFO: Found listing with ID: GM11383
2026-03-29 12:06:52 [auto1.it] INFO: Found listing with ID: ZJ09783
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZJ09783%27 HTTP/1.1" 200 None
2026-03-29 12:06:52 [auto1.it] INFO: Scrape type for ZJ09783: 0
2026-03-29 12:06:52 [auto1.it] INFO: Found listing with ID: KC12001
2026-03-29 12:06:52 [auto1.it] INFO: Found listing with ID: GG79286
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GG79286%27 HTTP/1.1" 200 None
2026-03-29 12:06:52 [auto1.it] INFO: Scrape type for GG79286: 0
2026-03-29 12:06:52 [auto1.it] INFO: Found listing with ID: NB15044
2026-03-29 12:06:52 [auto1.it] INFO: Found listing with ID: VG33831
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VG33831%27 HTTP/1.1" 200 None
2026-03-29 12:06:52 [auto1.it] INFO: Scrape type for VG33831: 0
2026-03-29 12:06:52 [auto1.it] INFO: Found listing with ID: SL84548
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SL84548%27 HTTP/1.1" 200 None
2026-03-29 12:06:52 [auto1.it] INFO: Scrape type for SL84548: 2
2026-03-29 12:06:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e86d13e-8fdb-518e-baaa-502034ed19bc with identifier: SL84548
2026-03-29 12:06:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e86d13e-8fdb-518e-baaa-502034ed19bc with scrape type 2
2026-03-29 12:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e86d13e-8fdb-518e-baaa-502034ed19bc with scrape type 2
2026-03-29 12:06:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6e86d13e-8fdb-518e-baaa-502034ed19bc, identifier: SL84548
2026-03-29 12:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6e86d13e-8fdb-518e-baaa-502034ed19bc with identifier: SL84548
2026-03-29 12:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6e86d13e-8fdb-518e-baaa-502034ed19bc with identifier: SL84548
2026-03-29 12:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6e86d13e-8fdb-518e-baaa-502034ed19bc with identifier: SL84548 to the API
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:48:58Z',
'fuel_type': 'gas',
'id': '6e86d13e-8fdb-518e-baaa-502034ed19bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SL84548',
'listing': 'auction',
'make': 'Opel',
'model': 'Mokka X',
'odometer': 147082,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-29',
'seller_name': None,
'title': 'Opel Mokka X 1.4 Turbo Benzin / LPG Innovation',
'transmission': 'manual',
'trim': 'Innovation',
'year': 2017}
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SL84548%27 HTTP/1.1" 200 None
2026-03-29 12:06:52 [auto1.it] INFO: Saving data for SL84548: {'auction_closing_time': 1774885738.0, 'created_time': 1774602427.945628, 'last_price_update_time': 1774786012.615826}
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SL84548') HTTP/1.1" 204 0
2026-03-29 12:06: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 12:06:52 [auto1.it] INFO: Found listing with ID: FP61129
2026-03-29 12:06:52 [auto1.it] INFO: Found listing with ID: ZV75074
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZV75074%27 HTTP/1.1" 200 None
2026-03-29 12:06:52 [auto1.it] INFO: Scrape type for ZV75074: 2
2026-03-29 12:06:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e7b1e40-154b-554e-9007-1d93126c7e0f with identifier: ZV75074
2026-03-29 12:06:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e7b1e40-154b-554e-9007-1d93126c7e0f with scrape type 2
2026-03-29 12:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e7b1e40-154b-554e-9007-1d93126c7e0f with scrape type 2
2026-03-29 12:06:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2e7b1e40-154b-554e-9007-1d93126c7e0f, identifier: ZV75074
2026-03-29 12:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2e7b1e40-154b-554e-9007-1d93126c7e0f with identifier: ZV75074
2026-03-29 12:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2e7b1e40-154b-554e-9007-1d93126c7e0f with identifier: ZV75074
2026-03-29 12:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2e7b1e40-154b-554e-9007-1d93126c7e0f with identifier: ZV75074 to the API
2026-03-29 12:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 60,
'expiration_date': '2026-03-30T15:11:06Z',
'fuel_type': 'petrol',
'id': '2e7b1e40-154b-554e-9007-1d93126c7e0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZV75074',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 98301,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-02-21',
'seller_name': None,
'title': 'Fiat Panda 1.2 Natural Power Panda',
'transmission': 'manual',
'trim': 'Natural Power',
'year': 2010}
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZV75074%27 HTTP/1.1" 200 None
2026-03-29 12:06:53 [auto1.it] INFO: Saving data for ZV75074: {'auction_closing_time': 1774883466.0, 'created_time': 1774300239.052066, 'last_price_update_time': 1774786013.195969}
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZV75074') HTTP/1.1" 204 0
2026-03-29 12:06:53 [auto1.it] INFO: Found listing with ID: JZ46948
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JZ46948%27 HTTP/1.1" 200 None
2026-03-29 12:06:53 [auto1.it] INFO: Scrape type for JZ46948: 0
2026-03-29 12:06:53 [auto1.it] INFO: Found listing with ID: DZ84756
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DZ84756%27 HTTP/1.1" 200 None
2026-03-29 12:06:53 [auto1.it] INFO: Scrape type for DZ84756: 0
2026-03-29 12:06:53 [auto1.it] INFO: Found listing with ID: CF35894
2026-03-29 12:06:53 [auto1.it] INFO: Found listing with ID: GU38190
2026-03-29 12:06:53 [auto1.it] INFO: Found listing with ID: DC62247
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DC62247%27 HTTP/1.1" 200 None
2026-03-29 12:06:53 [auto1.it] INFO: Scrape type for DC62247: 0
2026-03-29 12:06:53 [auto1.it] INFO: Found listing with ID: KD87590
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KD87590%27 HTTP/1.1" 200 None
2026-03-29 12:06:53 [auto1.it] INFO: Scrape type for KD87590: 2
2026-03-29 12:06:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68a44fbf-633a-5696-a4d4-d3398573fc86 with identifier: KD87590
2026-03-29 12:06:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68a44fbf-633a-5696-a4d4-d3398573fc86 with scrape type 2
2026-03-29 12:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68a44fbf-633a-5696-a4d4-d3398573fc86 with scrape type 2
2026-03-29 12:06:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 68a44fbf-633a-5696-a4d4-d3398573fc86, identifier: KD87590
2026-03-29 12:06:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 68a44fbf-633a-5696-a4d4-d3398573fc86 with identifier: KD87590
2026-03-29 12:06:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 68a44fbf-633a-5696-a4d4-d3398573fc86 with identifier: KD87590
2026-03-29 12:06:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 68a44fbf-633a-5696-a4d4-d3398573fc86 with identifier: KD87590 to the API
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 3,
'engine_horse_power': 92,
'expiration_date': '2026-03-30T15:11:41Z',
'fuel_type': 'diesel',
'id': '68a44fbf-633a-5696-a4d4-d3398573fc86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KD87590',
'listing': 'auction',
'make': 'Peugeot',
'model': '208',
'odometer': 241530,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-05-09',
'seller_name': None,
'title': 'Peugeot 208 1.6 HDi Allure',
'transmission': 'manual',
'trim': 'Allure',
'year': 2013}
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KD87590%27 HTTP/1.1" 200 None
2026-03-29 12:06:53 [auto1.it] INFO: Saving data for KD87590: {'auction_closing_time': 1774883501.0, 'created_time': 1774602423.727793, 'last_price_update_time': 1774786013.679845}
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KD87590') HTTP/1.1" 204 0
2026-03-29 12:06:53 [auto1.it] INFO: Found listing with ID: VY00315
2026-03-29 12:06:53 [auto1.it] INFO: Found listing with ID: KA98059
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KA98059%27 HTTP/1.1" 200 None
2026-03-29 12:06:53 [auto1.it] INFO: Scrape type for KA98059: 0
2026-03-29 12:06:53 [auto1.it] INFO: Found listing with ID: JH32473
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JH32473%27 HTTP/1.1" 200 None
2026-03-29 12:06:53 [auto1.it] INFO: Scrape type for JH32473: 0
2026-03-29 12:06:53 [auto1.it] INFO: Found listing with ID: HW82018
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HW82018%27 HTTP/1.1" 200 None
2026-03-29 12:06:53 [auto1.it] INFO: Scrape type for HW82018: 2
2026-03-29 12:06:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceaabe01-cb5b-53dc-bf07-a0fde05d5fe5 with identifier: HW82018
2026-03-29 12:06:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceaabe01-cb5b-53dc-bf07-a0fde05d5fe5 with scrape type 2
2026-03-29 12:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ceaabe01-cb5b-53dc-bf07-a0fde05d5fe5 with scrape type 2
2026-03-29 12:06:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ceaabe01-cb5b-53dc-bf07-a0fde05d5fe5, identifier: HW82018
2026-03-29 12:06:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ceaabe01-cb5b-53dc-bf07-a0fde05d5fe5 with identifier: HW82018
2026-03-29 12:06:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ceaabe01-cb5b-53dc-bf07-a0fde05d5fe5 with identifier: HW82018
2026-03-29 12:06:53 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ceaabe01-cb5b-53dc-bf07-a0fde05d5fe5 with identifier: HW82018 to the API
2026-03-29 12:06:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:41:30Z',
'fuel_type': 'diesel',
'id': 'ceaabe01-cb5b-53dc-bf07-a0fde05d5fe5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/HW82018',
'listing': 'auction',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 166990,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-21',
'seller_name': None,
'title': 'Nissan Qashqai 1.5 Turbodiesel Acenta',
'transmission': 'manual',
'trim': 'Acenta',
'year': 2011}
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HW82018%27 HTTP/1.1" 200 None
2026-03-29 12:06:54 [auto1.it] INFO: Saving data for HW82018: {'auction_closing_time': 1774885290.0, 'created_time': 1773135688.439802, 'last_price_update_time': 1774786014.130346}
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HW82018') HTTP/1.1" 204 0
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: VG76075
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VG76075%27 HTTP/1.1" 200 None
2026-03-29 12:06:54 [auto1.it] INFO: Scrape type for VG76075: 0
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: UB96617
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: FL87170
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FL87170%27 HTTP/1.1" 200 None
2026-03-29 12:06:54 [auto1.it] INFO: Scrape type for FL87170: 0
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: HC78855
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HC78855%27 HTTP/1.1" 200 None
2026-03-29 12:06:54 [auto1.it] INFO: Scrape type for HC78855: 0
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: RF11851
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF11851%27 HTTP/1.1" 200 None
2026-03-29 12:06:54 [auto1.it] INFO: Scrape type for RF11851: 0
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: VF62325
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: NU40150
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NU40150%27 HTTP/1.1" 200 None
2026-03-29 12:06:54 [auto1.it] INFO: Scrape type for NU40150: 0
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: HA02667
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HA02667%27 HTTP/1.1" 200 None
2026-03-29 12:06:54 [auto1.it] INFO: Scrape type for HA02667: 0
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: ZF04289
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZF04289%27 HTTP/1.1" 200 None
2026-03-29 12:06:54 [auto1.it] INFO: Scrape type for ZF04289: 0
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: KT00361
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KT00361%27 HTTP/1.1" 200 None
2026-03-29 12:06:54 [auto1.it] INFO: Scrape type for KT00361: 0
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: NC40954
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: UZ24263
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: WF98355
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WF98355%27 HTTP/1.1" 200 None
2026-03-29 12:06:54 [auto1.it] INFO: Scrape type for WF98355: 0
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: LY33062
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: RY75551
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RY75551%27 HTTP/1.1" 200 None
2026-03-29 12:06:54 [auto1.it] INFO: Scrape type for RY75551: 0
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: GT17174
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: RV11940
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: PW10693
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW10693%27 HTTP/1.1" 200 None
2026-03-29 12:06:54 [auto1.it] INFO: Scrape type for PW10693: 0
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: RA84354
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: CC08861
2026-03-29 12:06:54 [auto1.it] INFO: Found listing with ID: SP14530
2026-03-29 12:06: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 12:06:55 [auto1.it] INFO: Channel: 24h | Page: 40 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:55 [auto1.it] INFO: Found listing with ID: WH70643
2026-03-29 12:06:55 [auto1.it] INFO: Found listing with ID: TH32608
2026-03-29 12:06:55 [auto1.it] INFO: Found listing with ID: ZJ87985
2026-03-29 12:06:55 [auto1.it] INFO: Found listing with ID: RF43689
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF43689%27 HTTP/1.1" 200 None
2026-03-29 12:06:55 [auto1.it] INFO: Scrape type for RF43689: 0
2026-03-29 12:06:55 [auto1.it] INFO: Found listing with ID: BV06574
2026-03-29 12:06:55 [auto1.it] INFO: Found listing with ID: US24028
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27US24028%27 HTTP/1.1" 200 None
2026-03-29 12:06:55 [auto1.it] INFO: Scrape type for US24028: 2
2026-03-29 12:06:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6047d389-5c8a-5622-932a-8e15f5c7aa4c with identifier: US24028
2026-03-29 12:06:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6047d389-5c8a-5622-932a-8e15f5c7aa4c with scrape type 2
2026-03-29 12:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6047d389-5c8a-5622-932a-8e15f5c7aa4c with scrape type 2
2026-03-29 12:06:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6047d389-5c8a-5622-932a-8e15f5c7aa4c, identifier: US24028
2026-03-29 12:06:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6047d389-5c8a-5622-932a-8e15f5c7aa4c with identifier: US24028
2026-03-29 12:06:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6047d389-5c8a-5622-932a-8e15f5c7aa4c with identifier: US24028
2026-03-29 12:06:55 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6047d389-5c8a-5622-932a-8e15f5c7aa4c with identifier: US24028 to the API
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:28:07Z',
'fuel_type': 'diesel',
'id': '6047d389-5c8a-5622-932a-8e15f5c7aa4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/US24028',
'listing': 'auction',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 211228,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-06',
'seller_name': None,
'title': 'Fiat Doblo 1.3 M-Jet SX Kasten',
'transmission': 'manual',
'trim': 'SX Kasten',
'year': 2019}
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27US24028%27 HTTP/1.1" 200 None
2026-03-29 12:06:55 [auto1.it] INFO: Saving data for US24028: {'auction_closing_time': 1774884487.0, 'created_time': 1774602440.169646, 'last_price_update_time': 1774786015.612854}
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='US24028') HTTP/1.1" 204 0
2026-03-29 12:06: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 12:06:55 [auto1.it] INFO: Found listing with ID: AS07739
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AS07739%27 HTTP/1.1" 200 None
2026-03-29 12:06:55 [auto1.it] INFO: Scrape type for AS07739: 0
2026-03-29 12:06:55 [auto1.it] INFO: Found listing with ID: DW68997
2026-03-29 12:06:55 [auto1.it] INFO: Found listing with ID: DC13549
2026-03-29 12:06:55 [auto1.it] INFO: Found listing with ID: VB18666
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VB18666%27 HTTP/1.1" 200 None
2026-03-29 12:06:55 [auto1.it] INFO: Scrape type for VB18666: 0
2026-03-29 12:06:55 [auto1.it] INFO: Found listing with ID: ND31908
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ND31908%27 HTTP/1.1" 200 None
2026-03-29 12:06:55 [auto1.it] INFO: Scrape type for ND31908: 0
2026-03-29 12:06:55 [auto1.it] INFO: Found listing with ID: YT14284
2026-03-29 12:06:55 [auto1.it] INFO: Found listing with ID: XJ18858
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XJ18858%27 HTTP/1.1" 200 None
2026-03-29 12:06:55 [auto1.it] INFO: Scrape type for XJ18858: 0
2026-03-29 12:06:55 [auto1.it] INFO: Found listing with ID: RS54948
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RS54948%27 HTTP/1.1" 200 None
2026-03-29 12:06:55 [auto1.it] INFO: Scrape type for RS54948: 2
2026-03-29 12:06:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e830d0c2-62f4-5eff-a11a-65dad054cb64 with identifier: RS54948
2026-03-29 12:06:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e830d0c2-62f4-5eff-a11a-65dad054cb64 with scrape type 2
2026-03-29 12:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e830d0c2-62f4-5eff-a11a-65dad054cb64 with scrape type 2
2026-03-29 12:06:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e830d0c2-62f4-5eff-a11a-65dad054cb64, identifier: RS54948
2026-03-29 12:06:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e830d0c2-62f4-5eff-a11a-65dad054cb64 with identifier: RS54948
2026-03-29 12:06:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e830d0c2-62f4-5eff-a11a-65dad054cb64 with identifier: RS54948
2026-03-29 12:06:55 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e830d0c2-62f4-5eff-a11a-65dad054cb64 with identifier: RS54948 to the API
2026-03-29 12:06:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 135,
'expiration_date': '2026-03-30T15:48:34Z',
'fuel_type': 'petrol',
'id': 'e830d0c2-62f4-5eff-a11a-65dad054cb64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RS54948',
'listing': 'auction',
'make': 'Alfa Romeo',
'model': 'MiTo',
'odometer': 183194,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-02-25',
'seller_name': None,
'title': 'Alfa Romeo MiTo 1.4 Distinctive',
'transmission': 'manual',
'trim': 'Distinctive',
'year': 2010}
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RS54948%27 HTTP/1.1" 200 None
2026-03-29 12:06:56 [auto1.it] INFO: Saving data for RS54948: {'auction_closing_time': 1774885714.0, 'created_time': 1772104608.628115, 'last_price_update_time': 1774786016.754682}
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RS54948') HTTP/1.1" 204 0
2026-03-29 12:06:56 [auto1.it] INFO: Found listing with ID: NP40750
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NP40750%27 HTTP/1.1" 200 None
2026-03-29 12:06:56 [auto1.it] INFO: Scrape type for NP40750: 0
2026-03-29 12:06:56 [auto1.it] INFO: Found listing with ID: MY00561
2026-03-29 12:06:56 [auto1.it] INFO: Found listing with ID: ZK89803
2026-03-29 12:06:56 [auto1.it] INFO: Found listing with ID: UP03227
2026-03-29 12:06:56 [auto1.it] INFO: Found listing with ID: VD09142
2026-03-29 12:06:56 [auto1.it] INFO: Found listing with ID: XJ13084
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XJ13084%27 HTTP/1.1" 200 None
2026-03-29 12:06:56 [auto1.it] INFO: Scrape type for XJ13084: 0
2026-03-29 12:06:56 [auto1.it] INFO: Found listing with ID: VT42722
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VT42722%27 HTTP/1.1" 200 None
2026-03-29 12:06:56 [auto1.it] INFO: Scrape type for VT42722: 0
2026-03-29 12:06:56 [auto1.it] INFO: Found listing with ID: VP48054
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VP48054%27 HTTP/1.1" 200 None
2026-03-29 12:06:56 [auto1.it] INFO: Scrape type for VP48054: 0
2026-03-29 12:06:56 [auto1.it] INFO: Found listing with ID: DS02463
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DS02463%27 HTTP/1.1" 200 None
2026-03-29 12:06:56 [auto1.it] INFO: Scrape type for DS02463: 0
2026-03-29 12:06:56 [auto1.it] INFO: Found listing with ID: FU99331
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FU99331%27 HTTP/1.1" 200 None
2026-03-29 12:06:56 [auto1.it] INFO: Scrape type for FU99331: 0
2026-03-29 12:06:56 [auto1.it] INFO: Found listing with ID: WL66559
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WL66559%27 HTTP/1.1" 200 None
2026-03-29 12:06:56 [auto1.it] INFO: Scrape type for WL66559: 2
2026-03-29 12:06:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9e11e03-0b51-5228-a8d4-38b687612ff7 with identifier: WL66559
2026-03-29 12:06:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9e11e03-0b51-5228-a8d4-38b687612ff7 with scrape type 2
2026-03-29 12:06:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9e11e03-0b51-5228-a8d4-38b687612ff7 with scrape type 2
2026-03-29 12:06:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b9e11e03-0b51-5228-a8d4-38b687612ff7, identifier: WL66559
2026-03-29 12:06:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b9e11e03-0b51-5228-a8d4-38b687612ff7 with identifier: WL66559
2026-03-29 12:06:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b9e11e03-0b51-5228-a8d4-38b687612ff7 with identifier: WL66559
2026-03-29 12:06:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b9e11e03-0b51-5228-a8d4-38b687612ff7 with identifier: WL66559 to the API
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 114,
'expiration_date': '2026-03-30T15:25:19Z',
'fuel_type': 'petrol',
'id': 'b9e11e03-0b51-5228-a8d4-38b687612ff7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WL66559',
'listing': 'auction',
'make': 'EVO',
'model': '4',
'odometer': 28496,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-16',
'seller_name': None,
'title': 'EVO 4 1.6',
'transmission': 'manual',
'trim': '',
'year': 2023}
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WL66559%27 HTTP/1.1" 200 None
2026-03-29 12:06:57 [auto1.it] INFO: Saving data for WL66559: {'auction_closing_time': 1774884319.0, 'created_time': 1774300302.22499, 'last_price_update_time': 1774786017.279847}
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WL66559') HTTP/1.1" 204 0
2026-03-29 12:06:57 [auto1.it] INFO: Found listing with ID: JW95602
2026-03-29 12:06:57 [auto1.it] INFO: Found listing with ID: ZE21394
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZE21394%27 HTTP/1.1" 200 None
2026-03-29 12:06:57 [auto1.it] INFO: Scrape type for ZE21394: 0
2026-03-29 12:06:57 [auto1.it] INFO: Found listing with ID: JF95895
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JF95895%27 HTTP/1.1" 200 None
2026-03-29 12:06:57 [auto1.it] INFO: Scrape type for JF95895: 0
2026-03-29 12:06:57 [auto1.it] INFO: Found listing with ID: KM59258
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KM59258%27 HTTP/1.1" 200 None
2026-03-29 12:06:57 [auto1.it] INFO: Scrape type for KM59258: 0
2026-03-29 12:06:57 [auto1.it] INFO: Found listing with ID: DT24064
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DT24064%27 HTTP/1.1" 200 None
2026-03-29 12:06:57 [auto1.it] INFO: Scrape type for DT24064: 0
2026-03-29 12:06:57 [auto1.it] INFO: Found listing with ID: ZU06634
2026-03-29 12:06:57 [auto1.it] INFO: Found listing with ID: CY97706
2026-03-29 12:06:57 [auto1.it] INFO: Found listing with ID: RM50913
2026-03-29 12:06:57 [auto1.it] INFO: Found listing with ID: TY61219
2026-03-29 12:06:57 [auto1.it] INFO: Found listing with ID: VV63992
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VV63992%27 HTTP/1.1" 200 None
2026-03-29 12:06:57 [auto1.it] INFO: Scrape type for VV63992: 0
2026-03-29 12:06:57 [auto1.it] INFO: Found listing with ID: DD55036
2026-03-29 12:06:57 [auto1.it] INFO: Found listing with ID: JN19530
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JN19530%27 HTTP/1.1" 200 None
2026-03-29 12:06:57 [auto1.it] INFO: Scrape type for JN19530: 2
2026-03-29 12:06:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a021abbc-8973-5ffb-89a0-49e5b59705a9 with identifier: JN19530
2026-03-29 12:06:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a021abbc-8973-5ffb-89a0-49e5b59705a9 with scrape type 2
2026-03-29 12:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a021abbc-8973-5ffb-89a0-49e5b59705a9 with scrape type 2
2026-03-29 12:06:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a021abbc-8973-5ffb-89a0-49e5b59705a9, identifier: JN19530
2026-03-29 12:06:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a021abbc-8973-5ffb-89a0-49e5b59705a9 with identifier: JN19530
2026-03-29 12:06:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a021abbc-8973-5ffb-89a0-49e5b59705a9 with identifier: JN19530
2026-03-29 12:06:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a021abbc-8973-5ffb-89a0-49e5b59705a9 with identifier: JN19530 to the API
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06: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': 115,
'expiration_date': '2026-03-30T15:50:42Z',
'fuel_type': 'diesel',
'id': 'a021abbc-8973-5ffb-89a0-49e5b59705a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JN19530',
'listing': 'auction',
'make': 'Kia',
'model': 'Sportage',
'odometer': 202249,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-12-17',
'seller_name': None,
'title': 'Kia Sportage 1.7 CRDi Cool 2WD',
'transmission': 'manual',
'trim': 'Cool 2WD',
'year': 2013}
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JN19530%27 HTTP/1.1" 200 None
2026-03-29 12:06:57 [auto1.it] INFO: Saving data for JN19530: {'auction_closing_time': 1774885842.0, 'created_time': 1772747088.241957, 'last_price_update_time': 1774786017.9644}
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JN19530') HTTP/1.1" 204 0
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: PM10461
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PM10461%27 HTTP/1.1" 200 None
2026-03-29 12:06:58 [auto1.it] INFO: Scrape type for PM10461: 0
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: FS34329
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: PV13410
2026-03-29 12:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:06:58 [auto1.it] INFO: Channel: 24h | Page: 41 | totalHits: 2514 | hits on page: 40
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: AV12122
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AV12122%27 HTTP/1.1" 200 None
2026-03-29 12:06:58 [auto1.it] INFO: Scrape type for AV12122: 0
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: ZZ56254
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZZ56254%27 HTTP/1.1" 200 None
2026-03-29 12:06:58 [auto1.it] INFO: Scrape type for ZZ56254: 0
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: UN43339
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UN43339%27 HTTP/1.1" 200 None
2026-03-29 12:06:58 [auto1.it] INFO: Scrape type for UN43339: 0
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: PV39557
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: ZE71737
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZE71737%27 HTTP/1.1" 200 None
2026-03-29 12:06:58 [auto1.it] INFO: Scrape type for ZE71737: 0
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: FP75199
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FP75199%27 HTTP/1.1" 200 None
2026-03-29 12:06:58 [auto1.it] INFO: Scrape type for FP75199: 0
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: GJ95983
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: HH07211
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: FY46493
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FY46493%27 HTTP/1.1" 200 None
2026-03-29 12:06:58 [auto1.it] INFO: Scrape type for FY46493: 0
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: LG18660
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LG18660%27 HTTP/1.1" 200 None
2026-03-29 12:06:58 [auto1.it] INFO: Scrape type for LG18660: 0
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: AF82865
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AF82865%27 HTTP/1.1" 200 None
2026-03-29 12:06:58 [auto1.it] INFO: Scrape type for AF82865: 0
2026-03-29 12:06:58 [auto1.it] INFO: Found listing with ID: NZ40909
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NZ40909%27 HTTP/1.1" 200 None
2026-03-29 12:06:58 [auto1.it] INFO: Scrape type for NZ40909: 2
2026-03-29 12:06:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95f2182a-4728-542a-a2bc-47112f06c6b6 with identifier: NZ40909
2026-03-29 12:06:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95f2182a-4728-542a-a2bc-47112f06c6b6 with scrape type 2
2026-03-29 12:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95f2182a-4728-542a-a2bc-47112f06c6b6 with scrape type 2
2026-03-29 12:06:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 95f2182a-4728-542a-a2bc-47112f06c6b6, identifier: NZ40909
2026-03-29 12:06:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 95f2182a-4728-542a-a2bc-47112f06c6b6 with identifier: NZ40909
2026-03-29 12:06:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 95f2182a-4728-542a-a2bc-47112f06c6b6 with identifier: NZ40909
2026-03-29 12:06:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 95f2182a-4728-542a-a2bc-47112f06c6b6 with identifier: NZ40909 to the API
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:06: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 12:06:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:11:27Z',
'fuel_type': 'petrol',
'id': '95f2182a-4728-542a-a2bc-47112f06c6b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NZ40909',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 150007,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-19',
'seller_name': None,
'title': 'Fiat 500 1.2 Lounge',
'transmission': 'manual',
'trim': 'Lounge',
'year': 2016}
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NZ40909%27 HTTP/1.1" 200 None
2026-03-29 12:06:59 [auto1.it] INFO: Saving data for NZ40909: {'auction_closing_time': 1774883487.0, 'created_time': 1774274864.915358, 'last_price_update_time': 1774786019.493502}
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NZ40909') HTTP/1.1" 204 0
2026-03-29 12:06:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: SE98453
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: TJ64738
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: UB44414
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: EU82988
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EU82988%27 HTTP/1.1" 200 None
2026-03-29 12:06:59 [auto1.it] INFO: Scrape type for EU82988: 0
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: SM22245
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: DL42775
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DL42775%27 HTTP/1.1" 200 None
2026-03-29 12:06:59 [auto1.it] INFO: Scrape type for DL42775: 0
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: LD41720
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: DP88225
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: GV75261
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GV75261%27 HTTP/1.1" 200 None
2026-03-29 12:06:59 [auto1.it] INFO: Scrape type for GV75261: 0
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: JJ49663
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: TA75240
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TA75240%27 HTTP/1.1" 200 None
2026-03-29 12:06:59 [auto1.it] INFO: Scrape type for TA75240: 0
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: LZ50355
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: DB04877
2026-03-29 12:06:59 [auto1.it] INFO: Found listing with ID: XV39349
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XV39349%27 HTTP/1.1" 200 None
2026-03-29 12:06:59 [auto1.it] INFO: Scrape type for XV39349: 2
2026-03-29 12:06:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd34ef04-e55b-5ce2-8030-511175269cc1 with identifier: XV39349
2026-03-29 12:06:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd34ef04-e55b-5ce2-8030-511175269cc1 with scrape type 2
2026-03-29 12:06:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd34ef04-e55b-5ce2-8030-511175269cc1 with scrape type 2
2026-03-29 12:06:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: cd34ef04-e55b-5ce2-8030-511175269cc1, identifier: XV39349
2026-03-29 12:06:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: cd34ef04-e55b-5ce2-8030-511175269cc1 with identifier: XV39349
2026-03-29 12:06:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: cd34ef04-e55b-5ce2-8030-511175269cc1 with identifier: XV39349
2026-03-29 12:06:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: cd34ef04-e55b-5ce2-8030-511175269cc1 with identifier: XV39349 to the API
2026-03-29 12:06:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:13:58Z',
'fuel_type': 'diesel',
'id': 'cd34ef04-e55b-5ce2-8030-511175269cc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XV39349',
'listing': 'auction',
'make': 'Ford',
'model': 'S-Max',
'odometer': 259133,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-30',
'seller_name': None,
'title': 'Ford S-Max 2.0 TDCi Titanium',
'transmission': 'automatic',
'trim': 'Titanium',
'year': 2010}
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XV39349%27 HTTP/1.1" 200 None
2026-03-29 12:07:00 [auto1.it] INFO: Saving data for XV39349: {'auction_closing_time': 1774883638.0, 'created_time': 1772272849.486534, 'last_price_update_time': 1774786020.388488}
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XV39349') HTTP/1.1" 204 0
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: CN31542
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CN31542%27 HTTP/1.1" 200 None
2026-03-29 12:07:00 [auto1.it] INFO: Scrape type for CN31542: 0
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: UA89499
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UA89499%27 HTTP/1.1" 200 None
2026-03-29 12:07:00 [auto1.it] INFO: Scrape type for UA89499: 0
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: BV97691
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: LV04843
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: HZ93936
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: WA74830
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WA74830%27 HTTP/1.1" 200 None
2026-03-29 12:07:00 [auto1.it] INFO: Scrape type for WA74830: 0
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: FS29770
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FS29770%27 HTTP/1.1" 200 None
2026-03-29 12:07:00 [auto1.it] INFO: Scrape type for FS29770: 0
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: BY06123
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: KD78044
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: TD31675
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TD31675%27 HTTP/1.1" 200 None
2026-03-29 12:07:00 [auto1.it] INFO: Scrape type for TD31675: 0
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: LG36476
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: DV58522
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DV58522%27 HTTP/1.1" 200 None
2026-03-29 12:07:00 [auto1.it] INFO: Scrape type for DV58522: 0
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: UB21320
2026-03-29 12:07:00 [auto1.it] INFO: Found listing with ID: TV19217
2026-03-29 12:07:02 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:07:02 [auto1.it] INFO: Channel: 24h | Page: 42 | totalHits: 2514 | hits on page: 40
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: HD69394
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HD69394%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for HD69394: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: PM68240
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: CH03473
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CH03473%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for CH03473: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: BZ06099
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BZ06099%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for BZ06099: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: TE47770
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TE47770%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for TE47770: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: SS52204
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SS52204%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for SS52204: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: PT89621
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: HX75119
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: ZL28386
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: KR37794
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KR37794%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for KR37794: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: HY34989
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: XV25356
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XV25356%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for XV25356: 2
2026-03-29 12:07:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b4dd963-4530-5f82-b15c-cc234b7c7fed with identifier: XV25356
2026-03-29 12:07:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b4dd963-4530-5f82-b15c-cc234b7c7fed with scrape type 2
2026-03-29 12:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b4dd963-4530-5f82-b15c-cc234b7c7fed with scrape type 2
2026-03-29 12:07:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3b4dd963-4530-5f82-b15c-cc234b7c7fed, identifier: XV25356
2026-03-29 12:07:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3b4dd963-4530-5f82-b15c-cc234b7c7fed with identifier: XV25356
2026-03-29 12:07:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3b4dd963-4530-5f82-b15c-cc234b7c7fed with identifier: XV25356
2026-03-29 12:07:02 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3b4dd963-4530-5f82-b15c-cc234b7c7fed with identifier: XV25356 to the API
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07: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': 131,
'expiration_date': '2026-03-30T15:19:36Z',
'fuel_type': 'diesel',
'id': '3b4dd963-4530-5f82-b15c-cc234b7c7fed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XV25356',
'listing': 'auction',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 44259,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-06',
'seller_name': None,
'title': 'Jeep Renegade 1.6 M-Jet Limited FWD',
'transmission': 'manual',
'trim': 'Limited FWD',
'year': 2021}
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XV25356%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Saving data for XV25356: {'auction_closing_time': 1774883976.0, 'created_time': 1774602355.476191, 'last_price_update_time': 1774786022.727381}
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XV25356') HTTP/1.1" 204 0
2026-03-29 12:07:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: FP20263
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FP20263%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for FP20263: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: UY39151
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UY39151%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for UY39151: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: RL97939
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: JY70774
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JY70774%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for JY70774: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: UR73173
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UR73173%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for UR73173: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: UP17064
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: TT52453
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: WW47132
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: DL97052
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: SM29752
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: PJ46449
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PJ46449%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for PJ46449: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: DX25254
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DX25254%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for DX25254: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: DX82404
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DX82404%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for DX82404: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: MJ86480
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MJ86480%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for MJ86480: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: PK74621
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: AR18622
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AR18622%27 HTTP/1.1" 200 None
2026-03-29 12:07:02 [auto1.it] INFO: Scrape type for AR18622: 0
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: MZ58050
2026-03-29 12:07:02 [auto1.it] INFO: Found listing with ID: XZ72452
2026-03-29 12:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XZ72452%27 HTTP/1.1" 200 None
2026-03-29 12:07:03 [auto1.it] INFO: Scrape type for XZ72452: 0
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: TR59701
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: RB26067
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: NV87278
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: SX19566
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: SJ09087
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: HY91699
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HY91699%27 HTTP/1.1" 200 None
2026-03-29 12:07:03 [auto1.it] INFO: Scrape type for HY91699: 0
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: FD12268
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: YT66548
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YT66548%27 HTTP/1.1" 200 None
2026-03-29 12:07:03 [auto1.it] INFO: Scrape type for YT66548: 0
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: CB66149
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: ZR48768
2026-03-29 12:07:03 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:07:03 [auto1.it] INFO: Channel: 24h | Page: 43 | totalHits: 2514 | hits on page: 40
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: RE68635
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: UM17769
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UM17769%27 HTTP/1.1" 200 None
2026-03-29 12:07:03 [auto1.it] INFO: Scrape type for UM17769: 0
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: HW61207
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HW61207%27 HTTP/1.1" 200 None
2026-03-29 12:07:03 [auto1.it] INFO: Scrape type for HW61207: 0
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: GA57810
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: VD70212
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: JK09197
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JK09197%27 HTTP/1.1" 200 None
2026-03-29 12:07:03 [auto1.it] INFO: Scrape type for JK09197: 0
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: CA31078
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CA31078%27 HTTP/1.1" 200 None
2026-03-29 12:07:03 [auto1.it] INFO: Scrape type for CA31078: 0
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: JS13846
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JS13846%27 HTTP/1.1" 200 None
2026-03-29 12:07:03 [auto1.it] INFO: Scrape type for JS13846: 0
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: UN97193
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: JT98079
2026-03-29 12:07:03 [auto1.it] INFO: Found listing with ID: ZN14128
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZN14128%27 HTTP/1.1" 200 None
2026-03-29 12:07:03 [auto1.it] INFO: Scrape type for ZN14128: 2
2026-03-29 12:07:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90720bc8-dd16-555f-8199-27658e3d195e with identifier: ZN14128
2026-03-29 12:07:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90720bc8-dd16-555f-8199-27658e3d195e with scrape type 2
2026-03-29 12:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90720bc8-dd16-555f-8199-27658e3d195e with scrape type 2
2026-03-29 12:07:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 90720bc8-dd16-555f-8199-27658e3d195e, identifier: ZN14128
2026-03-29 12:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 90720bc8-dd16-555f-8199-27658e3d195e with identifier: ZN14128
2026-03-29 12:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 90720bc8-dd16-555f-8199-27658e3d195e with identifier: ZN14128
2026-03-29 12:07:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 90720bc8-dd16-555f-8199-27658e3d195e with identifier: ZN14128 to the API
2026-03-29 12:07:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07: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': 136,
'expiration_date': '2026-03-30T15:59:43Z',
'fuel_type': 'diesel',
'id': '90720bc8-dd16-555f-8199-27658e3d195e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZN14128',
'listing': 'auction',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 130907,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-24',
'seller_name': None,
'title': 'Hyundai Tucson 1.6 CRDi Xprime ISG 2WD',
'transmission': 'manual',
'trim': 'Xprime ISG 2WD',
'year': 2019}
2026-03-29 12:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZN14128%27 HTTP/1.1" 200 None
2026-03-29 12:07:04 [auto1.it] INFO: Saving data for ZN14128: {'auction_closing_time': 1774886383.0, 'created_time': 1774602428.848675, 'last_price_update_time': 1774786024.917494}
2026-03-29 12:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZN14128') HTTP/1.1" 204 0
2026-03-29 12:07:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:07:05 [auto1.it] INFO: Found listing with ID: HS75428
2026-03-29 12:07:05 [auto1.it] INFO: Found listing with ID: GA45330
2026-03-29 12:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GA45330%27 HTTP/1.1" 200 None
2026-03-29 12:07:05 [auto1.it] INFO: Scrape type for GA45330: 0
2026-03-29 12:07:05 [auto1.it] INFO: Found listing with ID: UU49973
2026-03-29 12:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UU49973%27 HTTP/1.1" 200 None
2026-03-29 12:07:05 [auto1.it] INFO: Scrape type for UU49973: 0
2026-03-29 12:07:05 [auto1.it] INFO: Found listing with ID: LR95961
2026-03-29 12:07:05 [auto1.it] INFO: Found listing with ID: EB11724
2026-03-29 12:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EB11724%27 HTTP/1.1" 200 None
2026-03-29 12:07:05 [auto1.it] INFO: Scrape type for EB11724: 2
2026-03-29 12:07:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3e3100f-6160-52ed-8db5-1af0712a88e8 with identifier: EB11724
2026-03-29 12:07:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3e3100f-6160-52ed-8db5-1af0712a88e8 with scrape type 2
2026-03-29 12:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3e3100f-6160-52ed-8db5-1af0712a88e8 with scrape type 2
2026-03-29 12:07:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d3e3100f-6160-52ed-8db5-1af0712a88e8, identifier: EB11724
2026-03-29 12:07:05 [scrapy.extensions.logstats] INFO: Crawled 47 pages (at 19 pages/min), scraped 81 items (at 56 items/min)
2026-03-29 12:07:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 159MiB
2026-03-29 12:07:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d3e3100f-6160-52ed-8db5-1af0712a88e8 with identifier: EB11724
2026-03-29 12:07:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d3e3100f-6160-52ed-8db5-1af0712a88e8 with identifier: EB11724
2026-03-29 12:07:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d3e3100f-6160-52ed-8db5-1af0712a88e8 with identifier: EB11724 to the API
2026-03-29 12:07:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07: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': 'green',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 130,
'expiration_date': '2026-03-30T15:31:51Z',
'fuel_type': 'diesel',
'id': 'd3e3100f-6160-52ed-8db5-1af0712a88e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EB11724',
'listing': 'auction',
'make': 'Nissan',
'model': 'X-Trail',
'odometer': 138333,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-30',
'seller_name': None,
'title': 'Nissan X-Trail 1.6 dCi Tekna',
'transmission': 'automatic',
'trim': 'Tekna',
'year': 2015}
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EB11724%27 HTTP/1.1" 200 None
2026-03-29 12:07:06 [auto1.it] INFO: Saving data for EB11724: {'auction_closing_time': 1774884711.0, 'created_time': 1773131460.557116, 'last_price_update_time': 1774786026.417915}
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EB11724') HTTP/1.1" 204 0
2026-03-29 12:07:06 [auto1.it] INFO: Found listing with ID: WY28975
2026-03-29 12:07:06 [auto1.it] INFO: Found listing with ID: XP84134
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XP84134%27 HTTP/1.1" 200 None
2026-03-29 12:07:06 [auto1.it] INFO: Scrape type for XP84134: 2
2026-03-29 12:07:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36f87db7-6bc8-5047-be1e-ae40aa9efb3e with identifier: XP84134
2026-03-29 12:07:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36f87db7-6bc8-5047-be1e-ae40aa9efb3e with scrape type 2
2026-03-29 12:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36f87db7-6bc8-5047-be1e-ae40aa9efb3e with scrape type 2
2026-03-29 12:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 36f87db7-6bc8-5047-be1e-ae40aa9efb3e, identifier: XP84134
2026-03-29 12:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 36f87db7-6bc8-5047-be1e-ae40aa9efb3e with identifier: XP84134
2026-03-29 12:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 36f87db7-6bc8-5047-be1e-ae40aa9efb3e with identifier: XP84134
2026-03-29 12:07:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 36f87db7-6bc8-5047-be1e-ae40aa9efb3e with identifier: XP84134 to the API
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07: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': 115,
'expiration_date': '2026-03-30T15:49:43Z',
'fuel_type': 'diesel',
'id': '36f87db7-6bc8-5047-be1e-ae40aa9efb3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XP84134',
'listing': 'auction',
'make': 'BMW',
'model': '2er',
'odometer': 150494,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-16',
'seller_name': None,
'title': 'BMW 2er 216d Active Tourer',
'transmission': 'manual',
'trim': '',
'year': 2015}
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XP84134%27 HTTP/1.1" 200 None
2026-03-29 12:07:06 [auto1.it] INFO: Saving data for XP84134: {'auction_closing_time': 1774885783.0, 'created_time': 1774602450.432194, 'last_price_update_time': 1774786026.829442}
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XP84134') HTTP/1.1" 204 0
2026-03-29 12:07:06 [auto1.it] INFO: Found listing with ID: RV64880
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RV64880%27 HTTP/1.1" 200 None
2026-03-29 12:07:06 [auto1.it] INFO: Scrape type for RV64880: 0
2026-03-29 12:07:06 [auto1.it] INFO: Found listing with ID: XH17321
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XH17321%27 HTTP/1.1" 200 None
2026-03-29 12:07:06 [auto1.it] INFO: Scrape type for XH17321: 2
2026-03-29 12:07:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f53ae3f8-a7ab-57b4-8888-93bd534c3fdd with identifier: XH17321
2026-03-29 12:07:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f53ae3f8-a7ab-57b4-8888-93bd534c3fdd with scrape type 2
2026-03-29 12:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f53ae3f8-a7ab-57b4-8888-93bd534c3fdd with scrape type 2
2026-03-29 12:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f53ae3f8-a7ab-57b4-8888-93bd534c3fdd, identifier: XH17321
2026-03-29 12:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f53ae3f8-a7ab-57b4-8888-93bd534c3fdd with identifier: XH17321
2026-03-29 12:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f53ae3f8-a7ab-57b4-8888-93bd534c3fdd with identifier: XH17321
2026-03-29 12:07:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f53ae3f8-a7ab-57b4-8888-93bd534c3fdd with identifier: XH17321 to the API
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07: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': 80,
'expiration_date': '2026-03-30T15:14:45Z',
'fuel_type': 'petrol',
'id': 'f53ae3f8-a7ab-57b4-8888-93bd534c3fdd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XH17321',
'listing': 'auction',
'make': 'Ford',
'model': 'Fusion',
'odometer': 66783,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2005-11-30',
'seller_name': None,
'title': 'Ford Fusion 1.4 Zetec',
'transmission': 'manual',
'trim': 'Zetec',
'year': 2005}
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XH17321%27 HTTP/1.1" 200 None
2026-03-29 12:07:07 [auto1.it] INFO: Saving data for XH17321: {'auction_closing_time': 1774883685.0, 'created_time': 1774300053.381202, 'last_price_update_time': 1774786027.252558}
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XH17321') HTTP/1.1" 204 0
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: TG93645
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: ES64600
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ES64600%27 HTTP/1.1" 200 None
2026-03-29 12:07:07 [auto1.it] INFO: Scrape type for ES64600: 0
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: XY26314
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: XJ87572
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: DV39460
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: NT74531
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: KV97590
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KV97590%27 HTTP/1.1" 200 None
2026-03-29 12:07:07 [auto1.it] INFO: Scrape type for KV97590: 0
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: BF34891
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BF34891%27 HTTP/1.1" 200 None
2026-03-29 12:07:07 [auto1.it] INFO: Scrape type for BF34891: 0
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: CA25129
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: CP04601
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: PR97766
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: DV62458
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: JF27717
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: NP04036
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: RX07844
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RX07844%27 HTTP/1.1" 200 None
2026-03-29 12:07:07 [auto1.it] INFO: Scrape type for RX07844: 0
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: LF46608
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LF46608%27 HTTP/1.1" 200 None
2026-03-29 12:07:07 [auto1.it] INFO: Scrape type for LF46608: 0
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: TS59592
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: RZ99853
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: FF22275
2026-03-29 12:07:07 [auto1.it] INFO: Found listing with ID: KT26389
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KT26389%27 HTTP/1.1" 200 None
2026-03-29 12:07:07 [auto1.it] INFO: Scrape type for KT26389: 0
2026-03-29 12:07:08 [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 12:07:08 [auto1.it] INFO: Channel: 24h | Page: 44 | totalHits: 2514 | hits on page: 40
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: NB02604
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NB02604%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for NB02604: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: RU45122
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: GY05881
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: MY33245
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MY33245%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for MY33245: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: TT28559
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TT28559%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for TT28559: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: BG42211
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BG42211%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for BG42211: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: BK04078
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BK04078%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for BK04078: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: AY46194
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AY46194%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for AY46194: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: MW84295
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: YY01932
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: GT34435
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: ED17590
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: VA29565
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VA29565%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for VA29565: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: SC91639
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SC91639%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for SC91639: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: BG55667
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BG55667%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for BG55667: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: PD51522
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PD51522%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for PD51522: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: CH35422
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: FK45797
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FK45797%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for FK45797: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: RA11036
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: DS09153
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DS09153%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for DS09153: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: AC52318
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AC52318%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for AC52318: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: TF37027
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TF37027%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for TF37027: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: DW71358
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: CA07197
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: XY19791
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XY19791%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for XY19791: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: AA46193
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: KA77498
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: FB26923
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: PP30320
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PP30320%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for PP30320: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: GW20586
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: PK39445
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PK39445%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for PK39445: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: DV74338
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DV74338%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for DV74338: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: WB02542
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WB02542%27 HTTP/1.1" 200 None
2026-03-29 12:07:08 [auto1.it] INFO: Scrape type for WB02542: 0
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: XX93100
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: AM26734
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: SX21241
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: NC70942
2026-03-29 12:07:08 [auto1.it] INFO: Found listing with ID: AD83412
2026-03-29 12:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AD83412%27 HTTP/1.1" 200 None
2026-03-29 12:07:09 [auto1.it] INFO: Scrape type for AD83412: 0
2026-03-29 12:07:09 [auto1.it] INFO: Found listing with ID: HM03162
2026-03-29 12:07:09 [auto1.it] INFO: Found listing with ID: SK74491
2026-03-29 12:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SK74491%27 HTTP/1.1" 200 None
2026-03-29 12:07:09 [auto1.it] INFO: Scrape type for SK74491: 0
2026-03-29 12:07: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 12:07: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 12:07:10 [auto1.it] INFO: Channel: 24h | Page: 45 | totalHits: 2514 | hits on page: 40
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: HL13838
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HL13838%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for HL13838: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: EA08863
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: TZ05140
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ05140%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for TZ05140: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: LY98983
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: SP76043
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: TP07930
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: NJ20872
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: VF45343
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: UH24894
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: CA11723
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: SB88786
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SB88786%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for SB88786: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: BA15195
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BA15195%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for BA15195: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: UC27147
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: FW75637
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: NT25208
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: XK39914
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XK39914%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for XK39914: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: FM41301
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: KN82468
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KN82468%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for KN82468: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: PT72554
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PT72554%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for PT72554: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: SK80279
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SK80279%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for SK80279: 2
2026-03-29 12:07:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 351c6ef1-92a2-5346-8a16-9402044bdd62 with identifier: SK80279
2026-03-29 12:07:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 351c6ef1-92a2-5346-8a16-9402044bdd62 with scrape type 2
2026-03-29 12:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 351c6ef1-92a2-5346-8a16-9402044bdd62 with scrape type 2
2026-03-29 12:07:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 351c6ef1-92a2-5346-8a16-9402044bdd62, identifier: SK80279
2026-03-29 12:07:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 351c6ef1-92a2-5346-8a16-9402044bdd62 with identifier: SK80279
2026-03-29 12:07:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 351c6ef1-92a2-5346-8a16-9402044bdd62 with identifier: SK80279
2026-03-29 12:07:10 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 351c6ef1-92a2-5346-8a16-9402044bdd62 with identifier: SK80279 to the API
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:07:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 179,
'expiration_date': '2026-03-30T15:44:57Z',
'fuel_type': 'diesel',
'id': '351c6ef1-92a2-5346-8a16-9402044bdd62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SK80279',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Evoque',
'odometer': 86116,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-06',
'seller_name': None,
'title': 'Land Rover Evoque D180 Mild-Hybrid R-dynamic SE',
'transmission': 'automatic',
'trim': 'R-dynamic SE',
'year': 2019}
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SK80279%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Saving data for SK80279: {'auction_closing_time': 1774885497.0, 'created_time': 1774274817.5766, 'last_price_update_time': 1774786030.675321}
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SK80279') HTTP/1.1" 204 0
2026-03-29 12:07: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 12:07:10 [auto1.it] INFO: Found listing with ID: TP30919
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TP30919%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for TP30919: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: EE91281
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EE91281%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for EE91281: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: XT40512
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: BE00528
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: DP98700
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: TX96321
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: JC41210
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: RP23530
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: KW78911
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KW78911%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for KW78911: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: XX72461
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: AJ45475
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AJ45475%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for AJ45475: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: RB61179
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: RA46767
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RA46767%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for RA46767: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: NK94790
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: GM28799
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GM28799%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for GM28799: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: GE08005
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: NP81459
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NP81459%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for NP81459: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: KD77242
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KD77242%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for KD77242: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: DZ90619
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DZ90619%27 HTTP/1.1" 200 None
2026-03-29 12:07:10 [auto1.it] INFO: Scrape type for DZ90619: 0
2026-03-29 12:07:10 [auto1.it] INFO: Found listing with ID: BH96807
2026-03-29 12:07:11 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:07:12 [auto1.it] INFO: Channel: 24h | Page: 46 | totalHits: 2514 | hits on page: 40
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: GR65234
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: BT34353
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BT34353%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for BT34353: 0
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: EV67651
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EV67651%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for EV67651: 0
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: RT31033
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RT31033%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for RT31033: 0
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: ZX88730
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: DA14696
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DA14696%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for DA14696: 0
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: BT51990
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: GY24745
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GY24745%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for GY24745: 0
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: NY71286
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NY71286%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for NY71286: 0
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: BX71767
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BX71767%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for BX71767: 0
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: KR27714
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KR27714%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for KR27714: 2
2026-03-29 12:07:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 537228b3-fa25-5f9e-b168-c918b03315f9 with identifier: KR27714
2026-03-29 12:07:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 537228b3-fa25-5f9e-b168-c918b03315f9 with scrape type 2
2026-03-29 12:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 537228b3-fa25-5f9e-b168-c918b03315f9 with scrape type 2
2026-03-29 12:07:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 537228b3-fa25-5f9e-b168-c918b03315f9, identifier: KR27714
2026-03-29 12:07:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 537228b3-fa25-5f9e-b168-c918b03315f9 with identifier: KR27714
2026-03-29 12:07:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 537228b3-fa25-5f9e-b168-c918b03315f9 with identifier: KR27714
2026-03-29 12:07:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 537228b3-fa25-5f9e-b168-c918b03315f9 with identifier: KR27714 to the API
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:07:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:14:36Z',
'fuel_type': 'diesel',
'id': '537228b3-fa25-5f9e-b168-c918b03315f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KR27714',
'listing': 'auction',
'make': 'Opel',
'model': 'Meriva',
'odometer': 102579,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-03-22',
'seller_name': None,
'title': 'Opel Meriva 1.3 CDTI Elective',
'transmission': 'manual',
'trim': 'Elective',
'year': 2012}
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KR27714%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Saving data for KR27714: {'auction_closing_time': 1774883676.0, 'created_time': 1772784614.419114, 'last_price_update_time': 1774786032.571872}
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KR27714') HTTP/1.1" 204 0
2026-03-29 12:07: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 12:07:12 [auto1.it] INFO: Found listing with ID: LN65398
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LN65398%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for LN65398: 0
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: HR92713
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: ZF40554
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: MK90568
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: FG90237
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: FU47372
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: SX13991
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: FF25963
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FF25963%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for FF25963: 0
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: VS63057
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: MK89859
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MK89859%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for MK89859: 0
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: NT36373
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NT36373%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for NT36373: 0
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: TT73216
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TT73216%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for TT73216: 0
2026-03-29 12:07:12 [auto1.it] INFO: Found listing with ID: RT93241
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RT93241%27 HTTP/1.1" 200 None
2026-03-29 12:07:12 [auto1.it] INFO: Scrape type for RT93241: 2
2026-03-29 12:07:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66af43d4-9a9e-5bc9-8f81-38899ce7274d with identifier: RT93241
2026-03-29 12:07:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66af43d4-9a9e-5bc9-8f81-38899ce7274d with scrape type 2
2026-03-29 12:07:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66af43d4-9a9e-5bc9-8f81-38899ce7274d with scrape type 2
2026-03-29 12:07:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 66af43d4-9a9e-5bc9-8f81-38899ce7274d, identifier: RT93241
2026-03-29 12:07:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 66af43d4-9a9e-5bc9-8f81-38899ce7274d with identifier: RT93241
2026-03-29 12:07:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 66af43d4-9a9e-5bc9-8f81-38899ce7274d with identifier: RT93241
2026-03-29 12:07:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 66af43d4-9a9e-5bc9-8f81-38899ce7274d with identifier: RT93241 to the API
2026-03-29 12:07:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07: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': 115,
'expiration_date': '2026-03-30T15:39:18Z',
'fuel_type': 'diesel',
'id': '66af43d4-9a9e-5bc9-8f81-38899ce7274d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RT93241',
'listing': 'auction',
'make': 'Audi',
'model': 'Q2',
'odometer': 147240,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-20',
'seller_name': None,
'title': 'Audi Q2 1.6 TDI',
'transmission': 'manual',
'trim': '',
'year': 2018}
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RT93241%27 HTTP/1.1" 200 None
2026-03-29 12:07:13 [auto1.it] INFO: Saving data for RT93241: {'auction_closing_time': 1774885158.0, 'created_time': 1774602436.752333, 'last_price_update_time': 1774786033.171644}
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RT93241') HTTP/1.1" 204 0
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: EU08042
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EU08042%27 HTTP/1.1" 200 None
2026-03-29 12:07:13 [auto1.it] INFO: Scrape type for EU08042: 2
2026-03-29 12:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39cb64be-3f9f-515c-913f-3c84dcfa7f9c with identifier: EU08042
2026-03-29 12:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39cb64be-3f9f-515c-913f-3c84dcfa7f9c with scrape type 2
2026-03-29 12:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39cb64be-3f9f-515c-913f-3c84dcfa7f9c with scrape type 2
2026-03-29 12:07:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 39cb64be-3f9f-515c-913f-3c84dcfa7f9c, identifier: EU08042
2026-03-29 12:07:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 39cb64be-3f9f-515c-913f-3c84dcfa7f9c with identifier: EU08042
2026-03-29 12:07:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 39cb64be-3f9f-515c-913f-3c84dcfa7f9c with identifier: EU08042
2026-03-29 12:07:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 39cb64be-3f9f-515c-913f-3c84dcfa7f9c with identifier: EU08042 to the API
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07: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': 70,
'expiration_date': '2026-03-30T15:14:10Z',
'fuel_type': 'petrol',
'id': '39cb64be-3f9f-515c-913f-3c84dcfa7f9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EU08042',
'listing': 'auction',
'make': 'Fiat',
'model': 'Punto',
'odometer': 129731,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-26',
'seller_name': None,
'title': 'Fiat Punto 1.2 Street',
'transmission': 'manual',
'trim': 'Street',
'year': 2018}
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EU08042%27 HTTP/1.1" 200 None
2026-03-29 12:07:13 [auto1.it] INFO: Saving data for EU08042: {'auction_closing_time': 1774883650.0, 'created_time': 1774602434.470392, 'last_price_update_time': 1774786033.669834}
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EU08042') HTTP/1.1" 204 0
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: DM50235
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DM50235%27 HTTP/1.1" 200 None
2026-03-29 12:07:13 [auto1.it] INFO: Scrape type for DM50235: 0
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: XY06195
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: KB99828
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: GB11317
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: WL39771
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WL39771%27 HTTP/1.1" 200 None
2026-03-29 12:07:13 [auto1.it] INFO: Scrape type for WL39771: 0
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: ER28485
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ER28485%27 HTTP/1.1" 200 None
2026-03-29 12:07:13 [auto1.it] INFO: Scrape type for ER28485: 0
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: AP47784
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AP47784%27 HTTP/1.1" 200 None
2026-03-29 12:07:13 [auto1.it] INFO: Scrape type for AP47784: 0
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: RE49156
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: WY52867
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: SS74594
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SS74594%27 HTTP/1.1" 200 None
2026-03-29 12:07:13 [auto1.it] INFO: Scrape type for SS74594: 0
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: YR57836
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YR57836%27 HTTP/1.1" 200 None
2026-03-29 12:07:13 [auto1.it] INFO: Scrape type for YR57836: 0
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: ZY29551
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: VS88689
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VS88689%27 HTTP/1.1" 200 None
2026-03-29 12:07:13 [auto1.it] INFO: Scrape type for VS88689: 0
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: VB10041
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VB10041%27 HTTP/1.1" 200 None
2026-03-29 12:07:13 [auto1.it] INFO: Scrape type for VB10041: 0
2026-03-29 12:07:13 [auto1.it] INFO: Found listing with ID: KE74592
2026-03-29 12:07: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 12:07:14 [auto1.it] INFO: Channel: 24h | Page: 47 | totalHits: 2514 | hits on page: 40
2026-03-29 12:07:14 [auto1.it] INFO: Found listing with ID: MH63316
2026-03-29 12:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MH63316%27 HTTP/1.1" 200 None
2026-03-29 12:07:14 [auto1.it] INFO: Scrape type for MH63316: 0
2026-03-29 12:07:14 [auto1.it] INFO: Found listing with ID: NE32372
2026-03-29 12:07:14 [auto1.it] INFO: Found listing with ID: WG36727
2026-03-29 12:07:14 [auto1.it] INFO: Found listing with ID: AA65111
2026-03-29 12:07:14 [auto1.it] INFO: Found listing with ID: FG22478
2026-03-29 12:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FG22478%27 HTTP/1.1" 200 None
2026-03-29 12:07:14 [auto1.it] INFO: Scrape type for FG22478: 2
2026-03-29 12:07:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba69047d-8b87-5ff9-a232-8eb082429c50 with identifier: FG22478
2026-03-29 12:07:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba69047d-8b87-5ff9-a232-8eb082429c50 with scrape type 2
2026-03-29 12:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba69047d-8b87-5ff9-a232-8eb082429c50 with scrape type 2
2026-03-29 12:07:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ba69047d-8b87-5ff9-a232-8eb082429c50, identifier: FG22478
2026-03-29 12:07:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ba69047d-8b87-5ff9-a232-8eb082429c50 with identifier: FG22478
2026-03-29 12:07:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ba69047d-8b87-5ff9-a232-8eb082429c50 with identifier: FG22478
2026-03-29 12:07:14 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ba69047d-8b87-5ff9-a232-8eb082429c50 with identifier: FG22478 to the API
2026-03-29 12:07:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:07:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 258,
'expiration_date': '2026-03-30T15:48:37Z',
'fuel_type': 'diesel',
'id': 'ba69047d-8b87-5ff9-a232-8eb082429c50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FG22478',
'listing': 'auction',
'make': 'Porsche',
'model': 'Macan',
'odometer': 175367,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-06-08',
'seller_name': None,
'title': 'Porsche Macan S Diesel',
'transmission': 'automatic',
'trim': '',
'year': 2015}
2026-03-29 12:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FG22478%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Saving data for FG22478: {'auction_closing_time': 1774885717.0, 'created_time': 1772103851.508522, 'last_price_update_time': 1774786035.003143}
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FG22478') HTTP/1.1" 204 0
2026-03-29 12:07: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 12:07:15 [auto1.it] INFO: Found listing with ID: UE69721
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UE69721%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for UE69721: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: FD53627
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FD53627%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for FD53627: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: RZ31848
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: NY14439
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NY14439%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for NY14439: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: XH35372
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XH35372%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for XH35372: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: FA25945
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FA25945%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for FA25945: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: YG79824
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: TP79080
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: JC61958
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: VV53069
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: ZW88781
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZW88781%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for ZW88781: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: EX36920
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: RC55633
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RC55633%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for RC55633: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: ZL56801
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZL56801%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for ZL56801: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: DD75867
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: ZU32516
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZU32516%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for ZU32516: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: FN89798
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FN89798%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for FN89798: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: YY37168
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YY37168%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for YY37168: 2
2026-03-29 12:07:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6725802a-3980-53d9-a51e-2c8b76fcfc53 with identifier: YY37168
2026-03-29 12:07:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6725802a-3980-53d9-a51e-2c8b76fcfc53 with scrape type 2
2026-03-29 12:07:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6725802a-3980-53d9-a51e-2c8b76fcfc53 with scrape type 2
2026-03-29 12:07:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6725802a-3980-53d9-a51e-2c8b76fcfc53, identifier: YY37168
2026-03-29 12:07:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6725802a-3980-53d9-a51e-2c8b76fcfc53 with identifier: YY37168
2026-03-29 12:07:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6725802a-3980-53d9-a51e-2c8b76fcfc53 with identifier: YY37168
2026-03-29 12:07:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6725802a-3980-53d9-a51e-2c8b76fcfc53 with identifier: YY37168 to the API
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:07:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 100,
'expiration_date': '2026-03-30T15:50:57Z',
'fuel_type': 'petrol',
'id': '6725802a-3980-53d9-a51e-2c8b76fcfc53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YY37168',
'listing': 'auction',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 226131,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-29',
'seller_name': None,
'title': 'Toyota Yaris 1.33 Dual VVT-i Active',
'transmission': 'manual',
'trim': 'Active',
'year': 2014}
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YY37168%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Saving data for YY37168: {'auction_closing_time': 1774885857.0, 'created_time': 1774602442.2122, 'last_price_update_time': 1774786035.659425}
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YY37168') HTTP/1.1" 204 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: MK47318
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: DF71809
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: PW61851
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW61851%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for PW61851: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: PN84990
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PN84990%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for PN84990: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: JT10117
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: MG40784
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: EV28185
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EV28185%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for EV28185: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: UH10100
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: HW99269
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HW99269%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for HW99269: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: YX40722
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: KW23650
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: XV92434
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: RE73183
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: EU31713
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: EK96047
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EK96047%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for EK96047: 0
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: SN24706
2026-03-29 12:07:15 [auto1.it] INFO: Found listing with ID: HW38972
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HW38972%27 HTTP/1.1" 200 None
2026-03-29 12:07:15 [auto1.it] INFO: Scrape type for HW38972: 0
2026-03-29 12:07: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 12:07:16 [auto1.it] INFO: Channel: 24h | Page: 48 | totalHits: 2514 | hits on page: 40
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: CT94493
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CT94493%27 HTTP/1.1" 200 None
2026-03-29 12:07:16 [auto1.it] INFO: Scrape type for CT94493: 0
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: NV14531
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: XW45727
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XW45727%27 HTTP/1.1" 200 None
2026-03-29 12:07:16 [auto1.it] INFO: Scrape type for XW45727: 0
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: WJ96008
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WJ96008%27 HTTP/1.1" 200 None
2026-03-29 12:07:16 [auto1.it] INFO: Scrape type for WJ96008: 0
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: EA99644
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EA99644%27 HTTP/1.1" 200 None
2026-03-29 12:07:16 [auto1.it] INFO: Scrape type for EA99644: 0
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: LR80545
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LR80545%27 HTTP/1.1" 200 None
2026-03-29 12:07:16 [auto1.it] INFO: Scrape type for LR80545: 0
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: KM03539
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: SD99760
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: NH43496
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NH43496%27 HTTP/1.1" 200 None
2026-03-29 12:07:16 [auto1.it] INFO: Scrape type for NH43496: 0
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: YA38395
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YA38395%27 HTTP/1.1" 200 None
2026-03-29 12:07:16 [auto1.it] INFO: Scrape type for YA38395: 0
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: ST06974
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ST06974%27 HTTP/1.1" 200 None
2026-03-29 12:07:16 [auto1.it] INFO: Scrape type for ST06974: 0
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: UV23225
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: AF86061
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AF86061%27 HTTP/1.1" 200 None
2026-03-29 12:07:16 [auto1.it] INFO: Scrape type for AF86061: 0
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: HH71659
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HH71659%27 HTTP/1.1" 200 None
2026-03-29 12:07:16 [auto1.it] INFO: Scrape type for HH71659: 0
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: HA74709
2026-03-29 12:07:16 [auto1.it] INFO: Found listing with ID: JD36680
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JD36680%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for JD36680: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: XW11581
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XW11581%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for XW11581: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: SM56678
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: ZP43872
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: FV08764
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FV08764%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for FV08764: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: NT87512
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: BR85251
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BR85251%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for BR85251: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: HK76451
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HK76451%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for HK76451: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: JZ41811
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: MJ56549
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MJ56549%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for MJ56549: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: GT53480
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GT53480%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for GT53480: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: RF78298
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF78298%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for RF78298: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: FE23339
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: CN60691
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CN60691%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for CN60691: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: ZA31579
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: CM50151
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: VG20766
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: ZJ39070
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: NF08896
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NF08896%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for NF08896: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: AZ05187
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AZ05187%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for AZ05187: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: CD59495
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: VY80184
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY80184%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for VY80184: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: PX04626
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PX04626%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for PX04626: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: DL31507
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DL31507%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for DL31507: 0
2026-03-29 12:07:17 [auto1.it] INFO: Found listing with ID: YW53472
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YW53472%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Scrape type for YW53472: 2
2026-03-29 12:07:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c87ba82-2f90-517f-90c2-3889c035945b with identifier: YW53472
2026-03-29 12:07:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c87ba82-2f90-517f-90c2-3889c035945b with scrape type 2
2026-03-29 12:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c87ba82-2f90-517f-90c2-3889c035945b with scrape type 2
2026-03-29 12:07:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2c87ba82-2f90-517f-90c2-3889c035945b, identifier: YW53472
2026-03-29 12:07:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2c87ba82-2f90-517f-90c2-3889c035945b with identifier: YW53472
2026-03-29 12:07:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2c87ba82-2f90-517f-90c2-3889c035945b with identifier: YW53472
2026-03-29 12:07:17 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2c87ba82-2f90-517f-90c2-3889c035945b with identifier: YW53472 to the API
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 185,
'expiration_date': '2026-03-30T15:25:35Z',
'fuel_type': 'diesel',
'id': '2c87ba82-2f90-517f-90c2-3889c035945b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YW53472',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 223174,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-17',
'seller_name': None,
'title': 'BMW X3 xDrive 20d',
'transmission': 'automatic',
'trim': '',
'year': 2014}
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YW53472%27 HTTP/1.1" 200 None
2026-03-29 12:07:17 [auto1.it] INFO: Saving data for YW53472: {'auction_closing_time': 1774884335.0, 'created_time': 1772176809.531559, 'last_price_update_time': 1774786037.699254}
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YW53472') HTTP/1.1" 204 0
2026-03-29 12:07: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 12:07: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 12:07:18 [auto1.it] INFO: Channel: 24h | Page: 49 | totalHits: 2514 | hits on page: 40
2026-03-29 12:07:18 [auto1.it] INFO: Found listing with ID: HS43445
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HS43445%27 HTTP/1.1" 200 None
2026-03-29 12:07:18 [auto1.it] INFO: Scrape type for HS43445: 0
2026-03-29 12:07:18 [auto1.it] INFO: Found listing with ID: ER97620
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ER97620%27 HTTP/1.1" 200 None
2026-03-29 12:07:18 [auto1.it] INFO: Scrape type for ER97620: 0
2026-03-29 12:07:18 [auto1.it] INFO: Found listing with ID: TH88339
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TH88339%27 HTTP/1.1" 200 None
2026-03-29 12:07:18 [auto1.it] INFO: Scrape type for TH88339: 0
2026-03-29 12:07:18 [auto1.it] INFO: Found listing with ID: PH25620
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PH25620%27 HTTP/1.1" 200 None
2026-03-29 12:07:18 [auto1.it] INFO: Scrape type for PH25620: 0
2026-03-29 12:07:18 [auto1.it] INFO: Found listing with ID: AD96495
2026-03-29 12:07:18 [auto1.it] INFO: Found listing with ID: YP66201
2026-03-29 12:07:18 [auto1.it] INFO: Found listing with ID: LN67507
2026-03-29 12:07:18 [auto1.it] INFO: Found listing with ID: GZ47839
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GZ47839%27 HTTP/1.1" 200 None
2026-03-29 12:07:18 [auto1.it] INFO: Scrape type for GZ47839: 0
2026-03-29 12:07:18 [auto1.it] INFO: Found listing with ID: AR03634
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AR03634%27 HTTP/1.1" 200 None
2026-03-29 12:07:18 [auto1.it] INFO: Scrape type for AR03634: 0
2026-03-29 12:07:18 [auto1.it] INFO: Found listing with ID: TL02319
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TL02319%27 HTTP/1.1" 200 None
2026-03-29 12:07:18 [auto1.it] INFO: Scrape type for TL02319: 0
2026-03-29 12:07:18 [auto1.it] INFO: Found listing with ID: BW07837
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BW07837%27 HTTP/1.1" 200 None
2026-03-29 12:07:18 [auto1.it] INFO: Scrape type for BW07837: 2
2026-03-29 12:07:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20c2dd93-266e-5570-af62-92bf84ecab70 with identifier: BW07837
2026-03-29 12:07:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20c2dd93-266e-5570-af62-92bf84ecab70 with scrape type 2
2026-03-29 12:07:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20c2dd93-266e-5570-af62-92bf84ecab70 with scrape type 2
2026-03-29 12:07:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 20c2dd93-266e-5570-af62-92bf84ecab70, identifier: BW07837
2026-03-29 12:07:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 20c2dd93-266e-5570-af62-92bf84ecab70 with identifier: BW07837
2026-03-29 12:07:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 20c2dd93-266e-5570-af62-92bf84ecab70 with identifier: BW07837
2026-03-29 12:07:19 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 20c2dd93-266e-5570-af62-92bf84ecab70 with identifier: BW07837 to the API
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:07: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': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:20:35Z',
'fuel_type': 'diesel',
'id': '20c2dd93-266e-5570-af62-92bf84ecab70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BW07837',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 158155,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-30',
'seller_name': None,
'title': 'Fiat Panda 1.3 M-Jet Easy',
'transmission': 'manual',
'trim': 'Easy',
'year': 2017}
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BW07837%27 HTTP/1.1" 200 None
2026-03-29 12:07:19 [auto1.it] INFO: Saving data for BW07837: {'auction_closing_time': 1774884035.0, 'created_time': 1774602441.361816, 'last_price_update_time': 1774786039.225597}
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BW07837') HTTP/1.1" 204 0
2026-03-29 12:07: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 12:07:19 [auto1.it] INFO: Found listing with ID: XE78357
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XE78357%27 HTTP/1.1" 200 None
2026-03-29 12:07:19 [auto1.it] INFO: Scrape type for XE78357: 0
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: MX32120
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: XZ55537
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: WS94048
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: FE63733
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FE63733%27 HTTP/1.1" 200 None
2026-03-29 12:07:19 [auto1.it] INFO: Scrape type for FE63733: 0
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: AK49270
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: TP02469
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: UC14598
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UC14598%27 HTTP/1.1" 200 None
2026-03-29 12:07:19 [auto1.it] INFO: Scrape type for UC14598: 0
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: RV10689
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: YV66151
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: NT18683
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: VH18457
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VH18457%27 HTTP/1.1" 200 None
2026-03-29 12:07:19 [auto1.it] INFO: Scrape type for VH18457: 0
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: PM85940
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PM85940%27 HTTP/1.1" 200 None
2026-03-29 12:07:19 [auto1.it] INFO: Scrape type for PM85940: 0
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: UK60459
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UK60459%27 HTTP/1.1" 200 None
2026-03-29 12:07:19 [auto1.it] INFO: Scrape type for UK60459: 0
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: XJ25634
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: TS00967
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: CZ11807
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CZ11807%27 HTTP/1.1" 200 None
2026-03-29 12:07:19 [auto1.it] INFO: Scrape type for CZ11807: 0
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: HY82012
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HY82012%27 HTTP/1.1" 200 None
2026-03-29 12:07:19 [auto1.it] INFO: Scrape type for HY82012: 0
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: MY80647
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: BC50392
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: YD02421
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YD02421%27 HTTP/1.1" 200 None
2026-03-29 12:07:19 [auto1.it] INFO: Scrape type for YD02421: 0
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: RK76685
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: HJ04810
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: MR30902
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: JZ43112
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JZ43112%27 HTTP/1.1" 200 None
2026-03-29 12:07:19 [auto1.it] INFO: Scrape type for JZ43112: 0
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: EF18991
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: PZ93263
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: YD31077
2026-03-29 12:07:19 [auto1.it] INFO: Found listing with ID: WK47884
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WK47884%27 HTTP/1.1" 200 None
2026-03-29 12:07:19 [auto1.it] INFO: Scrape type for WK47884: 0
2026-03-29 12:07: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 12:07:20 [auto1.it] INFO: Channel: 24h | Page: 50 | totalHits: 2514 | hits on page: 40
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: GR46256
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GR46256%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for GR46256: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: KR62960
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: BP72871
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BP72871%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for BP72871: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: MN05358
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MN05358%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for MN05358: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: NX49735
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: RM50163
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: TH60548
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TH60548%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for TH60548: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: JM95977
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: SC57434
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SC57434%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for SC57434: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: WM09394
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: NH87827
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: EP52133
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EP52133%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for EP52133: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: PY38952
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PY38952%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for PY38952: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: GZ68257
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GZ68257%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for GZ68257: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: CG38373
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CG38373%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for CG38373: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: KN28324
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KN28324%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for KN28324: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: SV68471
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: BH87833
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BH87833%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for BH87833: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: NE29040
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NE29040%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for NE29040: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: RK99012
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RK99012%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for RK99012: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: NC22560
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC22560%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for NC22560: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: FC56913
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: VB76236
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VB76236%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for VB76236: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: TJ16144
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: MP38802
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MP38802%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for MP38802: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: KV55907
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: BZ51177
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BZ51177%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for BZ51177: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: WP46074
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: CY56164
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CY56164%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for CY56164: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: TB63135
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TB63135%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for TB63135: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: ZK39903
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZK39903%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for ZK39903: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: KZ13497
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: YX84472
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YX84472%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for YX84472: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: AT73331
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: NW39959
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: YK98276
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YK98276%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for YK98276: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: CJ64567
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: FK78904
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FK78904%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for FK78904: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: JC35817
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JC35817%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for JC35817: 0
2026-03-29 12:07:20 [auto1.it] INFO: Found listing with ID: MC76570
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MC76570%27 HTTP/1.1" 200 None
2026-03-29 12:07:20 [auto1.it] INFO: Scrape type for MC76570: 0
2026-03-29 12:07: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 12:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:07:22 [auto1.it] INFO: Channel: 24h | Page: 51 | totalHits: 2514 | hits on page: 40
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: ZC44432
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: BB49648
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: NC13614
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NC13614%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for NC13614: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: GJ99640
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: TT70902
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TT70902%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for TT70902: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: ZG26295
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZG26295%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for ZG26295: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: CT59426
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CT59426%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for CT59426: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: GK49763
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: EN63218
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EN63218%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for EN63218: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: NM61203
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: HY50986
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HY50986%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for HY50986: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: PV47203
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PV47203%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for PV47203: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: YE33932
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: JR36012
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: RS27725
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RS27725%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for RS27725: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: XP44684
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XP44684%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for XP44684: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: ML45383
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ML45383%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for ML45383: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: LJ23422
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: YM04373
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: MZ65778
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: TD58457
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: SB59466
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: BV17272
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: FE93281
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: EG33732
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: TR09676
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: SX65477
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SX65477%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for SX65477: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: DA98342
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: HB00898
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: NF72135
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NF72135%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for NF72135: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: XS00387
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XS00387%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for XS00387: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: KA49527
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: AR49211
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: MD59623
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MD59623%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for MD59623: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: RN27083
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RN27083%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for RN27083: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: EZ67132
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: RG18197
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: AW19697
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AW19697%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for AW19697: 0
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: UJ83864
2026-03-29 12:07:22 [auto1.it] INFO: Found listing with ID: XM71615
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XM71615%27 HTTP/1.1" 200 None
2026-03-29 12:07:22 [auto1.it] INFO: Scrape type for XM71615: 0
2026-03-29 12:07: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 12:07: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 12:07:23 [auto1.it] INFO: Channel: 24h | Page: 52 | totalHits: 2514 | hits on page: 40
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: AG42346
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: RR79025
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: AS99130
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: RH79013
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: JL18468
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: FP31020
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FP31020%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for FP31020: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: AV18402
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: ZF99216
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZF99216%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for ZF99216: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: WF32010
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: XH74376
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: EC03156
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: PD98498
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PD98498%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for PD98498: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: HJ07688
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HJ07688%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for HJ07688: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: FF80511
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: UB92069
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: GU46238
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GU46238%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for GU46238: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: GS36896
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GS36896%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for GS36896: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: DK49031
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DK49031%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for DK49031: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: MN68562
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: RR38006
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: UW74676
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UW74676%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for UW74676: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: JZ66909
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: EW77307
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: HJ48011
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HJ48011%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for HJ48011: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: PJ71432
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: HJ37635
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: UM30654
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: HY25299
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: RG33241
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: ZT77518
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZT77518%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for ZT77518: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: KS29368
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KS29368%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for KS29368: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: XS70804
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: EL95895
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: XP33889
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XP33889%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for XP33889: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: BS70853
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BS70853%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for BS70853: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: PP81137
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PP81137%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for PP81137: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: AB11915
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: YT31818
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: LK77946
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LK77946%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for LK77946: 0
2026-03-29 12:07:23 [auto1.it] INFO: Found listing with ID: CV06620
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CV06620%27 HTTP/1.1" 200 None
2026-03-29 12:07:23 [auto1.it] INFO: Scrape type for CV06620: 0
2026-03-29 12:07: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 12:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:07:54 [auto1.it] INFO: Channel: 24h | Page: 53 | totalHits: 2514 | hits on page: 40
2026-03-29 12:07:54 [auto1.it] INFO: Found listing with ID: CP91888
2026-03-29 12:07:54 [auto1.it] INFO: Found listing with ID: AT88859
2026-03-29 12:07:54 [auto1.it] INFO: Found listing with ID: WR49596
2026-03-29 12:07:54 [auto1.it] INFO: Found listing with ID: UT72595
2026-03-29 12:07:54 [auto1.it] INFO: Found listing with ID: WU25072
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WU25072%27 HTTP/1.1" 200 None
2026-03-29 12:07:54 [auto1.it] INFO: Scrape type for WU25072: 0
2026-03-29 12:07:54 [auto1.it] INFO: Found listing with ID: XP46027
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XP46027%27 HTTP/1.1" 200 None
2026-03-29 12:07:54 [auto1.it] INFO: Scrape type for XP46027: 0
2026-03-29 12:07:54 [auto1.it] INFO: Found listing with ID: ZS74487
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZS74487%27 HTTP/1.1" 200 None
2026-03-29 12:07:54 [auto1.it] INFO: Scrape type for ZS74487: 0
2026-03-29 12:07:54 [auto1.it] INFO: Found listing with ID: FP84024
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FP84024%27 HTTP/1.1" 200 None
2026-03-29 12:07:54 [auto1.it] INFO: Scrape type for FP84024: 0
2026-03-29 12:07:54 [auto1.it] INFO: Found listing with ID: HA91371
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HA91371%27 HTTP/1.1" 200 None
2026-03-29 12:07:54 [auto1.it] INFO: Scrape type for HA91371: 0
2026-03-29 12:07:54 [auto1.it] INFO: Found listing with ID: ZT94310
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZT94310%27 HTTP/1.1" 200 None
2026-03-29 12:07:54 [auto1.it] INFO: Scrape type for ZT94310: 0
2026-03-29 12:07:54 [auto1.it] INFO: Found listing with ID: YB21046
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YB21046%27 HTTP/1.1" 200 None
2026-03-29 12:07:54 [auto1.it] INFO: Scrape type for YB21046: 0
2026-03-29 12:07:54 [auto1.it] INFO: Found listing with ID: GY17675
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GY17675%27 HTTP/1.1" 200 None
2026-03-29 12:07:54 [auto1.it] INFO: Scrape type for GY17675: 0
2026-03-29 12:07:54 [auto1.it] INFO: Found listing with ID: HR28952
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HR28952%27 HTTP/1.1" 200 None
2026-03-29 12:07:55 [auto1.it] INFO: Scrape type for HR28952: 0
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: CL50179
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CL50179%27 HTTP/1.1" 200 None
2026-03-29 12:07:55 [auto1.it] INFO: Scrape type for CL50179: 0
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: AV05178
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: ZS11268
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: MR54744
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: VD19319
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: VR66407
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: MH80667
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: SH27035
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SH27035%27 HTTP/1.1" 200 None
2026-03-29 12:07:55 [auto1.it] INFO: Scrape type for SH27035: 0
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: AT94230
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AT94230%27 HTTP/1.1" 200 None
2026-03-29 12:07:55 [auto1.it] INFO: Scrape type for AT94230: 0
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: VZ01162
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VZ01162%27 HTTP/1.1" 200 None
2026-03-29 12:07:55 [auto1.it] INFO: Scrape type for VZ01162: 0
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: KL53293
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: PC10788
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: UK65211
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: JP68462
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JP68462%27 HTTP/1.1" 200 None
2026-03-29 12:07:55 [auto1.it] INFO: Scrape type for JP68462: 0
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: PW02213
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW02213%27 HTTP/1.1" 200 None
2026-03-29 12:07:55 [auto1.it] INFO: Scrape type for PW02213: 0
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: HK83461
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HK83461%27 HTTP/1.1" 200 None
2026-03-29 12:07:55 [auto1.it] INFO: Scrape type for HK83461: 0
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: YY73995
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YY73995%27 HTTP/1.1" 200 None
2026-03-29 12:07:55 [auto1.it] INFO: Scrape type for YY73995: 0
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: SA64006
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SA64006%27 HTTP/1.1" 200 None
2026-03-29 12:07:55 [auto1.it] INFO: Scrape type for SA64006: 0
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: CL59289
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CL59289%27 HTTP/1.1" 200 None
2026-03-29 12:07:55 [auto1.it] INFO: Scrape type for CL59289: 0
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: XG56779
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: MM92729
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: PN94511
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PN94511%27 HTTP/1.1" 200 None
2026-03-29 12:07:55 [auto1.it] INFO: Scrape type for PN94511: 0
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: SP64220
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: DC19091
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DC19091%27 HTTP/1.1" 200 None
2026-03-29 12:07:55 [auto1.it] INFO: Scrape type for DC19091: 0
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: CE88334
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: FP92305
2026-03-29 12:07:55 [auto1.it] INFO: Found listing with ID: WH54274
2026-03-29 12:07: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 12:07:56 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:07:56 [auto1.it] INFO: Channel: 24h | Page: 54 | totalHits: 2514 | hits on page: 40
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: YA71285
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: ZZ46220
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZZ46220%27 HTTP/1.1" 200 None
2026-03-29 12:07:56 [auto1.it] INFO: Scrape type for ZZ46220: 0
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: CW38322
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CW38322%27 HTTP/1.1" 200 None
2026-03-29 12:07:56 [auto1.it] INFO: Scrape type for CW38322: 0
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: LX63173
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: KV28875
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KV28875%27 HTTP/1.1" 200 None
2026-03-29 12:07:56 [auto1.it] INFO: Scrape type for KV28875: 0
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: RA59977
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RA59977%27 HTTP/1.1" 200 None
2026-03-29 12:07:56 [auto1.it] INFO: Scrape type for RA59977: 0
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: NF25875
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: KZ65568
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KZ65568%27 HTTP/1.1" 200 None
2026-03-29 12:07:56 [auto1.it] INFO: Scrape type for KZ65568: 0
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: WJ04614
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WJ04614%27 HTTP/1.1" 200 None
2026-03-29 12:07:56 [auto1.it] INFO: Scrape type for WJ04614: 0
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: GJ44194
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: JK37550
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JK37550%27 HTTP/1.1" 200 None
2026-03-29 12:07:56 [auto1.it] INFO: Scrape type for JK37550: 0
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: ZJ54266
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZJ54266%27 HTTP/1.1" 200 None
2026-03-29 12:07:56 [auto1.it] INFO: Scrape type for ZJ54266: 0
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: TU97067
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TU97067%27 HTTP/1.1" 200 None
2026-03-29 12:07:56 [auto1.it] INFO: Scrape type for TU97067: 0
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: NG25648
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: BR40244
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BR40244%27 HTTP/1.1" 200 None
2026-03-29 12:07:56 [auto1.it] INFO: Scrape type for BR40244: 0
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: DN16039
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: AV77078
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: WA78117
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WA78117%27 HTTP/1.1" 200 None
2026-03-29 12:07:56 [auto1.it] INFO: Scrape type for WA78117: 0
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: KJ64759
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: DV92182
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DV92182%27 HTTP/1.1" 200 None
2026-03-29 12:07:56 [auto1.it] INFO: Scrape type for DV92182: 0
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: KS37590
2026-03-29 12:07:56 [auto1.it] INFO: Found listing with ID: SN56705
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SN56705%27 HTTP/1.1" 200 None
2026-03-29 12:07:56 [auto1.it] INFO: Scrape type for SN56705: 2
2026-03-29 12:07:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fe3a245-e334-53de-bcfa-d451fd57632f with identifier: SN56705
2026-03-29 12:07:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fe3a245-e334-53de-bcfa-d451fd57632f with scrape type 2
2026-03-29 12:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fe3a245-e334-53de-bcfa-d451fd57632f with scrape type 2
2026-03-29 12:07:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9fe3a245-e334-53de-bcfa-d451fd57632f, identifier: SN56705
2026-03-29 12:07:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9fe3a245-e334-53de-bcfa-d451fd57632f with identifier: SN56705
2026-03-29 12:07:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9fe3a245-e334-53de-bcfa-d451fd57632f with identifier: SN56705
2026-03-29 12:07:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9fe3a245-e334-53de-bcfa-d451fd57632f with identifier: SN56705 to the API
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07: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': 313,
'expiration_date': '2026-03-30T15:51:43Z',
'fuel_type': 'hybrid',
'id': '9fe3a245-e334-53de-bcfa-d451fd57632f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SN56705',
'listing': 'auction',
'make': 'Lexus',
'model': 'RX-Serie',
'odometer': 129187,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-12',
'seller_name': None,
'title': 'Lexus RX-Serie RX 450h Executive AWD',
'transmission': 'automatic',
'trim': 'Executive AWD',
'year': 2019}
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SN56705%27 HTTP/1.1" 200 None
2026-03-29 12:07:57 [auto1.it] INFO: Saving data for SN56705: {'auction_closing_time': 1774885903.0, 'created_time': 1774699529.974112, 'last_price_update_time': 1774786077.355429}
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SN56705') HTTP/1.1" 204 0
2026-03-29 12:07:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:07:57 [auto1.it] INFO: Found listing with ID: RK00703
2026-03-29 12:07:57 [auto1.it] INFO: Found listing with ID: KM72059
2026-03-29 12:07:57 [auto1.it] INFO: Found listing with ID: NL56799
2026-03-29 12:07:57 [auto1.it] INFO: Found listing with ID: CZ11346
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CZ11346%27 HTTP/1.1" 200 None
2026-03-29 12:07:57 [auto1.it] INFO: Scrape type for CZ11346: 2
2026-03-29 12:07:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e5beb21-5654-503b-a914-2b1cae75b99a with identifier: CZ11346
2026-03-29 12:07:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e5beb21-5654-503b-a914-2b1cae75b99a with scrape type 2
2026-03-29 12:07:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e5beb21-5654-503b-a914-2b1cae75b99a with scrape type 2
2026-03-29 12:07:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3e5beb21-5654-503b-a914-2b1cae75b99a, identifier: CZ11346
2026-03-29 12:07:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3e5beb21-5654-503b-a914-2b1cae75b99a with identifier: CZ11346
2026-03-29 12:07:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3e5beb21-5654-503b-a914-2b1cae75b99a with identifier: CZ11346
2026-03-29 12:07:57 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3e5beb21-5654-503b-a914-2b1cae75b99a with identifier: CZ11346 to the API
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07: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': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:24:34Z',
'fuel_type': 'diesel',
'id': '3e5beb21-5654-503b-a914-2b1cae75b99a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CZ11346',
'listing': 'auction',
'make': 'Seat',
'model': 'Leon',
'odometer': 161122,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-14',
'seller_name': None,
'title': 'Seat Leon 1.6 TDI Style',
'transmission': 'automatic',
'trim': 'Style',
'year': 2018}
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CZ11346%27 HTTP/1.1" 200 None
2026-03-29 12:07:57 [auto1.it] INFO: Saving data for CZ11346: {'auction_closing_time': 1774884274.0, 'created_time': 1774343220.210279, 'last_price_update_time': 1774786077.862727}
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CZ11346') HTTP/1.1" 204 0
2026-03-29 12:07:57 [auto1.it] INFO: Found listing with ID: ZV36877
2026-03-29 12:07:57 [auto1.it] INFO: Found listing with ID: AW40388
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AW40388%27 HTTP/1.1" 200 None
2026-03-29 12:07:57 [auto1.it] INFO: Scrape type for AW40388: 2
2026-03-29 12:07:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80460fdc-6272-5d55-8b9d-e43980ef5352 with identifier: AW40388
2026-03-29 12:07:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80460fdc-6272-5d55-8b9d-e43980ef5352 with scrape type 2
2026-03-29 12:07:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80460fdc-6272-5d55-8b9d-e43980ef5352 with scrape type 2
2026-03-29 12:07:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 80460fdc-6272-5d55-8b9d-e43980ef5352, identifier: AW40388
2026-03-29 12:07:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 80460fdc-6272-5d55-8b9d-e43980ef5352 with identifier: AW40388
2026-03-29 12:07:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 80460fdc-6272-5d55-8b9d-e43980ef5352 with identifier: AW40388
2026-03-29 12:07:58 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 80460fdc-6272-5d55-8b9d-e43980ef5352 with identifier: AW40388 to the API
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07: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': 100,
'expiration_date': '2026-03-30T15:42:20Z',
'fuel_type': 'petrol',
'id': '80460fdc-6272-5d55-8b9d-e43980ef5352',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AW40388',
'listing': 'auction',
'make': 'Hyundai',
'model': 'i20',
'odometer': 80400,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-17',
'seller_name': None,
'title': 'Hyundai i20 1.4 Style',
'transmission': 'manual',
'trim': 'Style',
'year': 2015}
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AW40388%27 HTTP/1.1" 200 None
2026-03-29 12:07:58 [auto1.it] INFO: Saving data for AW40388: {'auction_closing_time': 1774885340.0, 'created_time': 1773134307.451154, 'last_price_update_time': 1774786078.28937}
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AW40388') HTTP/1.1" 204 0
2026-03-29 12:07:58 [auto1.it] INFO: Found listing with ID: UR17084
2026-03-29 12:07:58 [auto1.it] INFO: Found listing with ID: DE71304
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DE71304%27 HTTP/1.1" 200 None
2026-03-29 12:07:58 [auto1.it] INFO: Scrape type for DE71304: 2
2026-03-29 12:07:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fc66b56-8239-5938-8e7b-f902a1605208 with identifier: DE71304
2026-03-29 12:07:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fc66b56-8239-5938-8e7b-f902a1605208 with scrape type 2
2026-03-29 12:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fc66b56-8239-5938-8e7b-f902a1605208 with scrape type 2
2026-03-29 12:07:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5fc66b56-8239-5938-8e7b-f902a1605208, identifier: DE71304
2026-03-29 12:07:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5fc66b56-8239-5938-8e7b-f902a1605208 with identifier: DE71304
2026-03-29 12:07:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5fc66b56-8239-5938-8e7b-f902a1605208 with identifier: DE71304
2026-03-29 12:07:58 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5fc66b56-8239-5938-8e7b-f902a1605208 with identifier: DE71304 to the API
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:08:04Z',
'fuel_type': 'diesel',
'id': '5fc66b56-8239-5938-8e7b-f902a1605208',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DE71304',
'listing': 'auction',
'make': 'Volvo',
'model': 'V60',
'odometer': 305596,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-10-21',
'seller_name': None,
'title': 'Volvo V60 1.6 D Kinetic',
'transmission': 'manual',
'trim': 'Kinetic',
'year': 2014}
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DE71304%27 HTTP/1.1" 200 None
2026-03-29 12:07:58 [auto1.it] INFO: Saving data for DE71304: {'auction_closing_time': 1774883284.0, 'created_time': 1774343231.181223, 'last_price_update_time': 1774786078.675348}
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DE71304') HTTP/1.1" 204 0
2026-03-29 12:07:58 [auto1.it] INFO: Found listing with ID: LA00570
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LA00570%27 HTTP/1.1" 200 None
2026-03-29 12:07:58 [auto1.it] INFO: Scrape type for LA00570: 2
2026-03-29 12:07:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b75f202e-9b63-5ec9-a643-e77ed3755145 with identifier: LA00570
2026-03-29 12:07:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b75f202e-9b63-5ec9-a643-e77ed3755145 with scrape type 2
2026-03-29 12:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b75f202e-9b63-5ec9-a643-e77ed3755145 with scrape type 2
2026-03-29 12:07:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b75f202e-9b63-5ec9-a643-e77ed3755145, identifier: LA00570
2026-03-29 12:07:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b75f202e-9b63-5ec9-a643-e77ed3755145 with identifier: LA00570
2026-03-29 12:07:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b75f202e-9b63-5ec9-a643-e77ed3755145 with identifier: LA00570
2026-03-29 12:07:58 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b75f202e-9b63-5ec9-a643-e77ed3755145 with identifier: LA00570 to the API
2026-03-29 12:07:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07: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': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 170,
'expiration_date': '2026-03-30T15:12:39Z',
'fuel_type': 'diesel',
'id': 'b75f202e-9b63-5ec9-a643-e77ed3755145',
'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/LA00570',
'listing': 'auction',
'make': 'Jeep',
'model': 'Cherokee',
'odometer': 277646,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-07-27',
'seller_name': None,
'title': 'Jeep Cherokee 2.0 M-Jet Limited 4WD',
'transmission': 'automatic',
'trim': 'Limited 4WD',
'year': 2014}
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LA00570%27 HTTP/1.1" 200 None
2026-03-29 12:07:59 [auto1.it] INFO: Saving data for LA00570: {'auction_closing_time': 1774883559.0, 'created_time': 1774699522.986735, 'last_price_update_time': 1774786079.052844}
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LA00570') HTTP/1.1" 204 0
2026-03-29 12:07:59 [auto1.it] INFO: Found listing with ID: ST97650
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ST97650%27 HTTP/1.1" 200 None
2026-03-29 12:07:59 [auto1.it] INFO: Scrape type for ST97650: 2
2026-03-29 12:07:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5f9bc66-64df-5ac5-9e3d-f54ea593e770 with identifier: ST97650
2026-03-29 12:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5f9bc66-64df-5ac5-9e3d-f54ea593e770 with scrape type 2
2026-03-29 12:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5f9bc66-64df-5ac5-9e3d-f54ea593e770 with scrape type 2
2026-03-29 12:07:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e5f9bc66-64df-5ac5-9e3d-f54ea593e770, identifier: ST97650
2026-03-29 12:07:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e5f9bc66-64df-5ac5-9e3d-f54ea593e770 with identifier: ST97650
2026-03-29 12:07:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e5f9bc66-64df-5ac5-9e3d-f54ea593e770 with identifier: ST97650
2026-03-29 12:07:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e5f9bc66-64df-5ac5-9e3d-f54ea593e770 with identifier: ST97650 to the API
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07: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': 163,
'expiration_date': '2026-03-30T15:59:58Z',
'fuel_type': 'diesel',
'id': 'e5f9bc66-64df-5ac5-9e3d-f54ea593e770',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ST97650',
'listing': 'auction',
'make': 'Ford',
'model': 'Kuga',
'odometer': 205873,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-10',
'seller_name': None,
'title': 'Ford Kuga 2.0 TDCi Titanium',
'transmission': 'automatic',
'trim': 'Titanium',
'year': 2013}
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ST97650%27 HTTP/1.1" 200 None
2026-03-29 12:07:59 [auto1.it] INFO: Saving data for ST97650: {'auction_closing_time': 1774886398.0, 'created_time': 1773241902.921045, 'last_price_update_time': 1774786079.425086}
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ST97650') HTTP/1.1" 204 0
2026-03-29 12:07:59 [auto1.it] INFO: Found listing with ID: CD54959
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CD54959%27 HTTP/1.1" 200 None
2026-03-29 12:07:59 [auto1.it] INFO: Scrape type for CD54959: 2
2026-03-29 12:07:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4f7e7ed-7a10-5e68-bebd-36b5adf5d8f5 with identifier: CD54959
2026-03-29 12:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4f7e7ed-7a10-5e68-bebd-36b5adf5d8f5 with scrape type 2
2026-03-29 12:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4f7e7ed-7a10-5e68-bebd-36b5adf5d8f5 with scrape type 2
2026-03-29 12:07:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b4f7e7ed-7a10-5e68-bebd-36b5adf5d8f5, identifier: CD54959
2026-03-29 12:07:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b4f7e7ed-7a10-5e68-bebd-36b5adf5d8f5 with identifier: CD54959
2026-03-29 12:07:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b4f7e7ed-7a10-5e68-bebd-36b5adf5d8f5 with identifier: CD54959
2026-03-29 12:07:59 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b4f7e7ed-7a10-5e68-bebd-36b5adf5d8f5 with identifier: CD54959 to the API
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:07: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 12:07:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 130,
'expiration_date': '2026-03-30T15:33:25Z',
'fuel_type': 'diesel',
'id': 'b4f7e7ed-7a10-5e68-bebd-36b5adf5d8f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CD54959',
'listing': 'auction',
'make': 'Opel',
'model': 'Mokka',
'odometer': 159839,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-11',
'seller_name': None,
'title': 'Opel Mokka 1.7 CDTI Cosmo ecoFlex',
'transmission': 'manual',
'trim': 'Cosmo ecoFlex',
'year': 2015}
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CD54959%27 HTTP/1.1" 200 None
2026-03-29 12:07:59 [auto1.it] INFO: Saving data for CD54959: {'auction_closing_time': 1774884805.0, 'created_time': 1773824773.404386, 'last_price_update_time': 1774786079.802576}
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CD54959') HTTP/1.1" 204 0
2026-03-29 12:07:59 [auto1.it] INFO: Found listing with ID: ZH08694
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZH08694%27 HTTP/1.1" 200 None
2026-03-29 12:07:59 [auto1.it] INFO: Scrape type for ZH08694: 2
2026-03-29 12:07:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 162bacd6-cf45-5c7b-b8fb-2349c890dad3 with identifier: ZH08694
2026-03-29 12:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 162bacd6-cf45-5c7b-b8fb-2349c890dad3 with scrape type 2
2026-03-29 12:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 162bacd6-cf45-5c7b-b8fb-2349c890dad3 with scrape type 2
2026-03-29 12:08:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 162bacd6-cf45-5c7b-b8fb-2349c890dad3, identifier: ZH08694
2026-03-29 12:08:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 162bacd6-cf45-5c7b-b8fb-2349c890dad3 with identifier: ZH08694
2026-03-29 12:08:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 162bacd6-cf45-5c7b-b8fb-2349c890dad3 with identifier: ZH08694
2026-03-29 12:08:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 162bacd6-cf45-5c7b-b8fb-2349c890dad3 with identifier: ZH08694 to the API
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 107,
'expiration_date': '2026-03-30T15:07:08Z',
'fuel_type': 'diesel',
'id': '162bacd6-cf45-5c7b-b8fb-2349c890dad3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZH08694',
'listing': 'auction',
'make': 'Dacia',
'model': 'Lodgy',
'odometer': 121243,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-04',
'seller_name': None,
'title': 'Dacia Lodgy 1.5 dCi Diesel SL Trotamundos',
'transmission': 'manual',
'trim': 'SL Trotamundos',
'year': 2017}
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZH08694%27 HTTP/1.1" 200 None
2026-03-29 12:08:00 [auto1.it] INFO: Saving data for ZH08694: {'auction_closing_time': 1774883228.0, 'created_time': 1774699570.135768, 'last_price_update_time': 1774786080.348031}
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZH08694') HTTP/1.1" 204 0
2026-03-29 12:08:00 [auto1.it] INFO: Found listing with ID: WN91380
2026-03-29 12:08:00 [auto1.it] INFO: Found listing with ID: RT10721
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RT10721%27 HTTP/1.1" 200 None
2026-03-29 12:08:00 [auto1.it] INFO: Scrape type for RT10721: 2
2026-03-29 12:08:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 772039df-faed-5833-bbce-5cf1a5434400 with identifier: RT10721
2026-03-29 12:08:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 772039df-faed-5833-bbce-5cf1a5434400 with scrape type 2
2026-03-29 12:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 772039df-faed-5833-bbce-5cf1a5434400 with scrape type 2
2026-03-29 12:08:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 772039df-faed-5833-bbce-5cf1a5434400, identifier: RT10721
2026-03-29 12:08:00 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:08:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 772039df-faed-5833-bbce-5cf1a5434400 with identifier: RT10721
2026-03-29 12:08:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 772039df-faed-5833-bbce-5cf1a5434400 with identifier: RT10721
2026-03-29 12:08:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 772039df-faed-5833-bbce-5cf1a5434400 with identifier: RT10721 to the API
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 180,
'expiration_date': '2026-03-30T15:18:36Z',
'fuel_type': 'diesel',
'id': '772039df-faed-5833-bbce-5cf1a5434400',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RT10721',
'listing': 'auction',
'make': 'Volvo',
'model': 'XC60',
'odometer': 401753,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-20',
'seller_name': None,
'title': 'Volvo XC60 2.0 D4 Kinetic 2WD',
'transmission': 'manual',
'trim': 'Kinetic 2WD',
'year': 2015}
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RT10721%27 HTTP/1.1" 200 None
2026-03-29 12:08:00 [auto1.it] INFO: Saving data for RT10721: {'auction_closing_time': 1774883916.0, 'created_time': 1774699533.061962, 'last_price_update_time': 1774786080.761129}
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RT10721') HTTP/1.1" 204 0
2026-03-29 12:08:00 [auto1.it] INFO: Found listing with ID: XL68174
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XL68174%27 HTTP/1.1" 200 None
2026-03-29 12:08:00 [auto1.it] INFO: Scrape type for XL68174: 2
2026-03-29 12:08:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0eb50f97-3888-55ed-a6c5-16cf0b0679e9 with identifier: XL68174
2026-03-29 12:08:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0eb50f97-3888-55ed-a6c5-16cf0b0679e9 with scrape type 2
2026-03-29 12:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0eb50f97-3888-55ed-a6c5-16cf0b0679e9 with scrape type 2
2026-03-29 12:08:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0eb50f97-3888-55ed-a6c5-16cf0b0679e9, identifier: XL68174
2026-03-29 12:08:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0eb50f97-3888-55ed-a6c5-16cf0b0679e9 with identifier: XL68174
2026-03-29 12:08:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0eb50f97-3888-55ed-a6c5-16cf0b0679e9 with identifier: XL68174
2026-03-29 12:08:00 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0eb50f97-3888-55ed-a6c5-16cf0b0679e9 with identifier: XL68174 to the API
2026-03-29 12:08:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 354,
'expiration_date': '2026-03-30T15:35:01Z',
'fuel_type': 'petrol',
'id': '0eb50f97-3888-55ed-a6c5-16cf0b0679e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XL68174',
'listing': 'auction',
'make': 'Porsche',
'model': 'Macan',
'odometer': 123890,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-30',
'seller_name': None,
'title': 'Porsche Macan S',
'transmission': 'automatic',
'trim': '',
'year': 2019}
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XL68174%27 HTTP/1.1" 200 None
2026-03-29 12:08:01 [auto1.it] INFO: Saving data for XL68174: {'auction_closing_time': 1774884901.0, 'created_time': 1773836628.120266, 'last_price_update_time': 1774786081.133716}
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XL68174') HTTP/1.1" 204 0
2026-03-29 12:08:01 [auto1.it] INFO: Found listing with ID: NR40821
2026-03-29 12:08:01 [auto1.it] INFO: Found listing with ID: NR41367
2026-03-29 12:08:01 [auto1.it] INFO: Found listing with ID: DS09954
2026-03-29 12:08:01 [auto1.it] INFO: Channel: 24h | Page: 55 | totalHits: 2514 | hits on page: 40
2026-03-29 12:08:01 [auto1.it] INFO: Found listing with ID: EF37813
2026-03-29 12:08:01 [auto1.it] INFO: Found listing with ID: CJ77239
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CJ77239%27 HTTP/1.1" 200 None
2026-03-29 12:08:01 [auto1.it] INFO: Scrape type for CJ77239: 0
2026-03-29 12:08:01 [auto1.it] INFO: Found listing with ID: BT82313
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BT82313%27 HTTP/1.1" 200 None
2026-03-29 12:08:01 [auto1.it] INFO: Scrape type for BT82313: 0
2026-03-29 12:08:01 [auto1.it] INFO: Found listing with ID: MN04958
2026-03-29 12:08:01 [auto1.it] INFO: Found listing with ID: LR68259
2026-03-29 12:08:01 [auto1.it] INFO: Found listing with ID: WB58416
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WB58416%27 HTTP/1.1" 200 None
2026-03-29 12:08:01 [auto1.it] INFO: Scrape type for WB58416: 2
2026-03-29 12:08:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74914a42-d1b1-50af-9fad-344cece9172a with identifier: WB58416
2026-03-29 12:08:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74914a42-d1b1-50af-9fad-344cece9172a with scrape type 2
2026-03-29 12:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74914a42-d1b1-50af-9fad-344cece9172a with scrape type 2
2026-03-29 12:08:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 74914a42-d1b1-50af-9fad-344cece9172a, identifier: WB58416
2026-03-29 12:08: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 12:08:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 74914a42-d1b1-50af-9fad-344cece9172a with identifier: WB58416
2026-03-29 12:08:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 74914a42-d1b1-50af-9fad-344cece9172a with identifier: WB58416
2026-03-29 12:08:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 74914a42-d1b1-50af-9fad-344cece9172a with identifier: WB58416 to the API
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:26:14Z',
'fuel_type': 'diesel',
'id': '74914a42-d1b1-50af-9fad-344cece9172a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WB58416',
'listing': 'auction',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 167570,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-29',
'seller_name': None,
'title': 'Jeep Renegade 1.6 M-Jet Limited FWD',
'transmission': 'automatic',
'trim': 'Limited FWD',
'year': 2018}
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WB58416%27 HTTP/1.1" 200 None
2026-03-29 12:08:01 [auto1.it] INFO: Saving data for WB58416: {'auction_closing_time': 1774884374.0, 'created_time': 1773129491.141896, 'last_price_update_time': 1774786081.649266}
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WB58416') HTTP/1.1" 204 0
2026-03-29 12:08:01 [auto1.it] INFO: Found listing with ID: CS61296
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CS61296%27 HTTP/1.1" 200 None
2026-03-29 12:08:01 [auto1.it] INFO: Scrape type for CS61296: 2
2026-03-29 12:08:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 515399f1-c951-5577-88f0-8b40f453c68e with identifier: CS61296
2026-03-29 12:08:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 515399f1-c951-5577-88f0-8b40f453c68e with scrape type 2
2026-03-29 12:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 515399f1-c951-5577-88f0-8b40f453c68e with scrape type 2
2026-03-29 12:08:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 515399f1-c951-5577-88f0-8b40f453c68e, identifier: CS61296
2026-03-29 12:08:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 515399f1-c951-5577-88f0-8b40f453c68e with identifier: CS61296
2026-03-29 12:08:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 515399f1-c951-5577-88f0-8b40f453c68e with identifier: CS61296
2026-03-29 12:08:01 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 515399f1-c951-5577-88f0-8b40f453c68e with identifier: CS61296 to the API
2026-03-29 12:08:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 125,
'expiration_date': '2026-03-30T15:51:47Z',
'fuel_type': 'diesel',
'id': '515399f1-c951-5577-88f0-8b40f453c68e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CS61296',
'listing': 'auction',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 126849,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-01-29',
'seller_name': None,
'title': 'Toyota RAV 4 2.0 D-4D Active',
'transmission': 'manual',
'trim': 'Active',
'year': 2015}
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CS61296%27 HTTP/1.1" 200 None
2026-03-29 12:08:02 [auto1.it] INFO: Saving data for CS61296: {'auction_closing_time': 1774885907.0, 'created_time': 1774699573.743567, 'last_price_update_time': 1774786082.13391}
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CS61296') HTTP/1.1" 204 0
2026-03-29 12:08:02 [auto1.it] INFO: Found listing with ID: DE59865
2026-03-29 12:08:02 [auto1.it] INFO: Found listing with ID: HA26837
2026-03-29 12:08:02 [auto1.it] INFO: Found listing with ID: JE63706
2026-03-29 12:08:02 [auto1.it] INFO: Found listing with ID: CN51839
2026-03-29 12:08:02 [auto1.it] INFO: Found listing with ID: JR85955
2026-03-29 12:08:02 [auto1.it] INFO: Found listing with ID: MC18601
2026-03-29 12:08:02 [auto1.it] INFO: Found listing with ID: JH97185
2026-03-29 12:08:02 [auto1.it] INFO: Found listing with ID: SY20877
2026-03-29 12:08:02 [auto1.it] INFO: Found listing with ID: KT14926
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KT14926%27 HTTP/1.1" 200 None
2026-03-29 12:08:02 [auto1.it] INFO: Scrape type for KT14926: 2
2026-03-29 12:08:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b51a8a2c-1974-5620-a637-684ee20c2e01 with identifier: KT14926
2026-03-29 12:08:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b51a8a2c-1974-5620-a637-684ee20c2e01 with scrape type 2
2026-03-29 12:08:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b51a8a2c-1974-5620-a637-684ee20c2e01 with scrape type 2
2026-03-29 12:08:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b51a8a2c-1974-5620-a637-684ee20c2e01, identifier: KT14926
2026-03-29 12:08:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b51a8a2c-1974-5620-a637-684ee20c2e01 with identifier: KT14926
2026-03-29 12:08:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b51a8a2c-1974-5620-a637-684ee20c2e01 with identifier: KT14926
2026-03-29 12:08:02 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b51a8a2c-1974-5620-a637-684ee20c2e01 with identifier: KT14926 to the API
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 115,
'expiration_date': '2026-03-30T15:32:13Z',
'fuel_type': 'diesel',
'id': 'b51a8a2c-1974-5620-a637-684ee20c2e01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KT14926',
'listing': 'auction',
'make': 'Ford',
'model': 'Focus',
'odometer': 122611,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-04-21',
'seller_name': None,
'title': 'Ford Focus 1.8 TDCi Trend',
'transmission': 'manual',
'trim': 'Trend',
'year': 2004}
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KT14926%27 HTTP/1.1" 200 None
2026-03-29 12:08:02 [auto1.it] INFO: Saving data for KT14926: {'auction_closing_time': 1774884733.0, 'created_time': 1774699555.942708, 'last_price_update_time': 1774786082.530648}
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KT14926') HTTP/1.1" 204 0
2026-03-29 12:08:02 [auto1.it] INFO: Found listing with ID: SD18580
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SD18580%27 HTTP/1.1" 200 None
2026-03-29 12:08:02 [auto1.it] INFO: Scrape type for SD18580: 2
2026-03-29 12:08:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8e44a06-a18c-5859-9c07-3c21cfc20b5b with identifier: SD18580
2026-03-29 12:08:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8e44a06-a18c-5859-9c07-3c21cfc20b5b with scrape type 2
2026-03-29 12:08:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8e44a06-a18c-5859-9c07-3c21cfc20b5b with scrape type 2
2026-03-29 12:08:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d8e44a06-a18c-5859-9c07-3c21cfc20b5b, identifier: SD18580
2026-03-29 12:08:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d8e44a06-a18c-5859-9c07-3c21cfc20b5b with identifier: SD18580
2026-03-29 12:08:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d8e44a06-a18c-5859-9c07-3c21cfc20b5b with identifier: SD18580
2026-03-29 12:08:02 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d8e44a06-a18c-5859-9c07-3c21cfc20b5b with identifier: SD18580 to the API
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 130,
'expiration_date': '2026-03-30T15:06:27Z',
'fuel_type': 'diesel',
'id': 'd8e44a06-a18c-5859-9c07-3c21cfc20b5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SD18580',
'listing': 'auction',
'make': 'Opel',
'model': 'Mokka',
'odometer': 197004,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-04',
'seller_name': None,
'title': 'Opel Mokka 1.7 CDTI Ego ecoFlex',
'transmission': 'manual',
'trim': 'Ego ecoFlex',
'year': 2014}
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SD18580%27 HTTP/1.1" 200 None
2026-03-29 12:08:02 [auto1.it] INFO: Saving data for SD18580: {'auction_closing_time': 1774883187.0, 'created_time': 1773867971.232816, 'last_price_update_time': 1774786082.926649}
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SD18580') HTTP/1.1" 204 0
2026-03-29 12:08:03 [auto1.it] INFO: Found listing with ID: TW38851
2026-03-29 12:08:03 [auto1.it] INFO: Found listing with ID: RM24928
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RM24928%27 HTTP/1.1" 200 None
2026-03-29 12:08:03 [auto1.it] INFO: Scrape type for RM24928: 2
2026-03-29 12:08:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38b1a1f0-8f36-5f25-8f24-e3b1d09b0ac6 with identifier: RM24928
2026-03-29 12:08:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38b1a1f0-8f36-5f25-8f24-e3b1d09b0ac6 with scrape type 2
2026-03-29 12:08:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38b1a1f0-8f36-5f25-8f24-e3b1d09b0ac6 with scrape type 2
2026-03-29 12:08:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 38b1a1f0-8f36-5f25-8f24-e3b1d09b0ac6, identifier: RM24928
2026-03-29 12:08:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 38b1a1f0-8f36-5f25-8f24-e3b1d09b0ac6 with identifier: RM24928
2026-03-29 12:08:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 38b1a1f0-8f36-5f25-8f24-e3b1d09b0ac6 with identifier: RM24928
2026-03-29 12:08:03 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 38b1a1f0-8f36-5f25-8f24-e3b1d09b0ac6 with identifier: RM24928 to the API
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 5,
'engine_horse_power': 147,
'expiration_date': '2026-03-30T15:42:56Z',
'fuel_type': 'gas',
'id': '38b1a1f0-8f36-5f25-8f24-e3b1d09b0ac6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RM24928',
'listing': 'auction',
'make': 'Ssangyong',
'model': 'Korando',
'odometer': 173620,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-28',
'seller_name': None,
'title': 'Ssangyong Korando 2.0 GPL Limited 4x2',
'transmission': 'manual',
'trim': 'Limited 4x2',
'year': 2015}
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RM24928%27 HTTP/1.1" 200 None
2026-03-29 12:08:03 [auto1.it] INFO: Saving data for RM24928: {'auction_closing_time': 1774885376.0, 'created_time': 1774699527.787276, 'last_price_update_time': 1774786083.463647}
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RM24928') HTTP/1.1" 204 0
2026-03-29 12:08:03 [auto1.it] INFO: Found listing with ID: DF57379
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DF57379%27 HTTP/1.1" 200 None
2026-03-29 12:08:03 [auto1.it] INFO: Scrape type for DF57379: 2
2026-03-29 12:08:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 786c1b3f-9ca3-50b5-a222-ea76f64826be with identifier: DF57379
2026-03-29 12:08:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 786c1b3f-9ca3-50b5-a222-ea76f64826be with scrape type 2
2026-03-29 12:08:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 786c1b3f-9ca3-50b5-a222-ea76f64826be with scrape type 2
2026-03-29 12:08:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 786c1b3f-9ca3-50b5-a222-ea76f64826be, identifier: DF57379
2026-03-29 12:08:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 786c1b3f-9ca3-50b5-a222-ea76f64826be with identifier: DF57379
2026-03-29 12:08:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 786c1b3f-9ca3-50b5-a222-ea76f64826be with identifier: DF57379
2026-03-29 12:08:03 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 786c1b3f-9ca3-50b5-a222-ea76f64826be with identifier: DF57379 to the API
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:35:43Z',
'fuel_type': 'diesel',
'id': '786c1b3f-9ca3-50b5-a222-ea76f64826be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DF57379',
'listing': 'auction',
'make': 'Audi',
'model': 'A4',
'odometer': 139509,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-26',
'seller_name': None,
'title': 'Audi A4 2.0 TDI',
'transmission': 'automatic',
'trim': '',
'year': 2016}
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DF57379%27 HTTP/1.1" 200 None
2026-03-29 12:08:03 [auto1.it] INFO: Saving data for DF57379: {'auction_closing_time': 1774884943.0, 'created_time': 1774699530.547742, 'last_price_update_time': 1774786083.849682}
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DF57379') HTTP/1.1" 204 0
2026-03-29 12:08:03 [auto1.it] INFO: Found listing with ID: VG07643
2026-03-29 12:08:03 [auto1.it] INFO: Found listing with ID: XB46951
2026-03-29 12:08:03 [auto1.it] INFO: Found listing with ID: UN20093
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UN20093%27 HTTP/1.1" 200 None
2026-03-29 12:08:03 [auto1.it] INFO: Scrape type for UN20093: 2
2026-03-29 12:08:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b7d8151-7119-57f9-be13-cd5ecb373c85 with identifier: UN20093
2026-03-29 12:08:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b7d8151-7119-57f9-be13-cd5ecb373c85 with scrape type 2
2026-03-29 12:08:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b7d8151-7119-57f9-be13-cd5ecb373c85 with scrape type 2
2026-03-29 12:08:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1b7d8151-7119-57f9-be13-cd5ecb373c85, identifier: UN20093
2026-03-29 12:08:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1b7d8151-7119-57f9-be13-cd5ecb373c85 with identifier: UN20093
2026-03-29 12:08:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1b7d8151-7119-57f9-be13-cd5ecb373c85 with identifier: UN20093
2026-03-29 12:08:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1b7d8151-7119-57f9-be13-cd5ecb373c85 with identifier: UN20093 to the API
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:22:28Z',
'fuel_type': 'diesel',
'id': '1b7d8151-7119-57f9-be13-cd5ecb373c85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UN20093',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VII',
'odometer': 231959,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-06',
'seller_name': None,
'title': 'Volkswagen Golf VII 1.6 TDI Business BlueMotion',
'transmission': 'manual',
'trim': 'Business BlueMotion',
'year': 2018}
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UN20093%27 HTTP/1.1" 200 None
2026-03-29 12:08:04 [auto1.it] INFO: Saving data for UN20093: {'auction_closing_time': 1774884148.0, 'created_time': 1774699639.378236, 'last_price_update_time': 1774786084.2248}
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UN20093') HTTP/1.1" 204 0
2026-03-29 12:08:04 [auto1.it] INFO: Found listing with ID: UT21803
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UT21803%27 HTTP/1.1" 200 None
2026-03-29 12:08:04 [auto1.it] INFO: Scrape type for UT21803: 2
2026-03-29 12:08:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f238ddb-4a51-5a42-b456-4fe42904a8e3 with identifier: UT21803
2026-03-29 12:08:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f238ddb-4a51-5a42-b456-4fe42904a8e3 with scrape type 2
2026-03-29 12:08:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f238ddb-4a51-5a42-b456-4fe42904a8e3 with scrape type 2
2026-03-29 12:08:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5f238ddb-4a51-5a42-b456-4fe42904a8e3, identifier: UT21803
2026-03-29 12:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:08:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5f238ddb-4a51-5a42-b456-4fe42904a8e3 with identifier: UT21803
2026-03-29 12:08:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5f238ddb-4a51-5a42-b456-4fe42904a8e3 with identifier: UT21803
2026-03-29 12:08:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5f238ddb-4a51-5a42-b456-4fe42904a8e3 with identifier: UT21803 to the API
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 'green',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:20:22Z',
'fuel_type': 'diesel',
'id': '5f238ddb-4a51-5a42-b456-4fe42904a8e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UT21803',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 94776,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-08-03',
'seller_name': None,
'title': 'Fiat Panda 1.3 JTD Cross 4x4',
'transmission': 'manual',
'trim': 'Cross 4x4',
'year': 2011}
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UT21803%27 HTTP/1.1" 200 None
2026-03-29 12:08:04 [auto1.it] INFO: Saving data for UT21803: {'auction_closing_time': 1774884022.0, 'created_time': 1773954561.034109, 'last_price_update_time': 1774786084.59268}
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UT21803') HTTP/1.1" 204 0
2026-03-29 12:08:04 [auto1.it] INFO: Found listing with ID: RC42052
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RC42052%27 HTTP/1.1" 200 None
2026-03-29 12:08:04 [auto1.it] INFO: Scrape type for RC42052: 2
2026-03-29 12:08:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d847a549-bef9-5b48-b0af-ad4a5c54f2d2 with identifier: RC42052
2026-03-29 12:08:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d847a549-bef9-5b48-b0af-ad4a5c54f2d2 with scrape type 2
2026-03-29 12:08:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d847a549-bef9-5b48-b0af-ad4a5c54f2d2 with scrape type 2
2026-03-29 12:08:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d847a549-bef9-5b48-b0af-ad4a5c54f2d2, identifier: RC42052
2026-03-29 12:08:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d847a549-bef9-5b48-b0af-ad4a5c54f2d2 with identifier: RC42052
2026-03-29 12:08:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d847a549-bef9-5b48-b0af-ad4a5c54f2d2 with identifier: RC42052
2026-03-29 12:08:04 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d847a549-bef9-5b48-b0af-ad4a5c54f2d2 with identifier: RC42052 to the API
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 400,
'expiration_date': '2026-03-30T15:31:44Z',
'fuel_type': 'petrol',
'id': 'd847a549-bef9-5b48-b0af-ad4a5c54f2d2',
'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/RC42052',
'listing': 'auction',
'make': 'Audi',
'model': 'RS Q3 Sportback',
'odometer': 102308,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-27',
'seller_name': None,
'title': 'Audi RS Q3 Sportback 2.5 TFSI quattro',
'transmission': 'automatic',
'trim': 'quattro',
'year': 2021}
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RC42052%27 HTTP/1.1" 200 None
2026-03-29 12:08:04 [auto1.it] INFO: Saving data for RC42052: {'auction_closing_time': 1774884704.0, 'created_time': 1774699641.580747, 'last_price_update_time': 1774786084.988262}
2026-03-29 12:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RC42052') HTTP/1.1" 204 0
2026-03-29 12:08:05 [auto1.it] INFO: Found listing with ID: YJ81563
2026-03-29 12:08:05 [auto1.it] INFO: Found listing with ID: JF24469
2026-03-29 12:08:05 [auto1.it] INFO: Found listing with ID: VZ90962
2026-03-29 12:08:05 [auto1.it] INFO: Found listing with ID: FR55532
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FR55532%27 HTTP/1.1" 200 None
2026-03-29 12:08:05 [auto1.it] INFO: Scrape type for FR55532: 2
2026-03-29 12:08:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1540861-55d8-5622-83cc-65661a4f82a9 with identifier: FR55532
2026-03-29 12:08:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1540861-55d8-5622-83cc-65661a4f82a9 with scrape type 2
2026-03-29 12:08:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1540861-55d8-5622-83cc-65661a4f82a9 with scrape type 2
2026-03-29 12:08:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f1540861-55d8-5622-83cc-65661a4f82a9, identifier: FR55532
2026-03-29 12:08:05 [scrapy.extensions.logstats] INFO: Crawled 60 pages (at 13 pages/min), scraped 111 items (at 30 items/min)
2026-03-29 12:08:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 160MiB
2026-03-29 12:08:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f1540861-55d8-5622-83cc-65661a4f82a9 with identifier: FR55532
2026-03-29 12:08:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f1540861-55d8-5622-83cc-65661a4f82a9 with identifier: FR55532
2026-03-29 12:08:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f1540861-55d8-5622-83cc-65661a4f82a9 with identifier: FR55532 to the API
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:18:13Z',
'fuel_type': 'petrol',
'id': 'f1540861-55d8-5622-83cc-65661a4f82a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FR55532',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 83364,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-30',
'seller_name': None,
'title': 'Fiat Panda 1.2 Easy',
'transmission': 'manual',
'trim': 'Easy',
'year': 2018}
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FR55532%27 HTTP/1.1" 200 None
2026-03-29 12:08:05 [auto1.it] INFO: Saving data for FR55532: {'auction_closing_time': 1774883893.0, 'created_time': 1774699641.021735, 'last_price_update_time': 1774786085.369083}
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FR55532') HTTP/1.1" 204 0
2026-03-29 12:08:05 [auto1.it] INFO: Channel: 24h | Page: 56 | totalHits: 2514 | hits on page: 40
2026-03-29 12:08:05 [auto1.it] INFO: Found listing with ID: BL56378
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BL56378%27 HTTP/1.1" 200 None
2026-03-29 12:08:05 [auto1.it] INFO: Scrape type for BL56378: 2
2026-03-29 12:08:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc64f1a0-7cc1-54f3-a24d-e5aac844053c with identifier: BL56378
2026-03-29 12:08:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc64f1a0-7cc1-54f3-a24d-e5aac844053c with scrape type 2
2026-03-29 12:08:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc64f1a0-7cc1-54f3-a24d-e5aac844053c with scrape type 2
2026-03-29 12:08:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: dc64f1a0-7cc1-54f3-a24d-e5aac844053c, identifier: BL56378
2026-03-29 12:08:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: dc64f1a0-7cc1-54f3-a24d-e5aac844053c with identifier: BL56378
2026-03-29 12:08:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: dc64f1a0-7cc1-54f3-a24d-e5aac844053c with identifier: BL56378
2026-03-29 12:08:05 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: dc64f1a0-7cc1-54f3-a24d-e5aac844053c with identifier: BL56378 to the API
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 'silver',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:55:26Z',
'fuel_type': 'petrol',
'id': 'dc64f1a0-7cc1-54f3-a24d-e5aac844053c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BL56378',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Bora',
'odometer': 115580,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2000-10-17',
'seller_name': None,
'title': 'Volkswagen Bora 1.6',
'transmission': 'manual',
'trim': '',
'year': 2000}
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BL56378%27 HTTP/1.1" 200 None
2026-03-29 12:08:05 [auto1.it] INFO: Saving data for BL56378: {'auction_closing_time': 1774886126.0, 'created_time': 1774699533.387302, 'last_price_update_time': 1774786085.834827}
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BL56378') HTTP/1.1" 204 0
2026-03-29 12:08:05 [auto1.it] INFO: Found listing with ID: WS77593
2026-03-29 12:08:05 [auto1.it] INFO: Found listing with ID: KM48378
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KM48378%27 HTTP/1.1" 200 None
2026-03-29 12:08:05 [auto1.it] INFO: Scrape type for KM48378: 2
2026-03-29 12:08:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff83685c-2005-5f9d-ad58-21daba76a93b with identifier: KM48378
2026-03-29 12:08:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff83685c-2005-5f9d-ad58-21daba76a93b with scrape type 2
2026-03-29 12:08:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff83685c-2005-5f9d-ad58-21daba76a93b with scrape type 2
2026-03-29 12:08:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ff83685c-2005-5f9d-ad58-21daba76a93b, identifier: KM48378
2026-03-29 12:08:05 [auto1.it] INFO: Found listing with ID: HF54587
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HF54587%27 HTTP/1.1" 200 None
2026-03-29 12:08:05 [auto1.it] INFO: Scrape type for HF54587: 2
2026-03-29 12:08:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49c7ed60-fa24-578f-8472-4fe6ee5fc6eb with identifier: HF54587
2026-03-29 12:08:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49c7ed60-fa24-578f-8472-4fe6ee5fc6eb with scrape type 2
2026-03-29 12:08:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49c7ed60-fa24-578f-8472-4fe6ee5fc6eb with scrape type 2
2026-03-29 12:08:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 49c7ed60-fa24-578f-8472-4fe6ee5fc6eb, identifier: HF54587
2026-03-29 12:08:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ff83685c-2005-5f9d-ad58-21daba76a93b with identifier: KM48378
2026-03-29 12:08:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ff83685c-2005-5f9d-ad58-21daba76a93b with identifier: KM48378
2026-03-29 12:08:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ff83685c-2005-5f9d-ad58-21daba76a93b with identifier: KM48378 to the API
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:53:50Z',
'fuel_type': 'diesel',
'id': 'ff83685c-2005-5f9d-ad58-21daba76a93b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KM48378',
'listing': 'auction',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 230746,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2001-03-07',
'seller_name': None,
'title': 'Skoda Octavia 1.9 TDI Elegance',
'transmission': 'manual',
'trim': 'Elegance',
'year': 2001}
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KM48378%27 HTTP/1.1" 200 None
2026-03-29 12:08:06 [auto1.it] INFO: Saving data for KM48378: {'auction_closing_time': 1774886030.0, 'created_time': 1774699541.317793, 'last_price_update_time': 1774786086.328588}
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KM48378') HTTP/1.1" 204 0
2026-03-29 12:08:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:08:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 49c7ed60-fa24-578f-8472-4fe6ee5fc6eb with identifier: HF54587
2026-03-29 12:08:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 49c7ed60-fa24-578f-8472-4fe6ee5fc6eb with identifier: HF54587
2026-03-29 12:08:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 49c7ed60-fa24-578f-8472-4fe6ee5fc6eb with identifier: HF54587 to the API
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 95,
'expiration_date': '2026-03-30T15:56:48Z',
'fuel_type': 'petrol',
'id': '49c7ed60-fa24-578f-8472-4fe6ee5fc6eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/HF54587',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'A-Klasse',
'odometer': 172321,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-10-31',
'seller_name': None,
'title': 'Mercedes-Benz A-Klasse A 150 Avantgarde',
'transmission': 'manual',
'trim': 'Avantgarde',
'year': 2009}
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HF54587%27 HTTP/1.1" 200 None
2026-03-29 12:08:06 [auto1.it] INFO: Saving data for HF54587: {'auction_closing_time': 1774886208.0, 'created_time': 1774343224.005639, 'last_price_update_time': 1774786086.600412}
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HF54587') HTTP/1.1" 204 0
2026-03-29 12:08:06 [auto1.it] INFO: Found listing with ID: ET22397
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ET22397%27 HTTP/1.1" 200 None
2026-03-29 12:08:06 [auto1.it] INFO: Scrape type for ET22397: 2
2026-03-29 12:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f005e36-16d3-5521-82dc-2e1786c34f8b with identifier: ET22397
2026-03-29 12:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f005e36-16d3-5521-82dc-2e1786c34f8b with scrape type 2
2026-03-29 12:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f005e36-16d3-5521-82dc-2e1786c34f8b with scrape type 2
2026-03-29 12:08:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0f005e36-16d3-5521-82dc-2e1786c34f8b, identifier: ET22397
2026-03-29 12:08:06 [auto1.it] INFO: Found listing with ID: AY76833
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AY76833%27 HTTP/1.1" 200 None
2026-03-29 12:08:06 [auto1.it] INFO: Scrape type for AY76833: 2
2026-03-29 12:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91bf022d-7d60-5a1a-80ee-3a1d403d3872 with identifier: AY76833
2026-03-29 12:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91bf022d-7d60-5a1a-80ee-3a1d403d3872 with scrape type 2
2026-03-29 12:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91bf022d-7d60-5a1a-80ee-3a1d403d3872 with scrape type 2
2026-03-29 12:08:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 91bf022d-7d60-5a1a-80ee-3a1d403d3872, identifier: AY76833
2026-03-29 12:08:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0f005e36-16d3-5521-82dc-2e1786c34f8b with identifier: ET22397
2026-03-29 12:08:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0f005e36-16d3-5521-82dc-2e1786c34f8b with identifier: ET22397
2026-03-29 12:08:06 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0f005e36-16d3-5521-82dc-2e1786c34f8b with identifier: ET22397 to the API
2026-03-29 12:08:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 143,
'expiration_date': '2026-03-30T15:18:43Z',
'fuel_type': 'diesel',
'id': '0f005e36-16d3-5521-82dc-2e1786c34f8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ET22397',
'listing': 'auction',
'make': 'BMW',
'model': 'X1',
'odometer': 162211,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-10-01',
'seller_name': None,
'title': 'BMW X1 xDrive 18d',
'transmission': 'automatic',
'trim': '',
'year': 2012}
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ET22397%27 HTTP/1.1" 200 None
2026-03-29 12:08:07 [auto1.it] INFO: Saving data for ET22397: {'auction_closing_time': 1774883923.0, 'created_time': 1774699553.985768, 'last_price_update_time': 1774786087.068827}
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ET22397') HTTP/1.1" 204 0
2026-03-29 12:08:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 91bf022d-7d60-5a1a-80ee-3a1d403d3872 with identifier: AY76833
2026-03-29 12:08:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 91bf022d-7d60-5a1a-80ee-3a1d403d3872 with identifier: AY76833
2026-03-29 12:08:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 91bf022d-7d60-5a1a-80ee-3a1d403d3872 with identifier: AY76833 to the API
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:17:21Z',
'fuel_type': 'diesel',
'id': '91bf022d-7d60-5a1a-80ee-3a1d403d3872',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AY76833',
'listing': 'auction',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 142409,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-12',
'seller_name': None,
'title': 'Skoda Octavia 2.0 TDI Executive 4x4',
'transmission': 'automatic',
'trim': 'Executive 4x4',
'year': 2019}
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AY76833%27 HTTP/1.1" 200 None
2026-03-29 12:08:07 [auto1.it] INFO: Saving data for AY76833: {'auction_closing_time': 1774883841.0, 'created_time': 1774699555.232959, 'last_price_update_time': 1774786087.336821}
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AY76833') HTTP/1.1" 204 0
2026-03-29 12:08:07 [auto1.it] INFO: Found listing with ID: ML76939
2026-03-29 12:08:07 [auto1.it] INFO: Found listing with ID: TB64568
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TB64568%27 HTTP/1.1" 200 None
2026-03-29 12:08:07 [auto1.it] INFO: Scrape type for TB64568: 2
2026-03-29 12:08:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fb0b2b2-e0a1-5993-bce2-6dd892729c7c with identifier: TB64568
2026-03-29 12:08:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fb0b2b2-e0a1-5993-bce2-6dd892729c7c with scrape type 2
2026-03-29 12:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fb0b2b2-e0a1-5993-bce2-6dd892729c7c with scrape type 2
2026-03-29 12:08:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2fb0b2b2-e0a1-5993-bce2-6dd892729c7c, identifier: TB64568
2026-03-29 12:08:07 [auto1.it] INFO: Found listing with ID: RJ05786
2026-03-29 12:08:07 [auto1.it] INFO: Found listing with ID: CV60870
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CV60870%27 HTTP/1.1" 200 None
2026-03-29 12:08:07 [auto1.it] INFO: Scrape type for CV60870: 2
2026-03-29 12:08:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28b19035-1a98-52a4-bb34-7fd2b6c422b5 with identifier: CV60870
2026-03-29 12:08:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28b19035-1a98-52a4-bb34-7fd2b6c422b5 with scrape type 2
2026-03-29 12:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28b19035-1a98-52a4-bb34-7fd2b6c422b5 with scrape type 2
2026-03-29 12:08:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 28b19035-1a98-52a4-bb34-7fd2b6c422b5, identifier: CV60870
2026-03-29 12:08:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2fb0b2b2-e0a1-5993-bce2-6dd892729c7c with identifier: TB64568
2026-03-29 12:08:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2fb0b2b2-e0a1-5993-bce2-6dd892729c7c with identifier: TB64568
2026-03-29 12:08:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2fb0b2b2-e0a1-5993-bce2-6dd892729c7c with identifier: TB64568 to the API
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 115,
'expiration_date': '2026-03-30T15:48:07Z',
'fuel_type': 'diesel',
'id': '2fb0b2b2-e0a1-5993-bce2-6dd892729c7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TB64568',
'listing': 'auction',
'make': 'Hyundai',
'model': 'ix35',
'odometer': 224642,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-09',
'seller_name': None,
'title': 'Hyundai ix35 1.7 CRDi Comfort 2WD',
'transmission': 'manual',
'trim': 'Comfort 2WD',
'year': 2011}
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TB64568%27 HTTP/1.1" 200 None
2026-03-29 12:08:07 [auto1.it] INFO: Saving data for TB64568: {'auction_closing_time': 1774885687.0, 'created_time': 1773136662.671549, 'last_price_update_time': 1774786087.856243}
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TB64568') HTTP/1.1" 204 0
2026-03-29 12:08:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 28b19035-1a98-52a4-bb34-7fd2b6c422b5 with identifier: CV60870
2026-03-29 12:08:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 28b19035-1a98-52a4-bb34-7fd2b6c422b5 with identifier: CV60870
2026-03-29 12:08:07 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 28b19035-1a98-52a4-bb34-7fd2b6c422b5 with identifier: CV60870 to the API
2026-03-29 12:08:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:04:30Z',
'fuel_type': 'diesel',
'id': '28b19035-1a98-52a4-bb34-7fd2b6c422b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CV60870',
'listing': 'auction',
'make': 'Audi',
'model': 'A6',
'odometer': 304018,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-04-13',
'seller_name': None,
'title': 'Audi A6 2.7 V6 TDI',
'transmission': 'automatic',
'trim': '',
'year': 2009}
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CV60870%27 HTTP/1.1" 200 None
2026-03-29 12:08:08 [auto1.it] INFO: Saving data for CV60870: {'auction_closing_time': 1774883070.0, 'created_time': 1774699538.51216, 'last_price_update_time': 1774786088.119846}
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CV60870') HTTP/1.1" 204 0
2026-03-29 12:08:08 [auto1.it] INFO: Found listing with ID: ZU99068
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZU99068%27 HTTP/1.1" 200 None
2026-03-29 12:08:08 [auto1.it] INFO: Scrape type for ZU99068: 2
2026-03-29 12:08:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f763ea7-ce15-5ece-896e-a594d3541815 with identifier: ZU99068
2026-03-29 12:08:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f763ea7-ce15-5ece-896e-a594d3541815 with scrape type 2
2026-03-29 12:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f763ea7-ce15-5ece-896e-a594d3541815 with scrape type 2
2026-03-29 12:08:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4f763ea7-ce15-5ece-896e-a594d3541815, identifier: ZU99068
2026-03-29 12:08:08 [auto1.it] INFO: Found listing with ID: PM98470
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PM98470%27 HTTP/1.1" 200 None
2026-03-29 12:08:08 [auto1.it] INFO: Scrape type for PM98470: 2
2026-03-29 12:08:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42697d75-a4de-5898-8892-32911d555c6f with identifier: PM98470
2026-03-29 12:08:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42697d75-a4de-5898-8892-32911d555c6f with scrape type 2
2026-03-29 12:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42697d75-a4de-5898-8892-32911d555c6f with scrape type 2
2026-03-29 12:08:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 42697d75-a4de-5898-8892-32911d555c6f, identifier: PM98470
2026-03-29 12:08:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4f763ea7-ce15-5ece-896e-a594d3541815 with identifier: ZU99068
2026-03-29 12:08:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4f763ea7-ce15-5ece-896e-a594d3541815 with identifier: ZU99068
2026-03-29 12:08:08 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4f763ea7-ce15-5ece-896e-a594d3541815 with identifier: ZU99068 to the API
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 200,
'expiration_date': '2026-03-30T15:35:05Z',
'fuel_type': 'petrol',
'id': '4f763ea7-ce15-5ece-896e-a594d3541815',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZU99068',
'listing': 'auction',
'make': 'Jaguar',
'model': 'S-TYPE',
'odometer': 57911,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-01-19',
'seller_name': None,
'title': 'Jaguar S-TYPE 2.5 V6 Executive',
'transmission': 'manual',
'trim': 'Executive',
'year': 2003}
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZU99068%27 HTTP/1.1" 200 None
2026-03-29 12:08:08 [auto1.it] INFO: Saving data for ZU99068: {'auction_closing_time': 1774884905.0, 'created_time': 1774699640.587364, 'last_price_update_time': 1774786088.588055}
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZU99068') HTTP/1.1" 204 0
2026-03-29 12:08:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 42697d75-a4de-5898-8892-32911d555c6f with identifier: PM98470
2026-03-29 12:08:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 42697d75-a4de-5898-8892-32911d555c6f with identifier: PM98470
2026-03-29 12:08:08 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 42697d75-a4de-5898-8892-32911d555c6f with identifier: PM98470 to the API
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 110,
'expiration_date': '2026-03-30T15:08:31Z',
'fuel_type': 'diesel',
'id': '42697d75-a4de-5898-8892-32911d555c6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PM98470',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VII',
'odometer': 191601,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-09-25',
'seller_name': None,
'title': 'Volkswagen Golf VII 1.6 TDI Sport Edition BlueMotion Tech.',
'transmission': 'automatic',
'trim': 'Sport Edition BlueMotion Tech.',
'year': 2016}
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PM98470%27 HTTP/1.1" 200 None
2026-03-29 12:08:08 [auto1.it] INFO: Saving data for PM98470: {'auction_closing_time': 1774883311.0, 'created_time': 1773911212.078176, 'last_price_update_time': 1774786088.965305}
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PM98470') HTTP/1.1" 204 0
2026-03-29 12:08:08 [auto1.it] INFO: Found listing with ID: VL91397
2026-03-29 12:08:08 [auto1.it] INFO: Found listing with ID: WG77442
2026-03-29 12:08:08 [auto1.it] INFO: Found listing with ID: LE72169
2026-03-29 12:08:08 [auto1.it] INFO: Found listing with ID: UR17462
2026-03-29 12:08:08 [auto1.it] INFO: Found listing with ID: DU34377
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DU34377%27 HTTP/1.1" 200 None
2026-03-29 12:08:08 [auto1.it] INFO: Scrape type for DU34377: 2
2026-03-29 12:08:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 200375bf-4134-55bb-af6f-34f20e37f617 with identifier: DU34377
2026-03-29 12:08:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 200375bf-4134-55bb-af6f-34f20e37f617 with scrape type 2
2026-03-29 12:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 200375bf-4134-55bb-af6f-34f20e37f617 with scrape type 2
2026-03-29 12:08:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 200375bf-4134-55bb-af6f-34f20e37f617, identifier: DU34377
2026-03-29 12:08:09 [auto1.it] INFO: Found listing with ID: XT30792
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XT30792%27 HTTP/1.1" 200 None
2026-03-29 12:08:09 [auto1.it] INFO: Scrape type for XT30792: 2
2026-03-29 12:08:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3b05b74-84a5-55fa-b47e-212e0392da9e with identifier: XT30792
2026-03-29 12:08:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3b05b74-84a5-55fa-b47e-212e0392da9e with scrape type 2
2026-03-29 12:08:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3b05b74-84a5-55fa-b47e-212e0392da9e with scrape type 2
2026-03-29 12:08:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c3b05b74-84a5-55fa-b47e-212e0392da9e, identifier: XT30792
2026-03-29 12:08:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 200375bf-4134-55bb-af6f-34f20e37f617 with identifier: DU34377
2026-03-29 12:08:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 200375bf-4134-55bb-af6f-34f20e37f617 with identifier: DU34377
2026-03-29 12:08:09 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 200375bf-4134-55bb-af6f-34f20e37f617 with identifier: DU34377 to the API
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:14:28Z',
'fuel_type': 'diesel',
'id': '200375bf-4134-55bb-af6f-34f20e37f617',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DU34377',
'listing': 'auction',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 223232,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-12-05',
'seller_name': None,
'title': 'Nissan Qashqai 1.5 dCi Acenta',
'transmission': 'manual',
'trim': 'Acenta',
'year': 2007}
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DU34377%27 HTTP/1.1" 200 None
2026-03-29 12:08:09 [auto1.it] INFO: Saving data for DU34377: {'auction_closing_time': 1774883668.0, 'created_time': 1774699591.411869, 'last_price_update_time': 1774786089.445754}
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DU34377') HTTP/1.1" 204 0
2026-03-29 12:08:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c3b05b74-84a5-55fa-b47e-212e0392da9e with identifier: XT30792
2026-03-29 12:08:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c3b05b74-84a5-55fa-b47e-212e0392da9e with identifier: XT30792
2026-03-29 12:08:09 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c3b05b74-84a5-55fa-b47e-212e0392da9e with identifier: XT30792 to the API
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:52:32Z',
'fuel_type': 'petrol',
'id': 'c3b05b74-84a5-55fa-b47e-212e0392da9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XT30792',
'listing': 'auction',
'make': 'Opel',
'model': 'Meriva',
'odometer': 155548,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-29',
'seller_name': None,
'title': 'Opel Meriva 1.4 Turbo Elective',
'transmission': 'manual',
'trim': 'Elective',
'year': 2014}
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XT30792%27 HTTP/1.1" 200 None
2026-03-29 12:08:09 [auto1.it] INFO: Saving data for XT30792: {'auction_closing_time': 1774885952.0, 'created_time': 1773934897.903183, 'last_price_update_time': 1774786089.751855}
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XT30792') HTTP/1.1" 204 0
2026-03-29 12:08:09 [auto1.it] INFO: Found listing with ID: EV59116
2026-03-29 12:08:09 [auto1.it] INFO: Found listing with ID: UY41081
2026-03-29 12:08:09 [auto1.it] INFO: Found listing with ID: VK68045
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VK68045%27 HTTP/1.1" 200 None
2026-03-29 12:08:09 [auto1.it] INFO: Scrape type for VK68045: 2
2026-03-29 12:08:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 804a424d-3bfa-54e1-bf0b-df648ed2354b with identifier: VK68045
2026-03-29 12:08:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 804a424d-3bfa-54e1-bf0b-df648ed2354b with scrape type 2
2026-03-29 12:08:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 804a424d-3bfa-54e1-bf0b-df648ed2354b with scrape type 2
2026-03-29 12:08:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 804a424d-3bfa-54e1-bf0b-df648ed2354b, identifier: VK68045
2026-03-29 12:08:09 [auto1.it] INFO: Found listing with ID: HD11089
2026-03-29 12:08:09 [auto1.it] INFO: Found listing with ID: WM47642
2026-03-29 12:08:09 [auto1.it] INFO: Found listing with ID: KH13960
2026-03-29 12:08:09 [auto1.it] INFO: Found listing with ID: JU86722
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JU86722%27 HTTP/1.1" 200 None
2026-03-29 12:08:09 [auto1.it] INFO: Scrape type for JU86722: 2
2026-03-29 12:08:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 803a20cd-56da-5707-9157-7f6fa4ab38c3 with identifier: JU86722
2026-03-29 12:08:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 803a20cd-56da-5707-9157-7f6fa4ab38c3 with scrape type 2
2026-03-29 12:08:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 803a20cd-56da-5707-9157-7f6fa4ab38c3 with scrape type 2
2026-03-29 12:08:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 803a20cd-56da-5707-9157-7f6fa4ab38c3, identifier: JU86722
2026-03-29 12:08:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 804a424d-3bfa-54e1-bf0b-df648ed2354b with identifier: VK68045
2026-03-29 12:08:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 804a424d-3bfa-54e1-bf0b-df648ed2354b with identifier: VK68045
2026-03-29 12:08:10 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 804a424d-3bfa-54e1-bf0b-df648ed2354b with identifier: VK68045 to the API
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:30:00Z',
'fuel_type': 'diesel',
'id': '804a424d-3bfa-54e1-bf0b-df648ed2354b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VK68045',
'listing': 'auction',
'make': 'Citroen',
'model': 'C3',
'odometer': 183982,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-03-04',
'seller_name': None,
'title': 'Citroen C3 1.6 HDi Exclusive',
'transmission': 'manual',
'trim': 'Exclusive',
'year': 2010}
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VK68045%27 HTTP/1.1" 200 None
2026-03-29 12:08:10 [auto1.it] INFO: Saving data for VK68045: {'auction_closing_time': 1774884600.0, 'created_time': 1774699564.232475, 'last_price_update_time': 1774786090.225155}
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VK68045') HTTP/1.1" 204 0
2026-03-29 12:08:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 803a20cd-56da-5707-9157-7f6fa4ab38c3 with identifier: JU86722
2026-03-29 12:08:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 803a20cd-56da-5707-9157-7f6fa4ab38c3 with identifier: JU86722
2026-03-29 12:08:10 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 803a20cd-56da-5707-9157-7f6fa4ab38c3 with identifier: JU86722 to the API
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:11:40Z',
'fuel_type': 'petrol',
'id': '803a20cd-56da-5707-9157-7f6fa4ab38c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JU86722',
'listing': 'auction',
'make': 'Audi',
'model': 'A3 Sportback',
'odometer': 122322,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-20',
'seller_name': None,
'title': 'Audi A3 Sportback 35 TFSI Mild-Hybrid advanced',
'transmission': 'automatic',
'trim': 'advanced',
'year': 2022}
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JU86722%27 HTTP/1.1" 200 None
2026-03-29 12:08:10 [auto1.it] INFO: Saving data for JU86722: {'auction_closing_time': 1774883500.0, 'created_time': 1774699537.132082, 'last_price_update_time': 1774786090.580975}
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JU86722') HTTP/1.1" 204 0
2026-03-29 12:08:10 [auto1.it] INFO: Found listing with ID: YN18335
2026-03-29 12:08:10 [auto1.it] INFO: Found listing with ID: NA95464
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NA95464%27 HTTP/1.1" 200 None
2026-03-29 12:08:10 [auto1.it] INFO: Scrape type for NA95464: 2
2026-03-29 12:08:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91878baa-e7fb-545e-8514-a7e76e620491 with identifier: NA95464
2026-03-29 12:08:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91878baa-e7fb-545e-8514-a7e76e620491 with scrape type 2
2026-03-29 12:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91878baa-e7fb-545e-8514-a7e76e620491 with scrape type 2
2026-03-29 12:08:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 91878baa-e7fb-545e-8514-a7e76e620491, identifier: NA95464
2026-03-29 12:08:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 91878baa-e7fb-545e-8514-a7e76e620491 with identifier: NA95464
2026-03-29 12:08:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 91878baa-e7fb-545e-8514-a7e76e620491 with identifier: NA95464
2026-03-29 12:08:10 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 91878baa-e7fb-545e-8514-a7e76e620491 with identifier: NA95464 to the API
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:20:09Z',
'fuel_type': 'diesel',
'id': '91878baa-e7fb-545e-8514-a7e76e620491',
'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/NA95464',
'listing': 'auction',
'make': 'Audi',
'model': 'Q5',
'odometer': 163512,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-21',
'seller_name': None,
'title': 'Audi Q5 40 TDI quattro Sport',
'transmission': 'automatic',
'trim': 'quattro Sport',
'year': 2019}
2026-03-29 12:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NA95464%27 HTTP/1.1" 200 None
2026-03-29 12:08:11 [auto1.it] INFO: Saving data for NA95464: {'auction_closing_time': 1774884009.0, 'created_time': 1774343254.893295, 'last_price_update_time': 1774786091.002582}
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NA95464') HTTP/1.1" 204 0
2026-03-29 12:08:11 [auto1.it] INFO: Found listing with ID: WA05506
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WA05506%27 HTTP/1.1" 200 None
2026-03-29 12:08:11 [auto1.it] INFO: Scrape type for WA05506: 2
2026-03-29 12:08:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d9c297f-ad9d-5faf-b514-c63740f12274 with identifier: WA05506
2026-03-29 12:08:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d9c297f-ad9d-5faf-b514-c63740f12274 with scrape type 2
2026-03-29 12:08:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d9c297f-ad9d-5faf-b514-c63740f12274 with scrape type 2
2026-03-29 12:08:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0d9c297f-ad9d-5faf-b514-c63740f12274, identifier: WA05506
2026-03-29 12:08:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0d9c297f-ad9d-5faf-b514-c63740f12274 with identifier: WA05506
2026-03-29 12:08:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0d9c297f-ad9d-5faf-b514-c63740f12274 with identifier: WA05506
2026-03-29 12:08:11 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0d9c297f-ad9d-5faf-b514-c63740f12274 with identifier: WA05506 to the API
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 2,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:33:12Z',
'fuel_type': 'petrol',
'id': '0d9c297f-ad9d-5faf-b514-c63740f12274',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WA05506',
'listing': 'auction',
'make': 'Smart',
'model': 'fortwo',
'odometer': 154433,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-11-25',
'seller_name': None,
'title': 'Smart fortwo 1.0 Micro Hybrid Drive passion',
'transmission': 'automatic',
'trim': 'Micro Hybrid Drive passion',
'year': 2008}
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WA05506%27 HTTP/1.1" 200 None
2026-03-29 12:08:11 [auto1.it] INFO: Saving data for WA05506: {'auction_closing_time': 1774884792.0, 'created_time': 1774699569.588945, 'last_price_update_time': 1774786091.380517}
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WA05506') HTTP/1.1" 204 0
2026-03-29 12:08:11 [auto1.it] INFO: Found listing with ID: PW96424
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW96424%27 HTTP/1.1" 200 None
2026-03-29 12:08:11 [auto1.it] INFO: Scrape type for PW96424: 2
2026-03-29 12:08:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0437454a-c4ee-5219-afae-d05af5af81e8 with identifier: PW96424
2026-03-29 12:08:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0437454a-c4ee-5219-afae-d05af5af81e8 with scrape type 2
2026-03-29 12:08:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0437454a-c4ee-5219-afae-d05af5af81e8 with scrape type 2
2026-03-29 12:08:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0437454a-c4ee-5219-afae-d05af5af81e8, identifier: PW96424
2026-03-29 12:08:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0437454a-c4ee-5219-afae-d05af5af81e8 with identifier: PW96424
2026-03-29 12:08:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0437454a-c4ee-5219-afae-d05af5af81e8 with identifier: PW96424
2026-03-29 12:08:11 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0437454a-c4ee-5219-afae-d05af5af81e8 with identifier: PW96424 to the API
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:56:16Z',
'fuel_type': 'petrol',
'id': '0437454a-c4ee-5219-afae-d05af5af81e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PW96424',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 244130,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-07',
'seller_name': None,
'title': 'Fiat Panda 1.2 Easy',
'transmission': 'manual',
'trim': 'Easy',
'year': 2016}
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW96424%27 HTTP/1.1" 200 None
2026-03-29 12:08:11 [auto1.it] INFO: Saving data for PW96424: {'auction_closing_time': 1774886176.0, 'created_time': 1774699567.99309, 'last_price_update_time': 1774786091.751213}
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PW96424') HTTP/1.1" 204 0
2026-03-29 12:08:11 [auto1.it] INFO: Found listing with ID: CZ80815
2026-03-29 12:08:11 [auto1.it] INFO: Found listing with ID: YT14499
2026-03-29 12:08:11 [auto1.it] INFO: Found listing with ID: BU30300
2026-03-29 12:08:11 [auto1.it] INFO: Found listing with ID: WE07120
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WE07120%27 HTTP/1.1" 200 None
2026-03-29 12:08:11 [auto1.it] INFO: Scrape type for WE07120: 2
2026-03-29 12:08:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f00bd372-daee-5485-9760-fa7b77557807 with identifier: WE07120
2026-03-29 12:08:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f00bd372-daee-5485-9760-fa7b77557807 with scrape type 2
2026-03-29 12:08:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f00bd372-daee-5485-9760-fa7b77557807 with scrape type 2
2026-03-29 12:08:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f00bd372-daee-5485-9760-fa7b77557807, identifier: WE07120
2026-03-29 12:08:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f00bd372-daee-5485-9760-fa7b77557807 with identifier: WE07120
2026-03-29 12:08:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f00bd372-daee-5485-9760-fa7b77557807 with identifier: WE07120
2026-03-29 12:08:11 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f00bd372-daee-5485-9760-fa7b77557807 with identifier: WE07120 to the API
2026-03-29 12:08:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 280,
'expiration_date': '2026-03-30T15:26:54Z',
'fuel_type': 'petrol',
'id': 'f00bd372-daee-5485-9760-fa7b77557807',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WE07120',
'listing': 'auction',
'make': 'Alfa Romeo',
'model': 'Stelvio',
'odometer': 179033,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-27',
'seller_name': None,
'title': 'Alfa Romeo Stelvio 2.0 Turbo First Edition',
'transmission': 'automatic',
'trim': 'First Edition',
'year': 2017}
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WE07120%27 HTTP/1.1" 200 None
2026-03-29 12:08:12 [auto1.it] INFO: Saving data for WE07120: {'auction_closing_time': 1774884414.0, 'created_time': 1774699647.401191, 'last_price_update_time': 1774786092.118457}
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WE07120') HTTP/1.1" 204 0
2026-03-29 12:08:12 [auto1.it] INFO: Found listing with ID: NF75023
2026-03-29 12:08:12 [auto1.it] INFO: Found listing with ID: VZ92626
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VZ92626%27 HTTP/1.1" 200 None
2026-03-29 12:08:12 [auto1.it] INFO: Scrape type for VZ92626: 2
2026-03-29 12:08:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97e1cd2b-d1b2-5397-991c-5860318ef193 with identifier: VZ92626
2026-03-29 12:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97e1cd2b-d1b2-5397-991c-5860318ef193 with scrape type 2
2026-03-29 12:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97e1cd2b-d1b2-5397-991c-5860318ef193 with scrape type 2
2026-03-29 12:08:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 97e1cd2b-d1b2-5397-991c-5860318ef193, identifier: VZ92626
2026-03-29 12:08:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 97e1cd2b-d1b2-5397-991c-5860318ef193 with identifier: VZ92626
2026-03-29 12:08:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 97e1cd2b-d1b2-5397-991c-5860318ef193 with identifier: VZ92626
2026-03-29 12:08:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 97e1cd2b-d1b2-5397-991c-5860318ef193 with identifier: VZ92626 to the API
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:49:44Z',
'fuel_type': 'petrol',
'id': '97e1cd2b-d1b2-5397-991c-5860318ef193',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VZ92626',
'listing': 'auction',
'make': 'Suzuki',
'model': 'SX4',
'odometer': 202462,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-11-16',
'seller_name': None,
'title': 'Suzuki SX4 1.6 Club',
'transmission': 'manual',
'trim': 'Club',
'year': 2010}
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VZ92626%27 HTTP/1.1" 200 None
2026-03-29 12:08:12 [auto1.it] INFO: Saving data for VZ92626: {'auction_closing_time': 1774885784.0, 'created_time': 1774699567.442583, 'last_price_update_time': 1774786092.494933}
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VZ92626') HTTP/1.1" 204 0
2026-03-29 12:08:12 [auto1.it] INFO: Found listing with ID: TF83722
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TF83722%27 HTTP/1.1" 200 None
2026-03-29 12:08:12 [auto1.it] INFO: Scrape type for TF83722: 2
2026-03-29 12:08:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f068d1a-c219-5ee3-ad76-97ed8854fa78 with identifier: TF83722
2026-03-29 12:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f068d1a-c219-5ee3-ad76-97ed8854fa78 with scrape type 2
2026-03-29 12:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f068d1a-c219-5ee3-ad76-97ed8854fa78 with scrape type 2
2026-03-29 12:08:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 7f068d1a-c219-5ee3-ad76-97ed8854fa78, identifier: TF83722
2026-03-29 12:08:12 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:08:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 7f068d1a-c219-5ee3-ad76-97ed8854fa78 with identifier: TF83722
2026-03-29 12:08:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 7f068d1a-c219-5ee3-ad76-97ed8854fa78 with identifier: TF83722
2026-03-29 12:08:12 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 7f068d1a-c219-5ee3-ad76-97ed8854fa78 with identifier: TF83722 to the API
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:03:25Z',
'fuel_type': 'petrol',
'id': '7f068d1a-c219-5ee3-ad76-97ed8854fa78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/TF83722',
'listing': 'auction',
'make': 'Citroen',
'model': 'Xsara Picasso',
'odometer': 118576,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-04-13',
'seller_name': None,
'title': 'Citroen Xsara Picasso 1.6 Attraction',
'transmission': 'manual',
'trim': 'Attraction',
'year': 2003}
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TF83722%27 HTTP/1.1" 200 None
2026-03-29 12:08:12 [auto1.it] INFO: Saving data for TF83722: {'auction_closing_time': 1774883005.0, 'created_time': 1774699562.890582, 'last_price_update_time': 1774786092.913578}
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='TF83722') HTTP/1.1" 204 0
2026-03-29 12:08:13 [auto1.it] INFO: Found listing with ID: BA01278
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BA01278%27 HTTP/1.1" 200 None
2026-03-29 12:08:13 [auto1.it] INFO: Scrape type for BA01278: 2
2026-03-29 12:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdb652e9-c41c-5be4-b3fb-00beff0f6480 with identifier: BA01278
2026-03-29 12:08:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdb652e9-c41c-5be4-b3fb-00beff0f6480 with scrape type 2
2026-03-29 12:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdb652e9-c41c-5be4-b3fb-00beff0f6480 with scrape type 2
2026-03-29 12:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bdb652e9-c41c-5be4-b3fb-00beff0f6480, identifier: BA01278
2026-03-29 12:08:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bdb652e9-c41c-5be4-b3fb-00beff0f6480 with identifier: BA01278
2026-03-29 12:08:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bdb652e9-c41c-5be4-b3fb-00beff0f6480 with identifier: BA01278
2026-03-29 12:08:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bdb652e9-c41c-5be4-b3fb-00beff0f6480 with identifier: BA01278 to the API
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:48:10Z',
'fuel_type': 'petrol',
'id': 'bdb652e9-c41c-5be4-b3fb-00beff0f6480',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BA01278',
'listing': 'auction',
'make': 'MINI',
'model': 'MINI',
'odometer': 46356,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-12-02',
'seller_name': None,
'title': 'MINI One',
'transmission': 'manual',
'trim': '',
'year': 2010}
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BA01278%27 HTTP/1.1" 200 None
2026-03-29 12:08:13 [auto1.it] INFO: Saving data for BA01278: {'auction_closing_time': 1774885690.0, 'created_time': 1774699568.83016, 'last_price_update_time': 1774786093.375861}
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BA01278') HTTP/1.1" 204 0
2026-03-29 12:08:13 [auto1.it] INFO: Found listing with ID: PW47751
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW47751%27 HTTP/1.1" 200 None
2026-03-29 12:08:13 [auto1.it] INFO: Scrape type for PW47751: 2
2026-03-29 12:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f74791e-15fd-549d-9408-0209871b4e0e with identifier: PW47751
2026-03-29 12:08:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f74791e-15fd-549d-9408-0209871b4e0e with scrape type 2
2026-03-29 12:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f74791e-15fd-549d-9408-0209871b4e0e with scrape type 2
2026-03-29 12:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3f74791e-15fd-549d-9408-0209871b4e0e, identifier: PW47751
2026-03-29 12:08:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3f74791e-15fd-549d-9408-0209871b4e0e with identifier: PW47751
2026-03-29 12:08:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3f74791e-15fd-549d-9408-0209871b4e0e with identifier: PW47751
2026-03-29 12:08:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3f74791e-15fd-549d-9408-0209871b4e0e with identifier: PW47751 to the API
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 'green',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:35:39Z',
'fuel_type': 'diesel',
'id': '3f74791e-15fd-549d-9408-0209871b4e0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PW47751',
'listing': 'auction',
'make': 'Fiat',
'model': '500L',
'odometer': 119201,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-28',
'seller_name': None,
'title': 'Fiat 500L 1.3 M-Jet City Cross',
'transmission': 'manual',
'trim': 'City Cross',
'year': 2019}
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PW47751%27 HTTP/1.1" 200 None
2026-03-29 12:08:13 [auto1.it] INFO: Saving data for PW47751: {'auction_closing_time': 1774884939.0, 'created_time': 1774699571.671068, 'last_price_update_time': 1774786093.747162}
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PW47751') HTTP/1.1" 204 0
2026-03-29 12:08:13 [auto1.it] INFO: Channel: 24h | Page: 57 | totalHits: 2514 | hits on page: 40
2026-03-29 12:08:13 [auto1.it] INFO: Found listing with ID: CU74500
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CU74500%27 HTTP/1.1" 200 None
2026-03-29 12:08:13 [auto1.it] INFO: Scrape type for CU74500: 2
2026-03-29 12:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a0321c5-b70b-55b1-9c1f-b0b3da6ead16 with identifier: CU74500
2026-03-29 12:08:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a0321c5-b70b-55b1-9c1f-b0b3da6ead16 with scrape type 2
2026-03-29 12:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a0321c5-b70b-55b1-9c1f-b0b3da6ead16 with scrape type 2
2026-03-29 12:08:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2a0321c5-b70b-55b1-9c1f-b0b3da6ead16, identifier: CU74500
2026-03-29 12:08:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2a0321c5-b70b-55b1-9c1f-b0b3da6ead16 with identifier: CU74500
2026-03-29 12:08:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2a0321c5-b70b-55b1-9c1f-b0b3da6ead16 with identifier: CU74500
2026-03-29 12:08:13 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2a0321c5-b70b-55b1-9c1f-b0b3da6ead16 with identifier: CU74500 to the API
2026-03-29 12:08:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 122,
'expiration_date': '2026-03-30T15:00:58Z',
'fuel_type': 'petrol',
'id': '2a0321c5-b70b-55b1-9c1f-b0b3da6ead16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CU74500',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VI',
'odometer': 89185,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-02-27',
'seller_name': None,
'title': 'Volkswagen Golf VI 1.4 TSI Comfortline',
'transmission': 'manual',
'trim': 'Comfortline',
'year': 2011}
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CU74500%27 HTTP/1.1" 200 None
2026-03-29 12:08:14 [auto1.it] INFO: Saving data for CU74500: {'auction_closing_time': 1774882858.0, 'created_time': 1774699536.732754, 'last_price_update_time': 1774786094.11153}
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CU74500') HTTP/1.1" 204 0
2026-03-29 12:08:14 [auto1.it] INFO: Found listing with ID: YP53845
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YP53845%27 HTTP/1.1" 200 None
2026-03-29 12:08:14 [auto1.it] INFO: Scrape type for YP53845: 2
2026-03-29 12:08:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e54f4eb-6a12-51c2-8bbe-e4a64bf35028 with identifier: YP53845
2026-03-29 12:08:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e54f4eb-6a12-51c2-8bbe-e4a64bf35028 with scrape type 2
2026-03-29 12:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e54f4eb-6a12-51c2-8bbe-e4a64bf35028 with scrape type 2
2026-03-29 12:08:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1e54f4eb-6a12-51c2-8bbe-e4a64bf35028, identifier: YP53845
2026-03-29 12:08:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:08:14 [auto1.it] INFO: Found listing with ID: SB06120
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SB06120%27 HTTP/1.1" 200 None
2026-03-29 12:08:14 [auto1.it] INFO: Scrape type for SB06120: 2
2026-03-29 12:08:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dcf2a9c-dbdc-5011-830a-9f40907f3173 with identifier: SB06120
2026-03-29 12:08:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dcf2a9c-dbdc-5011-830a-9f40907f3173 with scrape type 2
2026-03-29 12:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dcf2a9c-dbdc-5011-830a-9f40907f3173 with scrape type 2
2026-03-29 12:08:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5dcf2a9c-dbdc-5011-830a-9f40907f3173, identifier: SB06120
2026-03-29 12:08:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1e54f4eb-6a12-51c2-8bbe-e4a64bf35028 with identifier: YP53845
2026-03-29 12:08:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1e54f4eb-6a12-51c2-8bbe-e4a64bf35028 with identifier: YP53845
2026-03-29 12:08:14 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1e54f4eb-6a12-51c2-8bbe-e4a64bf35028 with identifier: YP53845 to the API
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 185,
'expiration_date': '2026-03-30T15:29:30Z',
'fuel_type': 'petrol',
'id': '1e54f4eb-6a12-51c2-8bbe-e4a64bf35028',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YP53845',
'listing': 'auction',
'make': 'MINI',
'model': 'Countryman',
'odometer': 108451,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-12-02',
'seller_name': None,
'title': 'MINI Countryman Cooper S ALL4',
'transmission': 'automatic',
'trim': 'ALL4',
'year': 2010}
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YP53845%27 HTTP/1.1" 200 None
2026-03-29 12:08:14 [auto1.it] INFO: Saving data for YP53845: {'auction_closing_time': 1774884570.0, 'created_time': 1774343240.609246, 'last_price_update_time': 1774786094.579413}
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YP53845') HTTP/1.1" 204 0
2026-03-29 12:08:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5dcf2a9c-dbdc-5011-830a-9f40907f3173 with identifier: SB06120
2026-03-29 12:08:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5dcf2a9c-dbdc-5011-830a-9f40907f3173 with identifier: SB06120
2026-03-29 12:08:14 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5dcf2a9c-dbdc-5011-830a-9f40907f3173 with identifier: SB06120 to the API
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:05:02Z',
'fuel_type': 'petrol',
'id': '5dcf2a9c-dbdc-5011-830a-9f40907f3173',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SB06120',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 65325,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-30',
'seller_name': None,
'title': 'Fiat Panda 0.9 Lounge',
'transmission': 'manual',
'trim': 'Lounge',
'year': 2013}
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SB06120%27 HTTP/1.1" 200 None
2026-03-29 12:08:14 [auto1.it] INFO: Saving data for SB06120: {'auction_closing_time': 1774883102.0, 'created_time': 1774699551.852851, 'last_price_update_time': 1774786094.855332}
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SB06120') HTTP/1.1" 204 0
2026-03-29 12:08:14 [auto1.it] INFO: Found listing with ID: MU44225
2026-03-29 12:08:14 [auto1.it] INFO: Found listing with ID: DV89996
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DV89996%27 HTTP/1.1" 200 None
2026-03-29 12:08:14 [auto1.it] INFO: Scrape type for DV89996: 2
2026-03-29 12:08:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a25493cd-b05c-5c17-bb7e-d0612eb87950 with identifier: DV89996
2026-03-29 12:08:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a25493cd-b05c-5c17-bb7e-d0612eb87950 with scrape type 2
2026-03-29 12:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a25493cd-b05c-5c17-bb7e-d0612eb87950 with scrape type 2
2026-03-29 12:08:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a25493cd-b05c-5c17-bb7e-d0612eb87950, identifier: DV89996
2026-03-29 12:08:14 [auto1.it] INFO: Found listing with ID: VC50043
2026-03-29 12:08:14 [auto1.it] INFO: Found listing with ID: ZK25339
2026-03-29 12:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZK25339%27 HTTP/1.1" 200 None
2026-03-29 12:08:15 [auto1.it] INFO: Scrape type for ZK25339: 2
2026-03-29 12:08:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19f93518-da89-5cb0-87ba-5969728c3566 with identifier: ZK25339
2026-03-29 12:08:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19f93518-da89-5cb0-87ba-5969728c3566 with scrape type 2
2026-03-29 12:08:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19f93518-da89-5cb0-87ba-5969728c3566 with scrape type 2
2026-03-29 12:08:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 19f93518-da89-5cb0-87ba-5969728c3566, identifier: ZK25339
2026-03-29 12:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a25493cd-b05c-5c17-bb7e-d0612eb87950 with identifier: DV89996
2026-03-29 12:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a25493cd-b05c-5c17-bb7e-d0612eb87950 with identifier: DV89996
2026-03-29 12:08:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a25493cd-b05c-5c17-bb7e-d0612eb87950 with identifier: DV89996 to the API
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'beige',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:55:31Z',
'fuel_type': 'petrol',
'id': 'a25493cd-b05c-5c17-bb7e-d0612eb87950',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DV89996',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 74129,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-09-27',
'seller_name': None,
'title': 'Fiat Panda 1.2 Easy',
'transmission': 'manual',
'trim': 'Easy',
'year': 2015}
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DV89996%27 HTTP/1.1" 200 None
2026-03-29 12:08:15 [auto1.it] INFO: Saving data for DV89996: {'auction_closing_time': 1774886131.0, 'created_time': 1774699539.911877, 'last_price_update_time': 1774786095.341092}
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DV89996') HTTP/1.1" 204 0
2026-03-29 12:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 19f93518-da89-5cb0-87ba-5969728c3566 with identifier: ZK25339
2026-03-29 12:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 19f93518-da89-5cb0-87ba-5969728c3566 with identifier: ZK25339
2026-03-29 12:08:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 19f93518-da89-5cb0-87ba-5969728c3566 with identifier: ZK25339 to the API
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 122,
'expiration_date': '2026-03-30T15:38:36Z',
'fuel_type': 'petrol',
'id': '19f93518-da89-5cb0-87ba-5969728c3566',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZK25339',
'listing': 'auction',
'make': 'Audi',
'model': 'A3 Sportback',
'odometer': 220508,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-01-21',
'seller_name': None,
'title': 'Audi A3 Sportback 1.4 TFSI Ambiente',
'transmission': 'manual',
'trim': 'Ambiente',
'year': 2014}
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZK25339%27 HTTP/1.1" 200 None
2026-03-29 12:08:15 [auto1.it] INFO: Saving data for ZK25339: {'auction_closing_time': 1774885116.0, 'created_time': 1774699562.117025, 'last_price_update_time': 1774786095.616986}
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZK25339') HTTP/1.1" 204 0
2026-03-29 12:08:15 [auto1.it] INFO: Found listing with ID: GC21308
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GC21308%27 HTTP/1.1" 200 None
2026-03-29 12:08:15 [auto1.it] INFO: Scrape type for GC21308: 2
2026-03-29 12:08:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97978bda-0d93-5484-92c8-f1ce53e9d5c2 with identifier: GC21308
2026-03-29 12:08:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97978bda-0d93-5484-92c8-f1ce53e9d5c2 with scrape type 2
2026-03-29 12:08:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97978bda-0d93-5484-92c8-f1ce53e9d5c2 with scrape type 2
2026-03-29 12:08:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 97978bda-0d93-5484-92c8-f1ce53e9d5c2, identifier: GC21308
2026-03-29 12:08:15 [auto1.it] INFO: Found listing with ID: ZX07478
2026-03-29 12:08:15 [auto1.it] INFO: Found listing with ID: VY27693
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY27693%27 HTTP/1.1" 200 None
2026-03-29 12:08:15 [auto1.it] INFO: Scrape type for VY27693: 2
2026-03-29 12:08:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e101787d-807d-5642-b1ac-827c628c6848 with identifier: VY27693
2026-03-29 12:08:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e101787d-807d-5642-b1ac-827c628c6848 with scrape type 2
2026-03-29 12:08:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e101787d-807d-5642-b1ac-827c628c6848 with scrape type 2
2026-03-29 12:08:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e101787d-807d-5642-b1ac-827c628c6848, identifier: VY27693
2026-03-29 12:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 97978bda-0d93-5484-92c8-f1ce53e9d5c2 with identifier: GC21308
2026-03-29 12:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 97978bda-0d93-5484-92c8-f1ce53e9d5c2 with identifier: GC21308
2026-03-29 12:08:15 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 97978bda-0d93-5484-92c8-f1ce53e9d5c2 with identifier: GC21308 to the API
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08: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': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 111,
'expiration_date': '2026-03-30T15:55:51Z',
'fuel_type': 'petrol',
'id': '97978bda-0d93-5484-92c8-f1ce53e9d5c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GC21308',
'listing': 'auction',
'make': 'Suzuki',
'model': 'Vitara',
'odometer': 173534,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-14',
'seller_name': None,
'title': 'Suzuki Vitara 1.0 BoosterJet Star View 4x2',
'transmission': 'manual',
'trim': 'Star View 4x2',
'year': 2019}
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GC21308%27 HTTP/1.1" 200 None
2026-03-29 12:08:16 [auto1.it] INFO: Saving data for GC21308: {'auction_closing_time': 1774886151.0, 'created_time': 1774699552.240307, 'last_price_update_time': 1774786096.093765}
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GC21308') HTTP/1.1" 204 0
2026-03-29 12:08:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e101787d-807d-5642-b1ac-827c628c6848 with identifier: VY27693
2026-03-29 12:08:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e101787d-807d-5642-b1ac-827c628c6848 with identifier: VY27693
2026-03-29 12:08:16 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e101787d-807d-5642-b1ac-827c628c6848 with identifier: VY27693 to the API
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 'gray',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 185,
'expiration_date': '2026-03-30T15:37:17Z',
'fuel_type': 'petrol',
'id': 'e101787d-807d-5642-b1ac-827c628c6848',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VY27693',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'C-Klasse',
'odometer': 81336,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-02-20',
'seller_name': None,
'title': 'Mercedes-Benz C-Klasse C 200 Kompressor Avantgarde',
'transmission': 'manual',
'trim': 'Avantgarde',
'year': 2008}
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VY27693%27 HTTP/1.1" 200 None
2026-03-29 12:08:16 [auto1.it] INFO: Saving data for VY27693: {'auction_closing_time': 1774885037.0, 'created_time': 1774699552.589725, 'last_price_update_time': 1774786096.439402}
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VY27693') HTTP/1.1" 204 0
2026-03-29 12:08:16 [auto1.it] INFO: Found listing with ID: WN69179
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WN69179%27 HTTP/1.1" 200 None
2026-03-29 12:08:16 [auto1.it] INFO: Scrape type for WN69179: 2
2026-03-29 12:08:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4fa818f-fb69-545b-978b-23bcaecd0161 with identifier: WN69179
2026-03-29 12:08:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4fa818f-fb69-545b-978b-23bcaecd0161 with scrape type 2
2026-03-29 12:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4fa818f-fb69-545b-978b-23bcaecd0161 with scrape type 2
2026-03-29 12:08:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a4fa818f-fb69-545b-978b-23bcaecd0161, identifier: WN69179
2026-03-29 12:08:16 [auto1.it] INFO: Found listing with ID: JZ77925
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JZ77925%27 HTTP/1.1" 200 None
2026-03-29 12:08:16 [auto1.it] INFO: Scrape type for JZ77925: 2
2026-03-29 12:08:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 859efc99-201c-5de7-8656-ad1f0f754ed1 with identifier: JZ77925
2026-03-29 12:08:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 859efc99-201c-5de7-8656-ad1f0f754ed1 with scrape type 2
2026-03-29 12:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 859efc99-201c-5de7-8656-ad1f0f754ed1 with scrape type 2
2026-03-29 12:08:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 859efc99-201c-5de7-8656-ad1f0f754ed1, identifier: JZ77925
2026-03-29 12:08:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a4fa818f-fb69-545b-978b-23bcaecd0161 with identifier: WN69179
2026-03-29 12:08:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a4fa818f-fb69-545b-978b-23bcaecd0161 with identifier: WN69179
2026-03-29 12:08:16 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a4fa818f-fb69-545b-978b-23bcaecd0161 with identifier: WN69179 to the API
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:07:50Z',
'fuel_type': 'petrol',
'id': 'a4fa818f-fb69-545b-978b-23bcaecd0161',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WN69179',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 162853,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-06-15',
'seller_name': None,
'title': 'Fiat 500 1.2 Lounge',
'transmission': 'manual',
'trim': 'Lounge',
'year': 2009}
2026-03-29 12:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WN69179%27 HTTP/1.1" 200 None
2026-03-29 12:08:17 [auto1.it] INFO: Saving data for WN69179: {'auction_closing_time': 1774883270.0, 'created_time': 1774699548.800788, 'last_price_update_time': 1774786097.003685}
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WN69179') HTTP/1.1" 204 0
2026-03-29 12:08:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 859efc99-201c-5de7-8656-ad1f0f754ed1 with identifier: JZ77925
2026-03-29 12:08:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 859efc99-201c-5de7-8656-ad1f0f754ed1 with identifier: JZ77925
2026-03-29 12:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 859efc99-201c-5de7-8656-ad1f0f754ed1 with identifier: JZ77925 to the API
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:39:04Z',
'fuel_type': 'petrol',
'id': '859efc99-201c-5de7-8656-ad1f0f754ed1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/JZ77925',
'listing': 'auction',
'make': 'Opel',
'model': 'Zafira Tourer',
'odometer': 212530,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-02-02',
'seller_name': None,
'title': 'Opel Zafira Tourer 1.6 Turbo Cosmo',
'transmission': 'manual',
'trim': 'Cosmo',
'year': 2015}
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JZ77925%27 HTTP/1.1" 200 None
2026-03-29 12:08:17 [auto1.it] INFO: Saving data for JZ77925: {'auction_closing_time': 1774885144.0, 'created_time': 1774699569.238944, 'last_price_update_time': 1774786097.348118}
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='JZ77925') HTTP/1.1" 204 0
2026-03-29 12:08:17 [auto1.it] INFO: Found listing with ID: RT68139
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RT68139%27 HTTP/1.1" 200 None
2026-03-29 12:08:17 [auto1.it] INFO: Scrape type for RT68139: 2
2026-03-29 12:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65a693bf-72bf-5af1-a1fb-b42d3cd6c6dd with identifier: RT68139
2026-03-29 12:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65a693bf-72bf-5af1-a1fb-b42d3cd6c6dd with scrape type 2
2026-03-29 12:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65a693bf-72bf-5af1-a1fb-b42d3cd6c6dd with scrape type 2
2026-03-29 12:08:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 65a693bf-72bf-5af1-a1fb-b42d3cd6c6dd, identifier: RT68139
2026-03-29 12:08:17 [auto1.it] INFO: Found listing with ID: YY84618
2026-03-29 12:08:17 [auto1.it] INFO: Found listing with ID: LN66513
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LN66513%27 HTTP/1.1" 200 None
2026-03-29 12:08:17 [auto1.it] INFO: Scrape type for LN66513: 2
2026-03-29 12:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b157ce1c-c9d1-555e-9b81-8a5e18c654e9 with identifier: LN66513
2026-03-29 12:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b157ce1c-c9d1-555e-9b81-8a5e18c654e9 with scrape type 2
2026-03-29 12:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b157ce1c-c9d1-555e-9b81-8a5e18c654e9 with scrape type 2
2026-03-29 12:08:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b157ce1c-c9d1-555e-9b81-8a5e18c654e9, identifier: LN66513
2026-03-29 12:08:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 65a693bf-72bf-5af1-a1fb-b42d3cd6c6dd with identifier: RT68139
2026-03-29 12:08:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 65a693bf-72bf-5af1-a1fb-b42d3cd6c6dd with identifier: RT68139
2026-03-29 12:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 65a693bf-72bf-5af1-a1fb-b42d3cd6c6dd with identifier: RT68139 to the API
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 150,
'expiration_date': '2026-03-30T15:08:51Z',
'fuel_type': 'diesel',
'id': '65a693bf-72bf-5af1-a1fb-b42d3cd6c6dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RT68139',
'listing': 'auction',
'make': 'Audi',
'model': 'Q3',
'odometer': 178298,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-28',
'seller_name': None,
'title': 'Audi Q3 2.0 TDI Sport',
'transmission': 'manual',
'trim': 'Sport',
'year': 2017}
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RT68139%27 HTTP/1.1" 200 None
2026-03-29 12:08:17 [auto1.it] INFO: Saving data for RT68139: {'auction_closing_time': 1774883331.0, 'created_time': 1774699550.126643, 'last_price_update_time': 1774786097.839268}
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RT68139') HTTP/1.1" 204 0
2026-03-29 12:08:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b157ce1c-c9d1-555e-9b81-8a5e18c654e9 with identifier: LN66513
2026-03-29 12:08:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b157ce1c-c9d1-555e-9b81-8a5e18c654e9 with identifier: LN66513
2026-03-29 12:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b157ce1c-c9d1-555e-9b81-8a5e18c654e9 with identifier: LN66513 to the API
2026-03-29 12:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:04:46Z',
'fuel_type': 'petrol',
'id': 'b157ce1c-c9d1-555e-9b81-8a5e18c654e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LN66513',
'listing': 'auction',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 45752,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-02-02',
'seller_name': None,
'title': 'Skoda Fabia 1.2 Classic',
'transmission': 'manual',
'trim': 'Classic',
'year': 2011}
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LN66513%27 HTTP/1.1" 200 None
2026-03-29 12:08:18 [auto1.it] INFO: Saving data for LN66513: {'auction_closing_time': 1774883086.0, 'created_time': 1774699565.508473, 'last_price_update_time': 1774786098.096608}
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LN66513') HTTP/1.1" 204 0
2026-03-29 12:08:18 [auto1.it] INFO: Found listing with ID: GU07540
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GU07540%27 HTTP/1.1" 200 None
2026-03-29 12:08:18 [auto1.it] INFO: Scrape type for GU07540: 2
2026-03-29 12:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 088d57a3-5af2-5c36-a990-35ce8808940e with identifier: GU07540
2026-03-29 12:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 088d57a3-5af2-5c36-a990-35ce8808940e with scrape type 2
2026-03-29 12:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 088d57a3-5af2-5c36-a990-35ce8808940e with scrape type 2
2026-03-29 12:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 088d57a3-5af2-5c36-a990-35ce8808940e, identifier: GU07540
2026-03-29 12:08:18 [auto1.it] INFO: Found listing with ID: CE47539
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CE47539%27 HTTP/1.1" 200 None
2026-03-29 12:08:18 [auto1.it] INFO: Scrape type for CE47539: 2
2026-03-29 12:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6997b28-256f-5be2-8aee-fa9e98aee5d0 with identifier: CE47539
2026-03-29 12:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6997b28-256f-5be2-8aee-fa9e98aee5d0 with scrape type 2
2026-03-29 12:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6997b28-256f-5be2-8aee-fa9e98aee5d0 with scrape type 2
2026-03-29 12:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a6997b28-256f-5be2-8aee-fa9e98aee5d0, identifier: CE47539
2026-03-29 12:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 088d57a3-5af2-5c36-a990-35ce8808940e with identifier: GU07540
2026-03-29 12:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 088d57a3-5af2-5c36-a990-35ce8808940e with identifier: GU07540
2026-03-29 12:08:18 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 088d57a3-5af2-5c36-a990-35ce8808940e with identifier: GU07540 to the API
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 68,
'expiration_date': '2026-03-30T15:59:29Z',
'fuel_type': 'petrol',
'id': '088d57a3-5af2-5c36-a990-35ce8808940e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GU07540',
'listing': 'auction',
'make': 'Citroen',
'model': 'C1',
'odometer': 122878,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-23',
'seller_name': None,
'title': 'Citroen C1 1.0 Seduction',
'transmission': 'manual',
'trim': 'Seduction',
'year': 2012}
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GU07540%27 HTTP/1.1" 200 None
2026-03-29 12:08:18 [auto1.it] INFO: Saving data for GU07540: {'auction_closing_time': 1774886369.0, 'created_time': 1774699546.282674, 'last_price_update_time': 1774786098.569344}
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GU07540') HTTP/1.1" 204 0
2026-03-29 12:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a6997b28-256f-5be2-8aee-fa9e98aee5d0 with identifier: CE47539
2026-03-29 12:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a6997b28-256f-5be2-8aee-fa9e98aee5d0 with identifier: CE47539
2026-03-29 12:08:18 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a6997b28-256f-5be2-8aee-fa9e98aee5d0 with identifier: CE47539 to the API
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 73,
'expiration_date': '2026-03-30T15:50:34Z',
'fuel_type': 'petrol',
'id': 'a6997b28-256f-5be2-8aee-fa9e98aee5d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CE47539',
'listing': 'auction',
'make': 'Renault',
'model': 'Clio',
'odometer': 150658,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-16',
'seller_name': None,
'title': 'Renault Clio 1.2 Life',
'transmission': 'manual',
'trim': 'Life',
'year': 2014}
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CE47539%27 HTTP/1.1" 200 None
2026-03-29 12:08:18 [auto1.it] INFO: Saving data for CE47539: {'auction_closing_time': 1774885834.0, 'created_time': 1774699572.841006, 'last_price_update_time': 1774786098.835346}
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CE47539') HTTP/1.1" 204 0
2026-03-29 12:08:18 [auto1.it] INFO: Found listing with ID: BW81707
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BW81707%27 HTTP/1.1" 200 None
2026-03-29 12:08:18 [auto1.it] INFO: Scrape type for BW81707: 2
2026-03-29 12:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32a05e00-557e-56be-9199-01c5577554c4 with identifier: BW81707
2026-03-29 12:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32a05e00-557e-56be-9199-01c5577554c4 with scrape type 2
2026-03-29 12:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32a05e00-557e-56be-9199-01c5577554c4 with scrape type 2
2026-03-29 12:08:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 32a05e00-557e-56be-9199-01c5577554c4, identifier: BW81707
2026-03-29 12:08:18 [auto1.it] INFO: Found listing with ID: ET05908
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ET05908%27 HTTP/1.1" 200 None
2026-03-29 12:08:18 [auto1.it] INFO: Scrape type for ET05908: 2
2026-03-29 12:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0941f7ce-8192-5540-beaf-6361d966fc21 with identifier: ET05908
2026-03-29 12:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0941f7ce-8192-5540-beaf-6361d966fc21 with scrape type 2
2026-03-29 12:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0941f7ce-8192-5540-beaf-6361d966fc21 with scrape type 2
2026-03-29 12:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0941f7ce-8192-5540-beaf-6361d966fc21, identifier: ET05908
2026-03-29 12:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 32a05e00-557e-56be-9199-01c5577554c4 with identifier: BW81707
2026-03-29 12:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 32a05e00-557e-56be-9199-01c5577554c4 with identifier: BW81707
2026-03-29 12:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 32a05e00-557e-56be-9199-01c5577554c4 with identifier: BW81707 to the API
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08: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': 'silver',
'currency': 'EUR',
'doors_number': 2,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:32:06Z',
'fuel_type': 'petrol',
'id': '32a05e00-557e-56be-9199-01c5577554c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BW81707',
'listing': 'auction',
'make': 'Alfa Romeo',
'model': 'Alfa GT',
'odometer': 62236,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-01-23',
'seller_name': None,
'title': 'Alfa Romeo Alfa GT 1.8 TS Progression',
'transmission': 'manual',
'trim': 'TS Progression',
'year': 2007}
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BW81707%27 HTTP/1.1" 200 None
2026-03-29 12:08:19 [auto1.it] INFO: Saving data for BW81707: {'auction_closing_time': 1774884726.0, 'created_time': 1774699561.035194, 'last_price_update_time': 1774786099.305806}
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BW81707') HTTP/1.1" 204 0
2026-03-29 12:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0941f7ce-8192-5540-beaf-6361d966fc21 with identifier: ET05908
2026-03-29 12:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0941f7ce-8192-5540-beaf-6361d966fc21 with identifier: ET05908
2026-03-29 12:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0941f7ce-8192-5540-beaf-6361d966fc21 with identifier: ET05908 to the API
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08: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': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:03:57Z',
'fuel_type': 'diesel',
'id': '0941f7ce-8192-5540-beaf-6361d966fc21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ET05908',
'listing': 'auction',
'make': 'Chevrolet',
'model': 'Captiva',
'odometer': 106468,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-12-11',
'seller_name': None,
'title': 'Chevrolet Captiva 2.0 Diesel D LT 4WD',
'transmission': 'automatic',
'trim': 'D LT 4WD',
'year': 2008}
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ET05908%27 HTTP/1.1" 200 None
2026-03-29 12:08:19 [auto1.it] INFO: Saving data for ET05908: {'auction_closing_time': 1774883037.0, 'created_time': 1774699553.271026, 'last_price_update_time': 1774786099.584621}
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ET05908') HTTP/1.1" 204 0
2026-03-29 12:08:19 [auto1.it] INFO: Found listing with ID: MJ56294
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MJ56294%27 HTTP/1.1" 200 None
2026-03-29 12:08:19 [auto1.it] INFO: Scrape type for MJ56294: 2
2026-03-29 12:08:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8ac6608-4456-5c52-9330-2be57d5ec0ad with identifier: MJ56294
2026-03-29 12:08:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8ac6608-4456-5c52-9330-2be57d5ec0ad with scrape type 2
2026-03-29 12:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8ac6608-4456-5c52-9330-2be57d5ec0ad with scrape type 2
2026-03-29 12:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d8ac6608-4456-5c52-9330-2be57d5ec0ad, identifier: MJ56294
2026-03-29 12:08:19 [auto1.it] INFO: Found listing with ID: YH77376
2026-03-29 12:08:19 [auto1.it] INFO: Found listing with ID: YF75384
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YF75384%27 HTTP/1.1" 200 None
2026-03-29 12:08:19 [auto1.it] INFO: Scrape type for YF75384: 2
2026-03-29 12:08:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a01347a-afaf-5d36-9027-acdc73c66feb with identifier: YF75384
2026-03-29 12:08:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a01347a-afaf-5d36-9027-acdc73c66feb with scrape type 2
2026-03-29 12:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a01347a-afaf-5d36-9027-acdc73c66feb with scrape type 2
2026-03-29 12:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 7a01347a-afaf-5d36-9027-acdc73c66feb, identifier: YF75384
2026-03-29 12:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d8ac6608-4456-5c52-9330-2be57d5ec0ad with identifier: MJ56294
2026-03-29 12:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d8ac6608-4456-5c52-9330-2be57d5ec0ad with identifier: MJ56294
2026-03-29 12:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d8ac6608-4456-5c52-9330-2be57d5ec0ad with identifier: MJ56294 to the API
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:20:13Z',
'fuel_type': 'petrol',
'id': 'd8ac6608-4456-5c52-9330-2be57d5ec0ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MJ56294',
'listing': 'auction',
'make': 'Honda',
'model': 'CR-V',
'odometer': 123392,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-06-11',
'seller_name': None,
'title': 'Honda CR-V 2.0 VTEC Elegance',
'transmission': 'manual',
'trim': 'Elegance',
'year': 2008}
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MJ56294%27 HTTP/1.1" 200 None
2026-03-29 12:08:20 [auto1.it] INFO: Saving data for MJ56294: {'auction_closing_time': 1774884013.0, 'created_time': 1774699555.574814, 'last_price_update_time': 1774786100.072158}
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MJ56294') HTTP/1.1" 204 0
2026-03-29 12:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 7a01347a-afaf-5d36-9027-acdc73c66feb with identifier: YF75384
2026-03-29 12:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 7a01347a-afaf-5d36-9027-acdc73c66feb with identifier: YF75384
2026-03-29 12:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 7a01347a-afaf-5d36-9027-acdc73c66feb with identifier: YF75384 to the API
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:28:14Z',
'fuel_type': 'diesel',
'id': '7a01347a-afaf-5d36-9027-acdc73c66feb',
'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/YF75384',
'listing': 'auction',
'make': 'BMW',
'model': 'X3',
'odometer': 195074,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-27',
'seller_name': None,
'title': 'BMW X3 xDrive 20d Mild-Hybrid xLine',
'transmission': 'automatic',
'trim': 'xLine',
'year': 2020}
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YF75384%27 HTTP/1.1" 200 None
2026-03-29 12:08:20 [auto1.it] INFO: Saving data for YF75384: {'auction_closing_time': 1774884494.0, 'created_time': 1773868360.122214, 'last_price_update_time': 1774786100.433312}
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YF75384') HTTP/1.1" 204 0
2026-03-29 12:08:20 [auto1.it] INFO: Found listing with ID: ND60676
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ND60676%27 HTTP/1.1" 200 None
2026-03-29 12:08:20 [auto1.it] INFO: Scrape type for ND60676: 2
2026-03-29 12:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5aaec82-c481-5495-bb93-b26eee04f68f with identifier: ND60676
2026-03-29 12:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5aaec82-c481-5495-bb93-b26eee04f68f with scrape type 2
2026-03-29 12:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5aaec82-c481-5495-bb93-b26eee04f68f with scrape type 2
2026-03-29 12:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: e5aaec82-c481-5495-bb93-b26eee04f68f, identifier: ND60676
2026-03-29 12:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: e5aaec82-c481-5495-bb93-b26eee04f68f with identifier: ND60676
2026-03-29 12:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: e5aaec82-c481-5495-bb93-b26eee04f68f with identifier: ND60676
2026-03-29 12:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: e5aaec82-c481-5495-bb93-b26eee04f68f with identifier: ND60676 to the API
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:45:03Z',
'fuel_type': 'petrol',
'id': 'e5aaec82-c481-5495-bb93-b26eee04f68f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ND60676',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 117430,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-07-28',
'seller_name': None,
'title': 'Fiat 500 1.2 Lounge',
'transmission': 'manual',
'trim': 'Lounge',
'year': 2013}
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ND60676%27 HTTP/1.1" 200 None
2026-03-29 12:08:20 [auto1.it] INFO: Saving data for ND60676: {'auction_closing_time': 1774885503.0, 'created_time': 1774699547.777703, 'last_price_update_time': 1774786100.794801}
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ND60676') HTTP/1.1" 204 0
2026-03-29 12:08:20 [auto1.it] INFO: Channel: 24h | Page: 58 | totalHits: 2514 | hits on page: 40
2026-03-29 12:08:20 [auto1.it] INFO: Found listing with ID: RD34551
2026-03-29 12:08:20 [auto1.it] INFO: Found listing with ID: MX89615
2026-03-29 12:08:20 [auto1.it] INFO: Found listing with ID: DC79577
2026-03-29 12:08:20 [auto1.it] INFO: Found listing with ID: DP83591
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DP83591%27 HTTP/1.1" 200 None
2026-03-29 12:08:20 [auto1.it] INFO: Scrape type for DP83591: 2
2026-03-29 12:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aac817f7-1eea-52ef-b4b4-fbc55a13ff13 with identifier: DP83591
2026-03-29 12:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aac817f7-1eea-52ef-b4b4-fbc55a13ff13 with scrape type 2
2026-03-29 12:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aac817f7-1eea-52ef-b4b4-fbc55a13ff13 with scrape type 2
2026-03-29 12:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: aac817f7-1eea-52ef-b4b4-fbc55a13ff13, identifier: DP83591
2026-03-29 12:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: aac817f7-1eea-52ef-b4b4-fbc55a13ff13 with identifier: DP83591
2026-03-29 12:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: aac817f7-1eea-52ef-b4b4-fbc55a13ff13 with identifier: DP83591
2026-03-29 12:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: aac817f7-1eea-52ef-b4b4-fbc55a13ff13 with identifier: DP83591 to the API
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 163,
'expiration_date': '2026-03-30T15:46:56Z',
'fuel_type': 'diesel',
'id': 'aac817f7-1eea-52ef-b4b4-fbc55a13ff13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DP83591',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Evoque',
'odometer': 67502,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-04',
'seller_name': None,
'title': 'Land Rover Evoque D165 Mild-Hybrid S',
'transmission': 'automatic',
'trim': 'S',
'year': 2021}
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DP83591%27 HTTP/1.1" 200 None
2026-03-29 12:08:21 [auto1.it] INFO: Saving data for DP83591: {'auction_closing_time': 1774885616.0, 'created_time': 1774699558.963987, 'last_price_update_time': 1774786101.18257}
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DP83591') HTTP/1.1" 204 0
2026-03-29 12:08:21 [auto1.it] INFO: Found listing with ID: LC50167
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LC50167%27 HTTP/1.1" 200 None
2026-03-29 12:08:21 [auto1.it] INFO: Scrape type for LC50167: 2
2026-03-29 12:08:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99331b19-07da-57c2-8f19-2bf79e0ae01c with identifier: LC50167
2026-03-29 12:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99331b19-07da-57c2-8f19-2bf79e0ae01c with scrape type 2
2026-03-29 12:08:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99331b19-07da-57c2-8f19-2bf79e0ae01c with scrape type 2
2026-03-29 12:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 99331b19-07da-57c2-8f19-2bf79e0ae01c, identifier: LC50167
2026-03-29 12:08:21 [auto1.it] INFO: Found listing with ID: FJ19911
2026-03-29 12:08:21 [auto1.it] INFO: Found listing with ID: DF10030
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DF10030%27 HTTP/1.1" 200 None
2026-03-29 12:08:21 [auto1.it] INFO: Scrape type for DF10030: 2
2026-03-29 12:08:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f3c9d7a-9924-5552-9d4f-def1cec9be0a with identifier: DF10030
2026-03-29 12:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f3c9d7a-9924-5552-9d4f-def1cec9be0a with scrape type 2
2026-03-29 12:08:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f3c9d7a-9924-5552-9d4f-def1cec9be0a with scrape type 2
2026-03-29 12:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2f3c9d7a-9924-5552-9d4f-def1cec9be0a, identifier: DF10030
2026-03-29 12:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 99331b19-07da-57c2-8f19-2bf79e0ae01c with identifier: LC50167
2026-03-29 12:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 99331b19-07da-57c2-8f19-2bf79e0ae01c with identifier: LC50167
2026-03-29 12:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 99331b19-07da-57c2-8f19-2bf79e0ae01c with identifier: LC50167 to the API
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:56:42Z',
'fuel_type': 'diesel',
'id': '99331b19-07da-57c2-8f19-2bf79e0ae01c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LC50167',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VI',
'odometer': 173084,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-10',
'seller_name': None,
'title': 'Volkswagen Golf VI 1.6 TDI Highline',
'transmission': 'automatic',
'trim': 'Highline',
'year': 2010}
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LC50167%27 HTTP/1.1" 200 None
2026-03-29 12:08:21 [auto1.it] INFO: Saving data for LC50167: {'auction_closing_time': 1774886202.0, 'created_time': 1774699597.73112, 'last_price_update_time': 1774786101.636716}
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LC50167') HTTP/1.1" 204 0
2026-03-29 12:08:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2f3c9d7a-9924-5552-9d4f-def1cec9be0a with identifier: DF10030
2026-03-29 12:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2f3c9d7a-9924-5552-9d4f-def1cec9be0a with identifier: DF10030
2026-03-29 12:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2f3c9d7a-9924-5552-9d4f-def1cec9be0a with identifier: DF10030 to the API
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 255,
'expiration_date': '2026-03-30T15:16:41Z',
'fuel_type': 'diesel',
'id': '2f3c9d7a-9924-5552-9d4f-def1cec9be0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DF10030',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Range Rover Sport',
'odometer': 110898,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-23',
'seller_name': None,
'title': 'Land Rover Range Rover Sport 3.0 TD V6 SDV6 HSE',
'transmission': 'automatic',
'trim': 'SDV6 HSE',
'year': 2013}
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DF10030%27 HTTP/1.1" 200 None
2026-03-29 12:08:21 [auto1.it] INFO: Saving data for DF10030: {'auction_closing_time': 1774883801.0, 'created_time': 1774699547.352542, 'last_price_update_time': 1774786101.893547}
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DF10030') HTTP/1.1" 204 0
2026-03-29 12:08:21 [auto1.it] INFO: Found listing with ID: RB44165
2026-03-29 12:08:21 [auto1.it] INFO: Found listing with ID: KG10642
2026-03-29 12:08:21 [auto1.it] INFO: Found listing with ID: VU78996
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VU78996%27 HTTP/1.1" 200 None
2026-03-29 12:08:21 [auto1.it] INFO: Scrape type for VU78996: 2
2026-03-29 12:08:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fd24d2e-c7a4-5e24-94aa-abb81314b2a2 with identifier: VU78996
2026-03-29 12:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fd24d2e-c7a4-5e24-94aa-abb81314b2a2 with scrape type 2
2026-03-29 12:08:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fd24d2e-c7a4-5e24-94aa-abb81314b2a2 with scrape type 2
2026-03-29 12:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 7fd24d2e-c7a4-5e24-94aa-abb81314b2a2, identifier: VU78996
2026-03-29 12:08:22 [auto1.it] INFO: Found listing with ID: RF53888
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF53888%27 HTTP/1.1" 200 None
2026-03-29 12:08:22 [auto1.it] INFO: Scrape type for RF53888: 2
2026-03-29 12:08:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 989429ba-1d83-53df-8b9b-db9e62477ae6 with identifier: RF53888
2026-03-29 12:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 989429ba-1d83-53df-8b9b-db9e62477ae6 with scrape type 2
2026-03-29 12:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 989429ba-1d83-53df-8b9b-db9e62477ae6 with scrape type 2
2026-03-29 12:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 989429ba-1d83-53df-8b9b-db9e62477ae6, identifier: RF53888
2026-03-29 12:08:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 7fd24d2e-c7a4-5e24-94aa-abb81314b2a2 with identifier: VU78996
2026-03-29 12:08:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 7fd24d2e-c7a4-5e24-94aa-abb81314b2a2 with identifier: VU78996
2026-03-29 12:08:22 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 7fd24d2e-c7a4-5e24-94aa-abb81314b2a2 with identifier: VU78996 to the API
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:30:25Z',
'fuel_type': 'diesel',
'id': '7fd24d2e-c7a4-5e24-94aa-abb81314b2a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VU78996',
'listing': 'auction',
'make': 'Ford',
'model': 'C-Max',
'odometer': 87626,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-02-27',
'seller_name': None,
'title': 'Ford C-Max 1.6 TDCi Titanium',
'transmission': 'manual',
'trim': 'Titanium',
'year': 2014}
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VU78996%27 HTTP/1.1" 200 None
2026-03-29 12:08:22 [auto1.it] INFO: Saving data for VU78996: {'auction_closing_time': 1774884625.0, 'created_time': 1774699638.645932, 'last_price_update_time': 1774786102.3768}
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VU78996') HTTP/1.1" 204 0
2026-03-29 12:08:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 989429ba-1d83-53df-8b9b-db9e62477ae6 with identifier: RF53888
2026-03-29 12:08:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 989429ba-1d83-53df-8b9b-db9e62477ae6 with identifier: RF53888
2026-03-29 12:08:22 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 989429ba-1d83-53df-8b9b-db9e62477ae6 with identifier: RF53888 to the API
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:38:23Z',
'fuel_type': 'diesel',
'id': '989429ba-1d83-53df-8b9b-db9e62477ae6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RF53888',
'listing': 'auction',
'make': 'BMW',
'model': '5er',
'odometer': 211346,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-11',
'seller_name': None,
'title': 'BMW 5er 520d M Sport',
'transmission': 'automatic',
'trim': 'M Sport',
'year': 2019}
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RF53888%27 HTTP/1.1" 200 None
2026-03-29 12:08:22 [auto1.it] INFO: Saving data for RF53888: {'auction_closing_time': 1774885103.0, 'created_time': 1774343258.340001, 'last_price_update_time': 1774786102.736515}
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RF53888') HTTP/1.1" 204 0
2026-03-29 12:08:22 [auto1.it] INFO: Found listing with ID: JC58161
2026-03-29 12:08:22 [auto1.it] INFO: Found listing with ID: NB09244
2026-03-29 12:08:22 [auto1.it] INFO: Found listing with ID: CG41342
2026-03-29 12:08:22 [auto1.it] INFO: Found listing with ID: XC50936
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XC50936%27 HTTP/1.1" 200 None
2026-03-29 12:08:22 [auto1.it] INFO: Scrape type for XC50936: 2
2026-03-29 12:08:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5514494a-dc0b-5478-91e5-55e8c15cd12d with identifier: XC50936
2026-03-29 12:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5514494a-dc0b-5478-91e5-55e8c15cd12d with scrape type 2
2026-03-29 12:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5514494a-dc0b-5478-91e5-55e8c15cd12d with scrape type 2
2026-03-29 12:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5514494a-dc0b-5478-91e5-55e8c15cd12d, identifier: XC50936
2026-03-29 12:08:22 [auto1.it] INFO: Found listing with ID: XC35499
2026-03-29 12:08:22 [auto1.it] INFO: Found listing with ID: KW13943
2026-03-29 12:08:22 [auto1.it] INFO: Found listing with ID: CK02940
2026-03-29 12:08:22 [auto1.it] INFO: Found listing with ID: NW63690
2026-03-29 12:08:22 [auto1.it] INFO: Found listing with ID: CR10860
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CR10860%27 HTTP/1.1" 200 None
2026-03-29 12:08:22 [auto1.it] INFO: Scrape type for CR10860: 2
2026-03-29 12:08:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1d80ad1-d0bf-5629-997a-5c09972d5593 with identifier: CR10860
2026-03-29 12:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1d80ad1-d0bf-5629-997a-5c09972d5593 with scrape type 2
2026-03-29 12:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1d80ad1-d0bf-5629-997a-5c09972d5593 with scrape type 2
2026-03-29 12:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a1d80ad1-d0bf-5629-997a-5c09972d5593, identifier: CR10860
2026-03-29 12:08:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5514494a-dc0b-5478-91e5-55e8c15cd12d with identifier: XC50936
2026-03-29 12:08:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5514494a-dc0b-5478-91e5-55e8c15cd12d with identifier: XC50936
2026-03-29 12:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5514494a-dc0b-5478-91e5-55e8c15cd12d with identifier: XC50936 to the API
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 116,
'expiration_date': '2026-03-30T15:46:34Z',
'fuel_type': 'petrol',
'id': '5514494a-dc0b-5478-91e5-55e8c15cd12d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/XC50936',
'listing': 'auction',
'make': 'Audi',
'model': 'Q2',
'odometer': 59953,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-25',
'seller_name': None,
'title': 'Audi Q2 30 TFSI Admired',
'transmission': 'manual',
'trim': 'Admired',
'year': 2020}
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XC50936%27 HTTP/1.1" 200 None
2026-03-29 12:08:23 [auto1.it] INFO: Saving data for XC50936: {'auction_closing_time': 1774885594.0, 'created_time': 1774699580.26613, 'last_price_update_time': 1774786103.225364}
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='XC50936') HTTP/1.1" 204 0
2026-03-29 12:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a1d80ad1-d0bf-5629-997a-5c09972d5593 with identifier: CR10860
2026-03-29 12:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a1d80ad1-d0bf-5629-997a-5c09972d5593 with identifier: CR10860
2026-03-29 12:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a1d80ad1-d0bf-5629-997a-5c09972d5593 with identifier: CR10860 to the API
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 135,
'expiration_date': '2026-03-30T15:01:05Z',
'fuel_type': 'diesel',
'id': 'a1d80ad1-d0bf-5629-997a-5c09972d5593',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CR10860',
'listing': 'auction',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 406300,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-04-30',
'seller_name': None,
'title': 'Toyota RAV 4 2.2 Turbodiesel',
'transmission': 'manual',
'trim': '',
'year': 2008}
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CR10860%27 HTTP/1.1" 200 None
2026-03-29 12:08:23 [auto1.it] INFO: Saving data for CR10860: {'auction_closing_time': 1774882865.0, 'created_time': 1774699646.456517, 'last_price_update_time': 1774786103.50808}
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CR10860') HTTP/1.1" 204 0
2026-03-29 12:08:23 [auto1.it] INFO: Found listing with ID: PU47641
2026-03-29 12:08:23 [auto1.it] INFO: Found listing with ID: TV36442
2026-03-29 12:08:23 [auto1.it] INFO: Found listing with ID: YG59194
2026-03-29 12:08:23 [auto1.it] INFO: Found listing with ID: NZ89280
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NZ89280%27 HTTP/1.1" 200 None
2026-03-29 12:08:23 [auto1.it] INFO: Scrape type for NZ89280: 0
2026-03-29 12:08:23 [auto1.it] INFO: Found listing with ID: DV86201
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DV86201%27 HTTP/1.1" 200 None
2026-03-29 12:08:23 [auto1.it] INFO: Scrape type for DV86201: 2
2026-03-29 12:08:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b437e8b-a37a-53ec-8205-69705c9ab3cb with identifier: DV86201
2026-03-29 12:08:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b437e8b-a37a-53ec-8205-69705c9ab3cb with scrape type 2
2026-03-29 12:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b437e8b-a37a-53ec-8205-69705c9ab3cb with scrape type 2
2026-03-29 12:08:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5b437e8b-a37a-53ec-8205-69705c9ab3cb, identifier: DV86201
2026-03-29 12:08:23 [auto1.it] INFO: Found listing with ID: PX02634
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PX02634%27 HTTP/1.1" 200 None
2026-03-29 12:08:23 [auto1.it] INFO: Scrape type for PX02634: 2
2026-03-29 12:08:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 650697b6-fd5c-5a6d-8faf-d1e4715ee281 with identifier: PX02634
2026-03-29 12:08:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 650697b6-fd5c-5a6d-8faf-d1e4715ee281 with scrape type 2
2026-03-29 12:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 650697b6-fd5c-5a6d-8faf-d1e4715ee281 with scrape type 2
2026-03-29 12:08:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 650697b6-fd5c-5a6d-8faf-d1e4715ee281, identifier: PX02634
2026-03-29 12:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5b437e8b-a37a-53ec-8205-69705c9ab3cb with identifier: DV86201
2026-03-29 12:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5b437e8b-a37a-53ec-8205-69705c9ab3cb with identifier: DV86201
2026-03-29 12:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5b437e8b-a37a-53ec-8205-69705c9ab3cb with identifier: DV86201 to the API
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:44:12Z',
'fuel_type': 'diesel',
'id': '5b437e8b-a37a-53ec-8205-69705c9ab3cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DV86201',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 136949,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-30',
'seller_name': None,
'title': 'Volkswagen Polo 1.6 TDI Comfortline',
'transmission': 'manual',
'trim': 'Comfortline',
'year': 2011}
2026-03-29 12:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DV86201%27 HTTP/1.1" 200 None
2026-03-29 12:08:24 [auto1.it] INFO: Saving data for DV86201: {'auction_closing_time': 1774885452.0, 'created_time': 1774699599.098912, 'last_price_update_time': 1774786104.000727}
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DV86201') HTTP/1.1" 204 0
2026-03-29 12:08:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 650697b6-fd5c-5a6d-8faf-d1e4715ee281 with identifier: PX02634
2026-03-29 12:08:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 650697b6-fd5c-5a6d-8faf-d1e4715ee281 with identifier: PX02634
2026-03-29 12:08:24 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 650697b6-fd5c-5a6d-8faf-d1e4715ee281 with identifier: PX02634 to the API
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 180,
'expiration_date': '2026-03-30T15:16:46Z',
'fuel_type': 'diesel',
'id': '650697b6-fd5c-5a6d-8faf-d1e4715ee281',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PX02634',
'listing': 'auction',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 201715,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-21',
'seller_name': None,
'title': 'Ford Mondeo 2.0 TDCi Titanium',
'transmission': 'automatic',
'trim': 'Titanium',
'year': 2015}
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PX02634%27 HTTP/1.1" 200 None
2026-03-29 12:08:24 [auto1.it] INFO: Saving data for PX02634: {'auction_closing_time': 1774883806.0, 'created_time': 1774699649.602983, 'last_price_update_time': 1774786104.350508}
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PX02634') HTTP/1.1" 204 0
2026-03-29 12:08:24 [auto1.it] INFO: Found listing with ID: MR47105
2026-03-29 12:08:24 [auto1.it] INFO: Found listing with ID: CP63934
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CP63934%27 HTTP/1.1" 200 None
2026-03-29 12:08:24 [auto1.it] INFO: Scrape type for CP63934: 2
2026-03-29 12:08:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5a71111-c106-5fbd-9960-6b2495b2a34a with identifier: CP63934
2026-03-29 12:08:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5a71111-c106-5fbd-9960-6b2495b2a34a with scrape type 2
2026-03-29 12:08:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5a71111-c106-5fbd-9960-6b2495b2a34a with scrape type 2
2026-03-29 12:08:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a5a71111-c106-5fbd-9960-6b2495b2a34a, identifier: CP63934
2026-03-29 12:08:24 [auto1.it] INFO: Found listing with ID: RZ14942
2026-03-29 12:08:24 [auto1.it] INFO: Found listing with ID: NE68522
2026-03-29 12:08:24 [auto1.it] INFO: Found listing with ID: HB76167
2026-03-29 12:08:24 [auto1.it] INFO: Found listing with ID: LW42205
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LW42205%27 HTTP/1.1" 200 None
2026-03-29 12:08:24 [auto1.it] INFO: Scrape type for LW42205: 2
2026-03-29 12:08:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8411cc7c-3beb-5e38-993e-5f97a95aa9ac with identifier: LW42205
2026-03-29 12:08:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8411cc7c-3beb-5e38-993e-5f97a95aa9ac with scrape type 2
2026-03-29 12:08:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8411cc7c-3beb-5e38-993e-5f97a95aa9ac with scrape type 2
2026-03-29 12:08:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8411cc7c-3beb-5e38-993e-5f97a95aa9ac, identifier: LW42205
2026-03-29 12:08:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a5a71111-c106-5fbd-9960-6b2495b2a34a with identifier: CP63934
2026-03-29 12:08:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a5a71111-c106-5fbd-9960-6b2495b2a34a with identifier: CP63934
2026-03-29 12:08:24 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a5a71111-c106-5fbd-9960-6b2495b2a34a with identifier: CP63934 to the API
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:23:36Z',
'fuel_type': 'diesel',
'id': 'a5a71111-c106-5fbd-9960-6b2495b2a34a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/CP63934',
'listing': 'auction',
'make': 'Skoda',
'model': 'Superb',
'odometer': 218491,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-26',
'seller_name': None,
'title': 'Skoda Superb 2.0 TDI Executive',
'transmission': 'automatic',
'trim': 'Executive',
'year': 2019}
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CP63934%27 HTTP/1.1" 200 None
2026-03-29 12:08:24 [auto1.it] INFO: Saving data for CP63934: {'auction_closing_time': 1774884216.0, 'created_time': 1774699623.09519, 'last_price_update_time': 1774786104.824375}
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='CP63934') HTTP/1.1" 204 0
2026-03-29 12:08:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8411cc7c-3beb-5e38-993e-5f97a95aa9ac with identifier: LW42205
2026-03-29 12:08:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8411cc7c-3beb-5e38-993e-5f97a95aa9ac with identifier: LW42205
2026-03-29 12:08:24 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8411cc7c-3beb-5e38-993e-5f97a95aa9ac with identifier: LW42205 to the API
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:49:20Z',
'fuel_type': 'diesel',
'id': '8411cc7c-3beb-5e38-993e-5f97a95aa9ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LW42205',
'listing': 'auction',
'make': 'Fiat',
'model': 'Panda',
'odometer': 239073,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-09-27',
'seller_name': None,
'title': 'Fiat Panda 1.3 JTD Emotion',
'transmission': 'manual',
'trim': 'Emotion',
'year': 2006}
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LW42205%27 HTTP/1.1" 200 None
2026-03-29 12:08:25 [auto1.it] INFO: Saving data for LW42205: {'auction_closing_time': 1774885760.0, 'created_time': 1774699646.002182, 'last_price_update_time': 1774786105.105748}
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LW42205') HTTP/1.1" 204 0
2026-03-29 12:08:25 [auto1.it] INFO: Found listing with ID: WA70865
2026-03-29 12:08:25 [auto1.it] INFO: Found listing with ID: ZB75356
2026-03-29 12:08:25 [auto1.it] INFO: Found listing with ID: SM49398
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SM49398%27 HTTP/1.1" 200 None
2026-03-29 12:08:25 [auto1.it] INFO: Scrape type for SM49398: 2
2026-03-29 12:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4defba85-a8b4-560e-9861-f282e4eff9d0 with identifier: SM49398
2026-03-29 12:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4defba85-a8b4-560e-9861-f282e4eff9d0 with scrape type 2
2026-03-29 12:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4defba85-a8b4-560e-9861-f282e4eff9d0 with scrape type 2
2026-03-29 12:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4defba85-a8b4-560e-9861-f282e4eff9d0, identifier: SM49398
2026-03-29 12:08:25 [auto1.it] INFO: Found listing with ID: YU39946
2026-03-29 12:08:25 [auto1.it] INFO: Found listing with ID: JX99167
2026-03-29 12:08:25 [auto1.it] INFO: Found listing with ID: PB77964
2026-03-29 12:08:25 [auto1.it] INFO: Found listing with ID: PR01158
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PR01158%27 HTTP/1.1" 200 None
2026-03-29 12:08:25 [auto1.it] INFO: Scrape type for PR01158: 2
2026-03-29 12:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2689ec9a-2060-500c-8cd9-3fd4e0b0bf65 with identifier: PR01158
2026-03-29 12:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2689ec9a-2060-500c-8cd9-3fd4e0b0bf65 with scrape type 2
2026-03-29 12:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2689ec9a-2060-500c-8cd9-3fd4e0b0bf65 with scrape type 2
2026-03-29 12:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 2689ec9a-2060-500c-8cd9-3fd4e0b0bf65, identifier: PR01158
2026-03-29 12:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4defba85-a8b4-560e-9861-f282e4eff9d0 with identifier: SM49398
2026-03-29 12:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4defba85-a8b4-560e-9861-f282e4eff9d0 with identifier: SM49398
2026-03-29 12:08:25 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4defba85-a8b4-560e-9861-f282e4eff9d0 with identifier: SM49398 to the API
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 143,
'expiration_date': '2026-03-30T15:54:44Z',
'fuel_type': 'diesel',
'id': '4defba85-a8b4-560e-9861-f282e4eff9d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SM49398',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'C-Klasse',
'odometer': 375010,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-08-31',
'seller_name': None,
'title': 'Mercedes-Benz C-Klasse C 220 CDI Avantgarde',
'transmission': 'manual',
'trim': 'Avantgarde',
'year': 2002}
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SM49398%27 HTTP/1.1" 200 None
2026-03-29 12:08:25 [auto1.it] INFO: Saving data for SM49398: {'auction_closing_time': 1774886084.0, 'created_time': 1774699587.675376, 'last_price_update_time': 1774786105.843531}
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SM49398') HTTP/1.1" 204 0
2026-03-29 12:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 2689ec9a-2060-500c-8cd9-3fd4e0b0bf65 with identifier: PR01158
2026-03-29 12:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 2689ec9a-2060-500c-8cd9-3fd4e0b0bf65 with identifier: PR01158
2026-03-29 12:08:26 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 2689ec9a-2060-500c-8cd9-3fd4e0b0bf65 with identifier: PR01158 to the API
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 150,
'expiration_date': '2026-03-30T15:33:15Z',
'fuel_type': 'diesel',
'id': '2689ec9a-2060-500c-8cd9-3fd4e0b0bf65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PR01158',
'listing': 'auction',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 132493,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-30',
'seller_name': None,
'title': 'Ford Mondeo 2.0 TDCi Titanium Business',
'transmission': 'automatic',
'trim': 'Titanium Business',
'year': 2017}
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PR01158%27 HTTP/1.1" 200 None
2026-03-29 12:08:26 [auto1.it] INFO: Saving data for PR01158: {'auction_closing_time': 1774884795.0, 'created_time': 1774699648.298545, 'last_price_update_time': 1774786106.248133}
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PR01158') HTTP/1.1" 204 0
2026-03-29 12:08:26 [auto1.it] INFO: Found listing with ID: ND99251
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ND99251%27 HTTP/1.1" 200 None
2026-03-29 12:08:26 [auto1.it] INFO: Scrape type for ND99251: 2
2026-03-29 12:08:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6cc93ac-99f6-53e5-81b5-a4ab0dc95a5f with identifier: ND99251
2026-03-29 12:08:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6cc93ac-99f6-53e5-81b5-a4ab0dc95a5f with scrape type 2
2026-03-29 12:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6cc93ac-99f6-53e5-81b5-a4ab0dc95a5f with scrape type 2
2026-03-29 12:08:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: a6cc93ac-99f6-53e5-81b5-a4ab0dc95a5f, identifier: ND99251
2026-03-29 12:08:26 [auto1.it] INFO: Found listing with ID: LU04143
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LU04143%27 HTTP/1.1" 200 None
2026-03-29 12:08:26 [auto1.it] INFO: Scrape type for LU04143: 2
2026-03-29 12:08:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05f82b77-8d52-52f3-a982-0584a35cf205 with identifier: LU04143
2026-03-29 12:08:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05f82b77-8d52-52f3-a982-0584a35cf205 with scrape type 2
2026-03-29 12:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05f82b77-8d52-52f3-a982-0584a35cf205 with scrape type 2
2026-03-29 12:08:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 05f82b77-8d52-52f3-a982-0584a35cf205, identifier: LU04143
2026-03-29 12:08:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: a6cc93ac-99f6-53e5-81b5-a4ab0dc95a5f with identifier: ND99251
2026-03-29 12:08:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: a6cc93ac-99f6-53e5-81b5-a4ab0dc95a5f with identifier: ND99251
2026-03-29 12:08:26 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: a6cc93ac-99f6-53e5-81b5-a4ab0dc95a5f with identifier: ND99251 to the API
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:49:36Z',
'fuel_type': 'diesel',
'id': 'a6cc93ac-99f6-53e5-81b5-a4ab0dc95a5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ND99251',
'listing': 'auction',
'make': 'Mercedes-Benz',
'model': 'B-Klasse',
'odometer': 167259,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-02',
'seller_name': None,
'title': 'Mercedes-Benz B-Klasse B 180 CDI Executive',
'transmission': 'automatic',
'trim': 'Executive',
'year': 2014}
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ND99251%27 HTTP/1.1" 200 None
2026-03-29 12:08:26 [auto1.it] INFO: Saving data for ND99251: {'auction_closing_time': 1774885776.0, 'created_time': 1774343168.357267, 'last_price_update_time': 1774786106.763795}
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ND99251') HTTP/1.1" 204 0
2026-03-29 12:08:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 05f82b77-8d52-52f3-a982-0584a35cf205 with identifier: LU04143
2026-03-29 12:08:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 05f82b77-8d52-52f3-a982-0584a35cf205 with identifier: LU04143
2026-03-29 12:08:26 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 05f82b77-8d52-52f3-a982-0584a35cf205 with identifier: LU04143 to the API
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 95,
'expiration_date': '2026-03-30T15:52:00Z',
'fuel_type': 'diesel',
'id': '05f82b77-8d52-52f3-a982-0584a35cf205',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LU04143',
'listing': 'auction',
'make': 'Fiat',
'model': '500X',
'odometer': 187217,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-22',
'seller_name': None,
'title': 'Fiat 500X 1.3 M-Jet Pop Star',
'transmission': 'manual',
'trim': 'Pop Star',
'year': 2015}
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LU04143%27 HTTP/1.1" 200 None
2026-03-29 12:08:27 [auto1.it] INFO: Saving data for LU04143: {'auction_closing_time': 1774885920.0, 'created_time': 1774699609.719665, 'last_price_update_time': 1774786107.023366}
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LU04143') HTTP/1.1" 204 0
2026-03-29 12:08:27 [auto1.it] INFO: Found listing with ID: RE64067
2026-03-29 12:08:27 [auto1.it] INFO: Found listing with ID: DE18860
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DE18860%27 HTTP/1.1" 200 None
2026-03-29 12:08:27 [auto1.it] INFO: Scrape type for DE18860: 2
2026-03-29 12:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7ebd939-dde9-544e-83bf-0dca02f95948 with identifier: DE18860
2026-03-29 12:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7ebd939-dde9-544e-83bf-0dca02f95948 with scrape type 2
2026-03-29 12:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7ebd939-dde9-544e-83bf-0dca02f95948 with scrape type 2
2026-03-29 12:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d7ebd939-dde9-544e-83bf-0dca02f95948, identifier: DE18860
2026-03-29 12:08:27 [auto1.it] INFO: Found listing with ID: VX06371
2026-03-29 12:08:27 [auto1.it] INFO: Found listing with ID: XU75020
2026-03-29 12:08:27 [auto1.it] INFO: Found listing with ID: RT78827
2026-03-29 12:08:27 [auto1.it] INFO: Found listing with ID: ZX02617
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZX02617%27 HTTP/1.1" 200 None
2026-03-29 12:08:27 [auto1.it] INFO: Scrape type for ZX02617: 2
2026-03-29 12:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 879e56cb-6dfd-584f-b307-a60aa53227cc with identifier: ZX02617
2026-03-29 12:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 879e56cb-6dfd-584f-b307-a60aa53227cc with scrape type 2
2026-03-29 12:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 879e56cb-6dfd-584f-b307-a60aa53227cc with scrape type 2
2026-03-29 12:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 879e56cb-6dfd-584f-b307-a60aa53227cc, identifier: ZX02617
2026-03-29 12:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d7ebd939-dde9-544e-83bf-0dca02f95948 with identifier: DE18860
2026-03-29 12:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d7ebd939-dde9-544e-83bf-0dca02f95948 with identifier: DE18860
2026-03-29 12:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d7ebd939-dde9-544e-83bf-0dca02f95948 with identifier: DE18860 to the API
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 80,
'expiration_date': '2026-03-30T15:33:22Z',
'fuel_type': 'petrol',
'id': 'd7ebd939-dde9-544e-83bf-0dca02f95948',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/DE18860',
'listing': 'auction',
'make': 'Nissan',
'model': 'Micra',
'odometer': 150019,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-05-29',
'seller_name': None,
'title': 'Nissan Micra 1.2 Acenta',
'transmission': 'manual',
'trim': 'Acenta',
'year': 2014}
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DE18860%27 HTTP/1.1" 200 None
2026-03-29 12:08:27 [auto1.it] INFO: Saving data for DE18860: {'auction_closing_time': 1774884802.0, 'created_time': 1774699582.153401, 'last_price_update_time': 1774786107.528213}
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='DE18860') HTTP/1.1" 204 0
2026-03-29 12:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 879e56cb-6dfd-584f-b307-a60aa53227cc with identifier: ZX02617
2026-03-29 12:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 879e56cb-6dfd-584f-b307-a60aa53227cc with identifier: ZX02617
2026-03-29 12:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 879e56cb-6dfd-584f-b307-a60aa53227cc with identifier: ZX02617 to the API
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:27:40Z',
'fuel_type': 'diesel',
'id': '879e56cb-6dfd-584f-b307-a60aa53227cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZX02617',
'listing': 'auction',
'make': 'BMW',
'model': '4er',
'odometer': 142011,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-06-12',
'seller_name': None,
'title': 'BMW 4er 420d Gran Coupé M Sport',
'transmission': 'automatic',
'trim': 'M Sport',
'year': 2016}
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZX02617%27 HTTP/1.1" 200 None
2026-03-29 12:08:27 [auto1.it] INFO: Saving data for ZX02617: {'auction_closing_time': 1774884460.0, 'created_time': 1774699616.288327, 'last_price_update_time': 1774786107.792784}
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZX02617') HTTP/1.1" 204 0
2026-03-29 12:08:27 [auto1.it] INFO: Found listing with ID: BM48711
2026-03-29 12:08:27 [auto1.it] INFO: Found listing with ID: NH24051
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NH24051%27 HTTP/1.1" 200 None
2026-03-29 12:08:27 [auto1.it] INFO: Scrape type for NH24051: 2
2026-03-29 12:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1243bd0-46f1-5baf-b660-022079bee133 with identifier: NH24051
2026-03-29 12:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1243bd0-46f1-5baf-b660-022079bee133 with scrape type 2
2026-03-29 12:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1243bd0-46f1-5baf-b660-022079bee133 with scrape type 2
2026-03-29 12:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b1243bd0-46f1-5baf-b660-022079bee133, identifier: NH24051
2026-03-29 12:08:27 [auto1.it] INFO: Found listing with ID: GF04401
2026-03-29 12:08:27 [auto1.it] INFO: Found listing with ID: LF71839
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LF71839%27 HTTP/1.1" 200 None
2026-03-29 12:08:27 [auto1.it] INFO: Scrape type for LF71839: 2
2026-03-29 12:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f7db5a3-4d0d-5f29-a092-d00e71c3962e with identifier: LF71839
2026-03-29 12:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f7db5a3-4d0d-5f29-a092-d00e71c3962e with scrape type 2
2026-03-29 12:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f7db5a3-4d0d-5f29-a092-d00e71c3962e with scrape type 2
2026-03-29 12:08:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1f7db5a3-4d0d-5f29-a092-d00e71c3962e, identifier: LF71839
2026-03-29 12:08:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b1243bd0-46f1-5baf-b660-022079bee133 with identifier: NH24051
2026-03-29 12:08:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b1243bd0-46f1-5baf-b660-022079bee133 with identifier: NH24051
2026-03-29 12:08:28 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b1243bd0-46f1-5baf-b660-022079bee133 with identifier: NH24051 to the API
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:02:37Z',
'fuel_type': 'diesel',
'id': 'b1243bd0-46f1-5baf-b660-022079bee133',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NH24051',
'listing': 'auction',
'make': 'Renault',
'model': 'Scenic',
'odometer': 266049,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-09-14',
'seller_name': None,
'title': 'Renault Scenic 1.5 dCi Limited',
'transmission': 'manual',
'trim': 'Limited',
'year': 2014}
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NH24051%27 HTTP/1.1" 200 None
2026-03-29 12:08:28 [auto1.it] INFO: Saving data for NH24051: {'auction_closing_time': 1774882957.0, 'created_time': 1774699581.155183, 'last_price_update_time': 1774786108.275055}
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NH24051') HTTP/1.1" 204 0
2026-03-29 12:08:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1f7db5a3-4d0d-5f29-a092-d00e71c3962e with identifier: LF71839
2026-03-29 12:08:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1f7db5a3-4d0d-5f29-a092-d00e71c3962e with identifier: LF71839
2026-03-29 12:08:28 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1f7db5a3-4d0d-5f29-a092-d00e71c3962e with identifier: LF71839 to the API
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 2,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:29:05Z',
'fuel_type': 'petrol',
'id': '1f7db5a3-4d0d-5f29-a092-d00e71c3962e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LF71839',
'listing': 'auction',
'make': 'Fiat',
'model': '500C',
'odometer': 120280,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-30',
'seller_name': None,
'title': 'Fiat 500C 1.2 Lounge',
'transmission': 'automatic',
'trim': 'Lounge',
'year': 2015}
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LF71839%27 HTTP/1.1" 200 None
2026-03-29 12:08:28 [auto1.it] INFO: Saving data for LF71839: {'auction_closing_time': 1774884545.0, 'created_time': 1774699601.608924, 'last_price_update_time': 1774786108.609746}
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LF71839') HTTP/1.1" 204 0
2026-03-29 12:08:28 [auto1.it] INFO: Found listing with ID: LU93439
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LU93439%27 HTTP/1.1" 200 None
2026-03-29 12:08:28 [auto1.it] INFO: Scrape type for LU93439: 2
2026-03-29 12:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f5b67b1-8b62-508a-bcb7-c0e377fb8051 with identifier: LU93439
2026-03-29 12:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f5b67b1-8b62-508a-bcb7-c0e377fb8051 with scrape type 2
2026-03-29 12:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f5b67b1-8b62-508a-bcb7-c0e377fb8051 with scrape type 2
2026-03-29 12:08:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 9f5b67b1-8b62-508a-bcb7-c0e377fb8051, identifier: LU93439
2026-03-29 12:08:28 [auto1.it] INFO: Found listing with ID: KV81214
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KV81214%27 HTTP/1.1" 200 None
2026-03-29 12:08:28 [auto1.it] INFO: Scrape type for KV81214: 2
2026-03-29 12:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3274a6e0-0b1a-5aba-a406-beb335beeeee with identifier: KV81214
2026-03-29 12:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3274a6e0-0b1a-5aba-a406-beb335beeeee with scrape type 2
2026-03-29 12:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3274a6e0-0b1a-5aba-a406-beb335beeeee with scrape type 2
2026-03-29 12:08:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3274a6e0-0b1a-5aba-a406-beb335beeeee, identifier: KV81214
2026-03-29 12:08:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 9f5b67b1-8b62-508a-bcb7-c0e377fb8051 with identifier: LU93439
2026-03-29 12:08:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 9f5b67b1-8b62-508a-bcb7-c0e377fb8051 with identifier: LU93439
2026-03-29 12:08:28 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 9f5b67b1-8b62-508a-bcb7-c0e377fb8051 with identifier: LU93439 to the API
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:07:14Z',
'fuel_type': 'diesel',
'id': '9f5b67b1-8b62-508a-bcb7-c0e377fb8051',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LU93439',
'listing': 'auction',
'make': 'Fiat',
'model': 'Punto',
'odometer': 99861,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-05-31',
'seller_name': None,
'title': 'Fiat Punto 1.3 JTD Classic Active',
'transmission': 'manual',
'trim': 'Classic Active',
'year': 2010}
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LU93439%27 HTTP/1.1" 200 None
2026-03-29 12:08:29 [auto1.it] INFO: Saving data for LU93439: {'auction_closing_time': 1774883234.0, 'created_time': 1774699619.446168, 'last_price_update_time': 1774786109.106474}
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LU93439') HTTP/1.1" 204 0
2026-03-29 12:08:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3274a6e0-0b1a-5aba-a406-beb335beeeee with identifier: KV81214
2026-03-29 12:08:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3274a6e0-0b1a-5aba-a406-beb335beeeee with identifier: KV81214
2026-03-29 12:08:29 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3274a6e0-0b1a-5aba-a406-beb335beeeee with identifier: KV81214 to the API
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:53:59Z',
'fuel_type': 'diesel',
'id': '3274a6e0-0b1a-5aba-a406-beb335beeeee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/KV81214',
'listing': 'auction',
'make': 'Peugeot',
'model': '3008',
'odometer': 174160,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-11-18',
'seller_name': None,
'title': 'Peugeot 3008 1.6 HDi Active',
'transmission': 'manual',
'trim': 'Active',
'year': 2014}
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KV81214%27 HTTP/1.1" 200 None
2026-03-29 12:08:29 [auto1.it] INFO: Saving data for KV81214: {'auction_closing_time': 1774886039.0, 'created_time': 1774699637.910229, 'last_price_update_time': 1774786109.370311}
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='KV81214') HTTP/1.1" 204 0
2026-03-29 12:08:29 [auto1.it] INFO: Found listing with ID: GC10643
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GC10643%27 HTTP/1.1" 200 None
2026-03-29 12:08:29 [auto1.it] INFO: Scrape type for GC10643: 2
2026-03-29 12:08:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8833348-1720-55ca-b6c9-4f7063df27ca with identifier: GC10643
2026-03-29 12:08:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8833348-1720-55ca-b6c9-4f7063df27ca with scrape type 2
2026-03-29 12:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8833348-1720-55ca-b6c9-4f7063df27ca with scrape type 2
2026-03-29 12:08:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f8833348-1720-55ca-b6c9-4f7063df27ca, identifier: GC10643
2026-03-29 12:08: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 12:08:29 [auto1.it] INFO: Found listing with ID: NZ66288
2026-03-29 12:08:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f8833348-1720-55ca-b6c9-4f7063df27ca with identifier: GC10643
2026-03-29 12:08:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f8833348-1720-55ca-b6c9-4f7063df27ca with identifier: GC10643
2026-03-29 12:08:29 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f8833348-1720-55ca-b6c9-4f7063df27ca with identifier: GC10643 to the API
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:11:49Z',
'fuel_type': 'diesel',
'id': 'f8833348-1720-55ca-b6c9-4f7063df27ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GC10643',
'listing': 'auction',
'make': 'Hyundai',
'model': 'ix20',
'odometer': 115382,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-08-28',
'seller_name': None,
'title': 'Hyundai ix20 1.4 CRDi Xpossible',
'transmission': 'manual',
'trim': 'Xpossible',
'year': 2016}
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GC10643%27 HTTP/1.1" 200 None
2026-03-29 12:08:29 [auto1.it] INFO: Saving data for GC10643: {'auction_closing_time': 1774883509.0, 'created_time': 1774699631.521492, 'last_price_update_time': 1774786109.752405}
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GC10643') HTTP/1.1" 204 0
2026-03-29 12:08:29 [auto1.it] INFO: Found listing with ID: SZ93699
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SZ93699%27 HTTP/1.1" 200 None
2026-03-29 12:08:29 [auto1.it] INFO: Scrape type for SZ93699: 2
2026-03-29 12:08:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73d7fc43-fb9d-5932-a17a-a2dbfd8793c0 with identifier: SZ93699
2026-03-29 12:08:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73d7fc43-fb9d-5932-a17a-a2dbfd8793c0 with scrape type 2
2026-03-29 12:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73d7fc43-fb9d-5932-a17a-a2dbfd8793c0 with scrape type 2
2026-03-29 12:08:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 73d7fc43-fb9d-5932-a17a-a2dbfd8793c0, identifier: SZ93699
2026-03-29 12:08:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 73d7fc43-fb9d-5932-a17a-a2dbfd8793c0 with identifier: SZ93699
2026-03-29 12:08:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 73d7fc43-fb9d-5932-a17a-a2dbfd8793c0 with identifier: SZ93699
2026-03-29 12:08:29 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 73d7fc43-fb9d-5932-a17a-a2dbfd8793c0 with identifier: SZ93699 to the API
2026-03-29 12:08:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:05:39Z',
'fuel_type': 'diesel',
'id': '73d7fc43-fb9d-5932-a17a-a2dbfd8793c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SZ93699',
'listing': 'auction',
'make': 'Lancia',
'model': 'Ypsilon',
'odometer': 202520,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2006-04-10',
'seller_name': None,
'title': 'Lancia Ypsilon 1.3 JTD Multijet Argento',
'transmission': 'manual',
'trim': 'Multijet Argento',
'year': 2006}
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SZ93699%27 HTTP/1.1" 200 None
2026-03-29 12:08:30 [auto1.it] INFO: Saving data for SZ93699: {'auction_closing_time': 1774883139.0, 'created_time': 1774699595.032725, 'last_price_update_time': 1774786110.138038}
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SZ93699') HTTP/1.1" 204 0
2026-03-29 12:08:30 [auto1.it] INFO: Found listing with ID: HD89174
2026-03-29 12:08:30 [auto1.it] INFO: Found listing with ID: LL57465
2026-03-29 12:08:30 [auto1.it] INFO: Found listing with ID: SD35651
2026-03-29 12:08:30 [auto1.it] INFO: Found listing with ID: VJ26511
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VJ26511%27 HTTP/1.1" 200 None
2026-03-29 12:08:30 [auto1.it] INFO: Scrape type for VJ26511: 2
2026-03-29 12:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4e4cb87-df47-57e4-b8ad-6419a1fd3c07 with identifier: VJ26511
2026-03-29 12:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4e4cb87-df47-57e4-b8ad-6419a1fd3c07 with scrape type 2
2026-03-29 12:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4e4cb87-df47-57e4-b8ad-6419a1fd3c07 with scrape type 2
2026-03-29 12:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: b4e4cb87-df47-57e4-b8ad-6419a1fd3c07, identifier: VJ26511
2026-03-29 12:08:30 [auto1.it] INFO: Channel: 24h | Page: 59 | totalHits: 2514 | hits on page: 40
2026-03-29 12:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: b4e4cb87-df47-57e4-b8ad-6419a1fd3c07 with identifier: VJ26511
2026-03-29 12:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: b4e4cb87-df47-57e4-b8ad-6419a1fd3c07 with identifier: VJ26511
2026-03-29 12:08:30 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: b4e4cb87-df47-57e4-b8ad-6419a1fd3c07 with identifier: VJ26511 to the API
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 90,
'expiration_date': '2026-03-30T15:07:56Z',
'fuel_type': 'diesel',
'id': 'b4e4cb87-df47-57e4-b8ad-6419a1fd3c07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VJ26511',
'listing': 'auction',
'make': 'Audi',
'model': 'A1 Sportback',
'odometer': 162188,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-22',
'seller_name': None,
'title': 'Audi A1 Sportback 1.6 TDI Admired',
'transmission': 'manual',
'trim': 'Admired',
'year': 2013}
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VJ26511%27 HTTP/1.1" 200 None
2026-03-29 12:08:30 [auto1.it] INFO: Saving data for VJ26511: {'auction_closing_time': 1774883276.0, 'created_time': 1774699597.372339, 'last_price_update_time': 1774786110.504763}
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VJ26511') HTTP/1.1" 204 0
2026-03-29 12:08:30 [auto1.it] INFO: Found listing with ID: UM38141
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UM38141%27 HTTP/1.1" 200 None
2026-03-29 12:08:30 [auto1.it] INFO: Scrape type for UM38141: 2
2026-03-29 12:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d30fe5e-01e6-5e04-a30f-72906e911127 with identifier: UM38141
2026-03-29 12:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d30fe5e-01e6-5e04-a30f-72906e911127 with scrape type 2
2026-03-29 12:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d30fe5e-01e6-5e04-a30f-72906e911127 with scrape type 2
2026-03-29 12:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4d30fe5e-01e6-5e04-a30f-72906e911127, identifier: UM38141
2026-03-29 12:08:30 [auto1.it] INFO: Found listing with ID: AL33204
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AL33204%27 HTTP/1.1" 200 None
2026-03-29 12:08:30 [auto1.it] INFO: Scrape type for AL33204: 2
2026-03-29 12:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3225aaca-17bf-5e31-964b-d12a780c6b27 with identifier: AL33204
2026-03-29 12:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3225aaca-17bf-5e31-964b-d12a780c6b27 with scrape type 2
2026-03-29 12:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3225aaca-17bf-5e31-964b-d12a780c6b27 with scrape type 2
2026-03-29 12:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3225aaca-17bf-5e31-964b-d12a780c6b27, identifier: AL33204
2026-03-29 12:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4d30fe5e-01e6-5e04-a30f-72906e911127 with identifier: UM38141
2026-03-29 12:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4d30fe5e-01e6-5e04-a30f-72906e911127 with identifier: UM38141
2026-03-29 12:08:30 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4d30fe5e-01e6-5e04-a30f-72906e911127 with identifier: UM38141 to the API
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 102,
'expiration_date': '2026-03-30T15:26:40Z',
'fuel_type': 'gas',
'id': '4d30fe5e-01e6-5e04-a30f-72906e911127',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UM38141',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VI',
'odometer': 344623,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-03',
'seller_name': None,
'title': 'Volkswagen Golf VI 1.6 BIFuel Comfortline',
'transmission': 'manual',
'trim': 'Comfortline',
'year': 2009}
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UM38141%27 HTTP/1.1" 200 None
2026-03-29 12:08:31 [auto1.it] INFO: Saving data for UM38141: {'auction_closing_time': 1774884400.0, 'created_time': 1774699594.280045, 'last_price_update_time': 1774786111.019715}
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UM38141') HTTP/1.1" 204 0
2026-03-29 12:08:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3225aaca-17bf-5e31-964b-d12a780c6b27 with identifier: AL33204
2026-03-29 12:08:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3225aaca-17bf-5e31-964b-d12a780c6b27 with identifier: AL33204
2026-03-29 12:08:31 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3225aaca-17bf-5e31-964b-d12a780c6b27 with identifier: AL33204 to the API
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:45:39Z',
'fuel_type': 'petrol',
'id': '3225aaca-17bf-5e31-964b-d12a780c6b27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AL33204',
'listing': 'auction',
'make': 'Lancia',
'model': 'Ypsilon',
'odometer': 120262,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-07-12',
'seller_name': None,
'title': 'Lancia Ypsilon 1.2 Gold',
'transmission': 'manual',
'trim': 'Gold',
'year': 2016}
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AL33204%27 HTTP/1.1" 200 None
2026-03-29 12:08:31 [auto1.it] INFO: Saving data for AL33204: {'auction_closing_time': 1774885539.0, 'created_time': 1774699596.224185, 'last_price_update_time': 1774786111.7299}
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AL33204') HTTP/1.1" 204 0
2026-03-29 12:08:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:08:31 [auto1.it] INFO: Found listing with ID: XE84016
2026-03-29 12:08:31 [auto1.it] INFO: Found listing with ID: LD34697
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LD34697%27 HTTP/1.1" 200 None
2026-03-29 12:08:31 [auto1.it] INFO: Scrape type for LD34697: 2
2026-03-29 12:08:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dba344c-9659-55ab-b03c-647479a30b0f with identifier: LD34697
2026-03-29 12:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dba344c-9659-55ab-b03c-647479a30b0f with scrape type 2
2026-03-29 12:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dba344c-9659-55ab-b03c-647479a30b0f with scrape type 2
2026-03-29 12:08:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 5dba344c-9659-55ab-b03c-647479a30b0f, identifier: LD34697
2026-03-29 12:08:31 [auto1.it] INFO: Found listing with ID: VU45167
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VU45167%27 HTTP/1.1" 200 None
2026-03-29 12:08:31 [auto1.it] INFO: Scrape type for VU45167: 2
2026-03-29 12:08:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30f35d65-c75a-544a-bcc6-29d77a5b267f with identifier: VU45167
2026-03-29 12:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30f35d65-c75a-544a-bcc6-29d77a5b267f with scrape type 2
2026-03-29 12:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30f35d65-c75a-544a-bcc6-29d77a5b267f with scrape type 2
2026-03-29 12:08:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 30f35d65-c75a-544a-bcc6-29d77a5b267f, identifier: VU45167
2026-03-29 12:08:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 5dba344c-9659-55ab-b03c-647479a30b0f with identifier: LD34697
2026-03-29 12:08:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 5dba344c-9659-55ab-b03c-647479a30b0f with identifier: LD34697
2026-03-29 12:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 5dba344c-9659-55ab-b03c-647479a30b0f with identifier: LD34697 to the API
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 102,
'expiration_date': '2026-03-30T15:07:02Z',
'fuel_type': 'diesel',
'id': '5dba344c-9659-55ab-b03c-647479a30b0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LD34697',
'listing': 'auction',
'make': 'Citroen',
'model': 'C4 Cactus',
'odometer': 96975,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-27',
'seller_name': None,
'title': 'Citroen C4 Cactus 1.5 Blue-HDi Shine',
'transmission': 'manual',
'trim': 'Shine',
'year': 2019}
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LD34697%27 HTTP/1.1" 200 None
2026-03-29 12:08:32 [auto1.it] INFO: Saving data for LD34697: {'auction_closing_time': 1774883222.0, 'created_time': 1774699626.144786, 'last_price_update_time': 1774786112.211751}
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LD34697') HTTP/1.1" 204 0
2026-03-29 12:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 30f35d65-c75a-544a-bcc6-29d77a5b267f with identifier: VU45167
2026-03-29 12:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 30f35d65-c75a-544a-bcc6-29d77a5b267f with identifier: VU45167
2026-03-29 12:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 30f35d65-c75a-544a-bcc6-29d77a5b267f with identifier: VU45167 to the API
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:12:04Z',
'fuel_type': 'diesel',
'id': '30f35d65-c75a-544a-bcc6-29d77a5b267f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VU45167',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 175807,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-08-31',
'seller_name': None,
'title': 'Volkswagen Passat 2.0 TDI Highline BlueMotion',
'transmission': 'manual',
'trim': 'Highline BlueMotion',
'year': 2014}
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VU45167%27 HTTP/1.1" 200 None
2026-03-29 12:08:32 [auto1.it] INFO: Saving data for VU45167: {'auction_closing_time': 1774883524.0, 'created_time': 1774699596.602416, 'last_price_update_time': 1774786112.496649}
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VU45167') HTTP/1.1" 204 0
2026-03-29 12:08:32 [auto1.it] INFO: Found listing with ID: NN91424
2026-03-29 12:08:32 [auto1.it] INFO: Found listing with ID: JP07987
2026-03-29 12:08:32 [auto1.it] INFO: Found listing with ID: ZM57231
2026-03-29 12:08:32 [auto1.it] INFO: Found listing with ID: KG93031
2026-03-29 12:08:32 [auto1.it] INFO: Found listing with ID: PK33610
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PK33610%27 HTTP/1.1" 200 None
2026-03-29 12:08:32 [auto1.it] INFO: Scrape type for PK33610: 2
2026-03-29 12:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3652c92f-d6ed-5635-a482-c31d8f9fc39d with identifier: PK33610
2026-03-29 12:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3652c92f-d6ed-5635-a482-c31d8f9fc39d with scrape type 2
2026-03-29 12:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3652c92f-d6ed-5635-a482-c31d8f9fc39d with scrape type 2
2026-03-29 12:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3652c92f-d6ed-5635-a482-c31d8f9fc39d, identifier: PK33610
2026-03-29 12:08:32 [auto1.it] INFO: Found listing with ID: YD14292
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YD14292%27 HTTP/1.1" 200 None
2026-03-29 12:08:32 [auto1.it] INFO: Scrape type for YD14292: 2
2026-03-29 12:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 538ddd9a-147f-5bdf-b06d-ef0bff55e2ff with identifier: YD14292
2026-03-29 12:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 538ddd9a-147f-5bdf-b06d-ef0bff55e2ff with scrape type 2
2026-03-29 12:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 538ddd9a-147f-5bdf-b06d-ef0bff55e2ff with scrape type 2
2026-03-29 12:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 538ddd9a-147f-5bdf-b06d-ef0bff55e2ff, identifier: YD14292
2026-03-29 12:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3652c92f-d6ed-5635-a482-c31d8f9fc39d with identifier: PK33610
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-29 12:08:32 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=yellow HTTP/1.1" 200 None
2026-03-29 12:08:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 12:08: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 12:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3652c92f-d6ed-5635-a482-c31d8f9fc39d with identifier: PK33610
2026-03-29 12:08:33 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3652c92f-d6ed-5635-a482-c31d8f9fc39d with identifier: PK33610 to the API
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08: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': 'yellow',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:29:52Z',
'fuel_type': 'petrol',
'id': '3652c92f-d6ed-5635-a482-c31d8f9fc39d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PK33610',
'listing': 'auction',
'make': 'Peugeot',
'model': '208',
'odometer': 26446,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-26',
'seller_name': None,
'title': 'Peugeot 208 1.2 PureTech Active Pack',
'transmission': 'manual',
'trim': 'Active Pack',
'year': 2021}
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PK33610%27 HTTP/1.1" 200 None
2026-03-29 12:08:33 [auto1.it] INFO: Saving data for PK33610: {'auction_closing_time': 1774884592.0, 'created_time': 1774699621.117402, 'last_price_update_time': 1774786113.215969}
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PK33610') HTTP/1.1" 204 0
2026-03-29 12:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 538ddd9a-147f-5bdf-b06d-ef0bff55e2ff with identifier: YD14292
2026-03-29 12:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 538ddd9a-147f-5bdf-b06d-ef0bff55e2ff with identifier: YD14292
2026-03-29 12:08:33 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 538ddd9a-147f-5bdf-b06d-ef0bff55e2ff with identifier: YD14292 to the API
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08: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': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 210,
'expiration_date': '2026-03-30T15:14:23Z',
'fuel_type': 'petrol',
'id': '538ddd9a-147f-5bdf-b06d-ef0bff55e2ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/YD14292',
'listing': 'auction',
'make': 'Audi',
'model': 'Q5',
'odometer': 131881,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-07-27',
'seller_name': None,
'title': 'Audi Q5 2.0 TFSI quattro',
'transmission': 'manual',
'trim': 'quattro',
'year': 2011}
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YD14292%27 HTTP/1.1" 200 None
2026-03-29 12:08:33 [auto1.it] INFO: Saving data for YD14292: {'auction_closing_time': 1774883663.0, 'created_time': 1774699592.191417, 'last_price_update_time': 1774786113.543024}
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='YD14292') HTTP/1.1" 204 0
2026-03-29 12:08:33 [auto1.it] INFO: Found listing with ID: FL38609
2026-03-29 12:08:33 [auto1.it] INFO: Found listing with ID: PR73005
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PR73005%27 HTTP/1.1" 200 None
2026-03-29 12:08:33 [auto1.it] INFO: Scrape type for PR73005: 2
2026-03-29 12:08:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 226ea16f-8e4c-5c8c-8029-e732542d307f with identifier: PR73005
2026-03-29 12:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 226ea16f-8e4c-5c8c-8029-e732542d307f with scrape type 2
2026-03-29 12:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 226ea16f-8e4c-5c8c-8029-e732542d307f with scrape type 2
2026-03-29 12:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 226ea16f-8e4c-5c8c-8029-e732542d307f, identifier: PR73005
2026-03-29 12:08:33 [auto1.it] INFO: Found listing with ID: HC79760
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HC79760%27 HTTP/1.1" 200 None
2026-03-29 12:08:33 [auto1.it] INFO: Scrape type for HC79760: 2
2026-03-29 12:08:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 125b1a7b-6637-556f-aa40-9f9e3f8626e4 with identifier: HC79760
2026-03-29 12:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 125b1a7b-6637-556f-aa40-9f9e3f8626e4 with scrape type 2
2026-03-29 12:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 125b1a7b-6637-556f-aa40-9f9e3f8626e4 with scrape type 2
2026-03-29 12:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 125b1a7b-6637-556f-aa40-9f9e3f8626e4, identifier: HC79760
2026-03-29 12:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 226ea16f-8e4c-5c8c-8029-e732542d307f with identifier: PR73005
2026-03-29 12:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 226ea16f-8e4c-5c8c-8029-e732542d307f with identifier: PR73005
2026-03-29 12:08:33 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 226ea16f-8e4c-5c8c-8029-e732542d307f with identifier: PR73005 to the API
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:15:13Z',
'fuel_type': 'hybrid',
'id': '226ea16f-8e4c-5c8c-8029-e732542d307f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/PR73005',
'listing': 'auction',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 25721,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-07',
'seller_name': None,
'title': 'Jeep Renegade 1.3 T4 4xe Plug-in Hybrid 80th Anniversary',
'transmission': 'automatic',
'trim': '80th Anniversary',
'year': 2022}
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PR73005%27 HTTP/1.1" 200 None
2026-03-29 12:08:34 [auto1.it] INFO: Saving data for PR73005: {'auction_closing_time': 1774883713.0, 'created_time': 1774699637.399187, 'last_price_update_time': 1774786114.035998}
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='PR73005') HTTP/1.1" 204 0
2026-03-29 12:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 125b1a7b-6637-556f-aa40-9f9e3f8626e4 with identifier: HC79760
2026-03-29 12:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 125b1a7b-6637-556f-aa40-9f9e3f8626e4 with identifier: HC79760
2026-03-29 12:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 125b1a7b-6637-556f-aa40-9f9e3f8626e4 with identifier: HC79760 to the API
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 4,
'engine_horse_power': 258,
'expiration_date': '2026-03-30T15:10:18Z',
'fuel_type': 'diesel',
'id': '125b1a7b-6637-556f-aa40-9f9e3f8626e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/HC79760',
'listing': 'auction',
'make': 'BMW',
'model': '5er',
'odometer': 121314,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-05-29',
'seller_name': None,
'title': 'BMW 5er 530d',
'transmission': 'automatic',
'trim': '',
'year': 2012}
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HC79760%27 HTTP/1.1" 200 None
2026-03-29 12:08:34 [auto1.it] INFO: Saving data for HC79760: {'auction_closing_time': 1774883418.0, 'created_time': 1774699593.909936, 'last_price_update_time': 1774786114.399829}
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HC79760') HTTP/1.1" 204 0
2026-03-29 12:08:34 [auto1.it] INFO: Found listing with ID: YJ65230
2026-03-29 12:08:34 [auto1.it] INFO: Found listing with ID: FN08703
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FN08703%27 HTTP/1.1" 200 None
2026-03-29 12:08:34 [auto1.it] INFO: Scrape type for FN08703: 2
2026-03-29 12:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebd64a4d-f1d7-5b81-9670-d82009ea60d4 with identifier: FN08703
2026-03-29 12:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebd64a4d-f1d7-5b81-9670-d82009ea60d4 with scrape type 2
2026-03-29 12:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebd64a4d-f1d7-5b81-9670-d82009ea60d4 with scrape type 2
2026-03-29 12:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ebd64a4d-f1d7-5b81-9670-d82009ea60d4, identifier: FN08703
2026-03-29 12:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ebd64a4d-f1d7-5b81-9670-d82009ea60d4 with identifier: FN08703
2026-03-29 12:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ebd64a4d-f1d7-5b81-9670-d82009ea60d4 with identifier: FN08703
2026-03-29 12:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ebd64a4d-f1d7-5b81-9670-d82009ea60d4 with identifier: FN08703 to the API
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 85,
'expiration_date': '2026-03-30T15:56:13Z',
'fuel_type': 'petrol',
'id': 'ebd64a4d-f1d7-5b81-9670-d82009ea60d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FN08703',
'listing': 'auction',
'make': 'Hyundai',
'model': 'i20',
'odometer': 144609,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-29',
'seller_name': None,
'title': 'Hyundai i20 1.2 Classic',
'transmission': 'manual',
'trim': 'Classic',
'year': 2014}
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FN08703%27 HTTP/1.1" 200 None
2026-03-29 12:08:34 [auto1.it] INFO: Saving data for FN08703: {'auction_closing_time': 1774886173.0, 'created_time': 1774699643.151722, 'last_price_update_time': 1774786114.772489}
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FN08703') HTTP/1.1" 204 0
2026-03-29 12:08:34 [auto1.it] INFO: Found listing with ID: AY38539
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AY38539%27 HTTP/1.1" 200 None
2026-03-29 12:08:34 [auto1.it] INFO: Scrape type for AY38539: 2
2026-03-29 12:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 984e52a1-fc86-5f11-9a48-d70cb58b60a3 with identifier: AY38539
2026-03-29 12:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 984e52a1-fc86-5f11-9a48-d70cb58b60a3 with scrape type 2
2026-03-29 12:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 984e52a1-fc86-5f11-9a48-d70cb58b60a3 with scrape type 2
2026-03-29 12:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 984e52a1-fc86-5f11-9a48-d70cb58b60a3, identifier: AY38539
2026-03-29 12:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 984e52a1-fc86-5f11-9a48-d70cb58b60a3 with identifier: AY38539
2026-03-29 12:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 984e52a1-fc86-5f11-9a48-d70cb58b60a3 with identifier: AY38539
2026-03-29 12:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 984e52a1-fc86-5f11-9a48-d70cb58b60a3 with identifier: AY38539 to the API
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 100,
'expiration_date': '2026-03-30T15:26:14Z',
'fuel_type': 'petrol',
'id': '984e52a1-fc86-5f11-9a48-d70cb58b60a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/AY38539',
'listing': 'auction',
'make': 'Hyundai',
'model': 'i30',
'odometer': 75736,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-05-09',
'seller_name': None,
'title': 'Hyundai i30 1.4 Comfort',
'transmission': 'manual',
'trim': 'Comfort',
'year': 2012}
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AY38539%27 HTTP/1.1" 200 None
2026-03-29 12:08:35 [auto1.it] INFO: Saving data for AY38539: {'auction_closing_time': 1774884374.0, 'created_time': 1774699635.236221, 'last_price_update_time': 1774786115.185271}
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='AY38539') HTTP/1.1" 204 0
2026-03-29 12:08:35 [auto1.it] INFO: Found listing with ID: DK59825
2026-03-29 12:08:35 [auto1.it] INFO: Found listing with ID: SN64311
2026-03-29 12:08:35 [auto1.it] INFO: Found listing with ID: WA74903
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WA74903%27 HTTP/1.1" 200 None
2026-03-29 12:08:35 [auto1.it] INFO: Scrape type for WA74903: 2
2026-03-29 12:08:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8eea0ba7-0e9c-5f13-b01c-723e3e34d310 with identifier: WA74903
2026-03-29 12:08:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8eea0ba7-0e9c-5f13-b01c-723e3e34d310 with scrape type 2
2026-03-29 12:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8eea0ba7-0e9c-5f13-b01c-723e3e34d310 with scrape type 2
2026-03-29 12:08:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 8eea0ba7-0e9c-5f13-b01c-723e3e34d310, identifier: WA74903
2026-03-29 12:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 8eea0ba7-0e9c-5f13-b01c-723e3e34d310 with identifier: WA74903
2026-03-29 12:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 8eea0ba7-0e9c-5f13-b01c-723e3e34d310 with identifier: WA74903
2026-03-29 12:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 8eea0ba7-0e9c-5f13-b01c-723e3e34d310 with identifier: WA74903 to the API
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:58:46Z',
'fuel_type': 'diesel',
'id': '8eea0ba7-0e9c-5f13-b01c-723e3e34d310',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WA74903',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 153552,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-27',
'seller_name': None,
'title': 'Volkswagen Tiguan 1.6 TDI Style BlueMotion',
'transmission': 'manual',
'trim': 'Style BlueMotion',
'year': 2017}
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WA74903%27 HTTP/1.1" 200 None
2026-03-29 12:08:35 [auto1.it] INFO: Saving data for WA74903: {'auction_closing_time': 1774886326.0, 'created_time': 1774440448.950955, 'last_price_update_time': 1774786115.561548}
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WA74903') HTTP/1.1" 204 0
2026-03-29 12:08:35 [auto1.it] INFO: Found listing with ID: NV36405
2026-03-29 12:08:35 [auto1.it] INFO: Found listing with ID: RX99129
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RX99129%27 HTTP/1.1" 200 None
2026-03-29 12:08:35 [auto1.it] INFO: Scrape type for RX99129: 2
2026-03-29 12:08:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6b60628-4f3c-5d4a-a89d-a2a00f9c5318 with identifier: RX99129
2026-03-29 12:08:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6b60628-4f3c-5d4a-a89d-a2a00f9c5318 with scrape type 2
2026-03-29 12:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6b60628-4f3c-5d4a-a89d-a2a00f9c5318 with scrape type 2
2026-03-29 12:08:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f6b60628-4f3c-5d4a-a89d-a2a00f9c5318, identifier: RX99129
2026-03-29 12:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f6b60628-4f3c-5d4a-a89d-a2a00f9c5318 with identifier: RX99129
2026-03-29 12:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f6b60628-4f3c-5d4a-a89d-a2a00f9c5318 with identifier: RX99129
2026-03-29 12:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f6b60628-4f3c-5d4a-a89d-a2a00f9c5318 with identifier: RX99129 to the API
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 101,
'expiration_date': '2026-03-30T15:33:26Z',
'fuel_type': 'diesel',
'id': 'f6b60628-4f3c-5d4a-a89d-a2a00f9c5318',
'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/RX99129',
'listing': 'auction',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 49913,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-22',
'seller_name': None,
'title': 'Ford Transit Connect 1.5 EcoBlue TDCi Kasten Trend lang',
'transmission': 'automatic',
'trim': 'Kasten Trend lang',
'year': 2023}
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RX99129%27 HTTP/1.1" 200 None
2026-03-29 12:08:35 [auto1.it] INFO: Saving data for RX99129: {'auction_closing_time': 1774884806.0, 'created_time': 1774699638.279271, 'last_price_update_time': 1774786115.962103}
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RX99129') HTTP/1.1" 204 0
2026-03-29 12:08:35 [auto1.it] INFO: Found listing with ID: EY62872
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EY62872%27 HTTP/1.1" 200 None
2026-03-29 12:08:35 [auto1.it] INFO: Scrape type for EY62872: 2
2026-03-29 12:08:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0077dae7-9082-5831-b811-58838feecdff with identifier: EY62872
2026-03-29 12:08:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0077dae7-9082-5831-b811-58838feecdff with scrape type 2
2026-03-29 12:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0077dae7-9082-5831-b811-58838feecdff with scrape type 2
2026-03-29 12:08:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 0077dae7-9082-5831-b811-58838feecdff, identifier: EY62872
2026-03-29 12:08: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 12:08:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 0077dae7-9082-5831-b811-58838feecdff with identifier: EY62872
2026-03-29 12:08:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 0077dae7-9082-5831-b811-58838feecdff with identifier: EY62872
2026-03-29 12:08:36 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 0077dae7-9082-5831-b811-58838feecdff with identifier: EY62872 to the API
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:23:00Z',
'fuel_type': 'diesel',
'id': '0077dae7-9082-5831-b811-58838feecdff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EY62872',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 135743,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-17',
'seller_name': None,
'title': 'Volkswagen Polo 1.4 TDI Comfortline',
'transmission': 'manual',
'trim': 'Comfortline',
'year': 2017}
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EY62872%27 HTTP/1.1" 200 None
2026-03-29 12:08:36 [auto1.it] INFO: Saving data for EY62872: {'auction_closing_time': 1774884180.0, 'created_time': 1774699593.538643, 'last_price_update_time': 1774786116.343617}
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EY62872') HTTP/1.1" 204 0
2026-03-29 12:08:36 [auto1.it] INFO: Found listing with ID: MT10040
2026-03-29 12:08:36 [auto1.it] INFO: Found listing with ID: DE88474
2026-03-29 12:08:36 [auto1.it] INFO: Found listing with ID: FC40925
2026-03-29 12:08:36 [auto1.it] INFO: Found listing with ID: LB90809
2026-03-29 12:08:36 [auto1.it] INFO: Found listing with ID: EU57494
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EU57494%27 HTTP/1.1" 200 None
2026-03-29 12:08:36 [auto1.it] INFO: Scrape type for EU57494: 2
2026-03-29 12:08:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a8b502f-6ccc-5483-9df0-0972dbb8f3d9 with identifier: EU57494
2026-03-29 12:08:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a8b502f-6ccc-5483-9df0-0972dbb8f3d9 with scrape type 2
2026-03-29 12:08:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a8b502f-6ccc-5483-9df0-0972dbb8f3d9 with scrape type 2
2026-03-29 12:08:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 4a8b502f-6ccc-5483-9df0-0972dbb8f3d9, identifier: EU57494
2026-03-29 12:08:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 4a8b502f-6ccc-5483-9df0-0972dbb8f3d9 with identifier: EU57494
2026-03-29 12:08:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 4a8b502f-6ccc-5483-9df0-0972dbb8f3d9 with identifier: EU57494
2026-03-29 12:08:36 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 4a8b502f-6ccc-5483-9df0-0972dbb8f3d9 with identifier: EU57494 to the API
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 116,
'expiration_date': '2026-03-30T15:20:05Z',
'fuel_type': 'hybrid',
'id': '4a8b502f-6ccc-5483-9df0-0972dbb8f3d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EU57494',
'listing': 'auction',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 8019,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-11',
'seller_name': None,
'title': 'Toyota Yaris Cross 1.5 Hybrid 2WD Lounge',
'transmission': 'automatic',
'trim': '2WD Lounge',
'year': 2022}
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EU57494%27 HTTP/1.1" 200 None
2026-03-29 12:08:36 [auto1.it] INFO: Saving data for EU57494: {'auction_closing_time': 1774884005.0, 'created_time': 1774699589.88535, 'last_price_update_time': 1774786116.698179}
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EU57494') HTTP/1.1" 204 0
2026-03-29 12:08:36 [auto1.it] INFO: Found listing with ID: EG76959
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EG76959%27 HTTP/1.1" 200 None
2026-03-29 12:08:36 [auto1.it] INFO: Scrape type for EG76959: 2
2026-03-29 12:08:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 414ee5a8-9966-5155-a7ea-6743de9d969e with identifier: EG76959
2026-03-29 12:08:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 414ee5a8-9966-5155-a7ea-6743de9d969e with scrape type 2
2026-03-29 12:08:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 414ee5a8-9966-5155-a7ea-6743de9d969e with scrape type 2
2026-03-29 12:08:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 414ee5a8-9966-5155-a7ea-6743de9d969e, identifier: EG76959
2026-03-29 12:08:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 414ee5a8-9966-5155-a7ea-6743de9d969e with identifier: EG76959
2026-03-29 12:08:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 414ee5a8-9966-5155-a7ea-6743de9d969e with identifier: EG76959
2026-03-29 12:08:37 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 414ee5a8-9966-5155-a7ea-6743de9d969e with identifier: EG76959 to the API
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'red',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:32:00Z',
'fuel_type': 'petrol',
'id': '414ee5a8-9966-5155-a7ea-6743de9d969e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EG76959',
'listing': 'auction',
'make': 'Ford',
'model': 'Ka',
'odometer': 115364,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-29',
'seller_name': None,
'title': 'Ford Ka 1.2 Titanium',
'transmission': 'manual',
'trim': 'Titanium',
'year': 2015}
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EG76959%27 HTTP/1.1" 200 None
2026-03-29 12:08:37 [auto1.it] INFO: Saving data for EG76959: {'auction_closing_time': 1774884720.0, 'created_time': 1774699622.750078, 'last_price_update_time': 1774786117.161697}
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EG76959') HTTP/1.1" 204 0
2026-03-29 12:08:37 [auto1.it] INFO: Channel: 24h | Page: 60 | totalHits: 2514 | hits on page: 40
2026-03-29 12:08:37 [auto1.it] INFO: Found listing with ID: BV97003
2026-03-29 12:08:37 [auto1.it] INFO: Found listing with ID: EW38815
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EW38815%27 HTTP/1.1" 200 None
2026-03-29 12:08:37 [auto1.it] INFO: Scrape type for EW38815: 2
2026-03-29 12:08:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d472da71-a6c3-5c89-bdce-60574e916ef6 with identifier: EW38815
2026-03-29 12:08:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d472da71-a6c3-5c89-bdce-60574e916ef6 with scrape type 2
2026-03-29 12:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d472da71-a6c3-5c89-bdce-60574e916ef6 with scrape type 2
2026-03-29 12:08:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: d472da71-a6c3-5c89-bdce-60574e916ef6, identifier: EW38815
2026-03-29 12:08:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: d472da71-a6c3-5c89-bdce-60574e916ef6 with identifier: EW38815
2026-03-29 12:08:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: d472da71-a6c3-5c89-bdce-60574e916ef6 with identifier: EW38815
2026-03-29 12:08:37 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: d472da71-a6c3-5c89-bdce-60574e916ef6 with identifier: EW38815 to the API
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 120,
'expiration_date': '2026-03-30T15:43:16Z',
'fuel_type': 'gas',
'id': 'd472da71-a6c3-5c89-bdce-60574e916ef6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EW38815',
'listing': 'auction',
'make': 'Ford',
'model': 'C-Max',
'odometer': 149857,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-07-30',
'seller_name': None,
'title': 'Ford C-Max 1.6 Titanium',
'transmission': 'manual',
'trim': 'Titanium',
'year': 2014}
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EW38815%27 HTTP/1.1" 200 None
2026-03-29 12:08:37 [auto1.it] INFO: Saving data for EW38815: {'auction_closing_time': 1774885396.0, 'created_time': 1774699633.679155, 'last_price_update_time': 1774786117.568761}
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EW38815') HTTP/1.1" 204 0
2026-03-29 12:08:37 [auto1.it] INFO: Found listing with ID: FW12151
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FW12151%27 HTTP/1.1" 200 None
2026-03-29 12:08:37 [auto1.it] INFO: Scrape type for FW12151: 2
2026-03-29 12:08:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50f93761-165c-58a3-af1e-21ed0d6f13ab with identifier: FW12151
2026-03-29 12:08:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50f93761-165c-58a3-af1e-21ed0d6f13ab with scrape type 2
2026-03-29 12:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50f93761-165c-58a3-af1e-21ed0d6f13ab with scrape type 2
2026-03-29 12:08:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 50f93761-165c-58a3-af1e-21ed0d6f13ab, identifier: FW12151
2026-03-29 12:08: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 12:08:37 [auto1.it] INFO: Found listing with ID: RC51898
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RC51898%27 HTTP/1.1" 200 None
2026-03-29 12:08:37 [auto1.it] INFO: Scrape type for RC51898: 0
2026-03-29 12:08:37 [auto1.it] INFO: Found listing with ID: RL93891
2026-03-29 12:08:37 [auto1.it] INFO: Found listing with ID: EX32240
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EX32240%27 HTTP/1.1" 200 None
2026-03-29 12:08:37 [auto1.it] INFO: Scrape type for EX32240: 2
2026-03-29 12:08:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcb2ce7c-b744-5815-982d-b1f51c9d812b with identifier: EX32240
2026-03-29 12:08:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcb2ce7c-b744-5815-982d-b1f51c9d812b with scrape type 2
2026-03-29 12:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcb2ce7c-b744-5815-982d-b1f51c9d812b with scrape type 2
2026-03-29 12:08:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: dcb2ce7c-b744-5815-982d-b1f51c9d812b, identifier: EX32240
2026-03-29 12:08:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 50f93761-165c-58a3-af1e-21ed0d6f13ab with identifier: FW12151
2026-03-29 12:08:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 50f93761-165c-58a3-af1e-21ed0d6f13ab with identifier: FW12151
2026-03-29 12:08:37 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 50f93761-165c-58a3-af1e-21ed0d6f13ab with identifier: FW12151 to the API
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 12:08:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:00:24Z',
'fuel_type': 'petrol',
'id': '50f93761-165c-58a3-af1e-21ed0d6f13ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/FW12151',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 89240,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-04-19',
'seller_name': None,
'title': 'Fiat 500 1.2 Lounge',
'transmission': 'manual',
'trim': 'Lounge',
'year': 2010}
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FW12151%27 HTTP/1.1" 200 None
2026-03-29 12:08:38 [auto1.it] INFO: Saving data for FW12151: {'auction_closing_time': 1774882824.0, 'created_time': 1774699610.212695, 'last_price_update_time': 1774786118.072076}
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='FW12151') HTTP/1.1" 204 0
2026-03-29 12:08:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: dcb2ce7c-b744-5815-982d-b1f51c9d812b with identifier: EX32240
2026-03-29 12:08:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: dcb2ce7c-b744-5815-982d-b1f51c9d812b with identifier: EX32240
2026-03-29 12:08:38 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: dcb2ce7c-b744-5815-982d-b1f51c9d812b with identifier: EX32240 to the API
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 95,
'expiration_date': '2026-03-30T15:31:58Z',
'fuel_type': 'diesel',
'id': 'dcb2ce7c-b744-5815-982d-b1f51c9d812b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/EX32240',
'listing': 'auction',
'make': 'Fiat',
'model': '500L',
'odometer': 222668,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-03-30',
'seller_name': None,
'title': 'Fiat 500L 1.3 M-Jet Pop Star',
'transmission': 'manual',
'trim': 'Pop Star',
'year': 2017}
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EX32240%27 HTTP/1.1" 200 None
2026-03-29 12:08:38 [auto1.it] INFO: Saving data for EX32240: {'auction_closing_time': 1774884718.0, 'created_time': 1774699630.910071, 'last_price_update_time': 1774786118.333448}
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EX32240') HTTP/1.1" 204 0
2026-03-29 12:08:38 [auto1.it] INFO: Found listing with ID: SD66994
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SD66994%27 HTTP/1.1" 200 None
2026-03-29 12:08:38 [auto1.it] INFO: Scrape type for SD66994: 2
2026-03-29 12:08:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecfc837f-3707-5d5d-a0b0-975b2ea87ef2 with identifier: SD66994
2026-03-29 12:08:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecfc837f-3707-5d5d-a0b0-975b2ea87ef2 with scrape type 2
2026-03-29 12:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecfc837f-3707-5d5d-a0b0-975b2ea87ef2 with scrape type 2
2026-03-29 12:08:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ecfc837f-3707-5d5d-a0b0-975b2ea87ef2, identifier: SD66994
2026-03-29 12:08:38 [auto1.it] INFO: Found listing with ID: SC52671
2026-03-29 12:08:38 [auto1.it] INFO: Found listing with ID: ZD86423
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZD86423%27 HTTP/1.1" 200 None
2026-03-29 12:08:38 [auto1.it] INFO: Scrape type for ZD86423: 2
2026-03-29 12:08:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee0ce13e-15ea-593a-b11d-05bedfd3bf68 with identifier: ZD86423
2026-03-29 12:08:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee0ce13e-15ea-593a-b11d-05bedfd3bf68 with scrape type 2
2026-03-29 12:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee0ce13e-15ea-593a-b11d-05bedfd3bf68 with scrape type 2
2026-03-29 12:08:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: ee0ce13e-15ea-593a-b11d-05bedfd3bf68, identifier: ZD86423
2026-03-29 12:08:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ecfc837f-3707-5d5d-a0b0-975b2ea87ef2 with identifier: SD66994
2026-03-29 12:08:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ecfc837f-3707-5d5d-a0b0-975b2ea87ef2 with identifier: SD66994
2026-03-29 12:08:38 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ecfc837f-3707-5d5d-a0b0-975b2ea87ef2 with identifier: SD66994 to the API
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'blue',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 67,
'expiration_date': '2026-03-30T15:51:57Z',
'fuel_type': 'petrol',
'id': 'ecfc837f-3707-5d5d-a0b0-975b2ea87ef2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SD66994',
'listing': 'auction',
'make': 'Hyundai',
'model': 'i10',
'odometer': 33069,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-20',
'seller_name': None,
'title': 'Hyundai i10 1.0 Style',
'transmission': 'manual',
'trim': 'Style',
'year': 2017}
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SD66994%27 HTTP/1.1" 200 None
2026-03-29 12:08:38 [auto1.it] INFO: Saving data for SD66994: {'auction_closing_time': 1774885917.0, 'created_time': 1774699620.577812, 'last_price_update_time': 1774786118.871168}
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SD66994') HTTP/1.1" 204 0
2026-03-29 12:08:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: ee0ce13e-15ea-593a-b11d-05bedfd3bf68 with identifier: ZD86423
2026-03-29 12:08:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: ee0ce13e-15ea-593a-b11d-05bedfd3bf68 with identifier: ZD86423
2026-03-29 12:08:38 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: ee0ce13e-15ea-593a-b11d-05bedfd3bf68 with identifier: ZD86423 to the API
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 75,
'expiration_date': '2026-03-30T15:57:18Z',
'fuel_type': 'petrol',
'id': 'ee0ce13e-15ea-593a-b11d-05bedfd3bf68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/ZD86423',
'listing': 'auction',
'make': 'Renault',
'model': 'Modus',
'odometer': 154923,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-11-29',
'seller_name': None,
'title': 'Renault Modus 1.2 Expression',
'transmission': 'manual',
'trim': 'Expression',
'year': 2009}
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27ZD86423%27 HTTP/1.1" 200 None
2026-03-29 12:08:39 [auto1.it] INFO: Saving data for ZD86423: {'auction_closing_time': 1774886238.0, 'created_time': 1774699630.225043, 'last_price_update_time': 1774786119.152384}
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='ZD86423') HTTP/1.1" 204 0
2026-03-29 12:08:39 [auto1.it] INFO: Found listing with ID: LB50046
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LB50046%27 HTTP/1.1" 200 None
2026-03-29 12:08:39 [auto1.it] INFO: Scrape type for LB50046: 2
2026-03-29 12:08:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03d9f1cd-13c8-5a12-a075-fc1c6be123f9 with identifier: LB50046
2026-03-29 12:08:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03d9f1cd-13c8-5a12-a075-fc1c6be123f9 with scrape type 2
2026-03-29 12:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03d9f1cd-13c8-5a12-a075-fc1c6be123f9 with scrape type 2
2026-03-29 12:08:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 03d9f1cd-13c8-5a12-a075-fc1c6be123f9, identifier: LB50046
2026-03-29 12:08:39 [auto1.it] INFO: Found listing with ID: FJ00600
2026-03-29 12:08:39 [auto1.it] INFO: Found listing with ID: GD51545
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GD51545%27 HTTP/1.1" 200 None
2026-03-29 12:08:39 [auto1.it] INFO: Scrape type for GD51545: 2
2026-03-29 12:08:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbdc37d8-83c1-576e-9ad5-1a040d503d19 with identifier: GD51545
2026-03-29 12:08:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbdc37d8-83c1-576e-9ad5-1a040d503d19 with scrape type 2
2026-03-29 12:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbdc37d8-83c1-576e-9ad5-1a040d503d19 with scrape type 2
2026-03-29 12:08:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: dbdc37d8-83c1-576e-9ad5-1a040d503d19, identifier: GD51545
2026-03-29 12:08:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 03d9f1cd-13c8-5a12-a075-fc1c6be123f9 with identifier: LB50046
2026-03-29 12:08:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 03d9f1cd-13c8-5a12-a075-fc1c6be123f9 with identifier: LB50046
2026-03-29 12:08:39 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 03d9f1cd-13c8-5a12-a075-fc1c6be123f9 with identifier: LB50046 to the API
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 105,
'expiration_date': '2026-03-30T15:03:25Z',
'fuel_type': 'diesel',
'id': '03d9f1cd-13c8-5a12-a075-fc1c6be123f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LB50046',
'listing': 'auction',
'make': 'Skoda',
'model': 'Yeti',
'odometer': 160217,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-05-09',
'seller_name': None,
'title': 'Skoda Yeti 1.6 TDI Ambiton GreenLine',
'transmission': 'manual',
'trim': 'Ambiton GreenLine',
'year': 2013}
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LB50046%27 HTTP/1.1" 200 None
2026-03-29 12:08:39 [auto1.it] INFO: Saving data for LB50046: {'auction_closing_time': 1774883005.0, 'created_time': 1774699621.507474, 'last_price_update_time': 1774786119.641814}
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LB50046') HTTP/1.1" 204 0
2026-03-29 12:08:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: dbdc37d8-83c1-576e-9ad5-1a040d503d19 with identifier: GD51545
2026-03-29 12:08:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: dbdc37d8-83c1-576e-9ad5-1a040d503d19 with identifier: GD51545
2026-03-29 12:08:39 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: dbdc37d8-83c1-576e-9ad5-1a040d503d19 with identifier: GD51545 to the API
2026-03-29 12:08:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 60,
'expiration_date': '2026-03-30T15:41:29Z',
'fuel_type': 'petrol',
'id': 'dbdc37d8-83c1-576e-9ad5-1a040d503d19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/GD51545',
'listing': 'auction',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 101688,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-08-30',
'seller_name': None,
'title': 'Ford Fiesta 1.25 Trend',
'transmission': 'manual',
'trim': 'Trend',
'year': 2011}
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GD51545%27 HTTP/1.1" 200 None
2026-03-29 12:08:40 [auto1.it] INFO: Saving data for GD51545: {'auction_closing_time': 1774885289.0, 'created_time': 1774699613.468194, 'last_price_update_time': 1774786120.009258}
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='GD51545') HTTP/1.1" 204 0
2026-03-29 12:08:40 [auto1.it] INFO: Found listing with ID: NL74097
2026-03-29 12:08:40 [auto1.it] INFO: Found listing with ID: ME27860
2026-03-29 12:08:40 [auto1.it] INFO: Found listing with ID: MX93098
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MX93098%27 HTTP/1.1" 200 None
2026-03-29 12:08:40 [auto1.it] INFO: Scrape type for MX93098: 2
2026-03-29 12:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21a40b1f-769c-5063-91c5-8404dd3fb1bc with identifier: MX93098
2026-03-29 12:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21a40b1f-769c-5063-91c5-8404dd3fb1bc with scrape type 2
2026-03-29 12:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21a40b1f-769c-5063-91c5-8404dd3fb1bc with scrape type 2
2026-03-29 12:08:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 21a40b1f-769c-5063-91c5-8404dd3fb1bc, identifier: MX93098
2026-03-29 12:08:40 [auto1.it] INFO: Found listing with ID: HC77212
2026-03-29 12:08:40 [auto1.it] INFO: Found listing with ID: UD61440
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UD61440%27 HTTP/1.1" 200 None
2026-03-29 12:08:40 [auto1.it] INFO: Scrape type for UD61440: 2
2026-03-29 12:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e7dcd7d-102b-5040-8b00-8247980db4a5 with identifier: UD61440
2026-03-29 12:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e7dcd7d-102b-5040-8b00-8247980db4a5 with scrape type 2
2026-03-29 12:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e7dcd7d-102b-5040-8b00-8247980db4a5 with scrape type 2
2026-03-29 12:08:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 1e7dcd7d-102b-5040-8b00-8247980db4a5, identifier: UD61440
2026-03-29 12:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 21a40b1f-769c-5063-91c5-8404dd3fb1bc with identifier: MX93098
2026-03-29 12:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 21a40b1f-769c-5063-91c5-8404dd3fb1bc with identifier: MX93098
2026-03-29 12:08:40 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 21a40b1f-769c-5063-91c5-8404dd3fb1bc with identifier: MX93098 to the API
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 122,
'expiration_date': '2026-03-30T15:48:05Z',
'fuel_type': 'petrol',
'id': '21a40b1f-769c-5063-91c5-8404dd3fb1bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/MX93098',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Golf VI',
'odometer': 255397,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-31',
'seller_name': None,
'title': 'Volkswagen Golf VI 1.4 TSI Comfortline',
'transmission': 'manual',
'trim': 'Comfortline',
'year': 2010}
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MX93098%27 HTTP/1.1" 200 None
2026-03-29 12:08:40 [auto1.it] INFO: Saving data for MX93098: {'auction_closing_time': 1774885685.0, 'created_time': 1774699617.636463, 'last_price_update_time': 1774786120.476897}
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='MX93098') HTTP/1.1" 204 0
2026-03-29 12:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 1e7dcd7d-102b-5040-8b00-8247980db4a5 with identifier: UD61440
2026-03-29 12:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 1e7dcd7d-102b-5040-8b00-8247980db4a5 with identifier: UD61440
2026-03-29 12:08:40 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 1e7dcd7d-102b-5040-8b00-8247980db4a5 with identifier: UD61440 to the API
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 140,
'expiration_date': '2026-03-30T15:00:02Z',
'fuel_type': 'diesel',
'id': '1e7dcd7d-102b-5040-8b00-8247980db4a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/UD61440',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 448237,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-01-19',
'seller_name': None,
'title': 'Volkswagen Tiguan 2.0 TDI Sport & Style 4Motion',
'transmission': 'manual',
'trim': 'Sport & Style 4Motion',
'year': 2009}
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UD61440%27 HTTP/1.1" 200 None
2026-03-29 12:08:40 [auto1.it] INFO: Saving data for UD61440: {'auction_closing_time': 1774882802.0, 'created_time': 1774699612.32968, 'last_price_update_time': 1774786120.739002}
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='UD61440') HTTP/1.1" 204 0
2026-03-29 12:08:40 [auto1.it] INFO: Found listing with ID: CL75380
2026-03-29 12:08:40 [auto1.it] INFO: Found listing with ID: VK29965
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VK29965%27 HTTP/1.1" 200 None
2026-03-29 12:08:40 [auto1.it] INFO: Scrape type for VK29965: 2
2026-03-29 12:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fe6e99e-badc-5a01-b97a-b1995e889268 with identifier: VK29965
2026-03-29 12:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fe6e99e-badc-5a01-b97a-b1995e889268 with scrape type 2
2026-03-29 12:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fe6e99e-badc-5a01-b97a-b1995e889268 with scrape type 2
2026-03-29 12:08:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3fe6e99e-badc-5a01-b97a-b1995e889268, identifier: VK29965
2026-03-29 12:08:40 [auto1.it] INFO: Found listing with ID: EP46313
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EP46313%27 HTTP/1.1" 200 None
2026-03-29 12:08:40 [auto1.it] INFO: Scrape type for EP46313: 2
2026-03-29 12:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 271d4042-2b7b-5c1c-a9b4-f94a4651c34b with identifier: EP46313
2026-03-29 12:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 271d4042-2b7b-5c1c-a9b4-f94a4651c34b with scrape type 2
2026-03-29 12:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 271d4042-2b7b-5c1c-a9b4-f94a4651c34b with scrape type 2
2026-03-29 12:08:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 271d4042-2b7b-5c1c-a9b4-f94a4651c34b, identifier: EP46313
2026-03-29 12:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3fe6e99e-badc-5a01-b97a-b1995e889268 with identifier: VK29965
2026-03-29 12:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3fe6e99e-badc-5a01-b97a-b1995e889268 with identifier: VK29965
2026-03-29 12:08:41 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3fe6e99e-badc-5a01-b97a-b1995e889268 with identifier: VK29965 to the API
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 4,
'engine_horse_power': 205,
'expiration_date': '2026-03-30T15:36:46Z',
'fuel_type': 'diesel',
'id': '3fe6e99e-badc-5a01-b97a-b1995e889268',
'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/VK29965',
'listing': 'auction',
'make': 'Volkswagen',
'model': 'Amarok',
'odometer': 115900,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-28',
'seller_name': None,
'title': 'Volkswagen Amarok 2.0 TDI Life Doppelkabine 4Motion',
'transmission': 'automatic',
'trim': 'Life Doppelkabine 4Motion',
'year': 2023}
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VK29965%27 HTTP/1.1" 200 None
2026-03-29 12:08:41 [auto1.it] INFO: Saving data for VK29965: {'auction_closing_time': 1774885006.0, 'created_time': 1774699634.505205, 'last_price_update_time': 1774786121.22239}
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VK29965') HTTP/1.1" 204 0
2026-03-29 12:08:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 271d4042-2b7b-5c1c-a9b4-f94a4651c34b with identifier: EP46313
2026-03-29 12:08:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 271d4042-2b7b-5c1c-a9b4-f94a4651c34b with identifier: EP46313
2026-03-29 12:08:41 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 271d4042-2b7b-5c1c-a9b4-f94a4651c34b with identifier: EP46313 to the API
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08: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': 197,
'expiration_date': '2026-03-30T15:19:49Z',
'fuel_type': 'diesel',
'id': '271d4042-2b7b-5c1c-a9b4-f94a4651c34b',
'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/EP46313',
'listing': 'auction',
'make': 'Volvo',
'model': 'XC60',
'odometer': 234255,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-24',
'seller_name': None,
'title': 'Volvo XC60 2.0 B4 Mild-Hybrid Core 2WD',
'transmission': 'automatic',
'trim': 'Core 2WD',
'year': 2022}
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EP46313%27 HTTP/1.1" 200 None
2026-03-29 12:08:41 [auto1.it] INFO: Saving data for EP46313: {'auction_closing_time': 1774883989.0, 'created_time': 1774343191.116189, 'last_price_update_time': 1774786121.494065}
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='EP46313') HTTP/1.1" 204 0
2026-03-29 12:08:41 [auto1.it] INFO: Found listing with ID: WG00273
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WG00273%27 HTTP/1.1" 200 None
2026-03-29 12:08:41 [auto1.it] INFO: Scrape type for WG00273: 2
2026-03-29 12:08:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6896d477-cffe-57f4-8204-fba01dc762e5 with identifier: WG00273
2026-03-29 12:08:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6896d477-cffe-57f4-8204-fba01dc762e5 with scrape type 2
2026-03-29 12:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6896d477-cffe-57f4-8204-fba01dc762e5 with scrape type 2
2026-03-29 12:08:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 6896d477-cffe-57f4-8204-fba01dc762e5, identifier: WG00273
2026-03-29 12:08:41 [auto1.it] INFO: Found listing with ID: NB70789
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NB70789%27 HTTP/1.1" 200 None
2026-03-29 12:08:41 [auto1.it] INFO: Scrape type for NB70789: 2
2026-03-29 12:08:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a0bd5fb-40ab-5cdd-804d-90031e1efb58 with identifier: NB70789
2026-03-29 12:08:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a0bd5fb-40ab-5cdd-804d-90031e1efb58 with scrape type 2
2026-03-29 12:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a0bd5fb-40ab-5cdd-804d-90031e1efb58 with scrape type 2
2026-03-29 12:08:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 3a0bd5fb-40ab-5cdd-804d-90031e1efb58, identifier: NB70789
2026-03-29 12:08:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 6896d477-cffe-57f4-8204-fba01dc762e5 with identifier: WG00273
2026-03-29 12:08:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 6896d477-cffe-57f4-8204-fba01dc762e5 with identifier: WG00273
2026-03-29 12:08:41 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 6896d477-cffe-57f4-8204-fba01dc762e5 with identifier: WG00273 to the API
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 80,
'expiration_date': '2026-03-30T15:34:02Z',
'fuel_type': 'diesel',
'id': '6896d477-cffe-57f4-8204-fba01dc762e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/WG00273',
'listing': 'auction',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 252607,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-06-30',
'seller_name': None,
'title': 'Seat Ibiza 1.4 TDI Stylance / Style',
'transmission': 'manual',
'trim': 'Stylance / Style',
'year': 2009}
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WG00273%27 HTTP/1.1" 200 None
2026-03-29 12:08:41 [auto1.it] INFO: Saving data for WG00273: {'auction_closing_time': 1774884842.0, 'created_time': 1774699618.312595, 'last_price_update_time': 1774786121.960422}
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='WG00273') HTTP/1.1" 204 0
2026-03-29 12:08:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 3a0bd5fb-40ab-5cdd-804d-90031e1efb58 with identifier: NB70789
2026-03-29 12:08:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 3a0bd5fb-40ab-5cdd-804d-90031e1efb58 with identifier: NB70789
2026-03-29 12:08:42 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 3a0bd5fb-40ab-5cdd-804d-90031e1efb58 with identifier: NB70789 to the API
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'black',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 190,
'expiration_date': '2026-03-30T15:36:35Z',
'fuel_type': 'diesel',
'id': '3a0bd5fb-40ab-5cdd-804d-90031e1efb58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/NB70789',
'listing': 'auction',
'make': 'BMW',
'model': 'X4',
'odometer': 328181,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-17',
'seller_name': None,
'title': 'BMW X4 xDrive 20d',
'transmission': 'automatic',
'trim': '',
'year': 2016}
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NB70789%27 HTTP/1.1" 200 None
2026-03-29 12:08:42 [auto1.it] INFO: Saving data for NB70789: {'auction_closing_time': 1774884995.0, 'created_time': 1774699611.989132, 'last_price_update_time': 1774786122.232828}
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='NB70789') HTTP/1.1" 204 0
2026-03-29 12:08:42 [auto1.it] INFO: Found listing with ID: BX84836
2026-03-29 12:08:42 [auto1.it] INFO: Found listing with ID: ZH45027
2026-03-29 12:08:42 [auto1.it] INFO: Found listing with ID: CD24058
2026-03-29 12:08:42 [auto1.it] INFO: Found listing with ID: VB56015
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VB56015%27 HTTP/1.1" 200 None
2026-03-29 12:08:42 [auto1.it] INFO: Scrape type for VB56015: 2
2026-03-29 12:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87a43274-98c5-525d-99d7-bd65dbd988d3 with identifier: VB56015
2026-03-29 12:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87a43274-98c5-525d-99d7-bd65dbd988d3 with scrape type 2
2026-03-29 12:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87a43274-98c5-525d-99d7-bd65dbd988d3 with scrape type 2
2026-03-29 12:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 87a43274-98c5-525d-99d7-bd65dbd988d3, identifier: VB56015
2026-03-29 12:08:42 [auto1.it] INFO: Found listing with ID: ZF56836
2026-03-29 12:08:42 [auto1.it] INFO: Found listing with ID: LS68308
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LS68308%27 HTTP/1.1" 200 None
2026-03-29 12:08:42 [auto1.it] INFO: Scrape type for LS68308: 2
2026-03-29 12:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be04f711-f980-59c2-9ef7-f4aa908022f7 with identifier: LS68308
2026-03-29 12:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be04f711-f980-59c2-9ef7-f4aa908022f7 with scrape type 2
2026-03-29 12:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be04f711-f980-59c2-9ef7-f4aa908022f7 with scrape type 2
2026-03-29 12:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: be04f711-f980-59c2-9ef7-f4aa908022f7, identifier: LS68308
2026-03-29 12:08:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 87a43274-98c5-525d-99d7-bd65dbd988d3 with identifier: VB56015
2026-03-29 12:08:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 87a43274-98c5-525d-99d7-bd65dbd988d3 with identifier: VB56015
2026-03-29 12:08:42 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 87a43274-98c5-525d-99d7-bd65dbd988d3 with identifier: VB56015 to the API
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:04:41Z',
'fuel_type': 'diesel',
'id': '87a43274-98c5-525d-99d7-bd65dbd988d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/VB56015',
'listing': 'auction',
'make': 'Ford',
'model': 'C-Max',
'odometer': 137793,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-04-28',
'seller_name': None,
'title': 'Ford C-Max 1.6 TDCi Titanium',
'transmission': 'manual',
'trim': 'Titanium',
'year': 2011}
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VB56015%27 HTTP/1.1" 200 None
2026-03-29 12:08:42 [auto1.it] INFO: Saving data for VB56015: {'auction_closing_time': 1774883081.0, 'created_time': 1774699619.065211, 'last_price_update_time': 1774786122.732645}
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='VB56015') HTTP/1.1" 204 0
2026-03-29 12:08:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: be04f711-f980-59c2-9ef7-f4aa908022f7 with identifier: LS68308
2026-03-29 12:08:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: be04f711-f980-59c2-9ef7-f4aa908022f7 with identifier: LS68308
2026-03-29 12:08:42 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: be04f711-f980-59c2-9ef7-f4aa908022f7 with identifier: LS68308 to the API
2026-03-29 12:08:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'white',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 110,
'expiration_date': '2026-03-30T15:22:27Z',
'fuel_type': 'diesel',
'id': 'be04f711-f980-59c2-9ef7-f4aa908022f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/LS68308',
'listing': 'auction',
'make': 'Nissan',
'model': 'Pulsar',
'odometer': 183528,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-04',
'seller_name': None,
'title': 'Nissan Pulsar 1.5 Turbodiesel Acenta',
'transmission': 'manual',
'trim': 'Acenta',
'year': 2015}
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LS68308%27 HTTP/1.1" 200 None
2026-03-29 12:08:43 [auto1.it] INFO: Saving data for LS68308: {'auction_closing_time': 1774884147.0, 'created_time': 1774699610.856189, 'last_price_update_time': 1774786123.08748}
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='LS68308') HTTP/1.1" 204 0
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: TV81460
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: RK78436
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RK78436%27 HTTP/1.1" 200 None
2026-03-29 12:08:43 [auto1.it] INFO: Scrape type for RK78436: 2
2026-03-29 12:08:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c16c40ca-e976-5dea-9dd6-99afe4b3c1ae with identifier: RK78436
2026-03-29 12:08:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c16c40ca-e976-5dea-9dd6-99afe4b3c1ae with scrape type 2
2026-03-29 12:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c16c40ca-e976-5dea-9dd6-99afe4b3c1ae with scrape type 2
2026-03-29 12:08:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: c16c40ca-e976-5dea-9dd6-99afe4b3c1ae, identifier: RK78436
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: LX14349
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: HU17700
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HU17700%27 HTTP/1.1" 200 None
2026-03-29 12:08:43 [auto1.it] INFO: Scrape type for HU17700: 2
2026-03-29 12:08:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfc9795f-bc6f-5e47-ac08-3e603016d0d1 with identifier: HU17700
2026-03-29 12:08:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfc9795f-bc6f-5e47-ac08-3e603016d0d1 with scrape type 2
2026-03-29 12:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfc9795f-bc6f-5e47-ac08-3e603016d0d1 with scrape type 2
2026-03-29 12:08:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: bfc9795f-bc6f-5e47-ac08-3e603016d0d1, identifier: HU17700
2026-03-29 12:08:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: c16c40ca-e976-5dea-9dd6-99afe4b3c1ae with identifier: RK78436
2026-03-29 12:08:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: c16c40ca-e976-5dea-9dd6-99afe4b3c1ae with identifier: RK78436
2026-03-29 12:08:43 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: c16c40ca-e976-5dea-9dd6-99afe4b3c1ae with identifier: RK78436 to the API
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 60,
'expiration_date': '2026-03-30T15:04:35Z',
'fuel_type': 'petrol',
'id': 'c16c40ca-e976-5dea-9dd6-99afe4b3c1ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/RK78436',
'listing': 'auction',
'make': 'Citroen',
'model': 'C3',
'odometer': 219791,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-07-30',
'seller_name': None,
'title': 'Citroen C3 1.1 Style',
'transmission': 'manual',
'trim': 'Style',
'year': 2009}
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RK78436%27 HTTP/1.1" 200 None
2026-03-29 12:08:43 [auto1.it] INFO: Saving data for RK78436: {'auction_closing_time': 1774883075.0, 'created_time': 1774699625.345102, 'last_price_update_time': 1774786123.556633}
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='RK78436') HTTP/1.1" 204 0
2026-03-29 12:08:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: bfc9795f-bc6f-5e47-ac08-3e603016d0d1 with identifier: HU17700
2026-03-29 12:08:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: bfc9795f-bc6f-5e47-ac08-3e603016d0d1 with identifier: HU17700
2026-03-29 12:08:43 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: bfc9795f-bc6f-5e47-ac08-3e603016d0d1 with identifier: HU17700 to the API
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 3,
'engine_horse_power': 70,
'expiration_date': '2026-03-30T15:58:05Z',
'fuel_type': 'petrol',
'id': 'bfc9795f-bc6f-5e47-ac08-3e603016d0d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/HU17700',
'listing': 'auction',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 131664,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2008-03-02',
'seller_name': None,
'title': 'Toyota Yaris 1.0 VVT-i',
'transmission': 'manual',
'trim': '',
'year': 2008}
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HU17700%27 HTTP/1.1" 200 None
2026-03-29 12:08:43 [auto1.it] INFO: Saving data for HU17700: {'auction_closing_time': 1774886285.0, 'created_time': 1773136444.065713, 'last_price_update_time': 1774786123.833664}
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='HU17700') HTTP/1.1" 204 0
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: SX60727
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: SF25356
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: PB64949
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: HW36660
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HW36660%27 HTTP/1.1" 200 None
2026-03-29 12:08:43 [auto1.it] INFO: Scrape type for HW36660: 0
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: HR61031
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27HR61031%27 HTTP/1.1" 200 None
2026-03-29 12:08:43 [auto1.it] INFO: Scrape type for HR61031: 0
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: GX37056
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GX37056%27 HTTP/1.1" 200 None
2026-03-29 12:08:43 [auto1.it] INFO: Scrape type for GX37056: 0
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: RU00933
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: SP24974
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SP24974%27 HTTP/1.1" 200 None
2026-03-29 12:08:43 [auto1.it] INFO: Scrape type for SP24974: 0
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: WU48756
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WU48756%27 HTTP/1.1" 200 None
2026-03-29 12:08:43 [auto1.it] INFO: Scrape type for WU48756: 0
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: PR17884
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: XP65023
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: FV28373
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27FV28373%27 HTTP/1.1" 200 None
2026-03-29 12:08:43 [auto1.it] INFO: Scrape type for FV28373: 0
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: BU89130
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BU89130%27 HTTP/1.1" 200 None
2026-03-29 12:08:43 [auto1.it] INFO: Scrape type for BU89130: 0
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: WM91137
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WM91137%27 HTTP/1.1" 200 None
2026-03-29 12:08:43 [auto1.it] INFO: Scrape type for WM91137: 0
2026-03-29 12:08:43 [auto1.it] INFO: Found listing with ID: MR74044
2026-03-29 12:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MR74044%27 HTTP/1.1" 200 None
2026-03-29 12:08:44 [auto1.it] INFO: Scrape type for MR74044: 0
2026-03-29 12:08:44 [auto1.it] INFO: Found listing with ID: JB83443
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JB83443%27 HTTP/1.1" 200 None
2026-03-29 12:08:44 [auto1.it] INFO: Scrape type for JB83443: 0
2026-03-29 12:08:44 [auto1.it] INFO: Found listing with ID: PB47164
2026-03-29 12:08:44 [auto1.it] INFO: Found listing with ID: RU74019
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RU74019%27 HTTP/1.1" 200 None
2026-03-29 12:08:44 [auto1.it] INFO: Scrape type for RU74019: 0
2026-03-29 12:08:44 [auto1.it] INFO: Found listing with ID: GT62268
2026-03-29 12:08:44 [auto1.it] INFO: Found listing with ID: NY06096
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NY06096%27 HTTP/1.1" 200 None
2026-03-29 12:08:44 [auto1.it] INFO: Scrape type for NY06096: 0
2026-03-29 12:08:44 [auto1.it] INFO: Found listing with ID: DD11193
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DD11193%27 HTTP/1.1" 200 None
2026-03-29 12:08:44 [auto1.it] INFO: Scrape type for DD11193: 0
2026-03-29 12:08:44 [auto1.it] INFO: Found listing with ID: TU55073
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TU55073%27 HTTP/1.1" 200 None
2026-03-29 12:08:44 [auto1.it] INFO: Scrape type for TU55073: 0
2026-03-29 12:08:44 [auto1.it] INFO: Found listing with ID: JC52693
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JC52693%27 HTTP/1.1" 200 None
2026-03-29 12:08:44 [auto1.it] INFO: Scrape type for JC52693: 0
2026-03-29 12:08:44 [auto1.it] INFO: Found listing with ID: BA37529
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BA37529%27 HTTP/1.1" 200 None
2026-03-29 12:08:44 [auto1.it] INFO: Scrape type for BA37529: 0
2026-03-29 12:08:44 [auto1.it] INFO: Found listing with ID: PR63683
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PR63683%27 HTTP/1.1" 200 None
2026-03-29 12:08:44 [auto1.it] INFO: Scrape type for PR63683: 0
2026-03-29 12:08:44 [auto1.it] INFO: Found listing with ID: XB86450
2026-03-29 12:08:44 [auto1.it] INFO: Found listing with ID: BC13106
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BC13106%27 HTTP/1.1" 200 None
2026-03-29 12:08:44 [auto1.it] INFO: Scrape type for BC13106: 2
2026-03-29 12:08:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36ce2ae7-4284-57be-bf98-6054721a526e with identifier: BC13106
2026-03-29 12:08:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36ce2ae7-4284-57be-bf98-6054721a526e with scrape type 2
2026-03-29 12:08:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36ce2ae7-4284-57be-bf98-6054721a526e with scrape type 2
2026-03-29 12:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: 36ce2ae7-4284-57be-bf98-6054721a526e, identifier: BC13106
2026-03-29 12:08:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: 36ce2ae7-4284-57be-bf98-6054721a526e with identifier: BC13106
2026-03-29 12:08:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: 36ce2ae7-4284-57be-bf98-6054721a526e with identifier: BC13106
2026-03-29 12:08:44 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: 36ce2ae7-4284-57be-bf98-6054721a526e with identifier: BC13106 to the API
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'gray',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 115,
'expiration_date': '2026-03-30T15:19:43Z',
'fuel_type': 'petrol',
'id': '36ce2ae7-4284-57be-bf98-6054721a526e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/BC13106',
'listing': 'auction',
'make': 'Opel',
'model': 'Zafira',
'odometer': 128598,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-09-29',
'seller_name': None,
'title': 'Opel Zafira 1.6 Cosmo',
'transmission': 'manual',
'trim': 'Cosmo',
'year': 2010}
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BC13106%27 HTTP/1.1" 200 None
2026-03-29 12:08:44 [auto1.it] INFO: Saving data for BC13106: {'auction_closing_time': 1774883983.0, 'created_time': 1774699615.21616, 'last_price_update_time': 1774786124.499156}
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='BC13106') HTTP/1.1" 204 0
2026-03-29 12:08: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 12:08:44 [auto1.it] INFO: Found listing with ID: SS75136
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SS75136%27 HTTP/1.1" 200 None
2026-03-29 12:08:44 [auto1.it] INFO: Scrape type for SS75136: 2
2026-03-29 12:08:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f029de87-54cc-51b1-8c8d-319621cad535 with identifier: SS75136
2026-03-29 12:08:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f029de87-54cc-51b1-8c8d-319621cad535 with scrape type 2
2026-03-29 12:08:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f029de87-54cc-51b1-8c8d-319621cad535 with scrape type 2
2026-03-29 12:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: auto1.it, Processed item id: f029de87-54cc-51b1-8c8d-319621cad535, identifier: SS75136
2026-03-29 12:08:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: auto1.it, Translating item: f029de87-54cc-51b1-8c8d-319621cad535 with identifier: SS75136
2026-03-29 12:08:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: auto1.it, Applying rules to item: f029de87-54cc-51b1-8c8d-319621cad535 with identifier: SS75136
2026-03-29 12:08:44 [crawlers.pipelines.post_to_api] INFO: Spider: auto1.it, Posting item: f029de87-54cc-51b1-8c8d-319621cad535 with identifier: SS75136 to the API
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 12:08: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 12:08:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07>
{'auction_title': '',
'color': 'silver',
'currency': 'EUR',
'doors_number': 5,
'engine_horse_power': 163,
'expiration_date': '2026-03-30T15:18:58Z',
'fuel_type': 'diesel',
'id': 'f029de87-54cc-51b1-8c8d-319621cad535',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'link_to_web_offer': 'https://www.auto1.com/en/app/merchant/car/SS75136',
'listing': 'auction',
'make': 'Jeep',
'model': 'Compass',
'odometer': 168046,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-04-27',
'seller_name': None,
'title': 'Jeep Compass 2.2 CRD Limited 4x4',
'transmission': 'manual',
'trim': 'Limited 4x4',
'year': 2011}
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SS75136%27 HTTP/1.1" 200 None
2026-03-29 12:08:44 [auto1.it] INFO: Saving data for SS75136: {'auction_closing_time': 1774883938.0, 'created_time': 1774699634.108063, 'last_price_update_time': 1774786124.987647}
2026-03-29 12:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto1.it',RowKey='SS75136') HTTP/1.1" 204 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: TZ08821
2026-03-29 12:08:45 [auto1.it] INFO: Channel: 24h | Page: 61 | totalHits: 2514 | hits on page: 40
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: KC74563
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KC74563%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for KC74563: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: JD73354
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: MB22824
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MB22824%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for MB22824: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: NW35507
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NW35507%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for NW35507: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: AG64342
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AG64342%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for AG64342: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: RC92896
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RC92896%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for RC92896: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: WK68121
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27WK68121%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for WK68121: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: MM70792
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MM70792%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for MM70792: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: RF74009
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: FD11952
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: VP67579
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VP67579%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for VP67579: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: VM60926
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27VM60926%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for VM60926: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: RY72509
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RY72509%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for RY72509: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: UE94474
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UE94474%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for UE94474: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: LG11591
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: UD99211
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: SX47374
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: AP90035
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AP90035%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for AP90035: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: NS10029
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: BY89134
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BY89134%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for BY89134: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: TW88152
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: MU21056
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MU21056%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for MU21056: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: BG29864
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: XE56181
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XE56181%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for XE56181: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: WY26414
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: CP34925
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CP34925%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for CP34925: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: UB84582
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UB84582%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for UB84582: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: HY41860
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: FD69176
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: CB28979
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CB28979%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for CB28979: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: RG05236
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RG05236%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for RG05236: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: MN63848
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MN63848%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for MN63848: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: GC15950
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GC15950%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for GC15950: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: ZU87038
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: YR71782
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YR71782%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for YR71782: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: RX70685
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RX70685%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for RX70685: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: ZG33148
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: JP42061
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JP42061%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for JP42061: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: YC40082
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YC40082%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for YC40082: 0
2026-03-29 12:08:45 [auto1.it] INFO: Found listing with ID: PR59695
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PR59695%27 HTTP/1.1" 200 None
2026-03-29 12:08:45 [auto1.it] INFO: Scrape type for PR59695: 0
2026-03-29 12:08: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 12:08: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 12:08:46 [auto1.it] INFO: Channel: 24h | Page: 62 | totalHits: 2514 | hits on page: 40
2026-03-29 12:08:46 [auto1.it] INFO: Found listing with ID: AL09653
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27AL09653%27 HTTP/1.1" 200 None
2026-03-29 12:08:46 [auto1.it] INFO: Scrape type for AL09653: 0
2026-03-29 12:08:46 [auto1.it] INFO: Found listing with ID: DK55043
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DK55043%27 HTTP/1.1" 200 None
2026-03-29 12:08:46 [auto1.it] INFO: Scrape type for DK55043: 0
2026-03-29 12:08:46 [auto1.it] INFO: Found listing with ID: AG82147
2026-03-29 12:08:46 [auto1.it] INFO: Found listing with ID: RG79014
2026-03-29 12:08:46 [auto1.it] INFO: Found listing with ID: NU26591
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NU26591%27 HTTP/1.1" 200 None
2026-03-29 12:08:46 [auto1.it] INFO: Scrape type for NU26591: 0
2026-03-29 12:08:46 [auto1.it] INFO: Found listing with ID: UB42424
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UB42424%27 HTTP/1.1" 200 None
2026-03-29 12:08:46 [auto1.it] INFO: Scrape type for UB42424: 0
2026-03-29 12:08:46 [auto1.it] INFO: Found listing with ID: RV63380
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27RV63380%27 HTTP/1.1" 200 None
2026-03-29 12:08:46 [auto1.it] INFO: Scrape type for RV63380: 0
2026-03-29 12:08:46 [auto1.it] INFO: Found listing with ID: JE70672
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JE70672%27 HTTP/1.1" 200 None
2026-03-29 12:08:46 [auto1.it] INFO: Scrape type for JE70672: 0
2026-03-29 12:08:46 [auto1.it] INFO: Found listing with ID: KL44785
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KL44785%27 HTTP/1.1" 200 None
2026-03-29 12:08:46 [auto1.it] INFO: Scrape type for KL44785: 0
2026-03-29 12:08:46 [auto1.it] INFO: Found listing with ID: TU59167
2026-03-29 12:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TU59167%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for TU59167: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: TD04886
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TD04886%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for TD04886: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: NK26905
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27NK26905%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for NK26905: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: PL47981
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: EP64063
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27EP64063%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for EP64063: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: XS31843
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: DP98022
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DP98022%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for DP98022: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: TZ57511
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TZ57511%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for TZ57511: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: XF75286
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XF75286%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for XF75286: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: MN96094
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: YD21144
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YD21144%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for YD21144: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: RT57270
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: JC99655
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27JC99655%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for JC99655: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: YN59096
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YN59096%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for YN59096: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: PC10641
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PC10641%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for PC10641: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: MH04778
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27MH04778%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for MH04778: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: HG07035
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: RB57838
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: UW00940
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UW00940%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for UW00940: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: CR16346
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CR16346%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for CR16346: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: PD21393
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PD21393%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for PD21393: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: AU50392
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: XK62729
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XK62729%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for XK62729: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: BD17279
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27BD17279%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for BD17279: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: VV69855
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: WP22813
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: PZ74443
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PZ74443%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for PZ74443: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: DF91853
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DF91853%27 HTTP/1.1" 200 None
2026-03-29 12:08:47 [auto1.it] INFO: Scrape type for DF91853: 0
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: KA05234
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: NA17081
2026-03-29 12:08:47 [auto1.it] INFO: Found listing with ID: XL36522
2026-03-29 12:08: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 12:08:48 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07> (referer: https://www.auto1.com/v1/car-search/cars/search/cdb8adcc-312b-4040-b112-4a289f3f9b07) ['zyte-api']
2026-03-29 12:08:48 [auto1.it] INFO: Channel: 24h | Page: 63 | totalHits: 2514 | hits on page: 34
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: WJ93918
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: PW21371
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: TR54078
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27TR54078%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for TR54078: 0
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: LG70821
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27LG70821%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for LG70821: 0
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: TL02972
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: PD30072
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PD30072%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for PD30072: 0
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: PN93360
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27PN93360%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for PN93360: 0
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: WH30921
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: WC55302
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: GP46420
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27GP46420%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for GP46420: 0
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: LD02725
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: SB80667
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: HW51602
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: DX75497
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27DX75497%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for DX75497: 0
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: KF97174
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: UT33269
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: GJ33186
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: CJ50775
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CJ50775%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for CJ50775: 0
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: YB09690
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: UC99700
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: EG31110
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: SK62476
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: KR24813
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KR24813%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for KR24813: 0
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: WL53741
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: KK99486
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27KK99486%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for KK99486: 0
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: XW14976
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27XW14976%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for XW14976: 0
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: CV32353
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27CV32353%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for CV32353: 0
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: YE49798
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27YE49798%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for YE49798: 0
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: RB84694
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: DJ31826
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: UL30423
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27UL30423%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for UL30423: 0
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: MT45417
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: FV07755
2026-03-29 12:08:48 [auto1.it] INFO: Found listing with ID: SW75734
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 12:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto1.it%27%20and%20RowKey%20eq%20%27SW75734%27 HTTP/1.1" 200 None
2026-03-29 12:08:48 [auto1.it] INFO: Scrape type for SW75734: 0
2026-03-29 12:08:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 12:08: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 12:08:49 [auto1.it] INFO: Channel: 24h | Page: 64 | totalHits: 2514 | hits on page: 0
2026-03-29 12:08:49 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-29 12:08:49 [auto1.it] INFO: auto1.it Batch config: batch 2/2
2026-03-29 12:08:49 [auto1.it] INFO: auto1.it Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 1, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 66, <ScrapeType.BATCH_SKIPPED: 5>: 49}
2026-03-29 12:08:49 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (209 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto1.it/task_23_2026-03-29T12_05_00.jl
2026-03-29 12:08:49 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 192938,
'downloader/request_count': 68,
'downloader/request_method_count/GET': 2,
'downloader/request_method_count/POST': 66,
'downloader/response_bytes': 10850695,
'downloader/response_count': 68,
'downloader/response_status_count/200': 68,
'elapsed_time_seconds': 224.658732,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 29, 12, 8, 49, 710098, tzinfo=datetime.timezone.utc),
'item_scraped_count': 209,
'log_count/DEBUG': 4217,
'log_count/INFO': 5637,
'memusage/max': 168210432,
'memusage/startup': 149569536,
'request_depth_max': 67,
'response_received_count': 68,
'scheduler/dequeued': 68,
'scheduler/dequeued/memory': 68,
'scheduler/enqueued': 68,
'scheduler/enqueued/memory': 68,
'scrape_type/batch_skipped': 1270,
'scrape_type/price_update': 209,
'scrape_type/skipped': 1075,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 68,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 2.315766210188432,
'scrapy-zyte-api/mean_response_seconds': 2.4449830436736675,
'scrapy-zyte-api/processed': 68,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 68,
'scrapy-zyte-api/request_args/experimental.requestCookies': 67,
'scrapy-zyte-api/request_args/experimental.responseCookies': 68,
'scrapy-zyte-api/request_args/httpRequestBody': 66,
'scrapy-zyte-api/request_args/httpRequestMethod': 66,
'scrapy-zyte-api/request_args/httpResponseBody': 68,
'scrapy-zyte-api/request_args/httpResponseHeaders': 68,
'scrapy-zyte-api/request_args/sessionContext': 68,
'scrapy-zyte-api/request_args/url': 68,
'scrapy-zyte-api/status_codes/200': 68,
'scrapy-zyte-api/success': 68,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 2554,
'source/total_available': 2514,
'start_time': datetime.datetime(2026, 3, 29, 12, 5, 5, 51366, tzinfo=datetime.timezone.utc)}
2026-03-29 12:08:49 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-29 12:08:49 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f2249800850>
2026-03-29 12:08:49 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f22491a00d0>