PROJECT (sourcing_v2)
SPIDER (auto_selling_autoscout24.it)
2026-03-30 14:29:07 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-30 14:29:07 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-30 14:29:07 [auto_selling_autoscout24.it] INFO: Starting auto_selling_autoscout.it spider
2026-03-30 14:29:07 [auto_selling_autoscout24.it] INFO: _job: 496ce4402c1f11f18e133aacc95538c6, SCRAPY_JOB: None
2026-03-30 14:29:07 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-30 14:29:07 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-30 14:29:07 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-30 14:29:07 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-30 14:29:07 [scrapy.extensions.telnet] INFO: Telnet Password: 0a40efd8ec04752f
2026-03-30 14:29:07 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-30 14:29:07 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 3600,
'CONCURRENT_REQUESTS': 5,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/auto_selling_autoscout24.it/496ce4402c1f11f18e133aacc95538c6.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-30 14:29:07 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 14:29:07 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-30 14:29:07 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-30 14:29:07 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware for auto_selling
2026-03-30 14:29:07 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.auto_selling.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-30 14:29:07 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.post_to_azurebus_auto_selling.AzureBusPipelineAutoSelling',
'crawlers.pipelines.save_to_cdlq_db_auto_selling.SaveToCdlqDbAutoSelling']
2026-03-30 14:29:07 [scrapy.core.engine] INFO: Spider opened
2026-03-30 14:29:07 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-30 14:29:07 [common.service_bus.service_bus_client_factory] INFO: ServiceBusClient initialized via DefaultAzureCredential for alx-production-bus.servicebus.windows.net
2026-03-30 14:29:07 [crawlers.pipelines.base_azure_bus_pipeline] INFO: [AzureBusPipeline] Connected to topic auto.sourcing-v2
2026-03-30 14:29:07 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-30 14:29:07 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
2026-03-30 14:29:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-30 14:29:07 [scrapy-playwright] INFO: Starting download handler
2026-03-30 14:29:07 [scrapy-playwright] INFO: Starting download handler
2026-03-30 14:29:12 [auto_selling_autoscout24.it] INFO: Scraper started with URL: https://www.autoscout24.it/concessionari/topcar-uno-srl
2026-03-30 14:29:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 14:29:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.autoscout24.it/concessionari/topcar-uno-srl> (referer: None) ['zyte-api']
2026-03-30 14:29:15 [auto_selling_autoscout24.it] INFO: Parsing dealer homepage
2026-03-30 14:29:15 [auto_selling_autoscout24.it] INFO: Extracted customerId: 3417304
2026-03-30 14:29:15 [auto_selling_autoscout24.it] INFO: Fetching listings for customerId: 3417304, page: 1
2026-03-30 14:29:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 14:29:16 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.autoscout24.it/api/dealer-detail/fetch-listings> (referer: https://www.autoscout24.it/concessionari/topcar-uno-srl) ['zyte-api']
2026-03-30 14:29:17 [auto_selling_autoscout24.it] INFO: Parsing listings response for page: 1
2026-03-30 14:29:17 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-30 14:29:17 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%276fb2b9d0-53aa-47de-8cb7-3aa0fea01ead%27 HTTP/1.1" 200 None
2026-03-30 14:29:17 [auto_selling_autoscout24.it] INFO: Scrape type for 6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead: 1
2026-03-30 14:29:17 [auto_selling_autoscout24.it] INFO: Scraping new listing 6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead
2026-03-30 14:29:17 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: 6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead
2026-03-30 14:29:17 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 3730014e-dfc6-5a6b-8a82-6fc98c2867b9 with identifier: 6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead
2026-03-30 14:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3730014e-dfc6-5a6b-8a82-6fc98c2867b9
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_eb4504f2-d6cc-4c42-b341-375384b7e2c2.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_eb4504f2-d6cc-4c42-b341-375384b7e2c2.jpg/250x188.webp already downloaded
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_b6a2b819-3e3a-468c-a7dc-e0d02761f2d9.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_b6a2b819-3e3a-468c-a7dc-e0d02761f2d9.jpg/250x188.webp already downloaded
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_0ebfbe8a-e73b-4362-b235-85af8e90368b.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_0ebfbe8a-e73b-4362-b235-85af8e90368b.jpg/250x188.webp already downloaded
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_c894c3a7-85e3-4444-9d79-b5c5054906db.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_c894c3a7-85e3-4444-9d79-b5c5054906db.jpg/250x188.webp already downloaded
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_dd6148ec-0208-4728-96f4-7913bc0e1aaa.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_dd6148ec-0208-4728-96f4-7913bc0e1aaa.jpg/250x188.webp already downloaded
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_954e32b1-e068-40e4-9059-bed2ab780be8.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_954e32b1-e068-40e4-9059-bed2ab780be8.jpg/250x188.webp already downloaded
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_ea538030-c02a-4a5d-be60-d5fa39a0f528.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_ea538030-c02a-4a5d-be60-d5fa39a0f528.jpg/250x188.webp already downloaded
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_34e27903-f8f0-4bb6-b526-8dbd73b287b8.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_34e27903-f8f0-4bb6-b526-8dbd73b287b8.jpg/250x188.webp already downloaded
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_4b5ef0d7-b1a8-427f-929c-189192739dde.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_4b5ef0d7-b1a8-427f-929c-189192739dde.jpg/250x188.webp already downloaded
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_7a52ef12-7be5-4ffa-91db-c47b4da1a1e0.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_7a52ef12-7be5-4ffa-91db-c47b4da1a1e0.jpg/250x188.webp already downloaded
2026-03-30 14:29:17 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 3730014e-dfc6-5a6b-8a82-6fc98c2867b9 with identifier 6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead
2026-03-30 14:29:17 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: None -> <ConnectionState.START: 0>
2026-03-30 14:29:17 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.START: 0> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 14:29:17 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.HDR_SENT: 2>
2026-03-30 14:29:17 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.HDR_SENT: 2> -> <ConnectionState.OPEN_PIPE: 4>
2026-03-30 14:29:17 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.UNMAPPED: 0> -> <SessionState.BEGIN_SENT: 1>
2026-03-30 14:29:17 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 14:29:17 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 14:29:17 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 14:29:17 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 14:29:17 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_PIPE: 4> -> <ConnectionState.OPEN_SENT: 7>
2026-03-30 14:29:17 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPEN_SENT: 7> -> <ConnectionState.OPENED: 9>
2026-03-30 14:29:17 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.BEGIN_SENT: 1> -> <SessionState.MAPPED: 3>
2026-03-30 14:29:17 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 14:29:17 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 14:29:17 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 14:29:17 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 14:29:17 [azure.servicebus._pyamqp.cbs] DEBUG: CBS completed opening with status: <ManagementOpenResult.OK: 1>
2026-03-30 14:29:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2022
2026-03-30 14:29:18 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-30 14:29:18 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774880958
2026-03-30 14:29:18 [azure.servicebus._pyamqp.cbs] DEBUG: CBS update in progress. Token put time: 1774880958
2026-03-30 14:29:18 [azure.servicebus._pyamqp.cbs] DEBUG: CBS Put token result (<ManagementExecuteOperationResult.OK: 0>), status code: 202, status_description: b'Accepted'.
2026-03-30 14:29:18 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:18 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACHED: 0> -> <LinkState.ATTACH_SENT: 1>
2026-03-30 14:29:18 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACH_SENT: 1> -> <LinkState.ATTACHED: 3>
2026-03-30 14:29:18 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:18 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:18 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:18 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:18 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 3730014e-dfc6-5a6b-8a82-6fc98c2867b9
2026-03-30 14:29:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 179,
'expiration_date': None,
'fuel_type': 'Electric/Gasoline',
'id': '3730014e-dfc6-5a6b-8a82-6fc98c2867b9',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/hyundai-tucson-tucson-iii-2021-1-6-hev-exellence-2wd-auto-electric-gasoline-white-6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead',
'listing': 'auction',
'make': 'Hyundai',
'model': 'TUCSON',
'odometer': 56002,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 28,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_eb4504f2-d6cc-4c42-b341-375384b7e2c2.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_b6a2b819-3e3a-468c-a7dc-e0d02761f2d9.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_0ebfbe8a-e73b-4362-b235-85af8e90368b.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_c894c3a7-85e3-4444-9d79-b5c5054906db.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_dd6148ec-0208-4728-96f4-7913bc0e1aaa.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_954e32b1-e068-40e4-9059-bed2ab780be8.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_ea538030-c02a-4a5d-be60-d5fa39a0f528.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_34e27903-f8f0-4bb6-b526-8dbd73b287b8.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_4b5ef0d7-b1a8-427f-929c-189192739dde.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_7a52ef12-7be5-4ffa-91db-c47b4da1a1e0.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3730014e-dfc6-5a6b-8a82-6fc98c2867b9/3730014e-dfc6-5a6b-8a82-6fc98c2867b9_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 5162,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_eb4504f2-d6cc-4c42-b341-375384b7e2c2.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3730014e-dfc6-5a6b-8a82-6fc98c2867b9/3730014e-dfc6-5a6b-8a82-6fc98c2867b9_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6168,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_b6a2b819-3e3a-468c-a7dc-e0d02761f2d9.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3730014e-dfc6-5a6b-8a82-6fc98c2867b9/3730014e-dfc6-5a6b-8a82-6fc98c2867b9_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 5118,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_0ebfbe8a-e73b-4362-b235-85af8e90368b.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3730014e-dfc6-5a6b-8a82-6fc98c2867b9/3730014e-dfc6-5a6b-8a82-6fc98c2867b9_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 4368,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_c894c3a7-85e3-4444-9d79-b5c5054906db.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3730014e-dfc6-5a6b-8a82-6fc98c2867b9/3730014e-dfc6-5a6b-8a82-6fc98c2867b9_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 5348,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_dd6148ec-0208-4728-96f4-7913bc0e1aaa.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3730014e-dfc6-5a6b-8a82-6fc98c2867b9/3730014e-dfc6-5a6b-8a82-6fc98c2867b9_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 5074,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_954e32b1-e068-40e4-9059-bed2ab780be8.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3730014e-dfc6-5a6b-8a82-6fc98c2867b9/3730014e-dfc6-5a6b-8a82-6fc98c2867b9_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 5098,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_ea538030-c02a-4a5d-be60-d5fa39a0f528.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3730014e-dfc6-5a6b-8a82-6fc98c2867b9/3730014e-dfc6-5a6b-8a82-6fc98c2867b9_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 5686,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_34e27903-f8f0-4bb6-b526-8dbd73b287b8.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3730014e-dfc6-5a6b-8a82-6fc98c2867b9/3730014e-dfc6-5a6b-8a82-6fc98c2867b9_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 5188,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_4b5ef0d7-b1a8-427f-929c-189192739dde.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3730014e-dfc6-5a6b-8a82-6fc98c2867b9/3730014e-dfc6-5a6b-8a82-6fc98c2867b9_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 4160,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead_7a52ef12-7be5-4ffa-91db-c47b4da1a1e0.jpg/250x188.webp',
'Width': 250}],
'price': 24500,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seller_name': None,
'title': 'Hyundai TUCSON Tucson III 2021 1.6 hev Exellence 2wd auto',
'transmission': 'automatic',
'trim': 'Tucson III 2021 1.6 hev Exellence 2wd auto',
'vin': None,
'year': 2022}
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%276fb2b9d0-53aa-47de-8cb7-3aa0fea01ead%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [auto_selling_autoscout24.it] INFO: Saving data for 6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead: {'created_time': 1774880958.261466, 'last_price_update_time': 1774880958.26148}
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='6fb2b9d0-53aa-47de-8cb7-3aa0fea01ead') HTTP/1.1" 204 0
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27e7c59a38-4a39-449b-909e-61f34ea1861c%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [auto_selling_autoscout24.it] INFO: Scrape type for e7c59a38-4a39-449b-909e-61f34ea1861c: 1
2026-03-30 14:29:18 [auto_selling_autoscout24.it] INFO: Scraping new listing e7c59a38-4a39-449b-909e-61f34ea1861c
2026-03-30 14:29:18 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: e7c59a38-4a39-449b-909e-61f34ea1861c
2026-03-30 14:29:18 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 50766bf4-5841-5568-8685-f1e8c9722190 with identifier: e7c59a38-4a39-449b-909e-61f34ea1861c
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 50766bf4-5841-5568-8685-f1e8c9722190
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe7c59a38-4a39-449b-909e-61f34ea1861c_2dc768aa-8bd0-4d81-a54d-8af2e0306f49.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_2dc768aa-8bd0-4d81-a54d-8af2e0306f49.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe7c59a38-4a39-449b-909e-61f34ea1861c_a106724e-4c98-4d1e-a0c3-19055032c1c7.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_a106724e-4c98-4d1e-a0c3-19055032c1c7.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe7c59a38-4a39-449b-909e-61f34ea1861c_e9da5603-79f0-49b1-b34b-e9595578dacd.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_e9da5603-79f0-49b1-b34b-e9595578dacd.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe7c59a38-4a39-449b-909e-61f34ea1861c_16cc3b6b-7a4c-4392-a980-8b06d840199f.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_16cc3b6b-7a4c-4392-a980-8b06d840199f.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe7c59a38-4a39-449b-909e-61f34ea1861c_33d790f4-aab9-47ea-a0f5-19b5561fdb11.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_33d790f4-aab9-47ea-a0f5-19b5561fdb11.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe7c59a38-4a39-449b-909e-61f34ea1861c_458961eb-0665-41fe-86c3-9019cef37d8e.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_458961eb-0665-41fe-86c3-9019cef37d8e.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe7c59a38-4a39-449b-909e-61f34ea1861c_5b14c935-f267-4800-aa5a-64e7518d1dd8.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_5b14c935-f267-4800-aa5a-64e7518d1dd8.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe7c59a38-4a39-449b-909e-61f34ea1861c_7893e798-bf26-4f9f-9b61-4ab000e21920.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_7893e798-bf26-4f9f-9b61-4ab000e21920.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe7c59a38-4a39-449b-909e-61f34ea1861c_6e6bc3f2-41fd-4b2d-b3b9-5421f949fccc.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_6e6bc3f2-41fd-4b2d-b3b9-5421f949fccc.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe7c59a38-4a39-449b-909e-61f34ea1861c_c83b6d1b-a046-4361-bf48-687ec7d123a2.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_c83b6d1b-a046-4361-bf48-687ec7d123a2.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 50766bf4-5841-5568-8685-f1e8c9722190 with identifier e7c59a38-4a39-449b-909e-61f34ea1861c
2026-03-30 14:29:18 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:18 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:18 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 50766bf4-5841-5568-8685-f1e8c9722190
2026-03-30 14:29:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 92,
'expiration_date': None,
'fuel_type': 'Electric/Gasoline',
'id': '50766bf4-5841-5568-8685-f1e8c9722190',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/toyota-yaris-cross-yaris-cross-1-5h-lounge-fwd-130cv-e-cvt-electric-gasoline-black-e7c59a38-4a39-449b-909e-61f34ea1861c',
'listing': 'auction',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 5,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 27,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_2dc768aa-8bd0-4d81-a54d-8af2e0306f49.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_a106724e-4c98-4d1e-a0c3-19055032c1c7.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_e9da5603-79f0-49b1-b34b-e9595578dacd.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_16cc3b6b-7a4c-4392-a980-8b06d840199f.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_33d790f4-aab9-47ea-a0f5-19b5561fdb11.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_458961eb-0665-41fe-86c3-9019cef37d8e.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_5b14c935-f267-4800-aa5a-64e7518d1dd8.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_7893e798-bf26-4f9f-9b61-4ab000e21920.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_6e6bc3f2-41fd-4b2d-b3b9-5421f949fccc.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_c83b6d1b-a046-4361-bf48-687ec7d123a2.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50766bf4-5841-5568-8685-f1e8c9722190/50766bf4-5841-5568-8685-f1e8c9722190_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 6248,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_2dc768aa-8bd0-4d81-a54d-8af2e0306f49.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50766bf4-5841-5568-8685-f1e8c9722190/50766bf4-5841-5568-8685-f1e8c9722190_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6398,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_a106724e-4c98-4d1e-a0c3-19055032c1c7.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50766bf4-5841-5568-8685-f1e8c9722190/50766bf4-5841-5568-8685-f1e8c9722190_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 5772,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_e9da5603-79f0-49b1-b34b-e9595578dacd.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50766bf4-5841-5568-8685-f1e8c9722190/50766bf4-5841-5568-8685-f1e8c9722190_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 4742,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_16cc3b6b-7a4c-4392-a980-8b06d840199f.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50766bf4-5841-5568-8685-f1e8c9722190/50766bf4-5841-5568-8685-f1e8c9722190_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 3710,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_33d790f4-aab9-47ea-a0f5-19b5561fdb11.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50766bf4-5841-5568-8685-f1e8c9722190/50766bf4-5841-5568-8685-f1e8c9722190_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 4172,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_458961eb-0665-41fe-86c3-9019cef37d8e.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50766bf4-5841-5568-8685-f1e8c9722190/50766bf4-5841-5568-8685-f1e8c9722190_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 5932,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_5b14c935-f267-4800-aa5a-64e7518d1dd8.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50766bf4-5841-5568-8685-f1e8c9722190/50766bf4-5841-5568-8685-f1e8c9722190_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 4554,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_7893e798-bf26-4f9f-9b61-4ab000e21920.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50766bf4-5841-5568-8685-f1e8c9722190/50766bf4-5841-5568-8685-f1e8c9722190_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 4204,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_6e6bc3f2-41fd-4b2d-b3b9-5421f949fccc.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_50766bf4-5841-5568-8685-f1e8c9722190/50766bf4-5841-5568-8685-f1e8c9722190_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 4764,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e7c59a38-4a39-449b-909e-61f34ea1861c_c83b6d1b-a046-4361-bf48-687ec7d123a2.jpg/250x188.webp',
'Width': 250}],
'price': 32500,
'price_includes_vat': False,
'registration_date': '2026-01-01',
'seller_name': None,
'title': 'Toyota Yaris Cross Yaris Cross 1.5h Lounge fwd 130cv e-cvt',
'transmission': 'automatic',
'trim': 'Yaris Cross 1.5h Lounge fwd 130cv e-cvt',
'vin': None,
'year': 2026}
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27e7c59a38-4a39-449b-909e-61f34ea1861c%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [auto_selling_autoscout24.it] INFO: Saving data for e7c59a38-4a39-449b-909e-61f34ea1861c: {'created_time': 1774880958.535632, 'last_price_update_time': 1774880958.53565}
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='e7c59a38-4a39-449b-909e-61f34ea1861c') HTTP/1.1" 204 0
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27f259385a-c253-496e-8a3b-b73b785c9a9d%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [auto_selling_autoscout24.it] INFO: Scrape type for f259385a-c253-496e-8a3b-b73b785c9a9d: 1
2026-03-30 14:29:18 [auto_selling_autoscout24.it] INFO: Scraping new listing f259385a-c253-496e-8a3b-b73b785c9a9d
2026-03-30 14:29:18 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: f259385a-c253-496e-8a3b-b73b785c9a9d
2026-03-30 14:29:18 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 0170e14d-6a29-510e-b7e0-4321d7e6edd7 with identifier: f259385a-c253-496e-8a3b-b73b785c9a9d
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0170e14d-6a29-510e-b7e0-4321d7e6edd7
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff259385a-c253-496e-8a3b-b73b785c9a9d_c77bb1d0-656f-443d-b14a-b4926e586ff4.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_c77bb1d0-656f-443d-b14a-b4926e586ff4.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff259385a-c253-496e-8a3b-b73b785c9a9d_a2be19c4-ed41-455c-8336-0e7f3e9241c6.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_a2be19c4-ed41-455c-8336-0e7f3e9241c6.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff259385a-c253-496e-8a3b-b73b785c9a9d_2d35357f-7ddb-4163-a249-703f4a56aeec.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_2d35357f-7ddb-4163-a249-703f4a56aeec.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff259385a-c253-496e-8a3b-b73b785c9a9d_3d4c7958-cad9-4f04-8088-3b251b19b55b.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_3d4c7958-cad9-4f04-8088-3b251b19b55b.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff259385a-c253-496e-8a3b-b73b785c9a9d_98f60852-6597-418b-807f-5892b18b91a9.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_98f60852-6597-418b-807f-5892b18b91a9.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff259385a-c253-496e-8a3b-b73b785c9a9d_f9931e14-be25-4495-981a-927a232540a6.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_f9931e14-be25-4495-981a-927a232540a6.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff259385a-c253-496e-8a3b-b73b785c9a9d_5e62cc7a-f040-407a-9766-8933cbdafc6e.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_5e62cc7a-f040-407a-9766-8933cbdafc6e.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff259385a-c253-496e-8a3b-b73b785c9a9d_88f1daa7-61e8-47ec-93ba-b7e0d49654b5.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_88f1daa7-61e8-47ec-93ba-b7e0d49654b5.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff259385a-c253-496e-8a3b-b73b785c9a9d_52f27291-38dc-4e85-94b7-4268092da5ae.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_52f27291-38dc-4e85-94b7-4268092da5ae.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff259385a-c253-496e-8a3b-b73b785c9a9d_1a0ecff3-37e5-4392-891b-016f8ebc0c2c.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_1a0ecff3-37e5-4392-891b-016f8ebc0c2c.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 0170e14d-6a29-510e-b7e0-4321d7e6edd7 with identifier f259385a-c253-496e-8a3b-b73b785c9a9d
2026-03-30 14:29:18 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:18 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:18 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 0170e14d-6a29-510e-b7e0-4321d7e6edd7
2026-03-30 14:29:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 101,
'expiration_date': None,
'fuel_type': 'Gasoline',
'id': '0170e14d-6a29-510e-b7e0-4321d7e6edd7',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/peugeot-208-208-ii-2019-1-2-puretech-active-pack-s-gasoline-black-f259385a-c253-496e-8a3b-b73b785c9a9d',
'listing': 'auction',
'make': 'Peugeot',
'model': '208',
'odometer': 22907,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 24,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_c77bb1d0-656f-443d-b14a-b4926e586ff4.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_a2be19c4-ed41-455c-8336-0e7f3e9241c6.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_2d35357f-7ddb-4163-a249-703f4a56aeec.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_3d4c7958-cad9-4f04-8088-3b251b19b55b.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_98f60852-6597-418b-807f-5892b18b91a9.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_f9931e14-be25-4495-981a-927a232540a6.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_5e62cc7a-f040-407a-9766-8933cbdafc6e.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_88f1daa7-61e8-47ec-93ba-b7e0d49654b5.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_52f27291-38dc-4e85-94b7-4268092da5ae.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_1a0ecff3-37e5-4392-891b-016f8ebc0c2c.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0170e14d-6a29-510e-b7e0-4321d7e6edd7/0170e14d-6a29-510e-b7e0-4321d7e6edd7_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 5242,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_c77bb1d0-656f-443d-b14a-b4926e586ff4.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0170e14d-6a29-510e-b7e0-4321d7e6edd7/0170e14d-6a29-510e-b7e0-4321d7e6edd7_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 5926,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_a2be19c4-ed41-455c-8336-0e7f3e9241c6.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0170e14d-6a29-510e-b7e0-4321d7e6edd7/0170e14d-6a29-510e-b7e0-4321d7e6edd7_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 5234,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_2d35357f-7ddb-4163-a249-703f4a56aeec.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0170e14d-6a29-510e-b7e0-4321d7e6edd7/0170e14d-6a29-510e-b7e0-4321d7e6edd7_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 3686,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_3d4c7958-cad9-4f04-8088-3b251b19b55b.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0170e14d-6a29-510e-b7e0-4321d7e6edd7/0170e14d-6a29-510e-b7e0-4321d7e6edd7_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 5028,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_98f60852-6597-418b-807f-5892b18b91a9.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0170e14d-6a29-510e-b7e0-4321d7e6edd7/0170e14d-6a29-510e-b7e0-4321d7e6edd7_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 6164,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_f9931e14-be25-4495-981a-927a232540a6.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0170e14d-6a29-510e-b7e0-4321d7e6edd7/0170e14d-6a29-510e-b7e0-4321d7e6edd7_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 5646,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_5e62cc7a-f040-407a-9766-8933cbdafc6e.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0170e14d-6a29-510e-b7e0-4321d7e6edd7/0170e14d-6a29-510e-b7e0-4321d7e6edd7_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 4576,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_88f1daa7-61e8-47ec-93ba-b7e0d49654b5.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0170e14d-6a29-510e-b7e0-4321d7e6edd7/0170e14d-6a29-510e-b7e0-4321d7e6edd7_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 3560,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_52f27291-38dc-4e85-94b7-4268092da5ae.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0170e14d-6a29-510e-b7e0-4321d7e6edd7/0170e14d-6a29-510e-b7e0-4321d7e6edd7_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 4042,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f259385a-c253-496e-8a3b-b73b785c9a9d_1a0ecff3-37e5-4392-891b-016f8ebc0c2c.jpg/250x188.webp',
'Width': 250}],
'price': 13300,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seller_name': None,
'title': 'Peugeot 208 208 II 2019 1.2 puretech Active Pack s',
'transmission': 'automatic',
'trim': '208 II 2019 1.2 puretech Active Pack s',
'vin': None,
'year': 2022}
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27f259385a-c253-496e-8a3b-b73b785c9a9d%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [auto_selling_autoscout24.it] INFO: Saving data for f259385a-c253-496e-8a3b-b73b785c9a9d: {'created_time': 1774880958.826409, 'last_price_update_time': 1774880958.826421}
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='f259385a-c253-496e-8a3b-b73b785c9a9d') HTTP/1.1" 204 0
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [auto_selling_autoscout24.it] INFO: Scrape type for fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff: 1
2026-03-30 14:29:18 [auto_selling_autoscout24.it] INFO: Scraping new listing fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff
2026-03-30 14:29:18 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff
2026-03-30 14:29:18 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d6981fd-bf0e-581b-9ef2-61735b482077 with identifier: fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7d6981fd-bf0e-581b-9ef2-61735b482077
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_87991158-bc6b-4d81-be03-a9e9a8ab0421.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_87991158-bc6b-4d81-be03-a9e9a8ab0421.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_b7ebbda5-ba9a-43a6-be63-4ee6508822aa.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_b7ebbda5-ba9a-43a6-be63-4ee6508822aa.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_a8a2d9c4-83cf-4529-936e-f47dfc56d989.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_a8a2d9c4-83cf-4529-936e-f47dfc56d989.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_47a7f856-91fa-4f41-8876-c36c5191a97a.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_47a7f856-91fa-4f41-8876-c36c5191a97a.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_b681613e-f65b-4a36-9939-79f7b0c160e0.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_b681613e-f65b-4a36-9939-79f7b0c160e0.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_a58640ca-8eb0-4947-9dcc-1ab41e87ac13.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_a58640ca-8eb0-4947-9dcc-1ab41e87ac13.jpg/250x188.webp already downloaded
2026-03-30 14:29:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_d4e42584-2a64-4438-ac46-53184b40e52a.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_d4e42584-2a64-4438-ac46-53184b40e52a.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_3a2f8f4b-3cef-4352-be42-173638668686.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_3a2f8f4b-3cef-4352-be42-173638668686.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_43d0d9d7-d2eb-47df-bd64-e3b245901398.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_43d0d9d7-d2eb-47df-bd64-e3b245901398.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_7009477a-6955-4848-9889-14b32ffeb64f.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_7009477a-6955-4848-9889-14b32ffeb64f.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 7d6981fd-bf0e-581b-9ef2-61735b482077 with identifier fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff
2026-03-30 14:29:19 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:19 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:19 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 7d6981fd-bf0e-581b-9ef2-61735b482077
2026-03-30 14:29:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 92,
'expiration_date': None,
'fuel_type': 'Electric/Gasoline',
'id': '7d6981fd-bf0e-581b-9ef2-61735b482077',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/toyota-aygo-x-aygo-x-1-5-hybrid-icon-e-cvt-electric-gasoline-bronze-fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff',
'listing': 'auction',
'make': 'Toyota',
'model': 'Aygo X',
'odometer': 5,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_87991158-bc6b-4d81-be03-a9e9a8ab0421.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_b7ebbda5-ba9a-43a6-be63-4ee6508822aa.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_a8a2d9c4-83cf-4529-936e-f47dfc56d989.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_47a7f856-91fa-4f41-8876-c36c5191a97a.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_b681613e-f65b-4a36-9939-79f7b0c160e0.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_a58640ca-8eb0-4947-9dcc-1ab41e87ac13.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_d4e42584-2a64-4438-ac46-53184b40e52a.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_3a2f8f4b-3cef-4352-be42-173638668686.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_43d0d9d7-d2eb-47df-bd64-e3b245901398.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_7009477a-6955-4848-9889-14b32ffeb64f.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d6981fd-bf0e-581b-9ef2-61735b482077/7d6981fd-bf0e-581b-9ef2-61735b482077_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 6426,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_87991158-bc6b-4d81-be03-a9e9a8ab0421.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d6981fd-bf0e-581b-9ef2-61735b482077/7d6981fd-bf0e-581b-9ef2-61735b482077_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6706,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_b7ebbda5-ba9a-43a6-be63-4ee6508822aa.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d6981fd-bf0e-581b-9ef2-61735b482077/7d6981fd-bf0e-581b-9ef2-61735b482077_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 6100,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_a8a2d9c4-83cf-4529-936e-f47dfc56d989.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d6981fd-bf0e-581b-9ef2-61735b482077/7d6981fd-bf0e-581b-9ef2-61735b482077_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 4862,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_47a7f856-91fa-4f41-8876-c36c5191a97a.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d6981fd-bf0e-581b-9ef2-61735b482077/7d6981fd-bf0e-581b-9ef2-61735b482077_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 3988,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_b681613e-f65b-4a36-9939-79f7b0c160e0.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d6981fd-bf0e-581b-9ef2-61735b482077/7d6981fd-bf0e-581b-9ef2-61735b482077_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 4464,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_a58640ca-8eb0-4947-9dcc-1ab41e87ac13.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d6981fd-bf0e-581b-9ef2-61735b482077/7d6981fd-bf0e-581b-9ef2-61735b482077_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 4036,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_d4e42584-2a64-4438-ac46-53184b40e52a.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d6981fd-bf0e-581b-9ef2-61735b482077/7d6981fd-bf0e-581b-9ef2-61735b482077_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 2296,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_3a2f8f4b-3cef-4352-be42-173638668686.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d6981fd-bf0e-581b-9ef2-61735b482077/7d6981fd-bf0e-581b-9ef2-61735b482077_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 5052,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_43d0d9d7-d2eb-47df-bd64-e3b245901398.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7d6981fd-bf0e-581b-9ef2-61735b482077/7d6981fd-bf0e-581b-9ef2-61735b482077_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 3998,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff_7009477a-6955-4848-9889-14b32ffeb64f.jpg/250x188.webp',
'Width': 250}],
'price': 21000,
'price_includes_vat': False,
'registration_date': '2025-12-01',
'seller_name': None,
'title': 'Toyota Aygo X Aygo X 1.5 hybrid Icon e-cvt',
'transmission': 'automatic',
'trim': 'Aygo X 1.5 hybrid Icon e-cvt',
'vin': None,
'year': 2025}
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [auto_selling_autoscout24.it] INFO: Saving data for fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff: {'created_time': 1774880959.11006, 'last_price_update_time': 1774880959.110075}
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='fc91ec33-1ad5-4e6b-aa9c-d5d513f046ff') HTTP/1.1" 204 0
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27a941476d-aa35-49cc-801f-40c648707b89%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [auto_selling_autoscout24.it] INFO: Scrape type for a941476d-aa35-49cc-801f-40c648707b89: 1
2026-03-30 14:29:19 [auto_selling_autoscout24.it] INFO: Scraping new listing a941476d-aa35-49cc-801f-40c648707b89
2026-03-30 14:29:19 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: a941476d-aa35-49cc-801f-40c648707b89
2026-03-30 14:29:19 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a932b349-0139-505a-9c42-ccad4db53fdb with identifier: a941476d-aa35-49cc-801f-40c648707b89
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a932b349-0139-505a-9c42-ccad4db53fdb
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_db9e6d51-10e0-4111-8ba9-6d92b1d89ca3.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_db9e6d51-10e0-4111-8ba9-6d92b1d89ca3.jpg/250x188.webp not downloaded yet
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_fea10a7e-ebdf-496d-b361-4e8ccaeb28c3.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_fea10a7e-ebdf-496d-b361-4e8ccaeb28c3.jpg/250x188.webp not downloaded yet
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_32ab421f-396b-4b7c-8f8d-84802b492ce9.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_32ab421f-396b-4b7c-8f8d-84802b492ce9.jpg/250x188.webp not downloaded yet
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_e43a3dee-9aa1-4890-9e73-e19e707cd19c.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_e43a3dee-9aa1-4890-9e73-e19e707cd19c.jpg/250x188.webp not downloaded yet
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_1a49c934-d4e1-44ad-9f9b-611e6fcb5588.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_1a49c934-d4e1-44ad-9f9b-611e6fcb5588.jpg/250x188.webp not downloaded yet
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_1caea782-99f6-4416-b8d5-dab334f76b8c.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_1caea782-99f6-4416-b8d5-dab334f76b8c.jpg/250x188.webp not downloaded yet
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_1042adad-89c3-4edd-b5b4-4d52c45d340f.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_1042adad-89c3-4edd-b5b4-4d52c45d340f.jpg/250x188.webp not downloaded yet
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_5c313f9d-c2ed-401f-a9d8-c6ecaff426ef.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_5c313f9d-c2ed-401f-a9d8-c6ecaff426ef.jpg/250x188.webp not downloaded yet
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_0dc66e7c-dc45-4a5a-9bf8-84fa0757a32c.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_0dc66e7c-dc45-4a5a-9bf8-84fa0757a32c.jpg/250x188.webp not downloaded yet
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_d35c9388-23e2-40c3-962c-a7494a079234.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_d35c9388-23e2-40c3-962c-a7494a079234.jpg/250x188.webp not downloaded yet
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27166a081d-88f7-48b8-877f-67f9bb2cbd87%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [auto_selling_autoscout24.it] INFO: Scrape type for 166a081d-88f7-48b8-877f-67f9bb2cbd87: 1
2026-03-30 14:29:19 [auto_selling_autoscout24.it] INFO: Scraping new listing 166a081d-88f7-48b8-877f-67f9bb2cbd87
2026-03-30 14:29:19 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: 166a081d-88f7-48b8-877f-67f9bb2cbd87
2026-03-30 14:29:19 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: f5908e3e-0161-5693-aca4-18a04a5b657e with identifier: 166a081d-88f7-48b8-877f-67f9bb2cbd87
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f5908e3e-0161-5693-aca4-18a04a5b657e
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F166a081d-88f7-48b8-877f-67f9bb2cbd87_b4089d44-d02f-4b76-b820-5b245e448944.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_b4089d44-d02f-4b76-b820-5b245e448944.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F166a081d-88f7-48b8-877f-67f9bb2cbd87_91cb00b3-aa4f-43e2-80f6-6b2a26f87138.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_91cb00b3-aa4f-43e2-80f6-6b2a26f87138.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F166a081d-88f7-48b8-877f-67f9bb2cbd87_1587fc24-f9d3-40a4-9a70-10649a0d8040.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_1587fc24-f9d3-40a4-9a70-10649a0d8040.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F166a081d-88f7-48b8-877f-67f9bb2cbd87_8eb8d651-c4db-4ece-afff-5b1301d0095e.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_8eb8d651-c4db-4ece-afff-5b1301d0095e.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F166a081d-88f7-48b8-877f-67f9bb2cbd87_802dd588-e8ac-483d-b179-519eaf0651a1.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_802dd588-e8ac-483d-b179-519eaf0651a1.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F166a081d-88f7-48b8-877f-67f9bb2cbd87_2dac6c98-df08-4026-af03-230655597948.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_2dac6c98-df08-4026-af03-230655597948.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F166a081d-88f7-48b8-877f-67f9bb2cbd87_772ec0e5-20b2-4b70-9d67-2553adf4e8d6.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_772ec0e5-20b2-4b70-9d67-2553adf4e8d6.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F166a081d-88f7-48b8-877f-67f9bb2cbd87_77693538-0c00-4714-a89a-596885bb3caf.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_77693538-0c00-4714-a89a-596885bb3caf.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F166a081d-88f7-48b8-877f-67f9bb2cbd87_83c388a7-dd63-4a23-82da-45c02ababf48.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_83c388a7-dd63-4a23-82da-45c02ababf48.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F166a081d-88f7-48b8-877f-67f9bb2cbd87_9bcc69d2-6bbc-4028-8857-422799700336.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_9bcc69d2-6bbc-4028-8857-422799700336.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: f5908e3e-0161-5693-aca4-18a04a5b657e with identifier 166a081d-88f7-48b8-877f-67f9bb2cbd87
2026-03-30 14:29:19 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:19 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:19 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item f5908e3e-0161-5693-aca4-18a04a5b657e
2026-03-30 14:29:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 160,
'expiration_date': None,
'fuel_type': 'Electric/Gasoline',
'id': 'f5908e3e-0161-5693-aca4-18a04a5b657e',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/hyundai-tucson-tucson-1-6-hev-exellence-2wd-215cv-auto-electric-gasoline-grey-166a081d-88f7-48b8-877f-67f9bb2cbd87',
'listing': 'auction',
'make': 'Hyundai',
'model': 'TUCSON',
'odometer': 5,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_b4089d44-d02f-4b76-b820-5b245e448944.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_91cb00b3-aa4f-43e2-80f6-6b2a26f87138.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_1587fc24-f9d3-40a4-9a70-10649a0d8040.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_8eb8d651-c4db-4ece-afff-5b1301d0095e.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_802dd588-e8ac-483d-b179-519eaf0651a1.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_2dac6c98-df08-4026-af03-230655597948.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_772ec0e5-20b2-4b70-9d67-2553adf4e8d6.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_77693538-0c00-4714-a89a-596885bb3caf.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_83c388a7-dd63-4a23-82da-45c02ababf48.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_9bcc69d2-6bbc-4028-8857-422799700336.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5908e3e-0161-5693-aca4-18a04a5b657e/f5908e3e-0161-5693-aca4-18a04a5b657e_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 5428,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_b4089d44-d02f-4b76-b820-5b245e448944.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5908e3e-0161-5693-aca4-18a04a5b657e/f5908e3e-0161-5693-aca4-18a04a5b657e_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6526,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_91cb00b3-aa4f-43e2-80f6-6b2a26f87138.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5908e3e-0161-5693-aca4-18a04a5b657e/f5908e3e-0161-5693-aca4-18a04a5b657e_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 5514,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_1587fc24-f9d3-40a4-9a70-10649a0d8040.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5908e3e-0161-5693-aca4-18a04a5b657e/f5908e3e-0161-5693-aca4-18a04a5b657e_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 5300,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_8eb8d651-c4db-4ece-afff-5b1301d0095e.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5908e3e-0161-5693-aca4-18a04a5b657e/f5908e3e-0161-5693-aca4-18a04a5b657e_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 5490,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_802dd588-e8ac-483d-b179-519eaf0651a1.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5908e3e-0161-5693-aca4-18a04a5b657e/f5908e3e-0161-5693-aca4-18a04a5b657e_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 5508,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_2dac6c98-df08-4026-af03-230655597948.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5908e3e-0161-5693-aca4-18a04a5b657e/f5908e3e-0161-5693-aca4-18a04a5b657e_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 4824,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_772ec0e5-20b2-4b70-9d67-2553adf4e8d6.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5908e3e-0161-5693-aca4-18a04a5b657e/f5908e3e-0161-5693-aca4-18a04a5b657e_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 4664,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_77693538-0c00-4714-a89a-596885bb3caf.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5908e3e-0161-5693-aca4-18a04a5b657e/f5908e3e-0161-5693-aca4-18a04a5b657e_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 5854,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_83c388a7-dd63-4a23-82da-45c02ababf48.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f5908e3e-0161-5693-aca4-18a04a5b657e/f5908e3e-0161-5693-aca4-18a04a5b657e_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 3938,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/166a081d-88f7-48b8-877f-67f9bb2cbd87_9bcc69d2-6bbc-4028-8857-422799700336.jpg/250x188.webp',
'Width': 250}],
'price': 34900,
'price_includes_vat': False,
'registration_date': '2026-01-01',
'seller_name': None,
'title': 'Hyundai TUCSON Tucson 1.6 hev Exellence 2wd 215cv auto',
'transmission': 'automatic',
'trim': 'Tucson 1.6 hev Exellence 2wd 215cv auto',
'vin': None,
'year': 2026}
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27166a081d-88f7-48b8-877f-67f9bb2cbd87%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [auto_selling_autoscout24.it] INFO: Saving data for 166a081d-88f7-48b8-877f-67f9bb2cbd87: {'created_time': 1774880959.670609, 'last_price_update_time': 1774880959.670626}
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='166a081d-88f7-48b8-877f-67f9bb2cbd87') HTTP/1.1" 204 0
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27c85f4da7-2a6c-4539-8d6f-5121736e72f4%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [auto_selling_autoscout24.it] INFO: Scrape type for c85f4da7-2a6c-4539-8d6f-5121736e72f4: 1
2026-03-30 14:29:19 [auto_selling_autoscout24.it] INFO: Scraping new listing c85f4da7-2a6c-4539-8d6f-5121736e72f4
2026-03-30 14:29:19 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: c85f4da7-2a6c-4539-8d6f-5121736e72f4
2026-03-30 14:29:19 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: df2895e3-5c1c-51ce-bfaf-cce576b65e58 with identifier: c85f4da7-2a6c-4539-8d6f-5121736e72f4
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item df2895e3-5c1c-51ce-bfaf-cce576b65e58
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fc85f4da7-2a6c-4539-8d6f-5121736e72f4_7c8560ee-8e5c-4e9d-b56a-e5bf802342f4.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_7c8560ee-8e5c-4e9d-b56a-e5bf802342f4.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fc85f4da7-2a6c-4539-8d6f-5121736e72f4_a0d23887-2571-4205-a3b5-b2a76b00ad78.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_a0d23887-2571-4205-a3b5-b2a76b00ad78.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fc85f4da7-2a6c-4539-8d6f-5121736e72f4_1c4c8cc9-4260-49fd-a1b1-c62296d5af52.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_1c4c8cc9-4260-49fd-a1b1-c62296d5af52.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fc85f4da7-2a6c-4539-8d6f-5121736e72f4_f68e9dee-150d-438b-b2cf-58fa8ed238bb.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_f68e9dee-150d-438b-b2cf-58fa8ed238bb.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fc85f4da7-2a6c-4539-8d6f-5121736e72f4_0c9363b6-02e8-4553-a519-e83506cac7be.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_0c9363b6-02e8-4553-a519-e83506cac7be.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fc85f4da7-2a6c-4539-8d6f-5121736e72f4_0acb611b-fa76-4875-af9f-0cb4060d9634.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_0acb611b-fa76-4875-af9f-0cb4060d9634.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fc85f4da7-2a6c-4539-8d6f-5121736e72f4_5ebc1ee6-8e86-48ce-a945-1ba01b704437.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_5ebc1ee6-8e86-48ce-a945-1ba01b704437.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fc85f4da7-2a6c-4539-8d6f-5121736e72f4_e3d76e46-d152-451d-8fe6-1d91f8c0e6e8.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_e3d76e46-d152-451d-8fe6-1d91f8c0e6e8.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fc85f4da7-2a6c-4539-8d6f-5121736e72f4_183a610d-2966-4afb-a73e-5774d90fa553.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_183a610d-2966-4afb-a73e-5774d90fa553.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fc85f4da7-2a6c-4539-8d6f-5121736e72f4_ee888bdf-4dd5-44d6-8b1c-a576d2564a4f.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_ee888bdf-4dd5-44d6-8b1c-a576d2564a4f.jpg/250x188.webp already downloaded
2026-03-30 14:29:19 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: df2895e3-5c1c-51ce-bfaf-cce576b65e58 with identifier c85f4da7-2a6c-4539-8d6f-5121736e72f4
2026-03-30 14:29:19 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:19 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:19 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item df2895e3-5c1c-51ce-bfaf-cce576b65e58
2026-03-30 14:29:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 92,
'expiration_date': None,
'fuel_type': 'Electric/Gasoline',
'id': 'df2895e3-5c1c-51ce-bfaf-cce576b65e58',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/toyota-yaris-cross-yaris-cross-1-5h-trend-fwd-116cv-e-cvt-electric-gasoline-black-c85f4da7-2a6c-4539-8d6f-5121736e72f4',
'listing': 'auction',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 44619,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_7c8560ee-8e5c-4e9d-b56a-e5bf802342f4.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_a0d23887-2571-4205-a3b5-b2a76b00ad78.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_1c4c8cc9-4260-49fd-a1b1-c62296d5af52.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_f68e9dee-150d-438b-b2cf-58fa8ed238bb.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_0c9363b6-02e8-4553-a519-e83506cac7be.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_0acb611b-fa76-4875-af9f-0cb4060d9634.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_5ebc1ee6-8e86-48ce-a945-1ba01b704437.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_e3d76e46-d152-451d-8fe6-1d91f8c0e6e8.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_183a610d-2966-4afb-a73e-5774d90fa553.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_ee888bdf-4dd5-44d6-8b1c-a576d2564a4f.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df2895e3-5c1c-51ce-bfaf-cce576b65e58/df2895e3-5c1c-51ce-bfaf-cce576b65e58_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 6460,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_7c8560ee-8e5c-4e9d-b56a-e5bf802342f4.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df2895e3-5c1c-51ce-bfaf-cce576b65e58/df2895e3-5c1c-51ce-bfaf-cce576b65e58_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6960,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_a0d23887-2571-4205-a3b5-b2a76b00ad78.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df2895e3-5c1c-51ce-bfaf-cce576b65e58/df2895e3-5c1c-51ce-bfaf-cce576b65e58_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 6250,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_1c4c8cc9-4260-49fd-a1b1-c62296d5af52.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df2895e3-5c1c-51ce-bfaf-cce576b65e58/df2895e3-5c1c-51ce-bfaf-cce576b65e58_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 5786,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_f68e9dee-150d-438b-b2cf-58fa8ed238bb.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df2895e3-5c1c-51ce-bfaf-cce576b65e58/df2895e3-5c1c-51ce-bfaf-cce576b65e58_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 5052,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_0c9363b6-02e8-4553-a519-e83506cac7be.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df2895e3-5c1c-51ce-bfaf-cce576b65e58/df2895e3-5c1c-51ce-bfaf-cce576b65e58_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 6720,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_0acb611b-fa76-4875-af9f-0cb4060d9634.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df2895e3-5c1c-51ce-bfaf-cce576b65e58/df2895e3-5c1c-51ce-bfaf-cce576b65e58_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 6096,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_5ebc1ee6-8e86-48ce-a945-1ba01b704437.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df2895e3-5c1c-51ce-bfaf-cce576b65e58/df2895e3-5c1c-51ce-bfaf-cce576b65e58_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 6070,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_e3d76e46-d152-451d-8fe6-1d91f8c0e6e8.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df2895e3-5c1c-51ce-bfaf-cce576b65e58/df2895e3-5c1c-51ce-bfaf-cce576b65e58_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 3416,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_183a610d-2966-4afb-a73e-5774d90fa553.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_df2895e3-5c1c-51ce-bfaf-cce576b65e58/df2895e3-5c1c-51ce-bfaf-cce576b65e58_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 3738,
'Height': 188,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/c85f4da7-2a6c-4539-8d6f-5121736e72f4_ee888bdf-4dd5-44d6-8b1c-a576d2564a4f.jpg/250x188.webp',
'Width': 141}],
'price': 23500,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seller_name': None,
'title': 'Toyota Yaris Cross Yaris Cross 1.5h Trend fwd 116cv e-cvt',
'transmission': 'automatic',
'trim': 'Yaris Cross 1.5h Trend fwd 116cv e-cvt',
'vin': None,
'year': 2023}
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27c85f4da7-2a6c-4539-8d6f-5121736e72f4%27 HTTP/1.1" 200 None
2026-03-30 14:29:19 [auto_selling_autoscout24.it] INFO: Saving data for c85f4da7-2a6c-4539-8d6f-5121736e72f4: {'created_time': 1774880959.958126, 'last_price_update_time': 1774880959.95814}
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='c85f4da7-2a6c-4539-8d6f-5121736e72f4') HTTP/1.1" 204 0
2026-03-30 14:29:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%2720f748a4-657a-4149-a96f-c07808ae0e31%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [auto_selling_autoscout24.it] INFO: Scrape type for 20f748a4-657a-4149-a96f-c07808ae0e31: 1
2026-03-30 14:29:20 [auto_selling_autoscout24.it] INFO: Scraping new listing 20f748a4-657a-4149-a96f-c07808ae0e31
2026-03-30 14:29:20 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: 20f748a4-657a-4149-a96f-c07808ae0e31
2026-03-30 14:29:20 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: a3817d4e-194c-5d6a-a6b9-da245b48d714 with identifier: 20f748a4-657a-4149-a96f-c07808ae0e31
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a3817d4e-194c-5d6a-a6b9-da245b48d714
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F20f748a4-657a-4149-a96f-c07808ae0e31_b06dba52-1319-4c09-b21c-54e37cc62c42.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_b06dba52-1319-4c09-b21c-54e37cc62c42.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F20f748a4-657a-4149-a96f-c07808ae0e31_6b1a2561-3108-4c00-b396-3590e9226189.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_6b1a2561-3108-4c00-b396-3590e9226189.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F20f748a4-657a-4149-a96f-c07808ae0e31_2ba693c9-9f3a-4775-be61-cfd41dd10fc5.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_2ba693c9-9f3a-4775-be61-cfd41dd10fc5.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F20f748a4-657a-4149-a96f-c07808ae0e31_ec7a7ea5-9678-4a86-918f-4531ee01dabf.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_ec7a7ea5-9678-4a86-918f-4531ee01dabf.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F20f748a4-657a-4149-a96f-c07808ae0e31_0a5efd6f-48c6-4f01-9037-79df03c76191.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_0a5efd6f-48c6-4f01-9037-79df03c76191.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F20f748a4-657a-4149-a96f-c07808ae0e31_5afba3c5-d94a-4454-bcf6-8ef8fc4787ae.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_5afba3c5-d94a-4454-bcf6-8ef8fc4787ae.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F20f748a4-657a-4149-a96f-c07808ae0e31_876002e8-4180-4d11-93e9-588fc8e32887.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_876002e8-4180-4d11-93e9-588fc8e32887.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F20f748a4-657a-4149-a96f-c07808ae0e31_8b8157f6-6f45-46b9-bab0-7e2dfde6a6ab.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_8b8157f6-6f45-46b9-bab0-7e2dfde6a6ab.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F20f748a4-657a-4149-a96f-c07808ae0e31_5d1971ad-cb14-4f29-9a7e-f5fa2f412e53.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_5d1971ad-cb14-4f29-9a7e-f5fa2f412e53.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F20f748a4-657a-4149-a96f-c07808ae0e31_0db89715-c7d6-4d63-87dd-0e11ce86c8ce.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_0db89715-c7d6-4d63-87dd-0e11ce86c8ce.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_db9e6d51-10e0-4111-8ba9-6d92b1d89ca3.jpg/250x188.webp> (referer: https://www.autoscout24.it/api/dealer-detail/fetch-listings)
2026-03-30 14:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_e43a3dee-9aa1-4890-9e73-e19e707cd19c.jpg/250x188.webp> (referer: https://www.autoscout24.it/api/dealer-detail/fetch-listings)
2026-03-30 14:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_fea10a7e-ebdf-496d-b361-4e8ccaeb28c3.jpg/250x188.webp> (referer: https://www.autoscout24.it/api/dealer-detail/fetch-listings)
2026-03-30 14:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_32ab421f-396b-4b7c-8f8d-84802b492ce9.jpg/250x188.webp> (referer: https://www.autoscout24.it/api/dealer-detail/fetch-listings)
2026-03-30 14:29:20 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a3817d4e-194c-5d6a-a6b9-da245b48d714 with identifier 20f748a4-657a-4149-a96f-c07808ae0e31
2026-03-30 14:29:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:20 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a3817d4e-194c-5d6a-a6b9-da245b48d714
2026-03-30 14:29:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 92,
'expiration_date': None,
'fuel_type': 'Electric/Gasoline',
'id': 'a3817d4e-194c-5d6a-a6b9-da245b48d714',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/toyota-yaris-yaris-1-5h-130-cv-lounge-electric-gasoline-white-20f748a4-657a-4149-a96f-c07808ae0e31',
'listing': 'auction',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 11,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_b06dba52-1319-4c09-b21c-54e37cc62c42.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_6b1a2561-3108-4c00-b396-3590e9226189.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_2ba693c9-9f3a-4775-be61-cfd41dd10fc5.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_ec7a7ea5-9678-4a86-918f-4531ee01dabf.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_0a5efd6f-48c6-4f01-9037-79df03c76191.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_5afba3c5-d94a-4454-bcf6-8ef8fc4787ae.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_876002e8-4180-4d11-93e9-588fc8e32887.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_8b8157f6-6f45-46b9-bab0-7e2dfde6a6ab.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_5d1971ad-cb14-4f29-9a7e-f5fa2f412e53.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_0db89715-c7d6-4d63-87dd-0e11ce86c8ce.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3817d4e-194c-5d6a-a6b9-da245b48d714/a3817d4e-194c-5d6a-a6b9-da245b48d714_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 4808,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_b06dba52-1319-4c09-b21c-54e37cc62c42.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3817d4e-194c-5d6a-a6b9-da245b48d714/a3817d4e-194c-5d6a-a6b9-da245b48d714_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6158,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_6b1a2561-3108-4c00-b396-3590e9226189.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3817d4e-194c-5d6a-a6b9-da245b48d714/a3817d4e-194c-5d6a-a6b9-da245b48d714_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 4856,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_2ba693c9-9f3a-4775-be61-cfd41dd10fc5.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3817d4e-194c-5d6a-a6b9-da245b48d714/a3817d4e-194c-5d6a-a6b9-da245b48d714_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 5314,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_ec7a7ea5-9678-4a86-918f-4531ee01dabf.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3817d4e-194c-5d6a-a6b9-da245b48d714/a3817d4e-194c-5d6a-a6b9-da245b48d714_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 4392,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_0a5efd6f-48c6-4f01-9037-79df03c76191.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3817d4e-194c-5d6a-a6b9-da245b48d714/a3817d4e-194c-5d6a-a6b9-da245b48d714_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 6580,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_5afba3c5-d94a-4454-bcf6-8ef8fc4787ae.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3817d4e-194c-5d6a-a6b9-da245b48d714/a3817d4e-194c-5d6a-a6b9-da245b48d714_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 6262,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_876002e8-4180-4d11-93e9-588fc8e32887.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3817d4e-194c-5d6a-a6b9-da245b48d714/a3817d4e-194c-5d6a-a6b9-da245b48d714_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 4820,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_8b8157f6-6f45-46b9-bab0-7e2dfde6a6ab.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3817d4e-194c-5d6a-a6b9-da245b48d714/a3817d4e-194c-5d6a-a6b9-da245b48d714_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 5732,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_5d1971ad-cb14-4f29-9a7e-f5fa2f412e53.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a3817d4e-194c-5d6a-a6b9-da245b48d714/a3817d4e-194c-5d6a-a6b9-da245b48d714_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 6052,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/20f748a4-657a-4149-a96f-c07808ae0e31_0db89715-c7d6-4d63-87dd-0e11ce86c8ce.jpg/250x188.webp',
'Width': 250}],
'price': 25900,
'price_includes_vat': False,
'registration_date': '2026-01-01',
'seller_name': None,
'title': 'Toyota Yaris Yaris 1.5h 130 cv lounge',
'transmission': 'automatic',
'trim': 'Yaris 1.5h 130 cv lounge',
'vin': None,
'year': 2026}
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%2720f748a4-657a-4149-a96f-c07808ae0e31%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [auto_selling_autoscout24.it] INFO: Saving data for 20f748a4-657a-4149-a96f-c07808ae0e31: {'created_time': 1774880960.252425, 'last_price_update_time': 1774880960.252438}
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='20f748a4-657a-4149-a96f-c07808ae0e31') HTTP/1.1" 204 0
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [auto_selling_autoscout24.it] INFO: Scrape type for aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b: 1
2026-03-30 14:29:20 [auto_selling_autoscout24.it] INFO: Scraping new listing aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b
2026-03-30 14:29:20 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b
2026-03-30 14:29:20 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 79f7b2fe-1876-5493-8b5a-11fcf8badd92 with identifier: aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 79f7b2fe-1876-5493-8b5a-11fcf8badd92
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Faa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_fdb1c8d6-d7e1-41ea-9753-6b318b8768f8.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_fdb1c8d6-d7e1-41ea-9753-6b318b8768f8.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Faa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_09a280fb-c330-4f5a-b05d-7dd0f2b82562.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_09a280fb-c330-4f5a-b05d-7dd0f2b82562.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Faa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_2b838e7e-9e12-438b-b182-19c9249c554b.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_2b838e7e-9e12-438b-b182-19c9249c554b.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Faa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_7ffbecdc-ea46-4783-9626-ce20e704bd59.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_7ffbecdc-ea46-4783-9626-ce20e704bd59.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Faa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_0e2925f3-5793-400e-9daf-05be30ef37d3.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_0e2925f3-5793-400e-9daf-05be30ef37d3.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Faa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_fac850b4-57b9-4fb1-be00-5f6c4d50ad77.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_fac850b4-57b9-4fb1-be00-5f6c4d50ad77.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Faa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_ac496c9e-553d-498a-8f4a-9e258e274ca0.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_ac496c9e-553d-498a-8f4a-9e258e274ca0.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Faa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_f37fb3e4-b15a-4951-bc92-8a79d2feb377.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_f37fb3e4-b15a-4951-bc92-8a79d2feb377.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Faa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_2378f922-c9b7-4364-90a2-bb30d5340b18.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_2378f922-c9b7-4364-90a2-bb30d5340b18.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Faa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_4cb6e1c1-3319-444c-8b33-639ea84f3063.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_4cb6e1c1-3319-444c-8b33-639ea84f3063.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_1a49c934-d4e1-44ad-9f9b-611e6fcb5588.jpg/250x188.webp> (referer: https://www.autoscout24.it/api/dealer-detail/fetch-listings)
2026-03-30 14:29:20 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 79f7b2fe-1876-5493-8b5a-11fcf8badd92 with identifier aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b
2026-03-30 14:29:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:20 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 79f7b2fe-1876-5493-8b5a-11fcf8badd92
2026-03-30 14:29:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 63,
'expiration_date': None,
'fuel_type': 'Gasoline',
'id': '79f7b2fe-1876-5493-8b5a-11fcf8badd92',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/hyundai-i10-i10-1-0-mpi-connectline-63cv-gasoline-white-aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b',
'listing': 'auction',
'make': 'Hyundai',
'model': 'i10',
'odometer': 20,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_fdb1c8d6-d7e1-41ea-9753-6b318b8768f8.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_09a280fb-c330-4f5a-b05d-7dd0f2b82562.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_2b838e7e-9e12-438b-b182-19c9249c554b.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_7ffbecdc-ea46-4783-9626-ce20e704bd59.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_0e2925f3-5793-400e-9daf-05be30ef37d3.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_fac850b4-57b9-4fb1-be00-5f6c4d50ad77.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_ac496c9e-553d-498a-8f4a-9e258e274ca0.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_f37fb3e4-b15a-4951-bc92-8a79d2feb377.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_2378f922-c9b7-4364-90a2-bb30d5340b18.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_4cb6e1c1-3319-444c-8b33-639ea84f3063.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be26987-3947-53fd-a9b8-4988b4ae666c/3be26987-3947-53fd-a9b8-4988b4ae666c_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 4184,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_fdb1c8d6-d7e1-41ea-9753-6b318b8768f8.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be26987-3947-53fd-a9b8-4988b4ae666c/3be26987-3947-53fd-a9b8-4988b4ae666c_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 5318,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_09a280fb-c330-4f5a-b05d-7dd0f2b82562.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be26987-3947-53fd-a9b8-4988b4ae666c/3be26987-3947-53fd-a9b8-4988b4ae666c_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 5020,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_2b838e7e-9e12-438b-b182-19c9249c554b.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be26987-3947-53fd-a9b8-4988b4ae666c/3be26987-3947-53fd-a9b8-4988b4ae666c_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 6088,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_7ffbecdc-ea46-4783-9626-ce20e704bd59.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be26987-3947-53fd-a9b8-4988b4ae666c/3be26987-3947-53fd-a9b8-4988b4ae666c_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 4330,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_0e2925f3-5793-400e-9daf-05be30ef37d3.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be26987-3947-53fd-a9b8-4988b4ae666c/3be26987-3947-53fd-a9b8-4988b4ae666c_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 6198,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_fac850b4-57b9-4fb1-be00-5f6c4d50ad77.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be26987-3947-53fd-a9b8-4988b4ae666c/3be26987-3947-53fd-a9b8-4988b4ae666c_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 5682,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_ac496c9e-553d-498a-8f4a-9e258e274ca0.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be26987-3947-53fd-a9b8-4988b4ae666c/3be26987-3947-53fd-a9b8-4988b4ae666c_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 5754,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_f37fb3e4-b15a-4951-bc92-8a79d2feb377.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be26987-3947-53fd-a9b8-4988b4ae666c/3be26987-3947-53fd-a9b8-4988b4ae666c_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 3548,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_2378f922-c9b7-4364-90a2-bb30d5340b18.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3be26987-3947-53fd-a9b8-4988b4ae666c/3be26987-3947-53fd-a9b8-4988b4ae666c_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 2544,
'Height': 188,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b_4cb6e1c1-3319-444c-8b33-639ea84f3063.jpg/250x188.webp',
'Width': 141}],
'price': 15400,
'price_includes_vat': False,
'registration_date': '2025-09-01',
'seller_name': None,
'title': 'Hyundai i10 i10 1.0 mpi Connectline 63cv',
'transmission': 'automatic',
'trim': 'i10 1.0 mpi Connectline 63cv',
'vin': None,
'year': 2025}
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [auto_selling_autoscout24.it] INFO: Saving data for aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b: {'created_time': 1774880960.652784, 'last_price_update_time': 1774880960.652801}
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='aa5ccdce-30c1-4fb0-b096-4b9c28a1b38b') HTTP/1.1" 204 0
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%2746e43f5f-9cf9-402d-90de-0dd409bbf220%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [auto_selling_autoscout24.it] INFO: Scrape type for 46e43f5f-9cf9-402d-90de-0dd409bbf220: 1
2026-03-30 14:29:20 [auto_selling_autoscout24.it] INFO: Scraping new listing 46e43f5f-9cf9-402d-90de-0dd409bbf220
2026-03-30 14:29:20 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: 46e43f5f-9cf9-402d-90de-0dd409bbf220
2026-03-30 14:29:20 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 302aedf0-b0b1-5517-a7e7-d87a197fd8f4 with identifier: 46e43f5f-9cf9-402d-90de-0dd409bbf220
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 302aedf0-b0b1-5517-a7e7-d87a197fd8f4
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F46e43f5f-9cf9-402d-90de-0dd409bbf220_0d361665-88cd-4f2b-8e79-d850dfe1df18.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_0d361665-88cd-4f2b-8e79-d850dfe1df18.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F46e43f5f-9cf9-402d-90de-0dd409bbf220_5fe1614e-9f17-46c8-be70-1c5ac6d0c6ef.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_5fe1614e-9f17-46c8-be70-1c5ac6d0c6ef.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F46e43f5f-9cf9-402d-90de-0dd409bbf220_f0a87d43-a6dd-43b7-8e53-ecb83cf42964.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_f0a87d43-a6dd-43b7-8e53-ecb83cf42964.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F46e43f5f-9cf9-402d-90de-0dd409bbf220_53642ced-a2da-4ce6-bddc-b49e52629158.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_53642ced-a2da-4ce6-bddc-b49e52629158.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F46e43f5f-9cf9-402d-90de-0dd409bbf220_0e9b1cb8-c513-4e9e-a436-acb7edfd5720.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_0e9b1cb8-c513-4e9e-a436-acb7edfd5720.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F46e43f5f-9cf9-402d-90de-0dd409bbf220_3aee2392-af90-45be-9538-c9a2b74cbb0f.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_3aee2392-af90-45be-9538-c9a2b74cbb0f.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F46e43f5f-9cf9-402d-90de-0dd409bbf220_ade1a4b1-d26e-4d92-8bd2-8832a775e620.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_ade1a4b1-d26e-4d92-8bd2-8832a775e620.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F46e43f5f-9cf9-402d-90de-0dd409bbf220_54a3868e-130e-4eb0-8e37-a8126255885a.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_54a3868e-130e-4eb0-8e37-a8126255885a.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F46e43f5f-9cf9-402d-90de-0dd409bbf220_b2182b6e-6400-4fa8-a570-ced27bb0a9ef.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_b2182b6e-6400-4fa8-a570-ced27bb0a9ef.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F46e43f5f-9cf9-402d-90de-0dd409bbf220_916eeef9-faa8-4086-9494-62f68402fba2.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_916eeef9-faa8-4086-9494-62f68402fba2.jpg/250x188.webp already downloaded
2026-03-30 14:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_1042adad-89c3-4edd-b5b4-4d52c45d340f.jpg/250x188.webp> (referer: https://www.autoscout24.it/api/dealer-detail/fetch-listings)
2026-03-30 14:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_5c313f9d-c2ed-401f-a9d8-c6ecaff426ef.jpg/250x188.webp> (referer: https://www.autoscout24.it/api/dealer-detail/fetch-listings)
2026-03-30 14:29:20 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 302aedf0-b0b1-5517-a7e7-d87a197fd8f4 with identifier 46e43f5f-9cf9-402d-90de-0dd409bbf220
2026-03-30 14:29:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:20 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:20 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 302aedf0-b0b1-5517-a7e7-d87a197fd8f4
2026-03-30 14:29:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 116,
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '302aedf0-b0b1-5517-a7e7-d87a197fd8f4',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/audi-a3-a3-iv-sportback-30-2-0-tdi-business-advance-diesel-white-46e43f5f-9cf9-402d-90de-0dd409bbf220',
'listing': 'auction',
'make': 'Audi',
'model': 'A3',
'odometer': 33995,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_0d361665-88cd-4f2b-8e79-d850dfe1df18.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_5fe1614e-9f17-46c8-be70-1c5ac6d0c6ef.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_f0a87d43-a6dd-43b7-8e53-ecb83cf42964.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_53642ced-a2da-4ce6-bddc-b49e52629158.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_0e9b1cb8-c513-4e9e-a436-acb7edfd5720.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_3aee2392-af90-45be-9538-c9a2b74cbb0f.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_ade1a4b1-d26e-4d92-8bd2-8832a775e620.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_54a3868e-130e-4eb0-8e37-a8126255885a.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_b2182b6e-6400-4fa8-a570-ced27bb0a9ef.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_916eeef9-faa8-4086-9494-62f68402fba2.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_302aedf0-b0b1-5517-a7e7-d87a197fd8f4/302aedf0-b0b1-5517-a7e7-d87a197fd8f4_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 5014,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_0d361665-88cd-4f2b-8e79-d850dfe1df18.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_302aedf0-b0b1-5517-a7e7-d87a197fd8f4/302aedf0-b0b1-5517-a7e7-d87a197fd8f4_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6392,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_5fe1614e-9f17-46c8-be70-1c5ac6d0c6ef.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_302aedf0-b0b1-5517-a7e7-d87a197fd8f4/302aedf0-b0b1-5517-a7e7-d87a197fd8f4_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 4834,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_f0a87d43-a6dd-43b7-8e53-ecb83cf42964.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_302aedf0-b0b1-5517-a7e7-d87a197fd8f4/302aedf0-b0b1-5517-a7e7-d87a197fd8f4_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 5586,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_53642ced-a2da-4ce6-bddc-b49e52629158.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_302aedf0-b0b1-5517-a7e7-d87a197fd8f4/302aedf0-b0b1-5517-a7e7-d87a197fd8f4_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 5190,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_0e9b1cb8-c513-4e9e-a436-acb7edfd5720.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_302aedf0-b0b1-5517-a7e7-d87a197fd8f4/302aedf0-b0b1-5517-a7e7-d87a197fd8f4_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 5866,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_3aee2392-af90-45be-9538-c9a2b74cbb0f.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_302aedf0-b0b1-5517-a7e7-d87a197fd8f4/302aedf0-b0b1-5517-a7e7-d87a197fd8f4_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 4960,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_ade1a4b1-d26e-4d92-8bd2-8832a775e620.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_302aedf0-b0b1-5517-a7e7-d87a197fd8f4/302aedf0-b0b1-5517-a7e7-d87a197fd8f4_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 4932,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_54a3868e-130e-4eb0-8e37-a8126255885a.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_302aedf0-b0b1-5517-a7e7-d87a197fd8f4/302aedf0-b0b1-5517-a7e7-d87a197fd8f4_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 5440,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_b2182b6e-6400-4fa8-a570-ced27bb0a9ef.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_302aedf0-b0b1-5517-a7e7-d87a197fd8f4/302aedf0-b0b1-5517-a7e7-d87a197fd8f4_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 4520,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/46e43f5f-9cf9-402d-90de-0dd409bbf220_916eeef9-faa8-4086-9494-62f68402fba2.jpg/250x188.webp',
'Width': 250}],
'price': 24900,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seller_name': None,
'title': 'Audi A3 A3 IV Sportback 30 2.0 tdi Business Advance',
'transmission': 'automatic',
'trim': 'A3 IV Sportback 30 2.0 tdi Business Advance',
'vin': None,
'year': 2023}
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%2746e43f5f-9cf9-402d-90de-0dd409bbf220%27 HTTP/1.1" 200 None
2026-03-30 14:29:20 [auto_selling_autoscout24.it] INFO: Saving data for 46e43f5f-9cf9-402d-90de-0dd409bbf220: {'created_time': 1774880960.962812, 'last_price_update_time': 1774880960.962829}
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='46e43f5f-9cf9-402d-90de-0dd409bbf220') HTTP/1.1" 204 0
2026-03-30 14:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_d35c9388-23e2-40c3-962c-a7494a079234.jpg/250x188.webp> (referer: https://www.autoscout24.it/api/dealer-detail/fetch-listings)
2026-03-30 14:29:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_0dc66e7c-dc45-4a5a-9bf8-84fa0757a32c.jpg/250x188.webp> (referer: https://www.autoscout24.it/api/dealer-detail/fetch-listings)
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%273f7d1c93-b184-49c0-8c77-3d98879fee63%27 HTTP/1.1" 200 None
2026-03-30 14:29:21 [auto_selling_autoscout24.it] INFO: Scrape type for 3f7d1c93-b184-49c0-8c77-3d98879fee63: 1
2026-03-30 14:29:21 [auto_selling_autoscout24.it] INFO: Scraping new listing 3f7d1c93-b184-49c0-8c77-3d98879fee63
2026-03-30 14:29:21 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: 3f7d1c93-b184-49c0-8c77-3d98879fee63
2026-03-30 14:29:21 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: e057120b-12fd-5455-a4cc-17b55a084308 with identifier: 3f7d1c93-b184-49c0-8c77-3d98879fee63
2026-03-30 14:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e057120b-12fd-5455-a4cc-17b55a084308
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F3f7d1c93-b184-49c0-8c77-3d98879fee63_4b5cf379-0a39-4d0a-ab84-e2c5bb2b439b.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_4b5cf379-0a39-4d0a-ab84-e2c5bb2b439b.jpg/250x188.webp already downloaded
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F3f7d1c93-b184-49c0-8c77-3d98879fee63_1f3e9b91-fb6f-49d2-9dcc-6df267e0c733.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_1f3e9b91-fb6f-49d2-9dcc-6df267e0c733.jpg/250x188.webp already downloaded
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F3f7d1c93-b184-49c0-8c77-3d98879fee63_953a82a5-cba6-482d-8e45-6aaf6f9b5910.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_953a82a5-cba6-482d-8e45-6aaf6f9b5910.jpg/250x188.webp already downloaded
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F3f7d1c93-b184-49c0-8c77-3d98879fee63_1c666be9-659b-42de-94e3-f8dc6b50b5ba.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_1c666be9-659b-42de-94e3-f8dc6b50b5ba.jpg/250x188.webp already downloaded
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F3f7d1c93-b184-49c0-8c77-3d98879fee63_e69de046-e586-401d-b933-4a0333c1962a.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_e69de046-e586-401d-b933-4a0333c1962a.jpg/250x188.webp already downloaded
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F3f7d1c93-b184-49c0-8c77-3d98879fee63_9a7886d9-b799-4aa4-9e0a-5f185443ad15.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_9a7886d9-b799-4aa4-9e0a-5f185443ad15.jpg/250x188.webp already downloaded
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F3f7d1c93-b184-49c0-8c77-3d98879fee63_0b85bf2a-db1d-443a-bd7f-40b72cc2301e.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_0b85bf2a-db1d-443a-bd7f-40b72cc2301e.jpg/250x188.webp already downloaded
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F3f7d1c93-b184-49c0-8c77-3d98879fee63_8a7658e6-f488-469b-9497-e3d50b3ee26e.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_8a7658e6-f488-469b-9497-e3d50b3ee26e.jpg/250x188.webp already downloaded
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F3f7d1c93-b184-49c0-8c77-3d98879fee63_06759cf4-e71f-486b-b61b-ac0ea9ab0885.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_06759cf4-e71f-486b-b61b-ac0ea9ab0885.jpg/250x188.webp already downloaded
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F3f7d1c93-b184-49c0-8c77-3d98879fee63_9d51e66c-9dd6-48ef-8c34-496a994eb9f8.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_9d51e66c-9dd6-48ef-8c34-496a994eb9f8.jpg/250x188.webp already downloaded
2026-03-30 14:29:21 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: e057120b-12fd-5455-a4cc-17b55a084308 with identifier 3f7d1c93-b184-49c0-8c77-3d98879fee63
2026-03-30 14:29:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:21 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:21 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item e057120b-12fd-5455-a4cc-17b55a084308
2026-03-30 14:29:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 280,
'expiration_date': None,
'fuel_type': 'Gasoline',
'id': 'e057120b-12fd-5455-a4cc-17b55a084308',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/toyota-yaris-gr-yaris-1-6-circuit-imt-6-aero-performance-gasoline-black-3f7d1c93-b184-49c0-8c77-3d98879fee63',
'listing': 'auction',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 250,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_4b5cf379-0a39-4d0a-ab84-e2c5bb2b439b.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_1f3e9b91-fb6f-49d2-9dcc-6df267e0c733.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_953a82a5-cba6-482d-8e45-6aaf6f9b5910.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_1c666be9-659b-42de-94e3-f8dc6b50b5ba.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_e69de046-e586-401d-b933-4a0333c1962a.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_9a7886d9-b799-4aa4-9e0a-5f185443ad15.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_0b85bf2a-db1d-443a-bd7f-40b72cc2301e.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_8a7658e6-f488-469b-9497-e3d50b3ee26e.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_06759cf4-e71f-486b-b61b-ac0ea9ab0885.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_9d51e66c-9dd6-48ef-8c34-496a994eb9f8.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e057120b-12fd-5455-a4cc-17b55a084308/e057120b-12fd-5455-a4cc-17b55a084308_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 6356,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_4b5cf379-0a39-4d0a-ab84-e2c5bb2b439b.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e057120b-12fd-5455-a4cc-17b55a084308/e057120b-12fd-5455-a4cc-17b55a084308_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6864,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_1f3e9b91-fb6f-49d2-9dcc-6df267e0c733.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e057120b-12fd-5455-a4cc-17b55a084308/e057120b-12fd-5455-a4cc-17b55a084308_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 6088,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_953a82a5-cba6-482d-8e45-6aaf6f9b5910.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e057120b-12fd-5455-a4cc-17b55a084308/e057120b-12fd-5455-a4cc-17b55a084308_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 6114,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_1c666be9-659b-42de-94e3-f8dc6b50b5ba.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e057120b-12fd-5455-a4cc-17b55a084308/e057120b-12fd-5455-a4cc-17b55a084308_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 4928,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_e69de046-e586-401d-b933-4a0333c1962a.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e057120b-12fd-5455-a4cc-17b55a084308/e057120b-12fd-5455-a4cc-17b55a084308_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 6652,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_9a7886d9-b799-4aa4-9e0a-5f185443ad15.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e057120b-12fd-5455-a4cc-17b55a084308/e057120b-12fd-5455-a4cc-17b55a084308_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 6762,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_0b85bf2a-db1d-443a-bd7f-40b72cc2301e.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e057120b-12fd-5455-a4cc-17b55a084308/e057120b-12fd-5455-a4cc-17b55a084308_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 7442,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_8a7658e6-f488-469b-9497-e3d50b3ee26e.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e057120b-12fd-5455-a4cc-17b55a084308/e057120b-12fd-5455-a4cc-17b55a084308_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 4026,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_06759cf4-e71f-486b-b61b-ac0ea9ab0885.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e057120b-12fd-5455-a4cc-17b55a084308/e057120b-12fd-5455-a4cc-17b55a084308_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 5028,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/3f7d1c93-b184-49c0-8c77-3d98879fee63_9d51e66c-9dd6-48ef-8c34-496a994eb9f8.jpg/250x188.webp',
'Width': 250}],
'price': 60000,
'price_includes_vat': False,
'registration_date': '2026-03-01',
'seller_name': None,
'title': 'Toyota Yaris GR Yaris 1.6 Circuit imt-6 aero performance',
'transmission': 'automatic',
'trim': 'GR Yaris 1.6 Circuit imt-6 aero performance',
'vin': None,
'year': 2026}
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%273f7d1c93-b184-49c0-8c77-3d98879fee63%27 HTTP/1.1" 200 None
2026-03-30 14:29:21 [auto_selling_autoscout24.it] INFO: Saving data for 3f7d1c93-b184-49c0-8c77-3d98879fee63: {'created_time': 1774880961.307556, 'last_price_update_time': 1774880961.307569}
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='3f7d1c93-b184-49c0-8c77-3d98879fee63') HTTP/1.1" 204 0
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing BlpImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing BmpImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing BufrStubImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing CurImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing DcxImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing DdsImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing EpsImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing FitsImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing FliImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing FpxImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing FtexImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing GbrImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing GifImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing GribStubImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing Hdf5StubImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing IcnsImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing IcoImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing ImImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing ImtImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing IptcImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing JpegImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing Jpeg2KImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing McIdasImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing MicImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing MpegImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing MpoImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing MspImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing PalmImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing PcdImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing PcxImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing PdfImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing PixarImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing PngImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing PpmImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing PsdImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing QoiImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing SgiImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing SpiderImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing SunImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing TgaImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing TiffImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing WebPImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing WmfImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing XbmImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing XpmImagePlugin
2026-03-30 14:29:21 [PIL.Image] DEBUG: Importing XVThumbImagePlugin
2026-03-30 14:29:21 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-30 14:29:21 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-30 14:29:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 14:29:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f21e82183d0>
2026-03-30 14:29:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-30 14:29:21 [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-30 14:29:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 14:29:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_0.webp HTTP/1.1" 201 0
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_autoscout24.it',RowKey='https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_db9e6d51-10e0-4111-8ba9-6d92b1d89ca3.jpg%252F250x188.webp') HTTP/1.1" 204 0
2026-03-30 14:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_db9e6d51-10e0-4111-8ba9-6d92b1d89ca3.jpg/250x188.webp saved to cache
2026-03-30 14:29:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a932b349-0139-505a-9c42-ccad4db53fdb
2026-03-30 14:29:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 14:29:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f21dae59c50>
2026-03-30 14:29:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 14:29:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_3.webp HTTP/1.1" 201 0
2026-03-30 14:29:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_autoscout24.it',RowKey='https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_e43a3dee-9aa1-4890-9e73-e19e707cd19c.jpg%252F250x188.webp') HTTP/1.1" 204 0
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_e43a3dee-9aa1-4890-9e73-e19e707cd19c.jpg/250x188.webp saved to cache
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a932b349-0139-505a-9c42-ccad4db53fdb
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f21dae6d310>
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_1.webp HTTP/1.1" 201 0
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_autoscout24.it',RowKey='https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_fea10a7e-ebdf-496d-b361-4e8ccaeb28c3.jpg%252F250x188.webp') HTTP/1.1" 204 0
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_fea10a7e-ebdf-496d-b361-4e8ccaeb28c3.jpg/250x188.webp saved to cache
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a932b349-0139-505a-9c42-ccad4db53fdb
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f21dae6fc90>
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_2.webp HTTP/1.1" 201 0
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_autoscout24.it',RowKey='https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_32ab421f-396b-4b7c-8f8d-84802b492ce9.jpg%252F250x188.webp') HTTP/1.1" 204 0
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_32ab421f-396b-4b7c-8f8d-84802b492ce9.jpg/250x188.webp saved to cache
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a932b349-0139-505a-9c42-ccad4db53fdb
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f21daf3e850>
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_4.webp HTTP/1.1" 201 0
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_autoscout24.it',RowKey='https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_1a49c934-d4e1-44ad-9f9b-611e6fcb5588.jpg%252F250x188.webp') HTTP/1.1" 204 0
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_1a49c934-d4e1-44ad-9f9b-611e6fcb5588.jpg/250x188.webp saved to cache
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a932b349-0139-505a-9c42-ccad4db53fdb
2026-03-30 14:29:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_1caea782-99f6-4416-b8d5-dab334f76b8c.jpg/250x188.webp> (referer: https://www.autoscout24.it/api/dealer-detail/fetch-listings)
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27fd5ad1de-98e4-471f-ab85-f51ffacab1ac%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [auto_selling_autoscout24.it] INFO: Scrape type for fd5ad1de-98e4-471f-ab85-f51ffacab1ac: 1
2026-03-30 14:29:22 [auto_selling_autoscout24.it] INFO: Scraping new listing fd5ad1de-98e4-471f-ab85-f51ffacab1ac
2026-03-30 14:29:22 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: fd5ad1de-98e4-471f-ab85-f51ffacab1ac
2026-03-30 14:29:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: eb57aff1-a0c4-5118-93a7-9c83a514b8df with identifier: fd5ad1de-98e4-471f-ab85-f51ffacab1ac
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item eb57aff1-a0c4-5118-93a7-9c83a514b8df
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffd5ad1de-98e4-471f-ab85-f51ffacab1ac_2bc51033-1fe4-498a-9b90-12f196e270ea.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_2bc51033-1fe4-498a-9b90-12f196e270ea.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffd5ad1de-98e4-471f-ab85-f51ffacab1ac_309de461-9f98-44bb-b6cb-0fe8055d0025.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_309de461-9f98-44bb-b6cb-0fe8055d0025.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffd5ad1de-98e4-471f-ab85-f51ffacab1ac_f36b3190-e49c-4549-a4b9-7550ba101d20.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_f36b3190-e49c-4549-a4b9-7550ba101d20.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffd5ad1de-98e4-471f-ab85-f51ffacab1ac_cc7c67d4-d129-41a0-b8b4-905d84dcaa25.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_cc7c67d4-d129-41a0-b8b4-905d84dcaa25.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffd5ad1de-98e4-471f-ab85-f51ffacab1ac_76d9f6be-7613-4afe-91df-7747e2e27e87.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_76d9f6be-7613-4afe-91df-7747e2e27e87.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffd5ad1de-98e4-471f-ab85-f51ffacab1ac_6a1adddb-6561-4bc6-988c-121b5c1f91ec.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_6a1adddb-6561-4bc6-988c-121b5c1f91ec.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffd5ad1de-98e4-471f-ab85-f51ffacab1ac_073e1eb6-f160-41c7-aec8-b25f2a64a398.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_073e1eb6-f160-41c7-aec8-b25f2a64a398.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffd5ad1de-98e4-471f-ab85-f51ffacab1ac_0138b271-408d-476c-8e23-4c089979dc0a.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_0138b271-408d-476c-8e23-4c089979dc0a.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffd5ad1de-98e4-471f-ab85-f51ffacab1ac_606f6b89-f153-465d-99ee-722ca4c3db28.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_606f6b89-f153-465d-99ee-722ca4c3db28.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ffd5ad1de-98e4-471f-ab85-f51ffacab1ac_98082f35-28af-4d34-88ea-04fbb3b82de3.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_98082f35-28af-4d34-88ea-04fbb3b82de3.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: eb57aff1-a0c4-5118-93a7-9c83a514b8df with identifier fd5ad1de-98e4-471f-ab85-f51ffacab1ac
2026-03-30 14:29:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item eb57aff1-a0c4-5118-93a7-9c83a514b8df
2026-03-30 14:29:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 179,
'expiration_date': None,
'fuel_type': 'Electric/Gasoline',
'id': 'eb57aff1-a0c4-5118-93a7-9c83a514b8df',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/hyundai-tucson-tucson-1-6-hev-business-2wd-239cv-auto-electric-gasoline-silver-fd5ad1de-98e4-471f-ab85-f51ffacab1ac',
'listing': 'auction',
'make': 'Hyundai',
'model': 'TUCSON',
'odometer': 11,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_2bc51033-1fe4-498a-9b90-12f196e270ea.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_309de461-9f98-44bb-b6cb-0fe8055d0025.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_f36b3190-e49c-4549-a4b9-7550ba101d20.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_cc7c67d4-d129-41a0-b8b4-905d84dcaa25.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_76d9f6be-7613-4afe-91df-7747e2e27e87.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_6a1adddb-6561-4bc6-988c-121b5c1f91ec.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_073e1eb6-f160-41c7-aec8-b25f2a64a398.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_0138b271-408d-476c-8e23-4c089979dc0a.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_606f6b89-f153-465d-99ee-722ca4c3db28.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_98082f35-28af-4d34-88ea-04fbb3b82de3.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb57aff1-a0c4-5118-93a7-9c83a514b8df/eb57aff1-a0c4-5118-93a7-9c83a514b8df_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 6588,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_2bc51033-1fe4-498a-9b90-12f196e270ea.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb57aff1-a0c4-5118-93a7-9c83a514b8df/eb57aff1-a0c4-5118-93a7-9c83a514b8df_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6702,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_309de461-9f98-44bb-b6cb-0fe8055d0025.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb57aff1-a0c4-5118-93a7-9c83a514b8df/eb57aff1-a0c4-5118-93a7-9c83a514b8df_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 6196,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_f36b3190-e49c-4549-a4b9-7550ba101d20.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb57aff1-a0c4-5118-93a7-9c83a514b8df/eb57aff1-a0c4-5118-93a7-9c83a514b8df_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 5306,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_cc7c67d4-d129-41a0-b8b4-905d84dcaa25.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb57aff1-a0c4-5118-93a7-9c83a514b8df/eb57aff1-a0c4-5118-93a7-9c83a514b8df_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 5820,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_76d9f6be-7613-4afe-91df-7747e2e27e87.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb57aff1-a0c4-5118-93a7-9c83a514b8df/eb57aff1-a0c4-5118-93a7-9c83a514b8df_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 6222,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_6a1adddb-6561-4bc6-988c-121b5c1f91ec.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb57aff1-a0c4-5118-93a7-9c83a514b8df/eb57aff1-a0c4-5118-93a7-9c83a514b8df_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 5766,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_073e1eb6-f160-41c7-aec8-b25f2a64a398.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb57aff1-a0c4-5118-93a7-9c83a514b8df/eb57aff1-a0c4-5118-93a7-9c83a514b8df_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 5782,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_0138b271-408d-476c-8e23-4c089979dc0a.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb57aff1-a0c4-5118-93a7-9c83a514b8df/eb57aff1-a0c4-5118-93a7-9c83a514b8df_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 4060,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_606f6b89-f153-465d-99ee-722ca4c3db28.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eb57aff1-a0c4-5118-93a7-9c83a514b8df/eb57aff1-a0c4-5118-93a7-9c83a514b8df_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 4118,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/fd5ad1de-98e4-471f-ab85-f51ffacab1ac_98082f35-28af-4d34-88ea-04fbb3b82de3.jpg/250x188.webp',
'Width': 250}],
'price': 37500,
'price_includes_vat': False,
'registration_date': '2026-03-01',
'seller_name': None,
'title': 'Hyundai TUCSON Tucson 1.6 hev Business 2wd 239cv auto',
'transmission': 'automatic',
'trim': 'Tucson 1.6 hev Business 2wd 239cv auto',
'vin': None,
'year': 2026}
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27fd5ad1de-98e4-471f-ab85-f51ffacab1ac%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [auto_selling_autoscout24.it] INFO: Saving data for fd5ad1de-98e4-471f-ab85-f51ffacab1ac: {'created_time': 1774880962.408915, 'last_price_update_time': 1774880962.408926}
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='fd5ad1de-98e4-471f-ab85-f51ffacab1ac') HTTP/1.1" 204 0
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f21dae5ba50>
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_6.webp HTTP/1.1" 201 0
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_autoscout24.it',RowKey='https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_1042adad-89c3-4edd-b5b4-4d52c45d340f.jpg%252F250x188.webp') HTTP/1.1" 204 0
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_1042adad-89c3-4edd-b5b4-4d52c45d340f.jpg/250x188.webp saved to cache
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a932b349-0139-505a-9c42-ccad4db53fdb
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f21e81b92d0>
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_7.webp HTTP/1.1" 201 0
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_autoscout24.it',RowKey='https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_5c313f9d-c2ed-401f-a9d8-c6ecaff426ef.jpg%252F250x188.webp') HTTP/1.1" 204 0
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_5c313f9d-c2ed-401f-a9d8-c6ecaff426ef.jpg/250x188.webp saved to cache
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a932b349-0139-505a-9c42-ccad4db53fdb
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f21daf29150>
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_9.webp HTTP/1.1" 201 0
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_autoscout24.it',RowKey='https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_d35c9388-23e2-40c3-962c-a7494a079234.jpg%252F250x188.webp') HTTP/1.1" 204 0
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_d35c9388-23e2-40c3-962c-a7494a079234.jpg/250x188.webp saved to cache
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a932b349-0139-505a-9c42-ccad4db53fdb
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f21e81f5b90>
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 14:29:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_8.webp HTTP/1.1" 201 0
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_autoscout24.it',RowKey='https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_0dc66e7c-dc45-4a5a-9bf8-84fa0757a32c.jpg%252F250x188.webp') HTTP/1.1" 204 0
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_0dc66e7c-dc45-4a5a-9bf8-84fa0757a32c.jpg/250x188.webp saved to cache
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a932b349-0139-505a-9c42-ccad4db53fdb
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27de57913b-5a03-4e69-9402-9c128a52c85b%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [auto_selling_autoscout24.it] INFO: Scrape type for de57913b-5a03-4e69-9402-9c128a52c85b: 1
2026-03-30 14:29:22 [auto_selling_autoscout24.it] INFO: Scraping new listing de57913b-5a03-4e69-9402-9c128a52c85b
2026-03-30 14:29:22 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: de57913b-5a03-4e69-9402-9c128a52c85b
2026-03-30 14:29:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 872a780b-fb9a-5dda-afea-8a5af73a0fc3 with identifier: de57913b-5a03-4e69-9402-9c128a52c85b
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 872a780b-fb9a-5dda-afea-8a5af73a0fc3
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fde57913b-5a03-4e69-9402-9c128a52c85b_1b32fe58-3a9f-4ad9-8438-eb6f4afb0036.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_1b32fe58-3a9f-4ad9-8438-eb6f4afb0036.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fde57913b-5a03-4e69-9402-9c128a52c85b_c32f704d-592a-4593-947a-e2dcbdd6c24a.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_c32f704d-592a-4593-947a-e2dcbdd6c24a.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fde57913b-5a03-4e69-9402-9c128a52c85b_9af49e2d-10a4-43e2-9344-a88f6fb88720.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_9af49e2d-10a4-43e2-9344-a88f6fb88720.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fde57913b-5a03-4e69-9402-9c128a52c85b_a7bf559a-2936-408e-bf78-6981fd85a04c.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_a7bf559a-2936-408e-bf78-6981fd85a04c.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fde57913b-5a03-4e69-9402-9c128a52c85b_45a4d3c4-eec6-430e-ab8b-c425bb32028f.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_45a4d3c4-eec6-430e-ab8b-c425bb32028f.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fde57913b-5a03-4e69-9402-9c128a52c85b_9928b7e8-cb99-4607-825a-bbb957d51826.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_9928b7e8-cb99-4607-825a-bbb957d51826.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fde57913b-5a03-4e69-9402-9c128a52c85b_e84da3ec-845f-4978-86aa-9e8c23536e6c.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_e84da3ec-845f-4978-86aa-9e8c23536e6c.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fde57913b-5a03-4e69-9402-9c128a52c85b_fab16579-1ba8-470c-a53d-102622036b60.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_fab16579-1ba8-470c-a53d-102622036b60.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fde57913b-5a03-4e69-9402-9c128a52c85b_44d1539e-7bad-4eb6-a171-0168fca99503.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_44d1539e-7bad-4eb6-a171-0168fca99503.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fde57913b-5a03-4e69-9402-9c128a52c85b_9c6774c7-ddba-42aa-b962-a07292b3f41d.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_9c6774c7-ddba-42aa-b962-a07292b3f41d.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 872a780b-fb9a-5dda-afea-8a5af73a0fc3 with identifier de57913b-5a03-4e69-9402-9c128a52c85b
2026-03-30 14:29:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:22 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:22 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 872a780b-fb9a-5dda-afea-8a5af73a0fc3
2026-03-30 14:29:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 101,
'expiration_date': None,
'fuel_type': 'Gasoline',
'id': '872a780b-fb9a-5dda-afea-8a5af73a0fc3',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/jeep-avenger-avenger-1-2-turbo-summit-fwd-100cv-gasoline-black-de57913b-5a03-4e69-9402-9c128a52c85b',
'listing': 'auction',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 26000,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_1b32fe58-3a9f-4ad9-8438-eb6f4afb0036.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_c32f704d-592a-4593-947a-e2dcbdd6c24a.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_9af49e2d-10a4-43e2-9344-a88f6fb88720.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_a7bf559a-2936-408e-bf78-6981fd85a04c.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_45a4d3c4-eec6-430e-ab8b-c425bb32028f.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_9928b7e8-cb99-4607-825a-bbb957d51826.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_e84da3ec-845f-4978-86aa-9e8c23536e6c.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_fab16579-1ba8-470c-a53d-102622036b60.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_44d1539e-7bad-4eb6-a171-0168fca99503.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_9c6774c7-ddba-42aa-b962-a07292b3f41d.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_872a780b-fb9a-5dda-afea-8a5af73a0fc3/872a780b-fb9a-5dda-afea-8a5af73a0fc3_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 6776,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_1b32fe58-3a9f-4ad9-8438-eb6f4afb0036.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_872a780b-fb9a-5dda-afea-8a5af73a0fc3/872a780b-fb9a-5dda-afea-8a5af73a0fc3_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 7580,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_c32f704d-592a-4593-947a-e2dcbdd6c24a.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_872a780b-fb9a-5dda-afea-8a5af73a0fc3/872a780b-fb9a-5dda-afea-8a5af73a0fc3_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 6880,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_9af49e2d-10a4-43e2-9344-a88f6fb88720.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_872a780b-fb9a-5dda-afea-8a5af73a0fc3/872a780b-fb9a-5dda-afea-8a5af73a0fc3_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 5684,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_a7bf559a-2936-408e-bf78-6981fd85a04c.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_872a780b-fb9a-5dda-afea-8a5af73a0fc3/872a780b-fb9a-5dda-afea-8a5af73a0fc3_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 7378,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_45a4d3c4-eec6-430e-ab8b-c425bb32028f.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_872a780b-fb9a-5dda-afea-8a5af73a0fc3/872a780b-fb9a-5dda-afea-8a5af73a0fc3_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 6884,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_9928b7e8-cb99-4607-825a-bbb957d51826.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_872a780b-fb9a-5dda-afea-8a5af73a0fc3/872a780b-fb9a-5dda-afea-8a5af73a0fc3_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 5928,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_e84da3ec-845f-4978-86aa-9e8c23536e6c.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_872a780b-fb9a-5dda-afea-8a5af73a0fc3/872a780b-fb9a-5dda-afea-8a5af73a0fc3_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 6704,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_fab16579-1ba8-470c-a53d-102622036b60.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_872a780b-fb9a-5dda-afea-8a5af73a0fc3/872a780b-fb9a-5dda-afea-8a5af73a0fc3_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 2836,
'Height': 188,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_44d1539e-7bad-4eb6-a171-0168fca99503.jpg/250x188.webp',
'Width': 141},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_872a780b-fb9a-5dda-afea-8a5af73a0fc3/872a780b-fb9a-5dda-afea-8a5af73a0fc3_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 5816,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/de57913b-5a03-4e69-9402-9c128a52c85b_9c6774c7-ddba-42aa-b962-a07292b3f41d.jpg/250x188.webp',
'Width': 250}],
'price': 21200,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seller_name': None,
'title': 'Jeep Avenger Avenger 1.2 turbo Summit fwd 100cv',
'transmission': 'automatic',
'trim': 'Avenger 1.2 turbo Summit fwd 100cv',
'vin': None,
'year': 2024}
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27de57913b-5a03-4e69-9402-9c128a52c85b%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [auto_selling_autoscout24.it] INFO: Saving data for de57913b-5a03-4e69-9402-9c128a52c85b: {'created_time': 1774880962.845297, 'last_price_update_time': 1774880962.84531}
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='de57913b-5a03-4e69-9402-9c128a52c85b') HTTP/1.1" 204 0
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%2775cfd16a-5f05-4684-9e93-e7540395b4d5%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [auto_selling_autoscout24.it] INFO: Scrape type for 75cfd16a-5f05-4684-9e93-e7540395b4d5: 1
2026-03-30 14:29:22 [auto_selling_autoscout24.it] INFO: Scraping new listing 75cfd16a-5f05-4684-9e93-e7540395b4d5
2026-03-30 14:29:22 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: 75cfd16a-5f05-4684-9e93-e7540395b4d5
2026-03-30 14:29:22 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 33fef3d3-8255-52ff-98a6-ed4266f1083c with identifier: 75cfd16a-5f05-4684-9e93-e7540395b4d5
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 33fef3d3-8255-52ff-98a6-ed4266f1083c
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F75cfd16a-5f05-4684-9e93-e7540395b4d5_bf9e6572-587f-47a1-acd0-7ad6c2f5f880.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_bf9e6572-587f-47a1-acd0-7ad6c2f5f880.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F75cfd16a-5f05-4684-9e93-e7540395b4d5_8de51659-4f3c-4f7f-a468-1122723a0ded.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_8de51659-4f3c-4f7f-a468-1122723a0ded.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F75cfd16a-5f05-4684-9e93-e7540395b4d5_9a93cb99-6758-4a3e-a58a-ba59d5c14a51.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_9a93cb99-6758-4a3e-a58a-ba59d5c14a51.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F75cfd16a-5f05-4684-9e93-e7540395b4d5_06fe85d1-4558-4c6a-af2f-33c689a1cc62.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_06fe85d1-4558-4c6a-af2f-33c689a1cc62.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F75cfd16a-5f05-4684-9e93-e7540395b4d5_6d75e616-d2a7-41a1-a190-a52efabbd9cf.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_6d75e616-d2a7-41a1-a190-a52efabbd9cf.jpg/250x188.webp already downloaded
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F75cfd16a-5f05-4684-9e93-e7540395b4d5_4c3cf258-d0b1-444b-b9db-fc897af87cc4.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_4c3cf258-d0b1-444b-b9db-fc897af87cc4.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F75cfd16a-5f05-4684-9e93-e7540395b4d5_daf7e756-e1aa-40e7-9d0d-248764dc7653.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_daf7e756-e1aa-40e7-9d0d-248764dc7653.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F75cfd16a-5f05-4684-9e93-e7540395b4d5_9845d7de-3c37-4deb-8ad3-1a12b597e794.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_9845d7de-3c37-4deb-8ad3-1a12b597e794.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F75cfd16a-5f05-4684-9e93-e7540395b4d5_6a06e7fb-d080-4fcb-a8ac-02f57603063d.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_6a06e7fb-d080-4fcb-a8ac-02f57603063d.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F75cfd16a-5f05-4684-9e93-e7540395b4d5_9ec88740-4bef-4f64-b59e-b27e967fb503.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_9ec88740-4bef-4f64-b59e-b27e967fb503.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-30 14:29:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f21e8192f90>
2026-03-30 14:29:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-30 14:29:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_5.webp HTTP/1.1" 201 0
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='auto_selling_autoscout24.it',RowKey='https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fa941476d-aa35-49cc-801f-40c648707b89_1caea782-99f6-4416-b8d5-dab334f76b8c.jpg%252F250x188.webp') HTTP/1.1" 204 0
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_1caea782-99f6-4416-b8d5-dab334f76b8c.jpg/250x188.webp saved to cache
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a932b349-0139-505a-9c42-ccad4db53fdb
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a932b349-0139-505a-9c42-ccad4db53fdb sending to next pipeline
2026-03-30 14:29:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 33fef3d3-8255-52ff-98a6-ed4266f1083c with identifier 75cfd16a-5f05-4684-9e93-e7540395b4d5
2026-03-30 14:29:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 33fef3d3-8255-52ff-98a6-ed4266f1083c
2026-03-30 14:29:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 69,
'expiration_date': None,
'fuel_type': 'Electric/Gasoline',
'id': '33fef3d3-8255-52ff-98a6-ed4266f1083c',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/fiat-500-500-iii-2015-1-0-hybrid-lounge-70cv-electric-gasoline-black-75cfd16a-5f05-4684-9e93-e7540395b4d5',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 67609,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_bf9e6572-587f-47a1-acd0-7ad6c2f5f880.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_8de51659-4f3c-4f7f-a468-1122723a0ded.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_9a93cb99-6758-4a3e-a58a-ba59d5c14a51.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_06fe85d1-4558-4c6a-af2f-33c689a1cc62.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_6d75e616-d2a7-41a1-a190-a52efabbd9cf.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_4c3cf258-d0b1-444b-b9db-fc897af87cc4.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_daf7e756-e1aa-40e7-9d0d-248764dc7653.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_9845d7de-3c37-4deb-8ad3-1a12b597e794.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_6a06e7fb-d080-4fcb-a8ac-02f57603063d.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_9ec88740-4bef-4f64-b59e-b27e967fb503.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33fef3d3-8255-52ff-98a6-ed4266f1083c/33fef3d3-8255-52ff-98a6-ed4266f1083c_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 7202,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_bf9e6572-587f-47a1-acd0-7ad6c2f5f880.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33fef3d3-8255-52ff-98a6-ed4266f1083c/33fef3d3-8255-52ff-98a6-ed4266f1083c_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6108,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_8de51659-4f3c-4f7f-a468-1122723a0ded.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33fef3d3-8255-52ff-98a6-ed4266f1083c/33fef3d3-8255-52ff-98a6-ed4266f1083c_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 7662,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_9a93cb99-6758-4a3e-a58a-ba59d5c14a51.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33fef3d3-8255-52ff-98a6-ed4266f1083c/33fef3d3-8255-52ff-98a6-ed4266f1083c_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 7688,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_06fe85d1-4558-4c6a-af2f-33c689a1cc62.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33fef3d3-8255-52ff-98a6-ed4266f1083c/33fef3d3-8255-52ff-98a6-ed4266f1083c_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 6812,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_6d75e616-d2a7-41a1-a190-a52efabbd9cf.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33fef3d3-8255-52ff-98a6-ed4266f1083c/33fef3d3-8255-52ff-98a6-ed4266f1083c_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 7400,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_4c3cf258-d0b1-444b-b9db-fc897af87cc4.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33fef3d3-8255-52ff-98a6-ed4266f1083c/33fef3d3-8255-52ff-98a6-ed4266f1083c_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 7876,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_daf7e756-e1aa-40e7-9d0d-248764dc7653.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33fef3d3-8255-52ff-98a6-ed4266f1083c/33fef3d3-8255-52ff-98a6-ed4266f1083c_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 7104,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_9845d7de-3c37-4deb-8ad3-1a12b597e794.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33fef3d3-8255-52ff-98a6-ed4266f1083c/33fef3d3-8255-52ff-98a6-ed4266f1083c_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 5782,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_6a06e7fb-d080-4fcb-a8ac-02f57603063d.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_33fef3d3-8255-52ff-98a6-ed4266f1083c/33fef3d3-8255-52ff-98a6-ed4266f1083c_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 3944,
'Height': 188,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/75cfd16a-5f05-4684-9e93-e7540395b4d5_9ec88740-4bef-4f64-b59e-b27e967fb503.jpg/250x188.webp',
'Width': 141}],
'price': 10900,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seller_name': None,
'title': 'Fiat 500 500 III 2015 1.0 hybrid Lounge 70cv',
'transmission': 'automatic',
'trim': '500 III 2015 1.0 hybrid Lounge 70cv',
'vin': None,
'year': 2021}
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%2775cfd16a-5f05-4684-9e93-e7540395b4d5%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [auto_selling_autoscout24.it] INFO: Saving data for 75cfd16a-5f05-4684-9e93-e7540395b4d5: {'created_time': 1774880963.163485, 'last_price_update_time': 1774880963.163498}
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='75cfd16a-5f05-4684-9e93-e7540395b4d5') HTTP/1.1" 204 0
2026-03-30 14:29:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: a932b349-0139-505a-9c42-ccad4db53fdb with identifier a941476d-aa35-49cc-801f-40c648707b89
2026-03-30 14:29:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item a932b349-0139-505a-9c42-ccad4db53fdb
2026-03-30 14:29:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_1caea782-99f6-4416-b8d5-dab334f76b8c.jpg/250x188.webp>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 265,
'expiration_date': None,
'fuel_type': 'Gasoline',
'id': 'a932b349-0139-505a-9c42-ccad4db53fdb',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/bmw-125-serie-1-f40-128ti-auto-gasoline-black-a941476d-aa35-49cc-801f-40c648707b89',
'listing': 'auction',
'make': 'BMW',
'model': '125',
'odometer': 762618,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 6040,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_db9e6d51-10e0-4111-8ba9-6d92b1d89ca3.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6414,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_fea10a7e-ebdf-496d-b361-4e8ccaeb28c3.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 5608,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_32ab421f-396b-4b7c-8f8d-84802b492ce9.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 5286,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_e43a3dee-9aa1-4890-9e73-e19e707cd19c.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 7568,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_1a49c934-d4e1-44ad-9f9b-611e6fcb5588.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 6784,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_1caea782-99f6-4416-b8d5-dab334f76b8c.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 5468,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_1042adad-89c3-4edd-b5b4-4d52c45d340f.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 4716,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_5c313f9d-c2ed-401f-a9d8-c6ecaff426ef.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 7210,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_0dc66e7c-dc45-4a5a-9bf8-84fa0757a32c.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a932b349-0139-505a-9c42-ccad4db53fdb/a932b349-0139-505a-9c42-ccad4db53fdb_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 6524,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/a941476d-aa35-49cc-801f-40c648707b89_d35c9388-23e2-40c3-962c-a7494a079234.jpg/250x188.webp',
'Width': 250}],
'price': 28500,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seller_name': None,
'title': 'BMW 125 Serie 1 F40 128ti auto',
'transmission': 'automatic',
'trim': 'Serie 1 F40 128ti auto',
'vin': None,
'year': 2024}
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27a941476d-aa35-49cc-801f-40c648707b89%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [auto_selling_autoscout24.it] INFO: Saving data for a941476d-aa35-49cc-801f-40c648707b89: {'created_time': 1774880963.252027, 'last_price_update_time': 1774880963.252039}
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='a941476d-aa35-49cc-801f-40c648707b89') HTTP/1.1" 204 0
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%278b9a09b8-1661-4f8f-ad3a-1588e6f2e757%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [auto_selling_autoscout24.it] INFO: Scrape type for 8b9a09b8-1661-4f8f-ad3a-1588e6f2e757: 1
2026-03-30 14:29:23 [auto_selling_autoscout24.it] INFO: Scraping new listing 8b9a09b8-1661-4f8f-ad3a-1588e6f2e757
2026-03-30 14:29:23 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: 8b9a09b8-1661-4f8f-ad3a-1588e6f2e757
2026-03-30 14:29:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: fe595207-299f-508f-b7b5-9537091c79d8 with identifier: 8b9a09b8-1661-4f8f-ad3a-1588e6f2e757
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fe595207-299f-508f-b7b5-9537091c79d8
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_48051e61-65eb-40d4-94a8-a864771ae22a.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_48051e61-65eb-40d4-94a8-a864771ae22a.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_822368ed-77fa-4b28-b05b-348032a06b7c.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_822368ed-77fa-4b28-b05b-348032a06b7c.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_c6142677-9b19-49d1-b394-51350c86e113.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_c6142677-9b19-49d1-b394-51350c86e113.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_61ab79ce-d896-4265-9aa4-fde3bc3fc867.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_61ab79ce-d896-4265-9aa4-fde3bc3fc867.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_76922b9a-24a0-462d-a3ae-8dc750fdbca5.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_76922b9a-24a0-462d-a3ae-8dc750fdbca5.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_b68cfc0e-f1da-4860-bc0a-4877837ba5ac.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_b68cfc0e-f1da-4860-bc0a-4877837ba5ac.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_c42d0c5b-c43e-4ec3-91f1-3bdd95a12e19.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_c42d0c5b-c43e-4ec3-91f1-3bdd95a12e19.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_54dabd47-5660-4521-b973-176703f5e601.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_54dabd47-5660-4521-b973-176703f5e601.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_b589776a-c9bb-4301-b85f-5e312fbbc651.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_b589776a-c9bb-4301-b85f-5e312fbbc651.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_d1a163cb-9bb7-4c7d-812f-cadce3b6368b.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_d1a163cb-9bb7-4c7d-812f-cadce3b6368b.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: fe595207-299f-508f-b7b5-9537091c79d8 with identifier 8b9a09b8-1661-4f8f-ad3a-1588e6f2e757
2026-03-30 14:29:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item fe595207-299f-508f-b7b5-9537091c79d8
2026-03-30 14:29:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 72,
'expiration_date': None,
'fuel_type': 'Gasoline',
'id': 'fe595207-299f-508f-b7b5-9537091c79d8',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/toyota-aygo-aygo-x-x-1-0-lounge-72cv-gasoline-beige-8b9a09b8-1661-4f8f-ad3a-1588e6f2e757',
'listing': 'auction',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 14000,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_48051e61-65eb-40d4-94a8-a864771ae22a.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_822368ed-77fa-4b28-b05b-348032a06b7c.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_c6142677-9b19-49d1-b394-51350c86e113.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_61ab79ce-d896-4265-9aa4-fde3bc3fc867.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_76922b9a-24a0-462d-a3ae-8dc750fdbca5.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_b68cfc0e-f1da-4860-bc0a-4877837ba5ac.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_c42d0c5b-c43e-4ec3-91f1-3bdd95a12e19.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_54dabd47-5660-4521-b973-176703f5e601.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_b589776a-c9bb-4301-b85f-5e312fbbc651.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_d1a163cb-9bb7-4c7d-812f-cadce3b6368b.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe595207-299f-508f-b7b5-9537091c79d8/fe595207-299f-508f-b7b5-9537091c79d8_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 6606,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_48051e61-65eb-40d4-94a8-a864771ae22a.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe595207-299f-508f-b7b5-9537091c79d8/fe595207-299f-508f-b7b5-9537091c79d8_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6394,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_822368ed-77fa-4b28-b05b-348032a06b7c.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe595207-299f-508f-b7b5-9537091c79d8/fe595207-299f-508f-b7b5-9537091c79d8_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 5960,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_c6142677-9b19-49d1-b394-51350c86e113.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe595207-299f-508f-b7b5-9537091c79d8/fe595207-299f-508f-b7b5-9537091c79d8_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 6314,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_61ab79ce-d896-4265-9aa4-fde3bc3fc867.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe595207-299f-508f-b7b5-9537091c79d8/fe595207-299f-508f-b7b5-9537091c79d8_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 5554,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_76922b9a-24a0-462d-a3ae-8dc750fdbca5.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe595207-299f-508f-b7b5-9537091c79d8/fe595207-299f-508f-b7b5-9537091c79d8_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 6588,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_b68cfc0e-f1da-4860-bc0a-4877837ba5ac.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe595207-299f-508f-b7b5-9537091c79d8/fe595207-299f-508f-b7b5-9537091c79d8_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 6172,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_c42d0c5b-c43e-4ec3-91f1-3bdd95a12e19.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe595207-299f-508f-b7b5-9537091c79d8/fe595207-299f-508f-b7b5-9537091c79d8_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 5782,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_54dabd47-5660-4521-b973-176703f5e601.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe595207-299f-508f-b7b5-9537091c79d8/fe595207-299f-508f-b7b5-9537091c79d8_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 3684,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_b589776a-c9bb-4301-b85f-5e312fbbc651.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fe595207-299f-508f-b7b5-9537091c79d8/fe595207-299f-508f-b7b5-9537091c79d8_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 4854,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/8b9a09b8-1661-4f8f-ad3a-1588e6f2e757_d1a163cb-9bb7-4c7d-812f-cadce3b6368b.jpg/250x188.webp',
'Width': 250}],
'price': 15900,
'price_includes_vat': False,
'registration_date': '2025-06-01',
'seller_name': None,
'title': 'Toyota Aygo Aygo X X 1.0 Lounge 72cv',
'transmission': 'automatic',
'trim': 'Aygo X X 1.0 Lounge 72cv',
'vin': None,
'year': 2025}
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%278b9a09b8-1661-4f8f-ad3a-1588e6f2e757%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [auto_selling_autoscout24.it] INFO: Saving data for 8b9a09b8-1661-4f8f-ad3a-1588e6f2e757: {'created_time': 1774880963.489561, 'last_price_update_time': 1774880963.489572}
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='8b9a09b8-1661-4f8f-ad3a-1588e6f2e757') HTTP/1.1" 204 0
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%276f65afae-03db-4b11-8fcc-11b94d12e349%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [auto_selling_autoscout24.it] INFO: Scrape type for 6f65afae-03db-4b11-8fcc-11b94d12e349: 1
2026-03-30 14:29:23 [auto_selling_autoscout24.it] INFO: Scraping new listing 6f65afae-03db-4b11-8fcc-11b94d12e349
2026-03-30 14:29:23 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: 6f65afae-03db-4b11-8fcc-11b94d12e349
2026-03-30 14:29:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 15e7645c-a0b7-5d31-b0e7-1de5ee5da016 with identifier: 6f65afae-03db-4b11-8fcc-11b94d12e349
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 15e7645c-a0b7-5d31-b0e7-1de5ee5da016
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6f65afae-03db-4b11-8fcc-11b94d12e349_2768e1ee-9405-47cb-937f-57334cdc6c06.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_2768e1ee-9405-47cb-937f-57334cdc6c06.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6f65afae-03db-4b11-8fcc-11b94d12e349_b64fc6b5-d2da-4729-97d9-627cfcfeab39.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_b64fc6b5-d2da-4729-97d9-627cfcfeab39.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6f65afae-03db-4b11-8fcc-11b94d12e349_e1545bf2-f045-4258-bc4f-94db016a8824.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_e1545bf2-f045-4258-bc4f-94db016a8824.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6f65afae-03db-4b11-8fcc-11b94d12e349_90ea7326-365e-4b0d-8e66-f8439881f36d.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_90ea7326-365e-4b0d-8e66-f8439881f36d.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6f65afae-03db-4b11-8fcc-11b94d12e349_d850d9e5-2985-4e41-ae63-67fed10dc82c.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_d850d9e5-2985-4e41-ae63-67fed10dc82c.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6f65afae-03db-4b11-8fcc-11b94d12e349_48177340-4a49-4e4a-b934-79db8727ef5d.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_48177340-4a49-4e4a-b934-79db8727ef5d.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6f65afae-03db-4b11-8fcc-11b94d12e349_da838410-5b5b-4878-9016-cd6dce0c7acf.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_da838410-5b5b-4878-9016-cd6dce0c7acf.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6f65afae-03db-4b11-8fcc-11b94d12e349_ff35c55b-5b7e-46a1-8a34-25c014e25407.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_ff35c55b-5b7e-46a1-8a34-25c014e25407.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6f65afae-03db-4b11-8fcc-11b94d12e349_d85adf31-4ba1-40a8-b300-82c818e6c16b.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_d85adf31-4ba1-40a8-b300-82c818e6c16b.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6f65afae-03db-4b11-8fcc-11b94d12e349_60e8eadf-ad2d-4afe-a0c3-3e2daeb92e95.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_60e8eadf-ad2d-4afe-a0c3-3e2daeb92e95.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 15e7645c-a0b7-5d31-b0e7-1de5ee5da016 with identifier 6f65afae-03db-4b11-8fcc-11b94d12e349
2026-03-30 14:29:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:23 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:23 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 15e7645c-a0b7-5d31-b0e7-1de5ee5da016
2026-03-30 14:29:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 69,
'expiration_date': None,
'fuel_type': 'Electric/Gasoline',
'id': '15e7645c-a0b7-5d31-b0e7-1de5ee5da016',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/fiat-500c-500-iii-2015-1-0-hybrid-dolcevita-70cv-electric-gasoline-blue-6f65afae-03db-4b11-8fcc-11b94d12e349',
'listing': 'auction',
'make': 'Fiat',
'model': '500C',
'odometer': 37816,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_2768e1ee-9405-47cb-937f-57334cdc6c06.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_b64fc6b5-d2da-4729-97d9-627cfcfeab39.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_e1545bf2-f045-4258-bc4f-94db016a8824.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_90ea7326-365e-4b0d-8e66-f8439881f36d.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_d850d9e5-2985-4e41-ae63-67fed10dc82c.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_48177340-4a49-4e4a-b934-79db8727ef5d.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_da838410-5b5b-4878-9016-cd6dce0c7acf.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_ff35c55b-5b7e-46a1-8a34-25c014e25407.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_d85adf31-4ba1-40a8-b300-82c818e6c16b.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_60e8eadf-ad2d-4afe-a0c3-3e2daeb92e95.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15e7645c-a0b7-5d31-b0e7-1de5ee5da016/15e7645c-a0b7-5d31-b0e7-1de5ee5da016_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 5948,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_2768e1ee-9405-47cb-937f-57334cdc6c06.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15e7645c-a0b7-5d31-b0e7-1de5ee5da016/15e7645c-a0b7-5d31-b0e7-1de5ee5da016_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 5366,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_b64fc6b5-d2da-4729-97d9-627cfcfeab39.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15e7645c-a0b7-5d31-b0e7-1de5ee5da016/15e7645c-a0b7-5d31-b0e7-1de5ee5da016_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 4666,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_e1545bf2-f045-4258-bc4f-94db016a8824.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15e7645c-a0b7-5d31-b0e7-1de5ee5da016/15e7645c-a0b7-5d31-b0e7-1de5ee5da016_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 5668,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_90ea7326-365e-4b0d-8e66-f8439881f36d.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15e7645c-a0b7-5d31-b0e7-1de5ee5da016/15e7645c-a0b7-5d31-b0e7-1de5ee5da016_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 4414,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_d850d9e5-2985-4e41-ae63-67fed10dc82c.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15e7645c-a0b7-5d31-b0e7-1de5ee5da016/15e7645c-a0b7-5d31-b0e7-1de5ee5da016_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 7644,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_48177340-4a49-4e4a-b934-79db8727ef5d.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15e7645c-a0b7-5d31-b0e7-1de5ee5da016/15e7645c-a0b7-5d31-b0e7-1de5ee5da016_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 6592,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_da838410-5b5b-4878-9016-cd6dce0c7acf.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15e7645c-a0b7-5d31-b0e7-1de5ee5da016/15e7645c-a0b7-5d31-b0e7-1de5ee5da016_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 6830,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_ff35c55b-5b7e-46a1-8a34-25c014e25407.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15e7645c-a0b7-5d31-b0e7-1de5ee5da016/15e7645c-a0b7-5d31-b0e7-1de5ee5da016_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 4300,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_d85adf31-4ba1-40a8-b300-82c818e6c16b.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_15e7645c-a0b7-5d31-b0e7-1de5ee5da016/15e7645c-a0b7-5d31-b0e7-1de5ee5da016_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 2318,
'Height': 188,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6f65afae-03db-4b11-8fcc-11b94d12e349_60e8eadf-ad2d-4afe-a0c3-3e2daeb92e95.jpg/250x188.webp',
'Width': 141}],
'price': 13500,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seller_name': None,
'title': 'Fiat 500C 500 III 2015 1.0 hybrid dolcevita 70cv',
'transmission': 'automatic',
'trim': '500 III 2015 1.0 hybrid dolcevita 70cv',
'vin': None,
'year': 2022}
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%276f65afae-03db-4b11-8fcc-11b94d12e349%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [auto_selling_autoscout24.it] INFO: Saving data for 6f65afae-03db-4b11-8fcc-11b94d12e349: {'created_time': 1774880963.789729, 'last_price_update_time': 1774880963.789743}
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='6f65afae-03db-4b11-8fcc-11b94d12e349') HTTP/1.1" 204 0
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27e4e850f7-569c-4227-8b26-d74f49ca03e5%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [auto_selling_autoscout24.it] INFO: Scrape type for e4e850f7-569c-4227-8b26-d74f49ca03e5: 1
2026-03-30 14:29:23 [auto_selling_autoscout24.it] INFO: Scraping new listing e4e850f7-569c-4227-8b26-d74f49ca03e5
2026-03-30 14:29:23 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: e4e850f7-569c-4227-8b26-d74f49ca03e5
2026-03-30 14:29:23 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 3471c35c-9cf3-5718-ba23-92d50d9efbea with identifier: e4e850f7-569c-4227-8b26-d74f49ca03e5
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3471c35c-9cf3-5718-ba23-92d50d9efbea
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe4e850f7-569c-4227-8b26-d74f49ca03e5_1c56a6b2-2597-46d4-a2db-ab074c7a2dcc.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_1c56a6b2-2597-46d4-a2db-ab074c7a2dcc.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe4e850f7-569c-4227-8b26-d74f49ca03e5_46c1d8b8-03fc-4ead-a882-6867e0d0998f.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_46c1d8b8-03fc-4ead-a882-6867e0d0998f.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe4e850f7-569c-4227-8b26-d74f49ca03e5_53922813-0469-4320-a38d-d66ea1cccd97.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_53922813-0469-4320-a38d-d66ea1cccd97.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe4e850f7-569c-4227-8b26-d74f49ca03e5_a1917872-87c0-4aec-8151-77144978d42c.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_a1917872-87c0-4aec-8151-77144978d42c.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe4e850f7-569c-4227-8b26-d74f49ca03e5_2d9c1388-d6d0-4362-9017-fd4c0e3a347b.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_2d9c1388-d6d0-4362-9017-fd4c0e3a347b.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe4e850f7-569c-4227-8b26-d74f49ca03e5_4c6fa1df-cfaf-4bd7-b5a8-55f19bbfac32.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_4c6fa1df-cfaf-4bd7-b5a8-55f19bbfac32.jpg/250x188.webp already downloaded
2026-03-30 14:29:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe4e850f7-569c-4227-8b26-d74f49ca03e5_29866fab-d17a-454f-97d4-d9bc2596376a.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_29866fab-d17a-454f-97d4-d9bc2596376a.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe4e850f7-569c-4227-8b26-d74f49ca03e5_7a9abf5c-cec2-41aa-b05e-bf504c576008.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_7a9abf5c-cec2-41aa-b05e-bf504c576008.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe4e850f7-569c-4227-8b26-d74f49ca03e5_29816697-a329-4c0c-bfcb-e3a1d834cd34.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_29816697-a329-4c0c-bfcb-e3a1d834cd34.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fe4e850f7-569c-4227-8b26-d74f49ca03e5_0099b83c-87ff-4521-a7e7-949307755739.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_0099b83c-87ff-4521-a7e7-949307755739.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 3471c35c-9cf3-5718-ba23-92d50d9efbea with identifier e4e850f7-569c-4227-8b26-d74f49ca03e5
2026-03-30 14:29:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 3471c35c-9cf3-5718-ba23-92d50d9efbea
2026-03-30 14:29:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 72,
'expiration_date': None,
'fuel_type': 'Gasoline',
'id': '3471c35c-9cf3-5718-ba23-92d50d9efbea',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/toyota-aygo-aygo-x-x-1-0-trend-72cv-gasoline-grey-e4e850f7-569c-4227-8b26-d74f49ca03e5',
'listing': 'auction',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 11,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 28,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_1c56a6b2-2597-46d4-a2db-ab074c7a2dcc.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_46c1d8b8-03fc-4ead-a882-6867e0d0998f.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_53922813-0469-4320-a38d-d66ea1cccd97.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_a1917872-87c0-4aec-8151-77144978d42c.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_2d9c1388-d6d0-4362-9017-fd4c0e3a347b.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_4c6fa1df-cfaf-4bd7-b5a8-55f19bbfac32.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_29866fab-d17a-454f-97d4-d9bc2596376a.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_7a9abf5c-cec2-41aa-b05e-bf504c576008.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_29816697-a329-4c0c-bfcb-e3a1d834cd34.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_0099b83c-87ff-4521-a7e7-949307755739.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec943c4e-5f01-532b-ac76-3e9f6a26ce36/ec943c4e-5f01-532b-ac76-3e9f6a26ce36_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 5640,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_1c56a6b2-2597-46d4-a2db-ab074c7a2dcc.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec943c4e-5f01-532b-ac76-3e9f6a26ce36/ec943c4e-5f01-532b-ac76-3e9f6a26ce36_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 5444,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_46c1d8b8-03fc-4ead-a882-6867e0d0998f.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec943c4e-5f01-532b-ac76-3e9f6a26ce36/ec943c4e-5f01-532b-ac76-3e9f6a26ce36_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 5558,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_53922813-0469-4320-a38d-d66ea1cccd97.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec943c4e-5f01-532b-ac76-3e9f6a26ce36/ec943c4e-5f01-532b-ac76-3e9f6a26ce36_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 5968,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_a1917872-87c0-4aec-8151-77144978d42c.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec943c4e-5f01-532b-ac76-3e9f6a26ce36/ec943c4e-5f01-532b-ac76-3e9f6a26ce36_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 5192,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_2d9c1388-d6d0-4362-9017-fd4c0e3a347b.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec943c4e-5f01-532b-ac76-3e9f6a26ce36/ec943c4e-5f01-532b-ac76-3e9f6a26ce36_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 7786,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_4c6fa1df-cfaf-4bd7-b5a8-55f19bbfac32.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec943c4e-5f01-532b-ac76-3e9f6a26ce36/ec943c4e-5f01-532b-ac76-3e9f6a26ce36_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 6402,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_29866fab-d17a-454f-97d4-d9bc2596376a.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec943c4e-5f01-532b-ac76-3e9f6a26ce36/ec943c4e-5f01-532b-ac76-3e9f6a26ce36_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 5980,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_7a9abf5c-cec2-41aa-b05e-bf504c576008.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec943c4e-5f01-532b-ac76-3e9f6a26ce36/ec943c4e-5f01-532b-ac76-3e9f6a26ce36_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 5098,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_29816697-a329-4c0c-bfcb-e3a1d834cd34.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec943c4e-5f01-532b-ac76-3e9f6a26ce36/ec943c4e-5f01-532b-ac76-3e9f6a26ce36_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 5040,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/e4e850f7-569c-4227-8b26-d74f49ca03e5_0099b83c-87ff-4521-a7e7-949307755739.jpg/250x188.webp',
'Width': 250}],
'price': 17000,
'price_includes_vat': False,
'registration_date': '2025-07-01',
'seller_name': None,
'title': 'Toyota Aygo Aygo X X 1.0 Trend 72cv',
'transmission': 'automatic',
'trim': 'Aygo X X 1.0 Trend 72cv',
'vin': None,
'year': 2025}
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27e4e850f7-569c-4227-8b26-d74f49ca03e5%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Saving data for e4e850f7-569c-4227-8b26-d74f49ca03e5: {'created_time': 1774880964.109615, 'last_price_update_time': 1774880964.109626}
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='e4e850f7-569c-4227-8b26-d74f49ca03e5') HTTP/1.1" 204 0
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%276d58952b-7e4c-4e0e-a6c1-477f153a03e2%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Scrape type for 6d58952b-7e4c-4e0e-a6c1-477f153a03e2: 1
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Scraping new listing 6d58952b-7e4c-4e0e-a6c1-477f153a03e2
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: 6d58952b-7e4c-4e0e-a6c1-477f153a03e2
2026-03-30 14:29:24 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 68c2c9da-a619-5cee-b0b4-364787ab2249 with identifier: 6d58952b-7e4c-4e0e-a6c1-477f153a03e2
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 68c2c9da-a619-5cee-b0b4-364787ab2249
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6d58952b-7e4c-4e0e-a6c1-477f153a03e2_6c363d8f-daee-48f4-aca3-1c9cf827f967.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_6c363d8f-daee-48f4-aca3-1c9cf827f967.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6d58952b-7e4c-4e0e-a6c1-477f153a03e2_508e70fe-ac7f-4bda-867f-b340deb94ef9.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_508e70fe-ac7f-4bda-867f-b340deb94ef9.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6d58952b-7e4c-4e0e-a6c1-477f153a03e2_c826128c-a384-48f0-b613-b1f6310ec9ac.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_c826128c-a384-48f0-b613-b1f6310ec9ac.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6d58952b-7e4c-4e0e-a6c1-477f153a03e2_4c10dc12-4dd7-44be-a421-1d395c2cc894.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_4c10dc12-4dd7-44be-a421-1d395c2cc894.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6d58952b-7e4c-4e0e-a6c1-477f153a03e2_1bf07cd0-b773-4e8b-bdc2-40e7b9d90be7.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_1bf07cd0-b773-4e8b-bdc2-40e7b9d90be7.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6d58952b-7e4c-4e0e-a6c1-477f153a03e2_05e8df72-cf05-4e5a-b9c9-233c4c0c32f2.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_05e8df72-cf05-4e5a-b9c9-233c4c0c32f2.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6d58952b-7e4c-4e0e-a6c1-477f153a03e2_956e8379-17d3-4edd-a713-9c9aab15f79a.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_956e8379-17d3-4edd-a713-9c9aab15f79a.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6d58952b-7e4c-4e0e-a6c1-477f153a03e2_06b037e5-3478-4655-9ec2-67e52b55dd23.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_06b037e5-3478-4655-9ec2-67e52b55dd23.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6d58952b-7e4c-4e0e-a6c1-477f153a03e2_d26acdd1-0f27-4c55-bfca-10bd5e2d90d2.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_d26acdd1-0f27-4c55-bfca-10bd5e2d90d2.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F6d58952b-7e4c-4e0e-a6c1-477f153a03e2_c4c8ff64-6345-4a98-93d5-0553e548b741.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_c4c8ff64-6345-4a98-93d5-0553e548b741.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 68c2c9da-a619-5cee-b0b4-364787ab2249 with identifier 6d58952b-7e4c-4e0e-a6c1-477f153a03e2
2026-03-30 14:29:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 68c2c9da-a619-5cee-b0b4-364787ab2249
2026-03-30 14:29:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 67,
'expiration_date': None,
'fuel_type': 'Gasoline',
'id': '68c2c9da-a619-5cee-b0b4-364787ab2249',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/hyundai-i10-i10-iii-2020-1-0-mpi-tech-connect-pack-gasoline-blue-6d58952b-7e4c-4e0e-a6c1-477f153a03e2',
'listing': 'auction',
'make': 'Hyundai',
'model': 'i10',
'odometer': 57464,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_6c363d8f-daee-48f4-aca3-1c9cf827f967.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_508e70fe-ac7f-4bda-867f-b340deb94ef9.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_c826128c-a384-48f0-b613-b1f6310ec9ac.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_4c10dc12-4dd7-44be-a421-1d395c2cc894.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_1bf07cd0-b773-4e8b-bdc2-40e7b9d90be7.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_05e8df72-cf05-4e5a-b9c9-233c4c0c32f2.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_956e8379-17d3-4edd-a713-9c9aab15f79a.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_06b037e5-3478-4655-9ec2-67e52b55dd23.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_d26acdd1-0f27-4c55-bfca-10bd5e2d90d2.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_c4c8ff64-6345-4a98-93d5-0553e548b741.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68c2c9da-a619-5cee-b0b4-364787ab2249/68c2c9da-a619-5cee-b0b4-364787ab2249_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 5612,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_6c363d8f-daee-48f4-aca3-1c9cf827f967.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68c2c9da-a619-5cee-b0b4-364787ab2249/68c2c9da-a619-5cee-b0b4-364787ab2249_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6744,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_508e70fe-ac7f-4bda-867f-b340deb94ef9.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68c2c9da-a619-5cee-b0b4-364787ab2249/68c2c9da-a619-5cee-b0b4-364787ab2249_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 5684,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_c826128c-a384-48f0-b613-b1f6310ec9ac.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68c2c9da-a619-5cee-b0b4-364787ab2249/68c2c9da-a619-5cee-b0b4-364787ab2249_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 5556,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_4c10dc12-4dd7-44be-a421-1d395c2cc894.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68c2c9da-a619-5cee-b0b4-364787ab2249/68c2c9da-a619-5cee-b0b4-364787ab2249_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 5180,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_1bf07cd0-b773-4e8b-bdc2-40e7b9d90be7.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68c2c9da-a619-5cee-b0b4-364787ab2249/68c2c9da-a619-5cee-b0b4-364787ab2249_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 5808,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_05e8df72-cf05-4e5a-b9c9-233c4c0c32f2.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68c2c9da-a619-5cee-b0b4-364787ab2249/68c2c9da-a619-5cee-b0b4-364787ab2249_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 6212,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_956e8379-17d3-4edd-a713-9c9aab15f79a.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68c2c9da-a619-5cee-b0b4-364787ab2249/68c2c9da-a619-5cee-b0b4-364787ab2249_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 5526,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_06b037e5-3478-4655-9ec2-67e52b55dd23.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68c2c9da-a619-5cee-b0b4-364787ab2249/68c2c9da-a619-5cee-b0b4-364787ab2249_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 4200,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_d26acdd1-0f27-4c55-bfca-10bd5e2d90d2.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_68c2c9da-a619-5cee-b0b4-364787ab2249/68c2c9da-a619-5cee-b0b4-364787ab2249_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 3670,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/6d58952b-7e4c-4e0e-a6c1-477f153a03e2_c4c8ff64-6345-4a98-93d5-0553e548b741.jpg/250x188.webp',
'Width': 250}],
'price': 11900,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seller_name': None,
'title': 'Hyundai i10 i10 III 2020 1.0 mpi Tech Connect Pack',
'transmission': 'automatic',
'trim': 'i10 III 2020 1.0 mpi Tech Connect Pack',
'vin': None,
'year': 2022}
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%276d58952b-7e4c-4e0e-a6c1-477f153a03e2%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Saving data for 6d58952b-7e4c-4e0e-a6c1-477f153a03e2: {'created_time': 1774880964.364441, 'last_price_update_time': 1774880964.364454}
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='6d58952b-7e4c-4e0e-a6c1-477f153a03e2') HTTP/1.1" 204 0
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27bb08b98a-05db-41a3-822a-173b0a4462d5%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Scrape type for bb08b98a-05db-41a3-822a-173b0a4462d5: 1
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Scraping new listing bb08b98a-05db-41a3-822a-173b0a4462d5
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: bb08b98a-05db-41a3-822a-173b0a4462d5
2026-03-30 14:29:24 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c5ee5a4-518a-55ac-94ea-244cf536a63d with identifier: bb08b98a-05db-41a3-822a-173b0a4462d5
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8c5ee5a4-518a-55ac-94ea-244cf536a63d
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fbb08b98a-05db-41a3-822a-173b0a4462d5_09ab54f2-28c6-409c-81f3-11c36302a34b.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_09ab54f2-28c6-409c-81f3-11c36302a34b.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fbb08b98a-05db-41a3-822a-173b0a4462d5_cbe9ef26-f4d1-46ed-9f10-cd554ffa086d.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_cbe9ef26-f4d1-46ed-9f10-cd554ffa086d.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fbb08b98a-05db-41a3-822a-173b0a4462d5_8edbfe55-5f49-4ea0-bec2-6f32624c364c.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_8edbfe55-5f49-4ea0-bec2-6f32624c364c.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fbb08b98a-05db-41a3-822a-173b0a4462d5_a6df3fcb-5965-465c-988a-7c7b9f39e348.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_a6df3fcb-5965-465c-988a-7c7b9f39e348.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fbb08b98a-05db-41a3-822a-173b0a4462d5_68043562-bf60-4a52-b228-74ccb15ca4b4.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_68043562-bf60-4a52-b228-74ccb15ca4b4.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fbb08b98a-05db-41a3-822a-173b0a4462d5_52f0c012-f201-4adb-b889-e231da8525aa.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_52f0c012-f201-4adb-b889-e231da8525aa.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fbb08b98a-05db-41a3-822a-173b0a4462d5_6520840e-a49e-4f4c-96d0-3247cdb8fa75.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_6520840e-a49e-4f4c-96d0-3247cdb8fa75.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fbb08b98a-05db-41a3-822a-173b0a4462d5_f3e47c0d-daf3-41ee-931f-8e4f07095567.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_f3e47c0d-daf3-41ee-931f-8e4f07095567.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fbb08b98a-05db-41a3-822a-173b0a4462d5_caacc1bf-c2a6-4d77-be29-b8e2cf93cae3.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_caacc1bf-c2a6-4d77-be29-b8e2cf93cae3.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Fbb08b98a-05db-41a3-822a-173b0a4462d5_29909b7a-71d9-4c34-97bb-bbb772373360.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_29909b7a-71d9-4c34-97bb-bbb772373360.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 8c5ee5a4-518a-55ac-94ea-244cf536a63d with identifier bb08b98a-05db-41a3-822a-173b0a4462d5
2026-03-30 14:29:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 8c5ee5a4-518a-55ac-94ea-244cf536a63d
2026-03-30 14:29:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 150,
'expiration_date': None,
'fuel_type': 'Electric/Diesel',
'id': '8c5ee5a4-518a-55ac-94ea-244cf536a63d',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/land-rover-range-rover-evoque-range-rover-evoque-ii-2019-2-0d-mhe-s-awd-150cv-au-electric-diesel-silver-bb08b98a-05db-41a3-822a-173b0a4462d5',
'listing': 'auction',
'make': 'Land Rover',
'model': 'Range Rover Evoque',
'odometer': 76323,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_09ab54f2-28c6-409c-81f3-11c36302a34b.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_cbe9ef26-f4d1-46ed-9f10-cd554ffa086d.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_8edbfe55-5f49-4ea0-bec2-6f32624c364c.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_a6df3fcb-5965-465c-988a-7c7b9f39e348.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_68043562-bf60-4a52-b228-74ccb15ca4b4.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_52f0c012-f201-4adb-b889-e231da8525aa.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_6520840e-a49e-4f4c-96d0-3247cdb8fa75.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_f3e47c0d-daf3-41ee-931f-8e4f07095567.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_caacc1bf-c2a6-4d77-be29-b8e2cf93cae3.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_29909b7a-71d9-4c34-97bb-bbb772373360.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c5ee5a4-518a-55ac-94ea-244cf536a63d/8c5ee5a4-518a-55ac-94ea-244cf536a63d_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 4954,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_09ab54f2-28c6-409c-81f3-11c36302a34b.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c5ee5a4-518a-55ac-94ea-244cf536a63d/8c5ee5a4-518a-55ac-94ea-244cf536a63d_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 5298,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_cbe9ef26-f4d1-46ed-9f10-cd554ffa086d.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c5ee5a4-518a-55ac-94ea-244cf536a63d/8c5ee5a4-518a-55ac-94ea-244cf536a63d_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 5070,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_8edbfe55-5f49-4ea0-bec2-6f32624c364c.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c5ee5a4-518a-55ac-94ea-244cf536a63d/8c5ee5a4-518a-55ac-94ea-244cf536a63d_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 4908,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_a6df3fcb-5965-465c-988a-7c7b9f39e348.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c5ee5a4-518a-55ac-94ea-244cf536a63d/8c5ee5a4-518a-55ac-94ea-244cf536a63d_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 4864,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_68043562-bf60-4a52-b228-74ccb15ca4b4.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c5ee5a4-518a-55ac-94ea-244cf536a63d/8c5ee5a4-518a-55ac-94ea-244cf536a63d_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 5174,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_52f0c012-f201-4adb-b889-e231da8525aa.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c5ee5a4-518a-55ac-94ea-244cf536a63d/8c5ee5a4-518a-55ac-94ea-244cf536a63d_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 5162,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_6520840e-a49e-4f4c-96d0-3247cdb8fa75.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c5ee5a4-518a-55ac-94ea-244cf536a63d/8c5ee5a4-518a-55ac-94ea-244cf536a63d_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 5194,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_f3e47c0d-daf3-41ee-931f-8e4f07095567.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c5ee5a4-518a-55ac-94ea-244cf536a63d/8c5ee5a4-518a-55ac-94ea-244cf536a63d_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 5502,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_caacc1bf-c2a6-4d77-be29-b8e2cf93cae3.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8c5ee5a4-518a-55ac-94ea-244cf536a63d/8c5ee5a4-518a-55ac-94ea-244cf536a63d_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 3702,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/bb08b98a-05db-41a3-822a-173b0a4462d5_29909b7a-71d9-4c34-97bb-bbb772373360.jpg/250x188.webp',
'Width': 250}],
'price': 22400,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seller_name': None,
'title': 'Land Rover Range Rover Evoque Range Rover Evoque II 2019 2.0d mhe S '
'awd 150cv au',
'transmission': 'automatic',
'trim': 'Range Rover Evoque II 2019 2.0d mhe S awd 150cv au',
'vin': None,
'year': 2019}
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27bb08b98a-05db-41a3-822a-173b0a4462d5%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Saving data for bb08b98a-05db-41a3-822a-173b0a4462d5: {'created_time': 1774880964.629196, 'last_price_update_time': 1774880964.629209}
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='bb08b98a-05db-41a3-822a-173b0a4462d5') HTTP/1.1" 204 0
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27f5a45a0d-13f1-42d6-89a8-a3a17df95b6e%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Scrape type for f5a45a0d-13f1-42d6-89a8-a3a17df95b6e: 1
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Scraping new listing f5a45a0d-13f1-42d6-89a8-a3a17df95b6e
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: f5a45a0d-13f1-42d6-89a8-a3a17df95b6e
2026-03-30 14:29:24 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 03dc3e26-b834-50f6-937d-d5765e717954 with identifier: f5a45a0d-13f1-42d6-89a8-a3a17df95b6e
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 03dc3e26-b834-50f6-937d-d5765e717954
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e408b967-711a-428f-b9e2-e44176f5f887.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e408b967-711a-428f-b9e2-e44176f5f887.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e7e0bb93-3949-47fc-861c-f09e40f34d8a.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e7e0bb93-3949-47fc-861c-f09e40f34d8a.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_a8b7be23-9ef2-4055-becc-645af1ac6ef4.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_a8b7be23-9ef2-4055-becc-645af1ac6ef4.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_5b9faf90-49fd-42f7-bb4b-5770ad3f986b.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_5b9faf90-49fd-42f7-bb4b-5770ad3f986b.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_cebbc626-823b-433d-914b-cd139836da65.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_cebbc626-823b-433d-914b-cd139836da65.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_095158ef-03fc-4f7b-9323-a215ad653082.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_095158ef-03fc-4f7b-9323-a215ad653082.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_405b5cf4-1764-47aa-a69b-efe5f926b00c.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_405b5cf4-1764-47aa-a69b-efe5f926b00c.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_653df263-bfd1-4136-9d64-e55ccea28d20.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_653df263-bfd1-4136-9d64-e55ccea28d20.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_51741ea3-4864-431a-9d5f-405683702dd4.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_51741ea3-4864-431a-9d5f-405683702dd4.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_c5af9fd1-fadb-4dd7-a4fb-6c196aa6c4fa.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_c5af9fd1-fadb-4dd7-a4fb-6c196aa6c4fa.jpg/250x188.webp already downloaded
2026-03-30 14:29:24 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 03dc3e26-b834-50f6-937d-d5765e717954 with identifier f5a45a0d-13f1-42d6-89a8-a3a17df95b6e
2026-03-30 14:29:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:24 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:24 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 03dc3e26-b834-50f6-937d-d5765e717954
2026-03-30 14:29:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 69,
'expiration_date': None,
'fuel_type': 'Gasoline',
'id': '03dc3e26-b834-50f6-937d-d5765e717954',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/fiat-500-500-iii-2015-1-2-dolcevita-69cv-my20-gasoline-black-f5a45a0d-13f1-42d6-89a8-a3a17df95b6e',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 47984,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e408b967-711a-428f-b9e2-e44176f5f887.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e7e0bb93-3949-47fc-861c-f09e40f34d8a.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_a8b7be23-9ef2-4055-becc-645af1ac6ef4.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_5b9faf90-49fd-42f7-bb4b-5770ad3f986b.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_cebbc626-823b-433d-914b-cd139836da65.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_095158ef-03fc-4f7b-9323-a215ad653082.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_405b5cf4-1764-47aa-a69b-efe5f926b00c.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_653df263-bfd1-4136-9d64-e55ccea28d20.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_51741ea3-4864-431a-9d5f-405683702dd4.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_c5af9fd1-fadb-4dd7-a4fb-6c196aa6c4fa.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 7120,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e408b967-711a-428f-b9e2-e44176f5f887.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6498,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e7e0bb93-3949-47fc-861c-f09e40f34d8a.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 6874,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_a8b7be23-9ef2-4055-becc-645af1ac6ef4.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 6870,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_5b9faf90-49fd-42f7-bb4b-5770ad3f986b.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 7264,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_cebbc626-823b-433d-914b-cd139836da65.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 8678,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_095158ef-03fc-4f7b-9323-a215ad653082.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 7266,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_405b5cf4-1764-47aa-a69b-efe5f926b00c.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 6944,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_653df263-bfd1-4136-9d64-e55ccea28d20.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 6228,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_51741ea3-4864-431a-9d5f-405683702dd4.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 5566,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_c5af9fd1-fadb-4dd7-a4fb-6c196aa6c4fa.jpg/250x188.webp',
'Width': 250}],
'price': 10900,
'price_includes_vat': False,
'registration_date': '2020-02-01',
'seller_name': None,
'title': 'Fiat 500 500 III 2015 1.2 Dolcevita 69cv my20',
'transmission': 'automatic',
'trim': '500 III 2015 1.2 Dolcevita 69cv my20',
'vin': None,
'year': 2020}
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27f5a45a0d-13f1-42d6-89a8-a3a17df95b6e%27 HTTP/1.1" 200 None
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Saving data for f5a45a0d-13f1-42d6-89a8-a3a17df95b6e: {'created_time': 1774880964.908628, 'last_price_update_time': 1774880964.908639}
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='f5a45a0d-13f1-42d6-89a8-a3a17df95b6e') HTTP/1.1" 204 0
2026-03-30 14:29:24 [auto_selling_autoscout24.it] INFO: Fetching listings for customerId: 3417304, page: 2
2026-03-30 14:29:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 14:29:26 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.autoscout24.it/api/dealer-detail/fetch-listings> (referer: https://www.autoscout24.it/api/dealer-detail/fetch-listings) ['zyte-api']
2026-03-30 14:29:26 [auto_selling_autoscout24.it] INFO: Parsing listings response for page: 2
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27f5a45a0d-13f1-42d6-89a8-a3a17df95b6e%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [auto_selling_autoscout24.it] INFO: Scrape type for f5a45a0d-13f1-42d6-89a8-a3a17df95b6e: 1
2026-03-30 14:29:26 [auto_selling_autoscout24.it] INFO: Scraping new listing f5a45a0d-13f1-42d6-89a8-a3a17df95b6e
2026-03-30 14:29:26 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: f5a45a0d-13f1-42d6-89a8-a3a17df95b6e
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 03dc3e26-b834-50f6-937d-d5765e717954
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e408b967-711a-428f-b9e2-e44176f5f887.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e408b967-711a-428f-b9e2-e44176f5f887.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e7e0bb93-3949-47fc-861c-f09e40f34d8a.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e7e0bb93-3949-47fc-861c-f09e40f34d8a.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_a8b7be23-9ef2-4055-becc-645af1ac6ef4.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_a8b7be23-9ef2-4055-becc-645af1ac6ef4.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_5b9faf90-49fd-42f7-bb4b-5770ad3f986b.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_5b9faf90-49fd-42f7-bb4b-5770ad3f986b.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_cebbc626-823b-433d-914b-cd139836da65.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_cebbc626-823b-433d-914b-cd139836da65.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_095158ef-03fc-4f7b-9323-a215ad653082.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_095158ef-03fc-4f7b-9323-a215ad653082.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_405b5cf4-1764-47aa-a69b-efe5f926b00c.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_405b5cf4-1764-47aa-a69b-efe5f926b00c.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_653df263-bfd1-4136-9d64-e55ccea28d20.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_653df263-bfd1-4136-9d64-e55ccea28d20.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_51741ea3-4864-431a-9d5f-405683702dd4.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_51741ea3-4864-431a-9d5f-405683702dd4.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252Ff5a45a0d-13f1-42d6-89a8-a3a17df95b6e_c5af9fd1-fadb-4dd7-a4fb-6c196aa6c4fa.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_c5af9fd1-fadb-4dd7-a4fb-6c196aa6c4fa.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 03dc3e26-b834-50f6-937d-d5765e717954 with identifier f5a45a0d-13f1-42d6-89a8-a3a17df95b6e
2026-03-30 14:29:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 03dc3e26-b834-50f6-937d-d5765e717954
2026-03-30 14:29:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 69,
'expiration_date': None,
'fuel_type': 'Gasoline',
'id': '03dc3e26-b834-50f6-937d-d5765e717954',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/fiat-500-500-iii-2015-1-2-dolcevita-69cv-my20-gasoline-black-f5a45a0d-13f1-42d6-89a8-a3a17df95b6e',
'listing': 'auction',
'make': 'Fiat',
'model': '500',
'odometer': 47984,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e408b967-711a-428f-b9e2-e44176f5f887.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e7e0bb93-3949-47fc-861c-f09e40f34d8a.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_a8b7be23-9ef2-4055-becc-645af1ac6ef4.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_5b9faf90-49fd-42f7-bb4b-5770ad3f986b.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_cebbc626-823b-433d-914b-cd139836da65.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_095158ef-03fc-4f7b-9323-a215ad653082.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_405b5cf4-1764-47aa-a69b-efe5f926b00c.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_653df263-bfd1-4136-9d64-e55ccea28d20.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_51741ea3-4864-431a-9d5f-405683702dd4.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_c5af9fd1-fadb-4dd7-a4fb-6c196aa6c4fa.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 7120,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e408b967-711a-428f-b9e2-e44176f5f887.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 6498,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_e7e0bb93-3949-47fc-861c-f09e40f34d8a.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 6874,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_a8b7be23-9ef2-4055-becc-645af1ac6ef4.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 6870,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_5b9faf90-49fd-42f7-bb4b-5770ad3f986b.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 7264,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_cebbc626-823b-433d-914b-cd139836da65.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 8678,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_095158ef-03fc-4f7b-9323-a215ad653082.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 7266,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_405b5cf4-1764-47aa-a69b-efe5f926b00c.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 6944,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_653df263-bfd1-4136-9d64-e55ccea28d20.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 6228,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_51741ea3-4864-431a-9d5f-405683702dd4.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_03dc3e26-b834-50f6-937d-d5765e717954/03dc3e26-b834-50f6-937d-d5765e717954_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 5566,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/f5a45a0d-13f1-42d6-89a8-a3a17df95b6e_c5af9fd1-fadb-4dd7-a4fb-6c196aa6c4fa.jpg/250x188.webp',
'Width': 250}],
'price': 10900,
'price_includes_vat': False,
'registration_date': '2020-02-01',
'seller_name': None,
'title': 'Fiat 500 500 III 2015 1.2 Dolcevita 69cv my20',
'transmission': 'automatic',
'trim': '500 III 2015 1.2 Dolcevita 69cv my20',
'vin': None,
'year': 2020}
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27f5a45a0d-13f1-42d6-89a8-a3a17df95b6e%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [auto_selling_autoscout24.it] INFO: Saving data for f5a45a0d-13f1-42d6-89a8-a3a17df95b6e: {'created_time': 1774880966.660216, 'last_price_update_time': 1774880966.660226}
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='f5a45a0d-13f1-42d6-89a8-a3a17df95b6e') HTTP/1.1" 204 0
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%274e215765-09ee-4d6f-a254-9b4afb837bc4%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [auto_selling_autoscout24.it] INFO: Scrape type for 4e215765-09ee-4d6f-a254-9b4afb837bc4: 1
2026-03-30 14:29:26 [auto_selling_autoscout24.it] INFO: Scraping new listing 4e215765-09ee-4d6f-a254-9b4afb837bc4
2026-03-30 14:29:26 [auto_selling_autoscout24.it] INFO: Extracting item from listing ID: 4e215765-09ee-4d6f-a254-9b4afb837bc4
2026-03-30 14:29:26 [crawlers.auto_selling.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bf0385b-8e62-5547-97e1-f79271890c46 with identifier: 4e215765-09ee-4d6f-a254-9b4afb837bc4
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1bf0385b-8e62-5547-97e1-f79271890c46
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F4e215765-09ee-4d6f-a254-9b4afb837bc4_33c9d371-96ad-470b-8f39-a9c8f02326cf.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_33c9d371-96ad-470b-8f39-a9c8f02326cf.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F4e215765-09ee-4d6f-a254-9b4afb837bc4_0c0602b0-e75a-476a-9b7f-79dc65245d72.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_0c0602b0-e75a-476a-9b7f-79dc65245d72.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F4e215765-09ee-4d6f-a254-9b4afb837bc4_5845ba58-e9b7-4f46-87f7-61e0e4b367a2.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_5845ba58-e9b7-4f46-87f7-61e0e4b367a2.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F4e215765-09ee-4d6f-a254-9b4afb837bc4_20014692-a8ff-4246-933e-705c0f637f52.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_20014692-a8ff-4246-933e-705c0f637f52.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F4e215765-09ee-4d6f-a254-9b4afb837bc4_f3f5d9f8-491d-4860-8bff-859d85e5d850.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_f3f5d9f8-491d-4860-8bff-859d85e5d850.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F4e215765-09ee-4d6f-a254-9b4afb837bc4_91c1040c-8d68-4588-b316-42d73905fb39.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_91c1040c-8d68-4588-b316-42d73905fb39.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F4e215765-09ee-4d6f-a254-9b4afb837bc4_c39c43a0-b73a-401f-8af7-ad593569fdd5.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_c39c43a0-b73a-401f-8af7-ad593569fdd5.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F4e215765-09ee-4d6f-a254-9b4afb837bc4_5c2c10dc-937d-4ebd-afce-7b6569941902.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_5c2c10dc-937d-4ebd-afce-7b6569941902.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F4e215765-09ee-4d6f-a254-9b4afb837bc4_be800f74-5591-4f28-a005-d7f3569f5392.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_be800f74-5591-4f28-a005-d7f3569f5392.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fprod.pictures.autoscout24.net%252Flisting-images%252F4e215765-09ee-4d6f-a254-9b4afb837bc4_63fc1c7c-a913-4534-a27d-534633614165.jpg%252F250x188.webp%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_63fc1c7c-a913-4534-a27d-534633614165.jpg/250x188.webp already downloaded
2026-03-30 14:29:26 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: Azure Bus Pipeline processing item: 1bf0385b-8e62-5547-97e1-f79271890c46 with identifier 4e215765-09ee-4d6f-a254-9b4afb837bc4
2026-03-30 14:29:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:26 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:26 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process item CloudEvent for item 1bf0385b-8e62-5547-97e1-f79271890c46
2026-03-30 14:29:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.autoscout24.it/api/dealer-detail/fetch-listings>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'emission_standard': None,
'engine': None,
'engine_horse_power': 63,
'expiration_date': None,
'fuel_type': 'Gasoline',
'id': '1bf0385b-8e62-5547-97e1-f79271890c46',
'is_damaged': False,
'is_operable': True,
'license_plate': None,
'link_to_web_offer': 'https://www.autoscout24.it/offers/hyundai-i10-i10-iii-2023-1-0-mpi-connectline-63cv-gasoline-blue-4e215765-09ee-4d6f-a254-9b4afb837bc4',
'listing': 'auction',
'make': 'Hyundai',
'model': 'i10',
'odometer': 15,
'odometer_reading_unit': 'km',
'origin_country_code': 'IT',
'original_photo_count': 15,
'photo_urls': ['https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_33c9d371-96ad-470b-8f39-a9c8f02326cf.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_0c0602b0-e75a-476a-9b7f-79dc65245d72.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_5845ba58-e9b7-4f46-87f7-61e0e4b367a2.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_20014692-a8ff-4246-933e-705c0f637f52.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_f3f5d9f8-491d-4860-8bff-859d85e5d850.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_91c1040c-8d68-4588-b316-42d73905fb39.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_c39c43a0-b73a-401f-8af7-ad593569fdd5.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_5c2c10dc-937d-4ebd-afce-7b6569941902.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_be800f74-5591-4f28-a005-d7f3569f5392.jpg/250x188.webp',
'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_63fc1c7c-a913-4534-a27d-534633614165.jpg/250x188.webp'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7be83cb-730e-5297-959b-028dffb9252d/a7be83cb-730e-5297-959b-028dffb9252d_image_0.webp',
'Extension': 'webp',
'FileSizeInBytes': 4514,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_33c9d371-96ad-470b-8f39-a9c8f02326cf.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7be83cb-730e-5297-959b-028dffb9252d/a7be83cb-730e-5297-959b-028dffb9252d_image_1.webp',
'Extension': 'webp',
'FileSizeInBytes': 5960,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_0c0602b0-e75a-476a-9b7f-79dc65245d72.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7be83cb-730e-5297-959b-028dffb9252d/a7be83cb-730e-5297-959b-028dffb9252d_image_2.webp',
'Extension': 'webp',
'FileSizeInBytes': 4252,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_5845ba58-e9b7-4f46-87f7-61e0e4b367a2.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7be83cb-730e-5297-959b-028dffb9252d/a7be83cb-730e-5297-959b-028dffb9252d_image_3.webp',
'Extension': 'webp',
'FileSizeInBytes': 4680,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_20014692-a8ff-4246-933e-705c0f637f52.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7be83cb-730e-5297-959b-028dffb9252d/a7be83cb-730e-5297-959b-028dffb9252d_image_4.webp',
'Extension': 'webp',
'FileSizeInBytes': 4880,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_f3f5d9f8-491d-4860-8bff-859d85e5d850.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7be83cb-730e-5297-959b-028dffb9252d/a7be83cb-730e-5297-959b-028dffb9252d_image_5.webp',
'Extension': 'webp',
'FileSizeInBytes': 4146,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_91c1040c-8d68-4588-b316-42d73905fb39.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7be83cb-730e-5297-959b-028dffb9252d/a7be83cb-730e-5297-959b-028dffb9252d_image_6.webp',
'Extension': 'webp',
'FileSizeInBytes': 4974,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_c39c43a0-b73a-401f-8af7-ad593569fdd5.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7be83cb-730e-5297-959b-028dffb9252d/a7be83cb-730e-5297-959b-028dffb9252d_image_7.webp',
'Extension': 'webp',
'FileSizeInBytes': 4700,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_5c2c10dc-937d-4ebd-afce-7b6569941902.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7be83cb-730e-5297-959b-028dffb9252d/a7be83cb-730e-5297-959b-028dffb9252d_image_8.webp',
'Extension': 'webp',
'FileSizeInBytes': 4682,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_be800f74-5591-4f28-a005-d7f3569f5392.jpg/250x188.webp',
'Width': 250},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a7be83cb-730e-5297-959b-028dffb9252d/a7be83cb-730e-5297-959b-028dffb9252d_image_9.webp',
'Extension': 'webp',
'FileSizeInBytes': 2774,
'Height': 187,
'OriginUrl': 'https://prod.pictures.autoscout24.net/listing-images/4e215765-09ee-4d6f-a254-9b4afb837bc4_63fc1c7c-a913-4534-a27d-534633614165.jpg/250x188.webp',
'Width': 250}],
'price': 15900,
'price_includes_vat': False,
'registration_date': '2025-10-01',
'seller_name': None,
'title': 'Hyundai i10 i10 III 2023 1.0 mpi Connectline 63cv',
'transmission': 'automatic',
'trim': 'i10 III 2023 1.0 mpi Connectline 63cv',
'vin': None,
'year': 2025}
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20RowKey%20eq%20%274e215765-09ee-4d6f-a254-9b4afb837bc4%27 HTTP/1.1" 200 None
2026-03-30 14:29:26 [auto_selling_autoscout24.it] INFO: Saving data for 4e215765-09ee-4d6f-a254-9b4afb837bc4: {'created_time': 1774880966.913198, 'last_price_update_time': 1774880966.913208}
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='auto_selling_autoscout24.it',RowKey='4e215765-09ee-4d6f-a254-9b4afb837bc4') HTTP/1.1" 204 0
2026-03-30 14:29:27 [auto_selling_autoscout24.it] INFO: Fetching listings for customerId: 3417304, page: 3
2026-03-30 14:29:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-30 14:29:38 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.autoscout24.it/api/dealer-detail/fetch-listings> (referer: https://www.autoscout24.it/api/dealer-detail/fetch-listings) ['zyte-api']
2026-03-30 14:29:38 [auto_selling_autoscout24.it] INFO: Parsing listings response for page: 3
2026-03-30 14:29:38 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-30 14:29:38 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close cursor: 'SaveToCdlqDbAutoSelling' object has no attribute 'cursor'
2026-03-30 14:29:38 [crawlers.pipelines.save_to_cdlq_db_auto_selling] DEBUG: [SaveToCdlqDbAutoSelling] failed to close connection: 'SaveToCdlqDbAutoSelling' object has no attribute 'conn'
2026-03-30 14:29:38 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:38 [azure.servicebus._pyamqp.cbs] DEBUG: CBS status check: state == <CbsAuthState.OK: 0>, expired == False, refresh required == False
2026-03-30 14:29:38 [crawlers.pipelines.post_to_azurebus_auto_selling] DEBUG: [AzureBusPipeline] sent process scrape complete CloudEvent for item 496ce4402c1f11f18e133aacc95538c6
2026-03-30 14:29:38 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 14:29:38 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 14:29:38 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 14:29:38 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 14:29:38 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.ATTACHED: 3> -> <LinkState.DETACH_SENT: 4>
2026-03-30 14:29:38 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.MAPPED: 3> -> <SessionState.END_SENT: 4>
2026-03-30 14:29:38 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.OPENED: 9> -> <ConnectionState.CLOSE_SENT: 11>
2026-03-30 14:29:38 [azure.servicebus._pyamqp._connection] INFO: Connection state changed: <ConnectionState.CLOSE_SENT: 11> -> <ConnectionState.END: 13>
2026-03-30 14:29:38 [azure.servicebus._pyamqp.session] INFO: Session state changed: <SessionState.END_SENT: 4> -> <SessionState.DISCARDING: 6>
2026-03-30 14:29:38 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 14:29:38 [azure.servicebus._pyamqp.management_link] INFO: Management link sender state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 14:29:38 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 14:29:38 [azure.servicebus._pyamqp.management_link] INFO: Management link receiver state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 14:29:38 [azure.servicebus._pyamqp.link] INFO: Link state changed: <LinkState.DETACH_SENT: 4> -> <LinkState.DETACHED: 0>
2026-03-30 14:29:38 [azure.servicebus._pyamqp._transport] DEBUG: Transport endpoint is already disconnected: OSError(107, 'Transport endpoint is not connected')
2026-03-30 14:29:39 [crawlers.pipelines.post_to_azurebus_auto_selling] INFO: [AzureBusPipeline] connection closed
2026-03-30 14:29:39 [auto_selling_autoscout24.it] INFO: auto_selling_autoscout24.it Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
2026-03-30 14:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-30 14:29:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27auto_selling_autoscout24.it%27%20and%20last_price_update_time%20lt%201773584979 HTTP/1.1" 200 None
2026-03-30 14:29:39 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (22 items) in: file:///var/lib/scrapyd/items/sourcing_v2/auto_selling_autoscout24.it/496ce4402c1f11f18e133aacc95538c6.jl
2026-03-30 14:29:39 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 7726,
'downloader/request_count': 14,
'downloader/request_method_count/GET': 11,
'downloader/request_method_count/POST': 3,
'downloader/response_bytes': 452910,
'downloader/response_count': 14,
'downloader/response_status_count/200': 14,
'elapsed_time_seconds': 31.888952,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 30, 14, 29, 39, 739964, tzinfo=datetime.timezone.utc),
'item_scraped_count': 22,
'log_count/DEBUG': 790,
'log_count/INFO': 502,
'memusage/max': 147283968,
'memusage/startup': 147283968,
'photo_download_count': 10,
'request_depth_max': 3,
'response_received_count': 4,
'scheduler/dequeued': 14,
'scheduler/dequeued/memory': 14,
'scheduler/enqueued': 14,
'scheduler/enqueued/memory': 14,
'scrape_type/new': 22,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 4,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 4.039403660688549,
'scrapy-zyte-api/mean_response_seconds': 4.138147506862879,
'scrapy-zyte-api/processed': 4,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 3,
'scrapy-zyte-api/request_args/experimental.requestCookies': 3,
'scrapy-zyte-api/request_args/experimental.responseCookies': 4,
'scrapy-zyte-api/request_args/httpRequestBody': 3,
'scrapy-zyte-api/request_args/httpRequestMethod': 3,
'scrapy-zyte-api/request_args/httpResponseBody': 4,
'scrapy-zyte-api/request_args/httpResponseHeaders': 4,
'scrapy-zyte-api/request_args/url': 4,
'scrapy-zyte-api/status_codes/200': 4,
'scrapy-zyte-api/success': 4,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 30, 14, 29, 7, 851012, tzinfo=datetime.timezone.utc)}
2026-03-30 14:29:39 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-30 14:29:40 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f21eb356f10>
2026-03-30 14:29:40 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f21eb357750>
PROJECT (sourcing_v2)
SPIDER (auto_selling_autoscout24.it)